/*内页新闻开始*/
.news_full{float:left;width:100%;height:auto;padding:0.2rem 0rem 0rem 0rem;}
.news{float:left;width:100%;height:auto;}
.news ul{float:left;width:100%;height:auto;padding:0rem 0rem 0.2rem 0rem;}
.news li{float:left;width:48%;height:0.55rem;line-height:0.55rem;margin:0rem 4% 0rem 0rem;padding:0rem 0rem 0rem 0.3rem;text-align:left;border-bottom:1px dashed #D6D6D6;background:url("/images/biao.gif") no-repeat;background-position:0rem 0.20rem;box-sizing:border-box;}
.news li:nth-child(2n){margin:0rem 0rem 0rem 0rem;}
.news li a{float:left;width:75%;height:auto;color:#454545;font-size:0.16rem;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
.news li:hover .date,.news li:hover a{color:#FE421F;}
.news li .date{float:right;width:20%;height:auto;margin:0rem 0rem 0rem 5%;text-align:right;color:#888888;font-size:0.14rem;}

@media screen and (min-width:1921px){
}

@media screen and (min-width:1441px) and (max-width:1680px){
}

@media screen and (min-width:1200px) and (max-width:1440px){
.news li a{font-size:0.14rem;}
}

@media screen and (min-width:900px) and (max-width:1199px){
.news li .date{width:25%;}
.news li a{width:70%;font-size:0.14rem;}
}

@media screen and (max-width:899px){
.news li{width:100%;height:0.65rem;line-height:0.65rem;margin:0rem 0rem 0rem 0rem;padding:0rem 0rem 0rem 0.5rem;background-position:0rem 0.18rem;}
.news li .date{width:25%;font-size:0.22rem;}
.news li a{width:70%;font-size:0.22rem;}
}
/*内页新闻结束*/