p{
    line-height: 25px;
}

.banner{
    width:100%;
}
.banner>img{
    display: block;
    width:100%;
}
.img{
    width: 100%;
}
.container{
    width: 1200px;
    margin:0 auto;
}
.mt100{
    margin-top: 100px;
}
.mt40{
    margin-top: 40px;
}
.pd20{
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}
.news_container{
    width: 100%;
    padding-top: 110px;
    font-family: PingFangSC-Regular, PingFang SC;
    position: relative;
    padding-bottom: 100px;
}
.news_boxs::before{
    content: '';
    width: 189px;
    height: 585px;
    background-image: url('../../img/newsdetail/New.png');
    background-size: cover;
    position: absolute;
    left: -360px;
    top: 88px;
}
.news_boxs{
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.news_box{
    width: 740px;
    margin-right: 30px;
    flex-shrink: 0;
}
.news_navs{
    width: 100%;
    height: 50px;
    background-color: #000000;
    line-height: 50px;
    padding-left: 20px;
    box-sizing: border-box;
}
.news_navs>a{
    color: #FFFFFF;
    font-size: 14px;
}
.news_navs>a:hover{
    color: #D5286E;
}
.news_contents{
    margin-top: 40px;
}
.news_title{
    color: #000000;
    font-size: 36px;
    line-height: 50px;
    padding-bottom: 20px;
    border-bottom: 1px solid #000000;
    letter-spacing: 0;
}
.news_icons{
    width: 100%;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    box-sizing: border-box;
}
.news_icon_left{
    display: flex;
    align-items: center;
}
.news_audio{
    width: 94px;
    height: 30px;
    background-color: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0px 2px 14px 0px rgba(0,0,0,0.1);
    color: #999999;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    cursor: pointer;
}
.news_audio::before{
    content: "";
    width: 20px;
    height: 20px;
    background-image: url('../../img/newsdetail/laba.png');
    background-size: cover;
    margin-right: 6px;
}
.news_audio:hover{
    background-color: #D5286E;
    color: #FFFFFF;
}
.news_audio:hover::before{
    background-image: url('../../img/newsdetail/laba_active.png');
}
.news_audio.active{
    background-color: #D5286E;
    color: #FFFFFF;
}
.news_audio.active::before{
    background-image: url('../../img/newsdetail/laba_active.png');
}
.news_tags{
    color: #999999;
    font-size: 12px;
}
.news_tags>span{
    margin-right: 20px;
}
.news_icon{
    width: 30px;
    height: 30px;
    background-color: #FFFFFF;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    box-shadow: 0px 2px 14px 0px rgba(0,0,0,0.1);
    margin-left: 20px;
    cursor: pointer;
}
.news_icon_right{
    display: flex;
}
.news_icon:hover{
    background-color: #D5286E;
    color: #FFFFFF;
}
.news_contents .news_content{
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    color: #000000;
    font-size: 14px;
    line-height: 1.8;
    margin-top: 40px;
    letter-spacing: 1px;
}
.ql-editor p{
    margin: 16px 0 !important;
}
.news_operation_icon{
    width: 30px;
    height: 28px;
    margin-bottom: 6px;
}
.news_operation{
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #000000;
    font-size: 12px;
    margin-right: 20px;
    cursor: pointer;
    position: relative;
}
.news_operation::before{
    content: '';
    width: 30px;
    height: 28px;
    background-image: url('../../img/newsdetail/zan.png');
    background-size: cover;
    margin-bottom: 8px;
}
.news_operation.active{
    color: #D5286E;
}
.news_operation.active::before{
    background-image: url('../../img/newsdetail/zan_active.png');
}
/* .news_operation:hover::before{
    background-image: url('../../img/newsdetail/zan_active.png');
} */
.news_operation.other::before{
    background-image: url('../../img/newsdetail/comment.png');
}
.news_operation.other:hover:before{
    background-image: url('../../img/newsdetail/comment_active.png');
}
.news_operation.other:hover{
    color: #D5286E;
}
.news_operation.other::after{
    content: '\5956';
    width: 25px;
    height: 25px;
    background-color: #D90D0D;
    border-radius: 29px 29px 29px 0;
    color: #FFFFFF;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -22px;
    right: -12px;
}
.news_operations{
    display: flex;
    padding-left: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #000000;
}
.news_bots{
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    margin-top: 60px;
}
.news_shares{
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.news_keys{
    color: #D5286E;
    font-size: 14px;
    margin-right: 20px;
}
.news_keys>span{
    margin-right: 20px;
}
.news_keys>span:first-child{
    color: #000000;
}
.news_share{
    color: #000000;
    font-size: 14px;
    flex-shrink: 0;
    display: flex;
}
.news_share_icon{
    width: 20px;
}
.news_share_item{
    display: flex;
    align-items: center;
    margin-left: 30px;
    cursor: pointer;
    position: relative;
}
.news_shares_codes{
    padding: 10px;
    background-color: #FFFFFF;
    position: absolute;
    top: 30px;
    left: -50px;
    box-shadow: 0px 2px 14px 0px rgba(0,0,0,0.1);
    display: none;
}
.news_share_item.wx:hover .news_shares_codes{
    display: block;
}
.news_shares_codes::after {
    content: "";
    position: absolute;
    top: -12px;
    right: 52px;
    width: 0;
    height: 0;
    border-width: 6px;
    border-style: dashed dashed solid;
    border-color: transparent transparent #fff;
}
.weixin_qrcode_text{
    color: #000000;
    font-size: 12px;
    letter-spacing: 0;
    text-align: center;
}
.common_titles{
    width: 140px;
    height: 50px;
    background-image: url('../../img/newsdetail/common_title1.png');
    background-size: cover;
    padding: 12px 0 12px 10px;
    box-sizing: border-box;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 18px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.common_titles::before{
    content: '';
    width: 4px;
    height: 100%;
    background-color: #FFFFFF;
    margin-right: 10px;
}
.common_titles.big{
    width: 420px;
    background-image: url('../../img/newsdetail/common_title2.png');
}
.common_titles.other{
    margin-bottom: 0;
}
.guess{
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    margin-top: 80px;
}
.guess_item{
    width: 48%;
    display: flex;
    margin-bottom: 20px;
}
.guess_item:nth-child(2n){
    margin-right: 0;
}
.guess_item::before{
    content: 'New';
    width: 40px;
    height: 24px;
    background: #252525;
    border-radius: 12px 12px 0px 12px;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    flex-shrink: 0;
}
.guess_item_title{
    width: 180px;
    color: #000000;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 20px;
    flex-shrink: 0;
}
.guess_item:hover .guess_item_title{
    color: #D5286E;
}
.guess_item_time{
    color: #666666;
    font-size: 12px;
    flex-shrink: 0;
    letter-spacing: 0;
}
.guess_list{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid #000000;
}
.tips{
    color: rgba(0, 0, 0, 0.2);
    font-size: 12px;
    margin-top: 15px;
    line-height: 17px;
}
.news_item{
    width: 100%;
    display: flex;
    margin-bottom: 20px;
}
.news_item_img{
    width: 216px;
    height: 144px;
    flex-shrink: 0;
    margin-right: 20px;
}
.news_item_infos{
    flex: 1;
    padding: 15px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.news_item_title{
    color: #000000;
    font-size: 18px;
}
.news_item_content{
    color: #666666;
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.news_item_nums{
    display: flex;
    justify-content: space-between;
    color: #666666;
    font-size: 12px;
}
.news_item:hover .news_item_title{
    color: #D5286E;
}
.recommends{
    width: 420px;
}
.recommend_swiper{
    width: 380px;
}
.qs_ranks_box{
    width: 380px;
    background-color: #FFFFFF;
    box-shadow: 0px 2px 14px 0px rgba(0,0,0,0.1);
    padding: 20px 10px;
    box-sizing: border-box;
}
.qs_tabs{
    display: flex;
    justify-content: space-between;
    position: relative;
    margin: 0 14px;
    box-sizing: border-box;
}
.qs_tabs::after{
    content: '';
    width: 100%;
    height: 1px;
    background-color: #000000;
    position: absolute;
    left: 0;
    bottom: 1px;
}
.qs_tab{
    color: #000000;
    font-size: 14px;
    padding-bottom: 6px;
    border-bottom: 4px solid transparent;
    cursor: pointer;
    position: relative;
    z-index: 10;
}
.qs_tab.active{
    color: #D5286E;
    border-color: #D5286E;
}
.qs_slide{
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    color: #000000;
    font-size: 14px;
}
.qs_slide .other{
    color: #666666;
}
.qs_slide:hover{
    background-color: rgba(0, 0, 0, 0.04);
    border-radius: 20px;
}
.qs_slide:first-child:hover{
    background-color: transparent;
}
.qs_slide_num{
    width: 19%;
}
.qs_slide_school{
    width: 60%;
}
.qs_slide_country{
    width: 15%;
}
.qs_btn{
    width: 200px;
    height: 40px;
    background: linear-gradient(322deg, #D5286E 0%, #F6AFCB 100%);
    box-shadow: 0px 2px 14px 0px rgba(0,0,0,0.1);
    border-radius: 10px;
    color: #FFFFFF;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px auto 0;
}
.qs_btn:hover{
    color: #FFFFFF;
}
.notice_tab{
    padding: 0 7px;
}
.notice_swiper{
    margin-top: 20px;
    padding: 0 14px;
    box-sizing: border-box;
}
.notice_slide_img{
    width: 134px;
    height: 90px;
    margin-right: 10px;
    flex-shrink: 0;
}
.notice_slide_img img{
    height: 100%;
    border-radius: 10px;
}
.notice_slide{
    width: 100%;
    display: flex;
    margin-bottom: 20px;
}
.notice_slide_title{
    color: #000000;
    font-size: 14px;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.notice_slide:hover .notice_slide_title{
    color: #D5286E;
}
.notice_slide_num{
    color: #666666;
    font-size: 12px;
}
.notice_slide_infos{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.modal{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 10;
    display: none;
}
.modalCon{
    width: 690px;
    height: 420px;
    background-color: #FFFFFF;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 11;
    padding: 10px 10px 20px;
    box-sizing: border-box;
    display: none;
}
.close_icon{
    width: 30px;
    height: 30px;
    position: absolute;
    top: 22px;
    right: 39px;
    cursor: pointer;
}
.error_checks{
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 50px;
    box-sizing: border-box;
    margin-top: 30px;
}
.error_check{
    color: #000000;
    font-size: 14px;
    display: flex;
    align-items: center;
}
.error_check_input{
    appearance: none;
    -webkit-appearance: none;
    outline: none;
}
.error_check_input{
    width: 20px;
    height: 20px;
    background-image: url('../../img/newsdetail/check.png');
    background-size: cover;
    background-color: transparent;
    margin-right: 10px;
}
.error_check_input:checked{
    background-image: url('../../img/newsdetail/check_active.png');
}
.error_inputs{
    width: 100%;
    padding: 0 30px;
    box-sizing: border-box;
    margin-top: 40px;
}
.error_input{
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}
.error_textarea{
    width: 100%;
    height: 120px;
    padding-left: 60px;
    padding-top: 14px;
    box-sizing: border-box;
    font-size: 14px;
    color: #000000;
}
.error_textarea.other{
    height: 40px;
    padding-top: 0;
}
.edit_icon{
    width: 23px;
    height: 23px;
    position: absolute;
    top: 12px;
    left: 14px;
}
.tel_icon{
    width: 23px;
    height: 24px;
    position: absolute;
    left: 13px;
    top: 8px;
}
.error_btn{
    width: 200px;
    height: 40px;
    background: linear-gradient(322deg, #D5286E 0%, #F6AFCB 100%);
    box-shadow: 0px 2px 14px 0px rgba(0,0,0,0.1);
    border-radius: 10px;
    color: #FFFFFF;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    outline: none;
    margin: 0 auto;
}
.qs_sort_school_one {
    color: #000000;
}
.qs_sort_school_one div:nth-child(2) p {
    color: rgba(0, 0, 0, 0.6);
}
.qs_sort_school_one_on {
    color: #FD4AEF;
}
.abroad_hot_one_title  {
    color: #000000;
}
.abroad_hot_one_time i, .abroad_hot_one_time span {
    color: #000000;
}