html{
    overflow-x: hidden;
}
.red{
        color: #b4171f;
    }
#news_list_content {
    margin: auto;
    margin-top: 110px;
    margin-bottom: 108px;
    width: 70%;
    border-collapse: collapse;
}
#news_list_content tbody{
    border-top: 1px solid #7f7f7f;
}
#news_list_content tr{
    height: 362px;
  	border-bottom:1px solid #7f7f7f;
}
#news_list_content .news_content{
    padding-top: 78px;
    padding-left: 50px;
    vertical-align: top;
}
#news_list_content .news_content .time{
    font-size: 11px;
}
#news_list_content .news_content .active_name{
    padding-top: 19px;
    font-size: 18px;
    font-weight: bold;
}
#news_list_content .news_content .active_content{
    height: 105px;
    line-height: 28px;
    padding-top: 25px;
    font-size: 15px;
    color: #808080;
}

#home .homecontent .cont_image .en_image{
    width: 100%;
    height: 100%;
    display: none;
}

/* -----------------------媒体查询------------------------------ */
@media screen and (max-width:1165px){
    #news_list_content .news_1 th:nth-of-type(1){
        width: 370px;
        height: 210px;
    }
    #news_list_content .news_1 th:nth-of-type(1) img{
        width: 100%;
        height: 100%;
    }
    #news_list_content .news_content .active_content{
        line-height: 22px;
        padding-bottom: 3%;
        font-size: 14px;
    }
}

