/*新闻页面*/
.news-page .sec1{
    background-image: url(../images/news_sec1_bg.png);
}
.news-page .sec1 .inner{
    padding: 42px 0 50px;
    background-image: url(../images/news_sec1_bgline.png);
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}
.news-page .sec1 li{
    width: 150px;
    height: 108px;
    text-align: center;
    position: relative;
}
.news-page .sec1 li .icon{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -3px;
    margin-left: -6px;
}
.news-page .sec1 li a{
    font-size: 30px;
    font-style: italic;
    color: #999;
    font-weight: bold;
    display: inline-block;
    *display: inline;
    zoom: 1;
}
.news-page .sec1 li a.active{
    color: #ea5404;
    font-size: 38px;
}
.news-page .sec1 li:nth-child(even) a{
    bottom: 0;
    position: absolute;
    left: 50%;
    margin-left: -37px;
}
.news-page .sec1 .bx-prev,.news-page .sec1 .bx-next{
    display:none;
    width: 20px;
    height: 100px;
    background-repeat: no-repeat;
    overflow: hidden;
    text-indent: 999em;
    position: absolute;
    top: 50%;
    margin-top: -50px;
}
.news-page .sec1 .bx-prev{
    background-image: url(../images/xiaobaozhuang_sec1_prev.png);
    left: -20px;
}
.news-page .sec1 .bx-next{
    background-image: url(../images/xiaobaozhuang_sec1_next.png);
    right: -20px;
}
.news-page .sec2{
    padding-top: 57px;
}
.news-page .sec2 li{
    padding-left: 30px;
    padding-right: 50px;
    padding-bottom: 32px;
    margin-bottom: 66px;
    border-bottom: 1px solid #ddd;
}
.news-page .sec2 li.last{
    border-bottom: 0 none;
}
.news-page .sec2 .img-box{
    float: left;
    width: 344px;
    height: 220px;
}
.news-page .sec2 .text-box{
    width: 720px;
    float: right;
}
.news-page .sec2 .text-box h3{
    font-size: 24px;
    color: #444;
    font-weight: normal;
    line-height: 44px;
}
.news-page .sec2 .text-box h4{
    line-height: 22px;
    font-size: 14px;
    color: #999;
    font-weight: normal;
    margin-bottom: 8px;
}
.news-page .sec2 .text-box h4 img{
    margin-right: 10px;
}
.news-page .sec2 .text-box p{
    line-height: 24px;
    font-size: 14px;
    color: #666;
    text-align: justify;
    margin-bottom: 34px;
}
.news-page .sec2 .text-box a{
    display: block;
    font-size: 14px;
    color: #ea5404;
    border: 1px solid #ea5404;
    border-radius: 20px;
    width: 143px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    float: right;
    clear: both;
}
.news-page .sec2 .text-box a:hover{
    color: #fff;
    background-color: #ea5404;
}
.news-page .sec3{
    padding-bottom: 100px;
}
/*新闻内页*/
.news-inner-page .sec1{
    padding-top: 58px;
}
.news-inner-page .sec1 .tit{
    margin-bottom: 43px;
    text-align: center;
    font-size: 20px;
    color: #666;
    font-weight: bold;
}
.news-inner-page .sec1 .text-box{
    font-size: 14px;
    color: #666;
    line-height: 24px;
    padding-bottom: 65px;
}
.news-inner-page .sec1 .text-box p{
    white-space: pre-wrap;
    line-height: inherit;
}
.news-inner-page .sec2{
    padding: 29px 0 68px;
    border-top: 1px solid #ddd;
}
.news-inner-page .sec2 a{
    display: block;
    width: 50%;
    height: 22px;
    line-height: 22px;
    background-repeat: no-repeat;
    font-size: 14px;
    color: #666;
}
.news-inner-page .sec2 a.left{
    float: left;
    padding-left: 32px;
    background-image: url(../images/newsinner_sec2_icon1.jpg);
    background-position: left center;
}
.news-inner-page .sec2 a.right{
    text-align: right;
    float: right;
    padding-right: 32px;
    background-image: url(../images/newsinner_sec2_icon2.jpg);
    background-position: right center;
}
.news-inner-page .sec2 a:hover{
    color: #ea5404;
}
@media only screen and (max-width:1240px){
    .news-inner-page .sec1 .inner,.news-inner-page .sec2.inner{
        width: 90%;
        min-width: auto;
    }
    .news-inner-page .sec2 a{
        text-overflow:ellipsis;
        overflow: hidden;
        white-space:nowrap; 
        width: 45%;
    }
    .news-page .sec1 .inner,.news-page .sec2 .inner,.news-page .sec3.inner{
        width: 90%;
        min-width: auto;
    }
    .news-page .sec2 .text-box{
        width: 460px;
    }
}
@media only screen and (max-width:1000px){
    .news-page .sec2 .text-box{
        width: 350px;
    }
}
@media only screen and (max-width:875px){
    .news-page .sec2 .text-box{
        width: 280px;
    }
}
@media only screen and (max-width:800px){
    .news-page .sec2 .img-box{
        width: 280px;
        height: auto;
    }
    .news-page .sec2 .img-box img{
        width: 100%;
    }
}
@media only screen and (max-width:768px){
    .news-page .sec2 .text-box{
        width: 235px;
    }

}
@media only screen and (max-width:736px){
    .news-page .inner,.news-inner-page .inner{
        min-width: 90%;
        max-width: 90%;
    }
    .news-page .sec1{
        background-image: url(../images/news_sec1_bg.png);
    }
    .news-page .sec1 .inner{
        padding: 22px 0;
        background-image: url(../images/news_sec1_bgline.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100% auto;
        position: relative;
    }
    .news-page .sec1 li{
        width: 150px;
        height: 54px;
        text-align: center;
        position: relative;
    }
    .news-page .sec1 li .icon{
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -3px;
        margin-left: -3px;
        width: 6px;
        height: 6px;
    }
    .news-page .sec1 li a{
        font-size: 1.5rem;
        font-style: italic;
        color: #999;
        font-weight: bold;
        display: inline-block;
        *display: inline;
        zoom: 1;
    }
    .news-page .sec1 li a.active{
        color: #ea5404;
        font-size: 1.9rem;
    }
    .news-page .sec1 li:nth-child(even) a{
        bottom: 0;
        position: absolute;
        left: 50%;
        margin-left: -19px;
    }
    .news-page .sec1 .bx-prev,.news-page .sec1 .bx-next{
        width: 10px;
        height: 50px;
        background-repeat: no-repeat;
        overflow: hidden;
        text-indent: 999em;
        position: absolute;
        top: 50%;
        margin-top: -25px;
        background-size: 100% 100%;
    }
    .news-page .sec1 .bx-prev{
        background-image: url(../images/xiaobaozhuang_sec1_prev.png);
        left: -10px;
    }
    .news-page .sec1 .bx-next{
        background-image: url(../images/xiaobaozhuang_sec1_next.png);
        right: -10px;
    }
    .news-page .sec2{
        padding-top: 9px;
    }
    .news-page .sec2 li{
        width: 97%;
        margin: 0 auto 17px;
        padding-left: 6px;
        padding-right: 6px;
        padding-bottom: 13px;
        border-bottom: 1px solid #ddd;
    }
    .news-page .sec2 .img-box{
        float: left;
        width: 125px;
        height: 85px;
    }
    .news-page .sec2 .img-box img{
        width: 100%;
    }
    .news-page .sec2 .text-box{
        width: 168px;
        float: right;
    }
    .news-page .sec2 .text-box h3{
        font-size: 1.2rem;
        color: #444;
        font-weight: normal;
        line-height: 1;
        margin-bottom: 6px;
    }
    .news-page .sec2 .text-box h4{
        line-height: 8px;
        font-size: 0.9rem;
        color: #999;
        font-weight: normal;
        margin-bottom: 6px;
    }
    .news-page .sec2 .text-box h4 img{
        margin-right: 5px;
        width: 8px;
    }
    .news-page .sec2 .text-box p{
        line-height: 15px;
        font-size: 1rem;
        color: #666;
        text-align: justify;
        margin-bottom: 6px;
    }
    .news-page .sec2 .text-box a{
        display: block;
        font-size: 0.9rem;
        color: #ea5404;
        border: 1px solid #ea5404;
        border-radius: 9px;
        width: 60px;
        height: 18px;
        line-height: 16px;
        text-align: center;
        float: right;
        clear: both;
    }
    .news-page .sec2 .text-box a:hover{
        color: #fff;
        background-color: #ea5404;
    }
    .news-inner-page .sec1{
        padding-top: 19px;
    }
    .news-inner-page .sec1 .tit{
        margin-bottom: 18px;
        text-align: center;
        font-size: 1.5rem;
        color: #666;
        font-weight: bold;
    }
}