.container{
    width:1200px;
    padding:60px 20px;
    margin:0 auto;
}
.a_title{
    text-align: center;
}
.a_title_en{
    text-align: center;
    font-size: 24px;
    color:#f8f8f8;
    font-weight: bold;
}
.a_title_cn{
    font-size: 26px;
    color:#333;
    font-weight: bold;
    display: inline-block;
    /* margin-top:12px; */
    position: relative;
}
.news_nav{
    width:290px;
    height:40px;
    margin:0 auto;
    margin-top:22px;
}

.news_nav_item{
    display: block;
    width:140px;
    height:38px;
    border:1px solid #eee;
    border-radius:38px;
    text-align: center;
    line-height: 38px;
}
.news_nav_item.active{
    background: #e1410f;
    border:1px solid #e1410f;
    color:#fff;
}
.news_list{
    width:100%;
    padding-top:37px;
}
.news_item{
    width:390px;
    height:auto;
    overflow:hidden;
    margin-right:15px;
    margin-bottom:40px;
    background: #fff;
}
.news_item:hover{
    box-shadow: 0 0 8px 4px rgba(0,0,0,0.1);
}
.news_item:nth-of-type(3n){
    margin-right:0;
}
.news_item_img{
    width:100%;
    height:245px;
}
.news_item_img img{
    width:100%;
    height:100%;
}
.news_item_con{
    padding:17px 5px;
}
.news_item_time{
    font-size: 16px;
    color:#666666;
}
.news_item_text span{
    display: block;
    width:90%;
    padding:5px 0;
    font-size: 20px;
    color:#333;
}
.news_item:hover .news_item_text span{
    color:#e1410f;
    text-decoration: underline;
}
.news_item_text{
    background: url("../images/jtr.png")no-repeat 350px center;
}
.news_item:hover .news_item_text{
    background: url("../images/jtr02.png")no-repeat 350px center;
}

.detail_container{
    width:100%;
    height:auto;
    overflow:hidden;
    margin-top:130px;
}
.curr{
    width:100%;
    height:44px;
    background: #f8f8f8;
}
.currMain{
    width:1200px;
    height:100%;
    margin:0 auto;
}
.currMain a{
    font-size: 14px;
    color:#666666;
    margin-left:10px;
}
.news_detail{
    width:100%;
    height:auto;
    /* overflow: hidden; */
    padding:50px 0;
}
.news_detail_con{
    width:1200px;
    height:auto;
    /* overflow: hidden; */
    margin:0 auto;
}
.news_detail_header{
    padding-bottom:50px;
    border-bottom:1px solid #eee;
}
.news_detail_title{
    font-size: 30px;
    color:#333;
    font-weight: bold;
}
.news_detail_subtitle{
    margin-top:30px;
}
.news_detail_subtitle span{
    font-size: 16px;
    color:#999;
    /* font-weight: bold; */
    margin-right:10px;
}
.news_detail_article{
    width:100%;
    height:auto;
    overflow: hidden;
    padding-top:36px;
    border-bottom:1px solid #eee;
    padding-bottom: 30px;
}
.news_detail_description{
    width:100%;
    height:auto;
    overflow: hidden;
    background: #f8f8f8;
    position: relative;
}
.news_detail_article p{
    font-size: 16px;
    color:#333;
    line-height: 2;
}
.news_detail_description::before{
    content:'';
    width:54px;
    height:51px;
    background: url("../images/before01.png")no-repeat;
    position: absolute;
    top:5px;
    left:10px;
}
.news_detail_description::after{
    content:'';
    width:54px;
    height:51px;
    background: url("../images/after01.png")no-repeat;
    position: absolute;
    bottom:5px;
    right:10px;
}
.news_detail_description p{
    font-size: 16px;
    color:#333;
    line-height: 2;
    padding:25px 74px;
}
.news_detail_article_text{
    padding:21px 25px;
    line-height: 2;
    font-size: 16px;
    color:#333;
}

.news_prev_next{
    padding:32px 0;
}
.news_prev_next a{
    font-size: 16px;
    color:#333;
}
.news_prev_next a:hover{
    color:#e1410f;
}
.news_recommend_title{
    font-size: 30px;
    color:#333;
    font-weight: bold;
}
.news_recommend_list{
    width:100%;
    height:auto;
    /* overflow: hidden; */
    padding-top:35px;
}
.news_recommend_list .news_item{
    margin-bottom:0;
}