/* 侧边栏 */
.right_lang{
    padding: 0 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: absolute;
    top: 30%;
    left: 4%;
}
.news_categories{

}
.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{
}
.txt_biao{
    width: 8px;
    height: 42px;
    background: #1874DB;
    position: relative;
    left: -24px;
    top: 42px;
}
/* 右边部分 */
.news_top h3{
    font-size: 36px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #252525;
    line-height: 50px;
    padding: 40px 0 60px;
}
.time_box{
    width: 123px;
    background: #1874DB;
    border-radius: 100px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 20px;
    margin-top: 10px;
}
.news_title{
    margin-top: 17px;
}
.news_title h5{
    font-size: 26px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #252525;
    line-height: 37px;
}
.news_box_1 img{
    transition: 0.5s;
}
.news_box_1 img:hover{
    box-shadow: 0px 10px 15px 0px rgba(23, 27, 62, 0.2);
    transform: scale(1.02);
    transition: 0.5s;
}
.news_box_1{
    margin-bottom: 70px;
}
.news_lang{
    padding: 0 0 80px;
}
.news_padding{
    padding-left: 60px;
}
@media (max-width:1400px) {
    .news_title h5{
        font-size: 25px;
    }
}

@media (max-width:1100px){
    .news_title h5{
        font-size: 20px;
    }
}

@media (max-width:992px){
    .news_lang{
        padding: 20px 0 50px;
    }
    .time_box{
        width: 97px;
        height: 22px;
        font-size: 12px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 17px;
    }
    .news_title h5{
        font-size: 18px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #252525;
        line-height: 25px;
    }
    .news_box_1{
        margin-bottom: 40px;
    }
    .news_padding{
        padding-left: 0;
    }

}