/* CSS Document */

.news_box{ overflow:hidden;}
.news_box ul{}
.news_box ul li{ overflow:hidden; background:#f0f0f0; margin:20px 0; padding:20px;}
.news_box ul li .list{}
.news_box ul li .list .news_img{ float:left; overflow:hidden; width:160px; margin-right:30px;}
.news_box ul li .list .news_img{ float:left; overflow:hidden; max-width:160px;}
.news_box ul li .list .news_wz{ float:left; overflow:hidden;}
.news_box ul li .list .news_wz h5{ display:block; color:#4c4c4c; font-size:18px; padding-bottom:10px;}
.news_box ul li .list .news_wz h5:hover{ text-decoration:underline; color:#2892e3; transition:all 0.1s linear;}
.news_box ul li .list .news_wz p{ color:#4c4c4c; font-size:14px; line-height:24px; width:970px; height:75px; overflow:hidden;}
.news_box ul li .list .news_wz .more{ margin-top:10px; overflow:hidden; line-height:32px;}
.news_box ul li .list .news_wz .more a{ background:#2892e3; width:100px; text-align:center; display:block; color:#FFF; font-size:14px; float:left; overflow:hidden;}
.news_box ul li .list .news_wz .more a:hover{ background:#0f6cb3;transition: all 0.2s linear;}
.news_box ul li .list .news_wz .more b{ float:right; overflow:hidden; color:#4c4c4c; font-size:12px; font-weight:normal; font-family:Arial; margin-right:20px;}


/*新闻详情页面*/
.xq{ overflow:hidden; margin:50px 0;}
.xq h3{ color:#4c4c4c; font-size:20px; line-height:40px; text-align:center;}
.xq b{ color:#666666; font-size:14px; line-height:40px; text-align:center; font-weight:normal; display:block;}
.xq .text{ margin:20px 0; overflow:hidden; line-height:32px; color:#666666; line-height:36px; font-size:14px;}
.xq .text img{ max-width:950px; margin:20px auto; display:inherit;}