.pro_left .news_type li a{background:url(/pc/images/nav_bg.jpg) no-repeat;color:#333;font-weight:700;position:relative}
.news_type li a:after{content:'>';position:absolute;right:15px;top:7px;font-size:20px;color:#bdd53f}
.news_type li a:hover:after{color:#1f94c7!important}
.news_type li a:hover{color:#1f94c7!important}
.news_list{float:left;width:100%}
.news_list li:hover{background:#e6f3fc}
.news_list li{transition:all .3s}
.news_list li a{display:block;line-height:58px;border-bottom:1px dotted #eee;color:#333}
.news_list li:hover a{padding:0 20px}
.news_list li .news_cont{float:left;width:80%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;padding-left:20px;position:relative}
.news_list li .news_cont:before{content:'>';position:absolute;left:0;text-align:-webkit-center;top:0;font-size:14px;color:#1f94c7;font-weight:700;font-family:SimSun}
.news_list li .pub_date{float:right}
@media screen and (max-width:768px){
.news_cont{width:70%!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.news_list li .pub_date{float:left;width:30%;text-align:-webkit-right}
}