﻿@charset "utf-8";
/* CSS Document */
.news-box{width:1200px;margin:0 auto;padding:0 20px;margin-top:60px;}
.news-zuo{float:left;width:200px}
.news-zuo-zhongwen{font-size:30px;color:#ff8823;}
.news-zuo-yingwen{font-size:20px;color:#ff8823;margin-top:5px;position:relative;}
.news-zuo-yingwen:after{content:"";position:absolute;width:90px;height:4px;background-color:#ff8823;left:0;bottom:-10px;}
.news-you{float:left;width:calc(100% - 200px);}
.news-lie{padding:9px 10px;display:block;border-bottom:1px dashed #999999;}
.news-time{float:left;width:70px;font-size:14px;line-height:14px;text-align:center;color:#999999;margin-top:5px;}
.news-time span{display:block;font-size:40px;line-height: 40px;margin-bottom:8px;}
.news-wenzi{float:left;width:calc(100% - 70px);margin-top:8px;padding-left:10px}
.news-biaoti{color:#333333;font-size:18px;}
.news-neirong{color:#666666;font-size:14px;margin-top:10px;line-height:25px;}
.news-lie:hover{background-color:#ff8823;border-bottom:1px solid #ff8823;}
.news-lie:hover .news-time{color:white;}
.news-lie:hover .news-wenzi .news-biaoti{color:white;}
.news-lie:hover .news-wenzi .news-neirong{color:white;}
.yema{float:right;margin-top:40px;}
.yema a{display:inline-block;margin:0 2px 6px;border:1px solid #999;padding:6px;font-size:12px;color:#666;}
.yema a:hover{background-color:#ff8823;border:1px solid #ff8823;color:white;}
.yema .yema-current{background-color:#ff8823;border:1px solid #ff8823;color:white;}
/*响应式*/
@media(max-width:1260px){
	.news-box{width:100%;max-width:960px;margin:40px auto 0;}
	.news-time{width:60px;font-size:14px;}
	.news-time span{font-size:40px;margin-bottom:5px;}
	.news-wenzi{width: calc(100% - 60px);margin-top:6px;}
	.news-biaoti{font-size:16px;}
	.news-neirong{font-size:14px;margin-top:5px;line-height:20px;height:40px;}
}
@media(max-width:991px){
	.news-box{margin-top:40px;}
  	.news-zuo{width:100%;float:none;margin-bottom:30px;position:relative;}
  	.news-zuo:after{content:"";position:absolute;width:90px;height:4px;background-color:#ff8823;left:0;bottom:-10px;}
	.news-zuo-zhongwen{float:left;}
	.news-zuo-yingwen{font-size:20px;color:#ff8823;float:left;margin-top:10px;margin-left:10px;}
	.news-zuo-yingwen:after{display:none;}
  	.news-you{float:none;width:100%;}
	.yema{float:none;text-align:center;}
}
@media(max-width:680px){
    .news-zuo{margin-bottom:20px;}
	.news-zuo:after{width:60px;height:2px;bottom:-6px;}
	.news-zuo-zhongwen{font-size:22px;}
	.news-zuo-yingwen{font-size:16px;margin-top:10px;}

}