﻿@charset "utf-8";

/*列表页*/
.list_news{width: 100%;height: auto;margin: 0 auto;padding: 30rem 60rem 48rem;box-sizing: border-box;box-shadow: 0 0 10rem #eee;box-sizing: border-box;background-color: #fff;}
.list_news_ul{width: 100%;height: auto;margin: 0px auto 65rem;display: flex;flex-wrap: wrap;}
.list_news_li{transition: all 0.3s;width: 100%;height: 93rem;border-bottom: 1px dashed #cfe3c4;box-sizing: border-box;}
.list_news_li>a{display: block;width: 100%;padding: 0;box-sizing: border-box;}
.list_news_li h3{transition: all 0.3s;line-height: 91rem;font-size: 20rem;color: #333333;float: left;font-weight: normal;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;width: calc(100% - 190rem);}
.list_news_li span{transition: all 0.3s;font-size: 20rem;color: #888888;line-height: 91rem;float: right;}
.list_news_li:hover{transition: all 0.3s;border-bottom: 1px solid #649249;}
.list_news_li:hover h3{color: #649249;transition: all 0.3s;}
.list_news_li:hover span{color: #649249;transition: all 0.3s;}

@media only screen and (max-width: 1000px) {
	*{box-sizing: border-box;}
	/*列表页*/
	.list_news{width: 710rem;height: auto;margin:30rem auto 0;padding: 20rem 25rem 60rem;background-color: #fff;border: 0px solid #ddd;}
	.list_news_ul{width: 100%;height: auto;margin-bottom: 20rem;}
	.list_news_li{width: 100%;height: 66rem;border-bottom: 1px dashed #cfe3c4;transition: all 0.3s;margin-top: 25rem;}
	.list_news_li a{display: block;padding: 0;width: 100%;height: 66rem;box-sizing: border-box;background: none;}
	.list_news_li h3{transition: all 0.3s;float:left;font-size: 26rem;color: #000000;font-weight: normal;width: calc(100% - 200rem);line-height: 66rem;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;background: none;padding-left: 0;}
	.list_news_li span{transition: all 0.3s;float: right;font-size: 24rem;color: #666666;line-height: 66rem;}
	.list_news_li:hover{border-bottom: 1px solid #649249;transition: all 0.3s;background-color: #fff;}
	.list_news_li:hover h3{color: #649249;transition: all 0.3s;}
	.list_news_li:hover span{color: #649249;transition: all 0.3s;}
}