/* -----------------------------手机端样式----------------------------------- */
@media screen and (max-width:1024px){
    #home .page .red{
        color: #b4171f;
    }
    #home .homecontent .cont_image .image{
        display: none;
    }
    #home .homecontent .cont_image .en_image{
        display: block;
    }
    .news_list{
        display: none;
    }
    .en_new_list{
        width: 100%;
        height: 1280px;
    }
    .en_new_list .en_news_title{
        width: 90%;
        height: 205px;
        box-sizing: border-box;
        padding-top: 65px;
        border-bottom: 1px solid #595959;
        margin: 0 auto;
    }
    .en_new_list .en_news_title .en_title{
        width: 100%;
        font-size: 2rem;
        text-align: center;
    }
    .en_new_list .en_news_title .en_line{
        width: 0px;
        height: 48px;
        margin: 26px auto;
        border: 1px solid #b4171f;
    }
    .en_new_list .en_news_details{
        width: 90%;
        height: 865px;
        margin: 0 auto;
        display: none;
        overflow: hidden;
	   position: relative;
    }
    .en_new_list .en_news_details ul{
        width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
    }
    .en_new_list .en_news_details.active {
        display: block;
    }
    .en_new_list .en_news_details ul li{
        width: 100%;
        height: 173px;
        box-sizing: border-box;
        border-bottom: 1px solid #595959;
        padding: 26px 0;
    }
    .en_new_list .en_news_details ul li a{
        color: #000000;
    }
    .en_new_list .en_news_details ul li .en_time{
        color: #595959;
        font-size: 1.6rem;
        margin-bottom: 15px;
    }
    .en_new_list .en_news_details ul li .detail{
        font-size: 1.4rem;
        line-height: 30px;
    }
    .en_new_list .page{
        width: 90%;
        height: 50px;
        margin: 0 auto;
        text-align:center;
        line-height: 50px;
        font-size: 26px;
        margin-top: 85px;
    }
    .en_new_list .page .btn{
        color: #4d4d4d;
        margin: 0 15px;
    }
    .en_new_list .page .red{
        color: #b4171f;
    }
    .en_new_list .page .prev,
    .en_new_list .page .next{
        color: #b4171f;
    }

    /* --------------------------英文版样式---------------------------- */
    .en_new_list .en_news_details ul li .detail{
        font-size: 1.2rem;
        line-height: 25px;
    }


    /* -----------------------内页部分--------------------- */
    .en_news_details_one{
        width: 100%;
        height: 6100px;
    }
    .en_news_details_one .en_news_details_one_content{
        width: 90%;
        height: 100%;
        margin: 0 auto;
    }
    .en_news_details_one .en_news_details_one_content .en_news_details_one_title{
        width: 100%;
        height: 255px;
        text-align: center;
        box-sizing: border-box;
        padding-top: 55px;
        border-bottom: 1px solid #595959;
    }
    .en_news_details_one .en_news_details_one_content .en_news_details_one_title .en_news_details_one_title_words{
        font-size: 1.6rem;
        font-weight: bold;
        margin-bottom: 10%;
        line-height: 40px;
    }
    .en_news_details_one .en_news_details_one_content .en_news_details_one_title .en_news_details_one_time{
        font-size: 1.4rem;
        color: #4d4d4d;
    }
    .en_news_details_one .en_news_details_one_content .en_news_details_one_dec{
        width: 100%;
        height: auto;
        box-sizing: border-box;
        padding-top: 30px;
    }
    .en_news_details_one .en_news_details_one_content .en_news_details_one_dec p{
        font-size: 1.2rem;
        color: #808080;
        text-align: justify;
        line-height: 28px;
    }
    .en_news_details_one .en_news_details_one_content .en_news_details_one_dec .en_content_img_01{
        width: 100%;
        height: auto;
        margin-top: 10px;
    }
    .en_news_details_one .en_news_details_one_content .en_news_details_one_dec .en_content_img_01 img{
        display: block;
        width: 100%;
        height: auto;
        margin-bottom: 2px;
    }
    .en_news_details_one .en_news_details_one_content .en_news_details_one_dec .en_content_img_01 .img_title{
        text-align: center;
        margin-top: 10px;
    }
    .en_news_details_one .en_news_details_one_content .en_news_details_one_dec .pro_02{
        width: 100%;
        height: 215px;
        margin-top: 50px;
    }
    .en_news_details_one .en_news_details_one_content .en_news_details_one_dec .pro_02 .pro_02_status{
        margin-top: 15px;
        text-align: right;
    }
    .en_news_details_one .en_news_details_one_content .en_news_details_one_dec .en_content_img_02{
        width: 100%;
        height: auto;
        margin-top: 10px;
    }
    .en_news_details_one .en_news_details_one_content .en_news_details_one_dec .en_content_img_02 img{
        display: block;
        width: 100%;
        height: auto;
        margin-bottom: 4px;
    }
    .en_news_details_one .en_news_details_one_content .en_news_details_one_dec .pro_03{
        width: 100%;
        margin-top: 18px;
        margin-bottom: 35px;
    }
    .en_news_details_one .en_news_details_one_content .en_news_details_one_dec .en_content_miaoshu{
        width: 100%;
        height: auto;
    }
    .en_news_details_one .en_news_details_one_content .en_news_details_one_dec .en_content_miaoshu .pro_04{
        margin-bottom: 12px;
    }
    .en_news_details_one .en_news_details_one_content .en_news_details_one_dec .en_content_miaoshu .en_content_img_03{
        width: 100%;
        height: auto;
    }
    .en_news_details_one .en_news_details_one_content .en_news_details_one_dec .en_content_miaoshu .en_content_img_03 img{
        width: 100%;
        margin-bottom: 18px;
    }
    .en_news_details_one .en_news_details_one_content .en_news_details_one_dec .news_back{
        width: 60%;
        height: 86px;
        text-align: center;
        line-height: 86px;
        margin:0 auto;
        color: #fff;
        background-color: #b4171f;
        margin-top: 185px;
        font-size: 1.4rem;
        /* margin-bottom: 40px; */
    }
    .en_news_details_one .en_news_details_one_content .en_news_details_one_dec .news_back a{
        text-decoration: none;
        color: #fff;
    }
}




