@charset "utf-8"; /**传统媒体**/
body.xxbs .wp_subcolumn_list .gx_news .tip_box .tip_wz {
    margin-bottom: 0.335rem;
}

body.xxbs .wp_subcolumn_list .gx_news .tip_box .tip_ma {
    font-size: var(--smailSize);
    color: #4A9494;
    font-family: 'SourceHanSerifCN-Bold';
    margin-bottom: 0.36rem;
}
body.xxbs .wp_subcolumn_list .gx_news .tip_box.show {
    display: flex;
}
body.xxbs .wp_subcolumn_list .gx_news .tip_box .down_btn a.active {
    background: #4A9494;
    pointer-events: auto;
}
body.xxbs .wp_subcolumn_list .gx_news .tip_box .tip_ma input {
    width: 0.2rem;
    margin-right: 0.14rem;
    height: 0.2rem;
    vertical-align: sub;
    border: 1px solid #C9C9C9;
}

body.xxbs .wp_subcolumn_list .gx_news .tip_box .down_btn a {
    display: block;
    margin: 0 auto;
    width: 1.63rem;
    line-height: 0.51rem;
    background: #ccc;
    border-radius: 0.54rem 0 0.54rem 0;
    color: #fff;
    text-align: center;
    pointer-events: none;
    transition: 0s;
}
body.xxbs .wp_subcolumn_list .gx_news .tip_box {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgb(51 51 51 / 30%);
    top: 0;
    left: 0;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;

}

body.xxbs .wp_subcolumn_list .gx_news .tip_box .news_tip {
    background: #fff;
    max-width: 90%;
    width: 10.91rem;
    border-radius: 0 0.54rem 0 0.54rem;
    position: relative;
    padding: 0.55rem 0.39rem 0.55rem 0.39rem;
    box-sizing: border-box;
}

body.xxbs .wp_subcolumn_list .gx_news .tip_box .news_tip .closed {
    position: absolute;
    right: 0.51rem;
    top: 0.51rem;
    cursor: pointer;
}

body.xxbs .wp_subcolumn_list .gx_news .tip_box .news_tip .closed img {
    width: 0.31rem;
}

body.xxbs .wp_subcolumn_list .gx_news .tip_box .tip_tt {
    font-size: 0.28rem;
    font-family: 'SourceHanSerifCN-Bold';
    text-align: center;
    line-height: 1.5;
    margin-bottom: 0.52rem;
}

body.xxbs .wp_subcolumn_list .gx_news .tip_box .tip_wz p {
    font-size: var(--titleSize);
    line-height: 1.9;
}
body.ctmt .col_news .col_news_box {
    width: 100%;
    margin-right: 0;
    padding: 0.8rem 0 0.0rem;
}

body.ctmt .col_news .col_news_box .news_list {
    margin: 0 -0.275rem
}

body.ctmt .col_news .col_news_box .gx_news {
    float: left;
    width: 33.3%;
    margin: 0 0 0.5rem
}

body.ctmt .col_news .col_news_box .gx_news .news_box {
    border-radius: 0 0.54rem 0 0.54rem;
    margin: 0 0.275rem;
    padding: 0.41rem 0.32rem 0.47rem 0.3rem;
    box-shadow: 0 0.04rem 0.12rem 0px rgb(0 0 0 / 10%);
    background: #fff;
    height: 2.8rem;
}

body.ctmt .col_news .col_news_box .gx_news .news_title {
    font-size: 0.2rem;
    font-family: 'SourceHanSerifCN-Bold';
    line-height: 0.32rem;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 0.24rem
}

body.ctmt .col_news .col_news_box .gx_news .news_short {
    font-size: 0.16rem;
    color: #5A9F9E;
    font-family: SourceHanSerifCN-Bold;
    line-height: 0.23rem;
    margin-bottom: 0.27rem;
    display: inline-block;
    padding: 0 0.15rem;
    position: relative;
    display: none;
}

body.ctmt .col_news .col_news_box .gx_news .news_short:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 0.15rem;
    transform: translateY(-50%);
    height: 0.16rem;
    background: url(images_gx/short_left.svg)no-repeat center;
    background-size: contain;
}

