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 a{
    color: #666;
}
.left-box .one-column{
    background-color: #cc9933;
    height: 80px;
    color: #fff;
    text-indent: 45px;
}
.one-column .column-cn{
    padding-top: 12px;
    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: 18px;
    line-height: 60px;
}
.column-select{
    color:  #cc9933;
}
.two-column:hover a{
    color:  #cc9933;
}
.web-info{
    position: relative;
}
.web-info-box{
    width: 306px;
    margin-top: 45px;
    padding: 30px 0 15px 0;
    background-color: #fff;
    border: solid 2px #cc9933;
    overflow: hidden;
    border-radius: 8px;
    font-size: 14px;
    text-indent: 45px;
    line-height: 35px;
}

.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;
}

.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 .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 li:hover .news-box{
    border-left: solid 2px #e87616;
}
.news-box li:hover .title{
    color: #cc9933;
}
.news-box li:hover .more a{
    background-color: #cc9933;
}


/*分页*/
.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: #cc9933;
    color: #fff;
}
.page a:hover{
    background-color: #cc9933;
    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;
}

/*详情页end*/

