img{
    width: auto;
}

.content-box{
    width: 1200px;
    margin: 30px auto 40px auto;
    overflow: hidden;
}
.news-banner{
    width: 100%;
    height: 250px;
    background: url("../img/news.png") no-repeat center;
}
/*左侧导航栏start*/
.left-box{
    width: 310px;
    float: left;
    margin-top: 5px;
}
.now-position{
    font-size: 14px;
    text-indent: 25px;
    background: url("../img/home-icon.png") 0  3px no-repeat;
    height: 35px;
    color: #666;
}
.now-position .now-column{
    color:  #00356f;
}
.now-position a{
    color: #666;
}
.left-box .one-column{
    background-color: #00356f;
    height: 50px;
    color: #fff;
    text-indent: 45px;
}
.one-column .column-cn{
    line-height: 50px;
    font-size: 24px;
}
.one-column .column-en{
    font-size: 18px;
    font-family: arial, sans-serif;
}
.left-box .two-column{
    background-color: #fff;
    height: 60px;
    color: #fff;
    text-indent: 45px;
    border-bottom: solid 1px #eee;
}
.two-column a{
    font-size: 16px;
    line-height: 60px;
}
.column-select{
    color:  #00356f;
}
.column-select a{
    font-weight: bold;
}
.two-column:hover a{
    font-weight: bold;
}
.web-info{
    position: relative;
}
.web-info-box{
    width: 306px;
    margin-top: 45px;
    padding: 30px 0 15px 0;
    background-color: #fff;
    border: solid 2px #00356f;
    overflow: hidden;
    border-radius: 8px;
    font-size: 14px;
    text-indent: 18px;
    line-height: 35px;
}
.web-info-box .tel-style{
    font-family:IMPACT;font-size: 22px;color: #00356f;
}
.web-info-box .qrcode-img{
    float: left;
    width: 98px;
    margin-top: 5px;
}
/*左侧导航栏end*/

/*右侧新闻列表start*/
.right-box{
    width: 806px;
    float: right;
    margin-top: 5px;
        padding: 0 20px 50px 20px;
    border: solid 1px #e4eaee;
    background-color: #fff;
    min-height: 400px;
}
.right-box ul{
    margin-top: 20px;
    overflow: hidden;
}
.news-box{
    overflow: hidden;
    margin-bottom: 15px;
}

.news-box li{
    position: relative;
    padding: 20px 0;
    border-bottom: dashed 1px #e8e8e8;
    overflow: hidden;

}
.news-box li .news-box{
    border-left: solid 2px #dddddd;
    padding-left: 14px;
    overflow: hidden;
}
.news-box .img-box{
    width: 176px;
    height: 128px;
    float: left;
    overflow: hidden;
}
.news-box .img-box img{
    /*height: 128px;*/
    margin: 0 auto;
    vertical-align: middle;
    width: 100%;
    transition: 1s;
    -ms-interpolation-mode: bicubic;
}
.news-box .img-box img:hover{
    transform: scale(1.2);
}
.news-box  .text-box{
    float: right;
    width: 588px;
}
.news-box  .text-box .title{
    font-size: 18px;
    margin: 8px 0 15px 0;
}
.news-box  .text-box .title:hover{
    color: #058aca;
}
.news-box .intro{
    font-size: 14px;
    color: #666;
    margin-bottom: 16px;
}
.news-box .time{
    font-size: 12px;
    float: left;
    color: #b8b7b7;
}
.news-box .more{
    height: 25px;
    float: right;
}
.news-box .more a{
    font-size: 12px;
    background-color: #058aca;
    color: #fff;
    padding: 2px 10px;
    border-radius: 15px;
}
.news-box .more a:hover{
    background-color: #054ccc;
}
.news-box li:hover .news-box{
    border-left: solid 2px #e87616;
}
.news-box li:hover .title{
    color: #00356f;
}
.news-box li:hover .more a{
    background-color: #00356f;
}


/*分页*/
.page{
    text-align: center;
    height: 40px;
    margin: 40px  auto 0 auto;
}
.page .prev,.page .current,.page .num,.page .next,.page .first,.page .end{
    width: 40px;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    background-color: #f0f4f7;
    margin-right: 0;
}
.page .current{
    background-color: #00356f;
    color: #fff;
}
.page a:hover{
    background-color: #00356f;
    color: #fff;
}
/*右侧新闻列表end*/

/*详情页start*/
.detail-title-box{
    height: 100px;
    text-align: center;
    margin-top: 30px;
}
.detail-title-box .detail-title{
    font-size: 18px;
    margin-bottom: 20px;
}
.detail-title-box .detail-time{
    font-size: 12px;color: #666;
    float: left;
    margin-left: 250px;
}
.detail-content{
    line-height: 1.8;
    color: #666;
    font-size: 14px;
}
.detail-content img{
    max-width: 100%;
}
.video-box{
    width: 800px;
    height: 400px;
    margin: 0 auto 20px auto;
    display: block;
}
/*详情页end*/

/*partner start*/
.partner-box{
    padding: 68px 0 57px 0;
}
.partner-box .title-box{
    margin-bottom: 57px;
}
.partnerList li{
    width: 240px;
    height: 98px;
    margin-right: 38px;
    margin-bottom: 30px;
    border: solid 1px #ddd;
    overflow: hidden;
    text-align: center;
    cursor: pointer;

}
.partnerList li:hover{
    border-image: -webkit-linear-gradient( red , blue) 30 30;
    border-image: -moz-linear-gradient( red, blue) 30 30;
    border-image: linear-gradient( red , blue) 30 30;
}
.partnerList li a{
    display: table-cell;
    width: 240px;
    height: 98px;
    vertical-align: middle;
}
.partnerList li a img{
    max-width: 220px;
}

.partnerList .no-margin{
    margin-right: 0;
}
/*partner end*/