body.ctmt .col_news .col_news_box .gx_news .news_short:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 0.15rem;
    transform: translateY(-50%);
    height: 0.16rem;
    background: url(images_gx/short_left.svg)no-repeat center;
    background-size: contain;
}

body.ctmt .col_news .col_news_box .gx_news .news_text {
    font-size: 0.16rem;
    line-height: 0.28rem;
    font-family: SourceHanSerifCN-Regular;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;
    color: #666666;
    margin-bottom: 0.3rem
}

body.ctmt .col_news .col_news_box .gx_news .news_meta {
    font-size: 0.16rem;
    line-height: 0.23rem;
    color: #5A9F9E;
    font-family: SourceHanSerifCN-Medium
}

.page_div {
    justify-content: center;
    margin-top: 0.3rem;
}

/**新媒体**/
body.xmt .con_box {
    margin: 0 -0.275rem;
}

body.xmt .con_box .news_list {
    float: left;
    width: 33.3%;
}

body.xmt .col_news .col_news_box {
    width: 100%;
    margin-right: 0;
    padding: 0.8rem 0 0.0rem;
}

body.xmt .con_box .news_list .gx_news {
    margin: 0 0.275rem 0.55rem;
    position: relative;
}

body.xmt .con_box .news_list .h200 .news_imgs {
    height: 2rem;
}

body.xmt .con_box .news_list .h399 .news_imgs {
    height: 3.99rem;
}

body.xmt .con_box .news_list .h645 .news_imgs {
    height: 6.54rem;
}

body.xmt .con_box .news_list .gx_news .imgbox {
    overflow: hidden
}

body.xmt .con_box .news_list .gx_news .news_imgs {
    transition: 0.7s
}

body.xmt .con_box .news_list .gx_news:hover .news_imgs {
    transform: scale(1.05);
}

body.xmt .con_box .news_list .news_wz {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top,#000,transparent)
}

body.xmt .con_box .news_list .news_wz .news_con {
    padding: 0 0.19rem 0 0.21rem
}

body.xmt .con_box .news_list .h200 .news_wz .news_con {
    padding: 0.43rem 0.19rem 0.13rem 0.21rem
}

body.xmt .con_box .news_list .h399 .news_wz .news_con {
    padding: 0.88rem 0.19rem 0.16rem 0.21rem
}

body.xmt .con_box .news_list .h645 .news_wz .news_con {
    padding: 0.49rem 0.19rem 0.23rem 0.21rem
}

body.xmt .con_box .news_list .news_title {
    font-size: 0.2rem;
    line-height: 0.29rem;
    font-family: SourceHanSerifCN-SemiBold;
    color: #fff;
}

body.xmt .con_box .news_list .news_ico {
    position: absolute;
    top: 0;
    right: 0.4rem;
    width: 0.51rem;
    height: 0.51rem;
    z-index: 1;
}

body.xmt .con_box .news_list .news_ico.wx {
    background: url(images_gx/wx.svg)no-repeat;
    background-size: cover
}

body.xmt .con_box .news_list .news_ico.dy {
    background: url(images_gx/dy.svg)no-repeat;
    background-size: cover
}

body.xmt .con_box .news_list .news_ico.wb {
    background: url(images_gx/wb.svg)no-repeat;
    background-size: cover
}

body.xmt .con_box .news_list .news_ico.bilibili {
    background: url(images_gx/bilibili.svg)no-repeat;
    background-size: cover
}

/**学校标识**/
body.xxbs .col_news {
    padding: 0.6rem 0 0 0;
}

body.xxbs .col_news .col_news_box {
    width: 100%;
    margin-right: 0
}

body.xxbs .col_news .col_news_box .news_con {
    padding: 0.59rem 0.87rem 0.1rem;
}

body.xxbs .wp_subcolumn_list .wp_sublist .sublist_title {
    height: 0.9rem;
    line-height: 0.9rem;
    border-bottom: 0;
    margin-bottom: 0;
    background: #EDF4F4;
    border-radius: 0 0.54rem 0 0.54rem;
    padding: 0 0.44rem;
}

body.xxbs .wp_subcolumn_list .wp_sublist .sublist_title .subcolumn-name {
    font-size: 0.28rem;
    font-family: 'SourceHanSerifCN-Bold';
    color: #333;
    padding-left: 0.47rem;
    background: url(images_gx/bslogo.svg)no-repeat left center;
    background-size: 0.27rem 0.36rem;
}

