/* 侧边栏 */
.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;
}
.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;
}
.txt_biao{
    width: 8px;
    height: 42px;
    background: #1874DB;
    position: relative;
    left: -24px;
    top: 42px;
}
.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{
    margin-top: 60px;
}
.cu{
    margin-top: 60px;
}
.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;
}
.icon-search{
    position: absolute;
    top: 30%;
    left: 4%;
}
.card{
    border: none !important;
}
.xjt{
    float: right;
    margin-top: 2%;
    transform: rotate(-90deg) ;
}
/* .dropdown-toggle::after{
    float: right;
    margin-top: 12px;
    transform: rotate(-180deg) ;
} */
/* .dropdown-toggle:active::after{
    transform: rotate(0deg) !important;
}
.dropdown-toggle:focus::after{
    transform: rotate(0deg) !important;
} */
/* 右边部分 */
.right_padding{
    padding-left: 60px;
}
.app_top h3{
    font-size: 36px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #252525;
    line-height: 50px;
    margin-top: 40px;
}
.app_img{
    transition: 0.5s;
}
.app_img:hover{
    box-shadow: 0px 2px 12px 0px rgba(23, 27, 62, 0.2);
    transform: scale(1.01);
    transition: 0.5s;
}

.app_txt{
    margin-top: 20px;
}
.app_txt_1{
    font-size: 26px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #252525;
    line-height: 37px;
    margin-top: 25px;
}
.app_box{
    margin-top: 60px;
}
.app_lang{
    padding-bottom: 100px;
}
@media (max-width:1400px) {
    .right_lang h4{
        font-size: 27px;
    }
}
@media (max-width:1100px) {
    .cate_1 a{
        font-size: 16px;
    }
    .right_lang h4{
        font-size: 22px;
    }
}
@media (max-width:992px) {
    .right_padding{
        padding-left: 0;
    }
    .filter{
        width: 100%;
        border: 1px solid #F1F3F5;
        padding: 12px 0;
        margin-top: 20px;
    }
    .txt_bt{
        width: 3px;
        height: 13px;
        border-radius: 2px;
        margin-right: 8px;
        margin-top: 5px;
    }
    .filter_row{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .filter_title{
        font-size: 13px;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        color: #1874DB;
        line-height: 26px;
    }
    .filter_box{
        display: flex;
        flex-direction: row;
    }
    .form-select{
        height: 26px;
        outline: none !important;
        box-shadow:none !important;
        border: none !important;
        text-align: right;
        padding-top: 0 !important;
    }
    .form-select-sm{
        font-size: 13px !important;
        font-family: PingFangSC-Regular, PingFang SC !important;
        font-weight: 400 !important;
        color: #252525 !important;
        line-height: 26px !important;
    }
    .app_box{
        margin-top: 30px;
        display: flex;
        flex-direction: row;
    }
    .app_img {
        width: 30%;
    }
    .app_txt{
        margin-top: 0;
        margin-left: 12px;
        display: flex;
       flex-direction: column;
       justify-content: space-between;
    }
    .app_txt_1{
        margin-top: 0;
        font-size: 16px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #252525;
        line-height: 22px;
    }
    .read{
        font-size: 12px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        line-height: 18px;
    }
    .jt{
        width: 0;
        height: 0;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-bottom: 5px solid #1874DB;
        transform: rotate(90deg);
        margin-left: 7px;
        margin-top: 8px;
    }
    .more{
        display: flex;
        flex-direction: row;
    }
    .app_lang{
        padding-bottom: 30px;
    }
}
