@charset "utf-8";
.news_list{ width:100%; margin:15px auto; overflow:hidden;}
.news_list li{ width:100%; margin-bottom:15px; border-bottom:1px #F0F0F0 solid; padding-bottom:15px; overflow:hidden;}
.news_list li .f_nbox{ width:100%;}
.news_list li .f_nfl{ float:left; width:30%; height:200px; line-height:40px; font-size:16px; background-color:#e3e3e3; text-align:center; color:#6C6C6C;}
.news_list li .f_nfl img{ width:100%; height:200px; border-radius:5px; }
.news_list li .f_nfr{ float:right; width:65%;}
.news_list li .f_nfr .f_nt{ font:22px/40px "Microsoft YaHei";  border-bottom:1px solid #eaeaea; margin-bottom:6px; line-height:20px; padding-bottom:4px;}
.news_list li .f_nfr .f_nt a{ font:22px/40px "Microsoft YaHei"; }
.news_list li .f_nfr .f_nc{ font:14px/32px "Microsoft YaHei"; color:#888;}

.show{ width:100%; margin:15px auto; font:14px/26px "Microsoft YaHei";}
.s_title{ text-align:center; font-size:28px; line-height:46px; font-weight:600; }
.img_line{ width:100%; margin:5px auto; height:30px; line-height:30px; text-align:center; font-size:12px;}
.img_line span{ margin-left:20px;}
.show p{ font:16px/32px "Microsoft YaHei"; }
@media only screen and (max-width:767px) {
.news_list{ width:100%; box-sizing:border-box; padding:0px 10px; overflow:hidden;}
.news_list li .f_nfl{ float:none; width:100%; height:auto;  line-height:40px; font-size:16px; background-color:#e3e3e3; text-align:center; color:#6C6C6C;}
.news_list li .f_nfl img{ width:100%; height:auto; }
.news_list li .f_nfr{ float:none; width:100%;}
.show{ width:100%; margin:15px auto; font:14px/26px "Microsoft YaHei"; padding-bottom:50px;}
.s_title{ text-align:center; font-size:18px; font-weight:600; }
.img_line{ width:100%; margin:5px auto; height:30px; line-height:30px; text-align:center; font-size:12px;}
.img_line span{ margin-left:20px;}
}