body.xxbs .wp_subcolumn_list .wp_sublist .sublist_title a.morelink {
    line-height: initial;
    margin-top: 0;
    display: none;
}

body.xxbs .wp_subcolumn_list .wp_sublist .sublist_title a:hover {
    color: #333333
}

body.xxbs .col_news_list .gx_news, body.xxbs .col_news_list .gx_news p {
    font-size: 0.18rem;
    line-height: 0.36rem;
    margin-bottom: 0;
    font-family: SourceHanSerifCN-Regular;
}

body.xxbs .col_news_list .gx_news p img {
    margin-bottom: 0.6rem;
    max-width: 100%;
}

body.xxbs .wp_subcolumn_list .wp_sublist {
    position: relative;
}

body.xxbs .wp_subcolumn_list .gx_news .news_file {
    width: 0.41rem;
    display: inline-block;
    height: 0.41rem;
    background: url(images_gx/download.svg)no-repeat;
    position: absolute;
    right: 0.4rem;
    top: 0.25rem;
    background-size: cover;
}

body.xxbs .wp_subcolumn_list .text-box p span {
    line-height: 0.56rem;
    color: #333333 !important;
    font-family: SourceHanSerifCN-Regular !important;
}

body.xxbs .wp_subcolumn_list .ml {
    float: left;
    width: 37.4%;
    margin-top: -0.15rem;
}

body.xxbs .wp_subcolumn_list .ml .wp_audio_player {
    margin: 0.45rem 0 0;
}

body.xxbs .wp_subcolumn_list .mr {
    float: right;
    width: 53.03%;
}

body.xxbs .wp_subcolumn_list .gx_news .mr img {
    width: 100%;
    margin-bottom: 0;
    border: 1px solid #E3E3E3;
    max-width: unset;
}

body.xxbs .col_news .col_news_box .sublist-4 .news_con {
    padding: 0.59rem 15.7% 0.1rem;
}

body.xmt .con_box .news_list{width:100%;float:none;column-count: 3; column-gap: .6rem;}
body.xmt .con_box .news_list .gx_news{margin:0; margin-bottom: .6rem;   break-inside: avoid;}
body.xmt .con_box{margin:0}
body.xmt .con_box .news_list .h200 .news_imgs img{    width: 100%;}
body.xmt .con_box .news_list .h200 .news_imgs{height:auto;}


@media screen and (max-width: 999px) {
    body.ctmt .col_news .col_news_box .gx_news {
        width:50%;
    }
body.xmt .con_box .news_list{column-count: 2; column-gap: .3rem;}
body.xmt .con_box .news_list .gx_news{ margin-bottom: .3rem; }
}

@media screen and (max-width: 767px) {
    body.ctmt .col_news .col_news_box {
        margin-left:0
    }

    body.xmt .col_news .col_news_box {
        margin-left: 0
    }

    body.xmt .con_box .news_list {
        width: 50%;
    }

    body.xxbs .wp_subcolumn_list .ml {
        width: 100%;
    }

    body.xxbs .wp_subcolumn_list .mr {
        width: 100%;
        margin-top: 20px;
    }

    body.xxbs .wp_subcolumn_list .wp_sublist .sublist_title {
        padding-left: 30px;
        padding-right: 0
    }

    body.xxbs .col_news .col_news_box .news_con {
        padding-left: 0;
        padding-right: 0
    }

    body.xxbs .col_news .col_news_box .sublist-4 .news_con {
        padding-left: 0;
        padding-right: 0
    }
}

@media screen and (max-width: 579px) {
body.xmt .con_box .news_list{column-count: 1; }

    body.xmt .con_box .news_list {
        width:100%;
    }

    body.xmt .con_box .news_list .h200 .news_imgs {
        height: auto;
      
    }

    body.xmt .con_box .news_list .h399 .news_imgs {
        height: auto;
        padding-top: 92.7%;
    }

    body.xmt .con_box .news_list .h645 .news_imgs {
        height: auto;
        padding-top: 108.1%;
    }
}

@media screen and (max-width: 479px) {
    body.ctmt .col_news .col_news_box .gx_news {
        width:100%;
    }
}
