﻿@charset "utf-8";
/*列表页*/
.list_news{width: 100%;height: auto;margin:20px auto 20px;padding: 0 0;}
.list_news_ul{width: 100%;height: auto;margin-top: 0px;}
.list_news_li{width: 100%;height: 60px;border-bottom: 1px dashed #dddddd;transition: all 0.3s;margin-bottom: 10px;}
.list_news_li a{display: block;padding:0;width: 100%;height: 60px;box-sizing: border-box;}
.list_news_li h3{transition: all 0.3s;float:left;font-size: 18px;color: #333333;font-weight: normal;width: calc(100% - 200px);line-height: 60px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.list_news_li h3 i{font-style: normal;color: #005fc3;margin-right: 10px;}
.list_news_li span{transition: all 0.3s;float: right;font-size: 16px;color: #666;line-height: 60px;}
.list_news_li:hover{border-bottom: 1px solid #005fc3;transition: all 0.3s;background-color: #fff;}
.list_news_li:hover h3{color: #005fc3;transition: all 0.3s;}
.list_news_li:hover span{color: #005fc3;transition: all 0.3s;}

@media only screen and (max-width: 1000px) {
	*{box-sizing: border-box;}

	/*列表页*/
	.list_news{width: 100%;height: auto;margin:20rem auto 40rem;padding: 0 20rem;}
	.list_news_ul{width: 100%;height: auto;margin: 0px auto 0;}
	.list_news_li{width: 100%;height: 90rem;border-bottom: 1px dashed #dddddd;transition: all 0.3s;margin-bottom: 0;}
	.list_news_li a{display: block;padding-left: 4rem;width: 100%;height: 90rem;box-sizing: border-box;background: none;padding: 0;}
	.list_news_li h3{transition: all 0.3s;float:left;font-size: 26rem;color: #333;font-weight: normal;width: calc(100% - 210rem);line-height: 90rem;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
	.list_news_li h3 i{font-style: normal;color: #005fc3;margin-right: 15rem;}
	.list_news_li span{transition: all 0.3s;float: right;font-size: 26rem;color: #333;line-height: 90rem;}
	.list_news_li:hover{border-bottom: 1px solid #005fc3;transition: all 0.3s;background-color: #fff;}
	.list_news_li:hover h3{color: #005fc3;transition: all 0.3s;}
	.list_news_li:hover span{color: #005fc3;transition: all 0.3s;}
}

