@charset "utf-8";

/*5新闻-新闻列表*/
.news.pd{padding-top: 20px;}
.news_list a{display: block;padding: 30px 0;border-bottom: 1px solid #e6e6e6;font-size: 0;transition: none;}
.news_list a dl dt{display:inline-block;width: 30%;margin-right:4%;vertical-align: middle;overflow: hidden;}
.news_list a dl dd{display: inline-block;width: 66%;vertical-align: middle;}
.news_list a dl dt img{width: 100%;transition: all 0.3s;}
.news_list a:hover dl dt img{transform:scale(1.1);}
.news_list a dl dd h4{font-size: 18px;color:#000;margin-bottom: 20px;}
.news_list a:hover dl dd h4 em{color:#014099;}
.date{font-size: 12px;color:#999;display: inline-block;float: right;line-height: 24px;}
.date i{display: inline-block;vertical-align: middle;width: 13px;height: 13px;background: url("../images/icon/date.png") no-repeat center;background-size: contain;margin-right: 5px;}
.date b{font-weight: normal;display: inline-block;vertical-align: middle;}
.news_list a dl dd p{font-size: 12px;color:#999;line-height: 28px;margin-bottom: 30px; word-break:break-all;  display:-webkit-box;  -webkit-line-clamp:3;  -webkit-box-orient:vertical;  overflow:hidden;}
.news_list a dl dd>span{font-size: 12px;color:#fff;display: inline-block;padding: 10px 25px;border-radius: 5px;background: #014099;text-transform: uppercase;transition: all 0.3s;}
.news_list a:hover dl dd>span{background: #014099;}

.pages{margin-top: 50px;}
.pages ul{text-align: center;font-size: 0;}
.pages ul li{display: inline-block;vertical-align: middle;margin:0 5px;font-size: 12px;}
.pages ul li.seepage a{font-size: 0;padding: 16px;}
.pages ul li.s1 a{background: url("../images/icon/p_left.png") no-repeat  center #fff;background-size:13px; }
.pages ul li.s1 a:hover{background: url("../images/icon/wh_left.png") no-repeat  center #014099;background-size:13px;}
.pages ul li.s2 a{background: url("../images/icon/p_right.png") no-repeat  center #fff;background-size:13px; }
.pages ul li.s2 a:hover{background: url("../images/icon/wh_right.png") no-repeat  center #014099;background-size:13px;}
.pages ul li i{font-size: 12px;padding: 8px 12px;color:#999;border:1px solid #dedede;background: #fff;}
.pages ul li a{padding: 8px 12px;border:1px solid #dedede;background: #fff; font-size: 12px;color:#333;display: block;}
.pages ul li a.active,.pages ul li a:hover{color:#fff;background: #014099;border:1px solid #014099;}
.pages ul li span{margin: 0 3px;}
.pages ul li span input{padding:1px 8px;line-height: 30px;border: 1px solid #dedede;font-size: 12px;color:#333;text-align: center;width:20px;}
.pages ul li a.btn{padding: 8px 10px;display: inline-block;margin: 0 10px;color:#999;}
.pages ul li a.btn:hover{background: #fff;border:1px solid #dedede;}


@media (max-width:992px){ .container{ width:98%;}


    /*news-list.html*/
    .news_list a dl dt{width: 40%;}
    .news_list a dl dd{width: 56%;}

    /*news-detail.html*/
    .news_txt h4{font-size: 24px;margin-bottom: 20px;}
    .news_txt .date{margin-top: 5px;}


}
@media (max-width:750px) { .container {  width: 94%;  }


    /*news-list.html*/
    .news_list a{padding: 0 0 30px 0;margin-bottom: 30px;}
    .news_list a dl dt{width:100%;margin-bottom: 10px;}
    .news_list a dl dd{width: 100%;}
    .news_list a dl dd h4{margin-bottom: 5px;}
    .date{float: none;display: block;}
    .news_list a dl dd p{line-height: 25px;margin-bottom: 20px;}

    /*news-detail.html*/
    .news_txt h4{font-size: 20px;}
    .txt_btm a{display: block;text-align: left;margin: 10px 0;float: none;}
    .txt_btm a.btn{display: inline-block;text-align: center;margin: 20px 0;}
}