@media screen and (max-width:940px){
    #news_list_content .news_content{
        font-size: 12px;
        padding-top: 78px;
        padding-left: 50px;
        vertical-align: top;
    }
    #news_list_content .news_content .time{
        font-size: 12px;
    }
    #news_list_content .news_content .active_name{
        padding-top: 19px;
        font-size: 16px;
        font-weight: bold;
    }
    #news_list_content .news_content .active_content{
        line-height: 22px;
        padding-bottom: 3%;
        font-size: 14px;
    }
    #news_list_content .news_content .cont{
        line-height: 20px;
        padding-bottom: 25%;
        font-size: 12px;
    }
}


@media screen and (max-width:500px){
    .en_news_details_one{
        height: 4800px;
    }
}





/* #news_list_content .news_content .more{
    width: 130px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    border: 1px solid #b92300;
    text-align: center;
}
#news_list_content .news_content .more:hover{
    width: 130px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    text-align: center;
    background-color: #b92300;
    color: #ffffff;
} */
.page-normal {
    margin:0 auto;
    width: 100%;
    height: 40px;
}
.page-normal .page_content{
    margin: 0 auto;
    width: 550px;
    height: 100%;
}
.page-normal a{
    width: 10px;
    height: 14px;
    padding: 5px 7px;
    color: #4d4d4d;
    margin-left: 20px;
    text-decoration: none;
    text-align: center;
    float:left;
}
.page-normal .page-current{
    color: #b4171f;
}
.page-normal .page-prev{
    color: #4d4d4d;
}
/*.page-normal a, .page-normal a:hover, .page-normal .page-prev, .page-normal .page-current{
    padding: 5px 7px;
}*/
.guide{
    width: 100%;
    height: 140px;
    z-index: 2;
}
.guide .go_back_top{
    height: 70px;
    margin-right: 7px;
    z-index: 1;
    position: relative;
}
.guide .go_back_top img{
    float: right;
}
.guide .guide_content{
    height: 70px;
    border-top: 1px solid #7f7f7f;
}
.guide .guide_content span{
    line-height: 70px;
    /*    padding-top: 28px;*/
    font-size: 14px;
}
.guide .guide_content .index{
    margin-left: 216px;
    color: #808080;
}
.guide .guide_content .content{
    font-weight: bold;
}
/* 滑块动效 */
#news_list_content .news_content a.a-hover{
    position: relative;
    float: left;
    width: 130px;
    height: 40px;
    font-size: 15px;
    border: 1px solid #db2300;
    overflow: hidden;
    z-index: 2;
    border-image-slice: 1;
    box-sizing: border-box;
    text-align: center;
    line-height: 40px;
    /* margin-top: 200px;
    margin-left: -100px; */
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  	color:#000;
}
#news_list_content .news_content a.a-hover:before {
    content: "";
    display: block;
    width: 50%;
    height: 500%;
    -moz-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    background-color: rgba(0, 0, 0, 0.25);
    position: absolute;
    left: -120%;
    top: -600%;
    z-index: 1;
  }
#news_list_content .news_content a.a-hover::after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    color: #000000;
    font-family: 'microsoft yahei';
    z-index: 3;
    box-sizing: border-box;
}
#news_list_content .news_content a.a-hover:hover {
    background-color: #db2300;
    color:#fff
  }
  #news_list_content .news_content a.a-hover:hover:before {
    left: 100%;
    top: 100%;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
  }
  #news_list_content .news_content a.a-hover:hover:after {
    color: #fff;
  }


/* -----------------------英文版样式------------------------ */
#news_list_content .enl_news_content a::after{
    content: "view more";
}

@media (max-width: 1520px) {
    .news_list .scs {
      padding: 65px 15px;
    }
}
@media (max-width: 360px) {
    .en_news_details_one .en_news_details_one_content .en_news_details_one_title .en_news_details_one_title_words{
        line-height: 35px;
    }
}
@media (max-width: 320px) {
    .en_new_list .page .btn{
        margin: 0 12px;
    }
    .en_news_details_one .en_news_details_one_content .en_news_details_one_title .en_news_details_one_title_words{
        font-size: 1.5rem;
        line-height: 35px;
    }
}