.info-container {width: 100%;margin-top: 80px;}
.info-banner{position:relative;height: 480px;max-width:1200px;margin:100px auto 0;background:#333;}
.info-banner-prev,.info-banner-next{position:absolute;top:50%;margin-top:-50px;width:56px;height:100px;z-index:2;cursor:pointer;}
.info-banner-next{right:0;background:url(../images/5_arrow.png) no-repeat}
.info-banner-prev{left:0;background:url(../images/5_arrow_l.png) no-repeat;}
.info-banner-con{position:relative;width:100%;height:100%;overflow:hidden;}
.info-banner-item{position:absolute;width:100%;height:100%;top:0;left:0;opacity:0;transition:all .4s ease-in-out;}
.info-banner-tit{position:absolute;width:100%;height:60px;line-height:60px;font-size:30px;color:#fff;padding-left:50px;box-sizing:border-box;left:0;bottom:0;background:rgba(0,0,0,0.7)}
.info-banner-item.show{opacity: 1;}

.info-list{max-width:1200px;margin:0 auto 60px;overflow:hidden;}
.info-list-con{margin-left:-18px;margin-right:-18px;}
.info-list-box{float:left;width:370px;height:390px;box-sizing:border-box;margin:60px 20px 0;border:1px solid #D7D8D9;}
.info-list-box a{color:#333;}
.info-list-box-img{position:relative;width:100%;height:184px;background:#999;overflow:hidden;}
.info-list-box-img img{position:absolute;transition: all .2s ease;}
.info-list-box-nr{padding:0 15px 15px;}
.info-list-box-nr .nr-dt{padding:15px 0;overflow:hidden;}
.info-list-box-nr .nr-dt-time{float:left;}
.info-list-box-nr .nr-dt-source{float:right;}
.info-list-box-nr h3{font-size:22px;font-weight:bold;color:#333;}
.info-list-box-nr p{padding-top:15px;}
.info-list-box:hover .info-list-box-img img{-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);}


/*资讯详情*/
.info-detail-container {padding-top: 80px;max-width:800px;margin:0 auto;}
.info-detail-head{padding:40px 0 20px;border-bottom:1px solid #e0e0e0;overflow:hidden;}
.info-detail-tit{text-align:center;}
.info-detail-tit h3{font-size:24px;line-height:40px;}
.info-detail-tit p{display:inline-block;vertical-align:middle;color:#626262;padding-top:10px;}
.info-detail-tit p a{color:#626262;}
.info-detail-tit .time{margin-right:30px;}

.info-detail-con{padding:20px;border-bottom:1px solid #e0e0e0;line-height:24px;}
.info-detail-con img{margin: 0 auto}
.info-detail-img{width:500px;margin:20px auto;}
.info-detail-share{padding:20px 0 40px;text-align:center;}

@media screen and (max-width:1366px){
    .info-banner,.info-list{max-width:1000px;}
    .info-list-box{width:305px;height:360px;}
    .info-list-box-nr h3{font-size:20px;}
    .info-list-box-img{height:151px;}
}
/*img {*/
    /*display: inline-block;*/
/*}*/

@media screen and (max-width:1024px){
    .info-banner,.info-list{max-width:900px;}
    .info-list-box{width:270px;height:340px;}
    .info-list-box-nr h3{font-size:18px;}
    .info-list-box-img{height:134px;}
}