@charset "utf-8";
.banner{margin-top:90px;height: 440px;position:relative;}
.banner>img{left: 50%;
    margin-left: -960px;
    position: absolute;}
.news_text{width:1200px;margin:auto;}
/*新闻资讯*/
.news{width:1200px;margin:auto;}
.news_tab li{float: left;
    width: 152px;
    height: 36px;
    line-height: 28px;
    text-align: center;
    display: block;
    text-decoration: none;
    font-size: 14px;
    cursor: pointer;}
.news_tab .tab li:first-child{color:#fff;}
.news_content li{float:left;margin-bottom:20px;border-bottom:1px dotted #e1e1e1;padding-bottom:30px;}
.news_date{width:84px;height:84px;border-radius:10px;background:#e9e9e9;margin-right:33px;color:#666;text-align:center;padding-top:15px;box-sizing: border-box;}
.news_date>p:first-child{
	font-size:25px;
	}
.news_title{font-size:16px;color:#666;line-height:40px;}
.news_title a:hover{color:#1976d2;}
.news_list{font-size:14px;color:#999;line-height:20px;width:900px;white-space:nowrap;
    text-overflow:ellipsis;overflow: hidden;}

#tab2{display:none;}
.news_tab{height:50px;    margin-bottom: 30px;padding-left: 430px;}
.news_tab .tab{width: 304px;
    background: url(../images/tab1.png);
    height: 36px;}
.news_tab .current{background: url(../images/tab2.png);}
	

/*新闻详情页*/
.news_details{width:1200px; margin:auto;}
.news_tit{text-align:center;border-bottom:1px dotted #e1e1e1;margin-bottom:100px;padding-top:50px;}
.news_tit h2{color:#666;font-size:24px;font-weight:500;    line-height: 40px;}
.news_tit h4{color:#999;font-size:12px;font-weight:normal;    line-height: 50px;}
.news_con p{ text-indent:2em;color:#888;font-size:14px;line-height:30px;}
.news_con{padding-bottom:100px;border-bottom:1px dotted #e1e1e1;margin-bottom:50px;}
.last,.next{margin-bottom:100px;color:#666;font-size:14px;}
.last a:hover{color:#1976d2;}
.next a:hover{color:#1976d2;}

@media(max-width: 768px){
	.news_tit h2{font-size:18px;line-height:28px;padding:0 10px}
    .banner{margin-top:53px;height:230px;overflow: hidden;}
    .banner>img{width:1000px;margin-left:-500px;}
    .news_text{width:100%;}
    .news_tab .tab{margin:10px auto;}
    .news_tab{padding-left:0px}
    .news_content li{display: flex;justify-content:space-around;width:100%}
    .news_date{margin-right:0}
    .news_list{width:600px}
    .news_details{width:100%;}
    .news_con p{padding:0 20px}
    .last, .next{padding:0 20px;margin-bottom:50px}
    .news_tit{margin-bottom:30px;}
    .news_con{padding-bottom:50px;}
    .news_con{padding-bottom:50px;}
}
@media(max-width: 414px){
    .banner>img {
        width: 600px;
        margin-left: -300px;
    }
    .banner{height:138px;}
    .news_date{    width: 60px;
        height:65px;padding-top:10px;}
    .news_title{line-height:20px;width:290px;padding-bottom:10px;}
    .news_list{width:290px}
    .news_date>p:first-child{font-size: 20px;}
    .news_date>p:last-child{font-size:14px;}
    div.digg a{padding:2px 5px}
    div.digg span.current{padding:2px 5px}
    div.digg span.disabled{padding:2px 5px}
.next{float:left;}
.last{margin-bottom:10px;}
}
@media(max-width: 375px){
    .news_title{width:260px;}
    .news_list{width:260px;}
    div.digg a{margin:0px}
    div.digg a{padding:1px 2px}
    div.digg span.current{padding:1px 2px}
    div.digg span.disabled{padding:1px 2px}
}
@media(max-width: 320px){
    .banner>img {
        width: 460px;
        margin-left: -230px;
    }
    .banner {
        height: 106px;
    }
    .news_title{width:220px;}
    .news_list{width:220px;}
}
