.news_detail_top{
    text-align: center;
}
.news_detail_top h2{
    font-size: 42px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #252525;
    line-height: 59px;
}
/* 侧边栏 */
.right_lang{
    padding: 30px 0 60px;
}
.right_lang h4{
    font-size: 28px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #252525;
    line-height: 40px;
}
.related_search {
    margin-top: 30px;
    position: relative;
}
.icon-search{
    position: inherit;
    top: 30%;
    left: 4%;
}
.news_categories{
    margin-bottom: 60px;
}
.related_search > img {
    position: absolute;
    top: 20.5px;
    left: 7px;
    width: 20px;
}

.related_search > form > input {
    width: 100%;
    border-radius: 4px;
    border: 1px solid #F6F6F6;
    padding: 16px 16px 16px 33px;
    font-size: 18px;
    font-family: ArialMT;
    color: #000;
}

.related_search > input::-moz-placeholder {
    background: #FFFFFF;
}
.category{
    margin-top: 60px;
}
.cate_box{
    margin-top: 20px;
}
.hots{
    margin-top: 60px;
}
.cate_1{
    padding: 20px 0;
    border-width: 0 0 1px 0;
     border-style: solid; 
     border-color:  #9a9999;
}
.cate_1 a{
    font-size: 20px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333 ;
    line-height: 28px;
}
.related{
    
}
.cu{

}
.cu_title{
    font-size: 20px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 38px;
    margin-top: 10px;
}
.share_img{
    margin-top: 30px;
}
.share_img img{
    margin-right: 15px;
}
/*  */
.news_detail_box{
    padding: 60px 0 95px;
}
.news_detail_title{
    font-size: 20px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 32px;
    margin-top: 40px;
}
.txt_biao{
    width: 8px;
    height: 42px;
    background: #1874DB;
    position: relative;
    left: -24px;
    top: 42px;
}
.news_categories{
    margin-bottom: 0;
}
.news_detail_padding{
    padding-right: 40px;
}
/* page */
.prev{
    border: 1px solid #252525;
    padding: 5px 18px;
    margin: 0 8px;
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #252525;
    line-height: 25px;
}
.prev:hover{
    border: 1px solid #1874DB;
    color: #1874DB;
}
@media (max-width:1100px){
    .share_img img{
        margin-right: 5px;
    }
    .right_lang h4{
        font-size: 22px;
    }
    .cate_1 a{
        font-size: 17px;
    }
} 
@media (max-width:992px) {
    .news_detail_top h2{
        font-size: 20px;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        color: #252525;
        line-height: 28px;
    }
    .news_detail_title{
        margin-top: 20px;
        font-size: 14px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #333333;
        line-height: 22px;
    }
    .news_detail_box{
        padding: 40px 0 70px;
    }
    .news_detail_padding{
        padding-right: 0;
    }
}