@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}


/* 大屏适配 */
@media (min-width: 100rem) {
    .videoDiv {
        width: 100%;
        height: 35.2rem;
        border-radius: 1.6rem;
        overflow: hidden;
        position: relative;
        top: 9.1rem;
    }

    .newLunbo {
        display: inline-block;
        position: absolute;
        /* bottom: 15rem; */
        left: 50%;
        transform: translate(-50%);
    }

    /* .container{
        width: 156rem!important;
    } */
    .hov02 {
        margin-bottom: 0rem;
    }

    .hov03 {
        margin-bottom: 0rem;
    }

    .thderLeftSpan {
        font-weight: bold;
        font-size: 3.4rem;
        color: #333333;
        letter-spacing: .3rem;
        text-align: left;
        display: inline-block;
        margin-left: 7.2rem
    }

    .lefAndRig {
        /* padding: 0rem 1rem; */
        display: flex;
        justify-content: space-between;
        position: absolute;
        width: 100%;
        height: 5rem;
        margin-top: 22.5rem;
        top: 0;
    }

    .qnyw {
        width: 100%;
        height: auto;
        padding: 7.9rem 0 10rem;
        background: url('../imgTrans/new_bg@2x.png') no-repeat right bottom;
        background-size: 100% 82rem;
    }

    .banImg {
        width: 100%;
        height: 14rem;
        transition: all 1s;
    }

    .yjImg {
        width: 100%;
        height: 26rem;
        border-radius: 1.6rem;
        float: left;
    }

    .tzgg02 {
        width: 100%;
        height: auto;
        padding: 9.9rem 0 10rem;
        background: url('../imgTrans/activity_notice_bg@2x.png') no-repeat center bottom;
        background-size: 100% 100%;
        /* background-attachment: fixed; */
    }

    .noticeLi {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 0rem;

    }

    .xsctron {
        height: 16rem;
    }

    .allYxtzSize {
        width: 100%;
        height: 10.4rem;
        overflow: hidden;
        background: rgba(255, 255, 255, 0.5);
        box-shadow: 0rem .4rem 2rem 0rem rgba(0, 0, 0, 0.07);
        margin-bottom: 1.2rem;
        transition: all 1s;


    }

    .banImgSize {
        width: 100%;
        height: 14rem;
        overflow: hidden;
        margin-top: 1rem;
    }

    .qnywlb {
        width: 100%;
        height: 65rem;
        position: relative;
        margin-right: 4rem;
        margin-left: 4rem;
        float: left
    }

    .qnywls>ul>li {
        width: 100%;
        height: 9rem;
        border-bottom: .1rem solid #DDDDDD;
        display: flex;
        justify-content: start;
        padding: 1.4rem 0rem 1.4rem 0;
        cursor: pointer;
        margin-bottom: 1rem;

    }

    .ipte {
        display: inline-block;
        width: calc(100% - 11rem);
        font-weight: bold;
        font-size: 2.4rem;
        color: #333333;
        line-height: 6rem;
        text-align: left;
        /* white-space: pre-wrap; */
        /* overflow-wrap: break-word; */
        /* word-break: break-all; */
        white-space: nowrap;
        /* 确保文本不会换行 */
        overflow: hidden;
        /* 隐藏超出容器的文本 */
        text-overflow: ellipsis;
        /* 当文本超出容器时显示省略号 */
    }

    .hdygSm {
        padding-left: 6rem !important
    }

    .titBg {
        display: inline-block;
        position: absolute;
        left: 3rem;
        width: 17.3rem;
        height: 4.4rem;
        left: 8.8rem;
        top: -1.5rem;
    }

    .yxdtShow {
        display: block;
    }

    .yxdtShow01 {
        display: none;
    }

    .sjqnShow {
        display: block;
    }

    .sjqnShow01 {
        display: none;
    }

    .xsxxBgImgSm {
        width: 32.5rem !important;
    }

    .smDisNone {
        display: inline-block !important;
    }

    .ztwzSize {
        margin-left: 50%;
        transform: translate(-50%);
    }


    .zhxwSm {
        padding-left: 5rem !important;
    }

    .xsxxSm {
        padding-left: 11rem !important;
    }

    .yxdtSm {
        padding-left: 6rem !important;
    }

    .yjqnImgLeft {
        padding-right: 2.1rem !important;
    }

    .yjqnImgRight {
        padding-left: 2.1rem !important;
    }

    .yjqnVideoSm {
        padding-left: 4.6rem !important;
    }


}

/* 平板设备 */
@media screen and (min-width: 60.1rem) and (max-width: 100rem) {
    .yjImg {
        width: 100%;
        height: 33rem;
        border-radius: 1.6rem;
        float: left;
    }

    .videoDiv {
        height: 40vw;
        top: .1rem;
        border-radius: 1.6rem;
        overflow: hidden;
        position: relative;
        top: 9.1rem;
    }
}

/* 中小屏适配 */
@media (max-width: 100rem) {
    .newLunbo {
        display: none;
    }

    .hov02 {
        margin-bottom: 4rem;
    }

    .hov03 {
        margin-bottom: 4rem;
    }

    .thderLeftSpan {
        font-weight: bold;
        font-size: 2.4rem;
        color: #333333;
        letter-spacing: .3rem;
        text-align: left;
        display: inline-block;
        margin-left: 7.2rem;
        line-height: 5rem;
    }

    .lefAndRig {
        display: none;
    }

    .qnyw {
        width: 100%;
        height: auto;
        padding: 7.9rem 0 0rem;
        background: url('../imgTrans/new_bg@2x.png') no-repeat right bottom;
        background-size: 100% 82rem;
    }

    .banImg {
        width: 100%;
        height: 5rem;
        transition: all 1s;
    }

    .tzgg02 {
        width: 100%;
        height: auto;
        padding: 9.9rem 0 10rem;
        background: url('../imgTrans/activity_notice_bg@2x.png') no-repeat center bottom;
        background-size: 100% 100%;
        /* background-attachment: fixed; */
    }

    .xsctron {
        height: auto;
    }

    .noticeLi {
        display: inline-block;
    }

    .allYxtzSize {
        width: 100%;
        height: 15.4rem;
        overflow: hidden;
        background: rgba(255, 255, 255, 0.5);
        box-shadow: 0rem .4rem 2rem 0rem rgba(0, 0, 0, 0.07);
        margin-bottom: 1.2rem;
        transition: all 1s;


    }

    .banImgSize {
        width: 100%;
        height: 14rem;
        overflow: hidden;
        margin-top: 18rem;
    }

    .qnywlb {
        width: 100%;
        height: 42rem;
        position: relative;
        margin-right: 4rem;
        margin-left: 4rem;
        float: left
    }

    .qnywls>ul>li {
        width: 100%;
        border-bottom: .1rem solid #DDDDDD;
        display: flex;
        justify-content: start;
        padding: 1.4rem 0rem 1.4rem 0;
        cursor: pointer;
        margin-bottom: 1rem;

    }

    .ipte {
        display: inline-block;
        width: calc(100% - 8rem);
        font-weight: bold;
        font-size: 2rem;
        color: #333333;
        text-align: left;
        /* white-space: pre-wrap; */
        overflow-wrap: break-word;
        word-break: break-all;
    }

    .mb91 {
        margin-bottom: 0rem !important;
    }

    .mt91 {
        margin-top: 0rem !important;
    }

    .lineCc {
        left: 8.3rem !important;
    }

    .xxTop {
        padding-top: 2rem;
    }

    .qnywls {
        width: 100%;
    }

    .sjqnShow {
        display: none;
    }

    .sjqnShow01 {
        display: inline-block;
        width: 100% !important;
    }

    .ztwzSg {
        margin-bottom: 2rem;
    }

    .dotCla {
        display: none;
    }

    .ztwz {
        height: auto !important;
    }

    .yjqn {
        height: auto !important;
        padding-top: 4rem !important;
    }

    .sjqn {
        height: auto !important;
    }

    .qnyw {
        height: auto !important;
    }

    .tzgg {
        height: auto !important;
    }

    .xsxx {
        height: auto !important;
    }

    .noticeLi {
        display: inline;
    }

    .hdyg {
        height: auto !important;
    }

    .xsxxSm {
        padding-left: 0rem !important;
        margin-top: 3rem;
    }

    .tzggSm {
        padding-right: 0rem !important;
    }

    .hdygSm {
        padding-right: 0rem !important;
        padding-left: 0rem !important;
    }

    .yybk {
        height: auto !important;
        background: rgba(3, 115, 87, 1) !important;
    }

    .loDiv {
        margin-bottom: 4rem;
    }

    .dashBg {
        position: absolute;
        width: 68%;
        left: 16%;
        top: 8rem;
        height: 20rem;
        background: url('../imgTrans/shujuqingnong_line@2x.png') no-repeat center;
        background-size: 100% 100%;
    }

    .sjImghji {
        width: 5rem;
        height: 5rem;
    }

    .cenImg {
        width: 4rem;
        height: 4rem;
    }

    .ztwzSize {
        margin-left: 0;
    }


    .zhxwSm {
        padding-left: 0rem !important;
        margin-top: 2rem;
    }

    .smDisNone {
        display: none !important;
    }

    .dashDiv {
        padding-top: 6rem !important;
    }

    .yjqnImgLeft {
        padding-right: 0rem !important;
    }

    .yjqnImgRight {
        padding-left: 0rem !important;
    }

    .yjqnVideoSm {
        padding-left: 0rem !important;
        margin-bottom: 10rem;
    }

    .yjbg {
        height: auto !important;
    }

    .xsxxBgImgSm {
        width: 28rem !important;
    }

    .yxdtShow {
        display: none;
    }

    .yxdtShow01 {
        display: block;
    }

    .titBg {
        display: none;
    }
}

/* 小屏适配 */
@media (max-width: 60rem) {

    .qnywRightSm {
        padding-left: 0rem !important;
        margin-top: 4rem;
    }

    .qnywlb {
        width: 100%;
        height: 32rem;
        position: relative;
        margin-right: 4rem;
        margin-left: 4rem;
        float: left
    }

    .newLunbo {
        display: none;
    }

    .yjImg {
        width: 100%;
        height: 20rem;
        border-radius: 1.6rem;
        float: left;
    }

    .videoDiv {
        height: 60vw;
        top: .1rem;
        border-radius: 1.6rem;
        overflow: hidden;
        position: relative;
        top: 9.1rem;
    }
}

.medioNd {}

.meNdLi {
    width: 100%;
    height: 9.7rem;
    border-bottom: .1rem solid #DDDDDD;
    padding-top: 1rem;
}

.meNdLi>p {
    font-weight: bold;
    font-size: 2rem;
    color: #333;
    line-height: 5rem;
    text-align: left;
    font-style: normal;
    overflow-wrap: break-word;
    word-break: break-all;
}

.greeText {
    font-size: 1.6rem;
    color: #1b5e20;

}

.mdNdTime {
    font-size: 1.6rem;
    color: #666666;
    margin-left: 1rem;
}

.greenDiot {
    display: inline-block;
    width: .5rem;
    height: .5rem;
    border-radius: 50%;
    background-color: #1b5e20;
    margin-bottom: .4rem;
}

.noticeLixscg {
    width: 100%;
    /* height: 75rem; */
    background-color: #fff;
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.5) 100%);
    box-shadow: 0rem .4rem 2.4rem 0rem rgba(0, 0, 0, 0.06);
    padding: 7rem 3rem 2rem;

}

.xtCs {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.xxTop {
    padding-top: 2rem;
}

.imgTe {
    padding-left: 1.6rem;
    vertical-align: middle;
}

.xscgTimrImg {
    width: 1.6rem;
    height: 1.6rem;
    margin-right: .6rem;
    vertical-align: middle;

}

.bomline {
    width: 92%;
    border-bottom: .1rem dashed #DDDDDD;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
}

.xscgTime {
    font-weight: 400;
    font-size: 1.6rem;
    color: #1b5e20;
    line-height: 2.4rem;
    text-align: left;
    vertical-align: middle;

}

.fangxing {
    display: inline-block;
    width: .6rem;
    height: .6rem;
    background-color: #1b5e20;
    margin-right: 1rem;
    vertical-align: middle;
    margin-top: 2rem;
    float: left;
}

.xscgTi {
    display: inline-block;
    font-weight: 400;
    font-size: 2rem;
    color: #333333;
    text-align: left;
    font-style: normal;
    vertical-align: middle;
    float: left;
    width: 90%;
}

.xscgTi:hover {
    display: inline-block;
    font-weight: bold;
    font-size: 2rem;
    color: #1b5e20;
    text-align: left;
    font-style: normal;
}

.ntcSpan01xscg {
    display: inline-block;
    font-weight: bold;
    font-size: 2.2rem;
    color: #1b5e20;
    line-height: 2.8rem;
    text-align: left;
    height: 8.4rem;
    overflow: hidden;
    /* 隐藏溢出的内容 */
    text-overflow: ellipsis;
    /* 使用省略号表示文字被截断 */
}

.ntcSpan02xscg {
    display: inline-block;
    font-weight: 400;
    font-size: 1.6rem;
    color: #666666;
    line-height: 2.8rem;
    text-align: left;
    font-style: normal;
    margin-top: 1.5rem;
}

.xscgimg {
    width: 48%;
    height: 26.6rem;
    margin-right: 2%;
}

.xscgBottom {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0rem;
    padding: 1.6rem 0;

}

.zhxwDate {
    font-weight: normal;
    font-size: 1.8rem;
    color: #666666;
    line-height: 2.1rem;
    text-align: left;
    font-style: normal;
    margin-bottom: 2rem;
}

.zhxwText {
    display: inline-block;
    width: 100%;
    /* border-bottom: .1rem solid #DDDDDD; */
    font-weight: bold;
    font-size: 2rem;
    color: #333;
    line-height: 3rem;
    text-align: left;
    font-style: normal;
    overflow-wrap: break-word;
    word-break: break-all;
    padding: 1rem 0rem 1rem 0;

}

.zhxwText:hover {
    display: inline-block;
    width: 100%;
    /* border-bottom: .1rem solid #DDDDDD; */
    font-weight: bold;
    font-size: 2rem;
    color: #1b5e20;
    line-height: 3rem;
    text-align: left;
    font-style: normal;
    overflow-wrap: break-word;
    word-break: break-all;
    padding: 1rem 0rem 1rem 0;

}

.sjqnSmail {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0rem;
    padding: 1.6rem;
}

.sjqmsm {
    border-radius: 1.6rem;
    background: url('../imgTrans/new_select_bg@2x.png') no-repeat;
    background-size: 100% 100%;
    padding: 1rem;
    text-align: center;
    margin: .5rem .5rem;
}

.tzggSm {
    padding-right: 4rem;

}

.flexBet {
    display: flex;
    justify-content: space-between;
}

.flexStart {
    display: flex;
    justify-content: start;
}

.flexAround {
    display: flex;
    justify-content: space-around;
}

.flexCol {
    display: flex;
    flex-direction: column;
}

.theme {
    /* width: 100%;
    height: 14rem;
    background:url('../imgTrans/tableBg.png') no-repeat;
    position: fixed;
    top: 0;
    z-index: 99999;
    background-size: 100% 100%; */
}

.themeGreen {
    width: 100%;
    height: 14rem;
    background-color: #1b5e20;
    position: fixed;
    top: 0;
    z-index: 99999;
    background-size: 100% 100%;
}

.tHeader {
    display: flex;
    justify-content: space-between;
    margin-bottom: 6rem;
}

.thderLeft {
    position: relative;
    left: 0;
}

.loge {
    width: 5.6rem;
    height: 5.6rem;
    margin-right: 1.6rem;
    position: absolute;
    left: 0;
    animation: rotate 5s linear infinite;
}

.loge01 {
    width: 5.6rem;
    height: 5.6rem;
    position: absolute;
    left: 0;

}


.thderRight {
    display: flex;
    justify-content: flex-end;
    cursor: pointer;
    transition: all 1s;
}

.thderRightSpan {
    display: inline-block;
    font-size: 1.4rem;
    color: #333333;
    text-align: center;
    font-style: normal;
    line-height: 4.8rem
}

.thderRight:hover .thderRightSpan {
    text-decoration-line: underline;
}

.thderRight>img {
    width: 5.6rem;
    height: 3.2rem;
    margin-top: .6rem;
    margin-left: .4rem;
}


.lefAndRigImg {
    width: 4rem;
    height: 6rem;
    cursor: pointer;
}



.lunimg {
    width: 100% !important;
    height: 100% !important;
    transition: all 1s;
    max-height: 500px;
}

.lunimg:hover {
    /* width: 110%!important;
    height:110%!important; */
    transform: scale(1.2);
}

.texDesc {
    width: 100%;
    /* height: 14rem; */
    background: rgba(0, 0, 0, 0);
    position: relative;
    padding: 1.8rem 0rem;
    display: flex;
    justify-content: start;
}

.texDesc>h5 {
    font-weight: bold;
    font-size: 2.4rem;
    color: #333333;
    line-height: 3.2rem;
    text-align: left;
    display: inline-block;
    margin-bottom: 1rem;
}

.dateDesc {
    width: 10rem;
    height: 9rem;
    border-radius: 0 1.6rem 0 1.6rem;
    /* position: absolute;
    left: 3rem;
    top: -6rem; */
    display: flex;
    flex-direction: column;
    text-align: center;
    background-color: #1b5e20;
    float: left;
    margin-right: 1.6rem;

}

.textHu {
    float: left;
    width: 78%;
}

.texthu:hover {
    color: #1b5e20;
}

.siz58p {
    font-weight: bold;
    font-size: 3.2rem;
    height: 5.2rem;
    color: #FFFFFF;
    text-align: center;
    line-height: 6rem;
}

.siz18p {
    font-weight: normal;
    font-size: 1.2rem;
    color: #FFFFFF;
    text-align: center;
}

.newText {
    font-weight: 400;
    font-size: 1.4rem;
    color: #666666;
    line-height: 2.6rem;
    text-align: left;
}

.qnywls {

    height: 65rem;
    width: 100%;
    float: left;

}


.zhxwls {
    width: 100%;
    height: 72.6rem;
}

.qnywls>ul {
    width: 100%;
    height: 100%;
}

.zhxwls>ul {
    width: 100%;
    height: 100%;
}

.zhxwls>ul>li {
    width: 100%;
    height: 12rem;
    border-bottom: .1rem solid #DDDDDD;
    display: flex;
    justify-content: start;
    padding: 2rem 0rem 2rem 0;
    cursor: pointer;

}

.weili:hover {
    width: 100%;
    height: 9rem;
    display: flex;
    justify-content: start;
    padding: 1.4rem 0rem 1.4rem 0;
    cursor: pointer;
    /* background: url('../imgTrans/new_select_bg@2x.png') no-repeat; */
    /* background-color: #1b5e20; */
    color: #1b5e20;
    background-size: 100% 100%;

}

.weili:hover .siz44p {
    color: #1b5e20;

}

.weili:hover .siz14p {
    color: #1b5e20;

}

.weili:hover .ipte {
    color: #1b5e20;
    font-weight: bold;

}

.dateDescLs {
    width: 9rem;
    height: 7rem;
    display: flex;
    flex-direction: column;
    text-align: center;
    /* border-right: .1rem solid #DDDDDD; */
    padding-right: 2rem;
    margin-right: 2rem;
}

.fffLine {
    width: .1rem;
    height: 4rem;
    background-color: #DDDDDD;
    margin-right: 2rem;
    margin-top: 1.3rem;
}

.siz44p {
    font-weight: bold;
    font-size: 3.2rem;
    color: #1b5e20;
    text-align: center;
    height: 4rem;
    line-height: 4rem;
}

.siz14p {
    font-weight: normal;
    font-size: 1.4rem;
    color: #1b5e20;
    text-align: center;
}

.newLsIs {
    width: 100%;
}



.banImg:hover {

    transform: scale(1.2);
}

/* 通知公告 学术信息 */
.tzgg {
    width: 100%;
    height: auto;
    padding: 9.9rem 0 10rem;
    background: url('../imgTrans/notice_academic_bg@2x.png') no-repeat center bottom;
    background-size: 100% 61.5rem;
    /* background-attachment: fixed; */
}

.hdyg {
    width: 100%;
    height: auto;
    padding: 7.9rem 0 10rem;
    background: url('../imgTrans/activity_trends_bg@2x.png') no-repeat center center;
    background-size: 100% 100%;
    /* background-attachment: fixed; */
}





.noticeItem {
    width: 92%;
    height: 26.6rem;
    /* background: url(../imgTrans/notice_bg@2x.png); */
    background-size: 100% 100%;
    padding: 4rem 3rem;
    transition: all 1s;
    background: #FFFFFF;
    box-shadow: 0rem .4rem 2.4rem 0rem rgba(0, 0, 0, 0.06);
    border-radius: 0rem 2rem 0rem 2rem;
    margin-bottom: 5rem;
}

.noticeItem:hover {
    transform: translateY(-1rem);
}

.ntcSpan01 {
    display: inline-block;
    font-weight: 400;
    font-size: 2rem;
    color: #333333;
    line-height: 2.8rem;
    text-align: left;
    margin-bottom: 4.5rem;
    height: 8.4rem;
    overflow: hidden;
    /* 隐藏溢出的内容 */
    text-overflow: ellipsis;
    /* 使用省略号表示文字被截断 */
}

.lineGreen {
    width: 5rem;
    height: .2rem;
    background: #1b5e20;
    transition: all 1s;
}

.xscgTop {
    margin-bottom: 4rem;
}

.mt10 {
    margin-top: 1rem;
}

.noticeItem:hover .lineGreen {
    width: 100%;
    height: .2rem;
    background: #1b5e20;
}

.span30 {
    font-weight: bold;
    font-size: 3.2rem;
    color: #1b5e20;
    text-align: left;
    font-style: normal;
}

.span18 {
    font-weight: bold;
    font-size: 2.2rem;
    color: #1b5e20;
    text-align: left;
    font-style: normal;
}

.goRou {
    width: 2.6rem;
    height: .6rem;
    margin-top: 2rem;
}

/* 学术信息 */
.xsxx {
    width: 100%;
    height: 100%;
    position: relative;

}

.lineCc {
    width: .1rem;
    height: 100%;
    border-left: .1rem solid #A9A9A9;
    position: absolute;
    left: 9.3rem;
}

.span30Cen {
    font-weight: bold;
    font-size: 3.2rem;
    color: #1b5e20;
    text-align: center;
    font-style: normal;
}

.span18Cen {
    font-weight: normal;
    font-size: 1.8rem;
    color: #1b5e20;
    text-align: center;
    font-style: normal;
}

.dotCla {
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 1.4rem;
    background: #FFFFFF;
    text-align: center;
    z-index: 99;
    margin-top: 3rem;
}

.dotCla>span {
    display: inline-block;
    width: .8rem;
    height: .8rem;
    border-radius: .8rem;
    background: #A9A9A9;
    margin-bottom: .4rem;
}

.yxlogeTit {
    width: calc(100% - 1rem);
    white-space: nowrap;
    /* 确保文本不会换行 */
    overflow: hidden;
    /* 隐藏超出容器的文本 */
    text-overflow: ellipsis;
    /* 当文本超出容器时显示省略号 */
}

.xxText {
    display: inline-block;
    font-weight: bold;
    font-size: 2rem;
    color: #333333;
    line-height: 2.8rem;
    text-align: left;
    font-style: normal;
    border-bottom: .1rem solid #A9A9A9;
    padding: 2rem 0 2rem 0;
    margin-bottom: 2rem;
    width: calc(100% - 1rem);
    white-space: nowrap;
    /* 确保文本不会换行 */
    overflow: hidden;
    /* 隐藏超出容器的文本 */
    text-overflow: ellipsis;
    /* 当文本超出容器时显示省略号 */
}

.fuTit {
    vertical-align: middle;
}

.fuTit>img {
    width: 2.2rem;
    height: 2.2rem;
    vertical-align: middle;
    margin-right: 1rem;
}

.fuTit>span {
    font-weight: 400;
    font-size: 1.8rem;
    color: #666666;
    line-height: 2.7rem;
    text-align: left;
    font-style: normal;
    vertical-align: middle;
}

.mouseHov {
    cursor: pointer;
}

.mouseHov:hover .dotCla>span {
    display: inline-block;
    width: .8rem;
    height: .8rem;
    border-radius: .8rem;
    background: #1b5e20;
    margin-bottom: .4rem;
}

.mouseHov:hover .xxText {
    color: #1b5e20;
    border-bottom: .1rem solid #9BC1B7;
}

/* 活动预告 */

.dateRang {
    width: 9rem;
    height: 7.2rem;
    border: .1rem solid #1b5e20;
    border-radius: 0 1.6rem 0 1.6rem;
    margin-right: 1.6rem;
}

.dateRang01 {
    display: inline-block;
    height: 4.4rem;
    background-color: #1b5e20;
    font-size: 3.2rem;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 4.4rem;
    text-align: center;
    width: 100%;
    border-radius: 0 1.4rem 0 0rem;
}

.dateRang02 {
    display: inline-block;
    height: 2.8rem;
    font-size: 1.4rem;
    color: #1b5e20;
    line-height: 2.8rem;
    text-align: center;
    width: 100%;
}

.hdygText {
    display: inline-block;
    width: calc(100% - 11rem);
    font-weight: 400;
    font-size: 2rem;
    color: #333;
    line-height: 2.8rem;
    text-align: left;
    font-style: normal;
    overflow-wrap: break-word;
    word-break: break-all;
    padding: 0rem 1rem 0 0;

}

.hdygText:hover {
    display: inline-block;
    width: calc(100% - 11rem);
    font-weight: 400;
    font-size: 2rem;
    color: #1b5e20;
    line-height: 2.8rem;
    text-align: left;
    font-style: normal;
    overflow-wrap: break-word;
    word-break: break-all;
}

.hdyg>ul>li {
    margin-bottom: 3rem;
}

/* 院系动态 */
.yxdt {}

.yxlunbo {
    width: 100%
}

.yxul {
    display: inline-block;
    width: calc(100% - 18.8rem);
    height: 100%;
}

.yxImgLeft {
    width: 4.4rem;
    height: 4.6rem;
    cursor: pointer;
}

.allYxtz {
    width: 100%;
    height: 100%;
    transition: all 1s;
    padding: 1.5rem 3rem;
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0rem .4rem 2rem 0rem rgba(0, 0, 0, 0.07);
    margin-bottom: 1.6rem;
}

.allYxtzSize:hover {
    border-bottom: solid .4rem #1b5e20;
}

.yxRang {
    width: 9rem;
    height: 9rem;
    margin-right: 3rem;
}

.yxRang01 {
    display: inline-block;
    font-size: 3.2rem;
    color: #1b5e20;
    line-height: 5.2rem;
    text-align: center;
    width: 100%;
    font-weight: bold;
}

.yxRang02 {
    display: inline-block;
    font-size: 1.4rem;
    color: #1b5e20;
    text-align: center;
    width: 100%;
}

.yxText {
    display: block;
    font-weight: 400;
    font-size: 2rem;
    color: #333333;
    line-height: 3rem;
    text-align: left;
    width: calc(100% - 1rem);
    white-space: nowrap;
    /* 确保文本不会换行 */
    overflow: hidden;
    /* 隐藏超出容器的文本 */
    text-overflow: ellipsis;
    /* 当文本超出容器时显示省略号 */
}

.yxloge {
    min-width: 10.4rem;
    display: inline-block;
    height: 3rem;
    border-radius: 0rem 1.2rem 0rem 1.2rem;
    border: .1rem solid #1b5e20;
    font-weight: bold;
    font-size: 1.4rem;
    color: #1b5e20;
    line-height: 3rem;
    text-align: center;
    padding: 0 1rem;
    margin-bottom: 1rem;
}

/* 影音板块 */
.yybk {
    width: 100%;
    height: auto;
    padding: 24rem 0;
    background: url('../imgTrans/audiovisual_bg@2x.png') no-repeat center;
    background-size: 100% 100%;
    /* background-attachment: fixed; */
}

.dashDiv {
    position: relative;
    width: 100%;
    padding-top: 26rem;
}

.dashLine {
    margin-top: 4rem;
    width: 100%;
    height: 9.7rem;
    background: url('../imgTrans/lineLong@2x.png') no-repeat center;
    background-size: 100% 100%;
    position: absolute;
}

.rg01 {
    position: relative;
    top: -7rem;
    text-align: center;
    cursor: pointer;
}

.reSpan {
    display: inline-block;
    font-weight: bold;
    font-size: 3.4rem;
    color: #FFFFFF;
    letter-spacing: .3rem;
    text-align: center;
    margin-bottom: 3rem;
}

.reImg01 {
    width: 4.8rem;
    height: 4rem;
    margin: 0 auto;
    background: url('../imgTrans/meiti@2x.png') no-repeat center;
    background-size: 100% 100%;
}

.loDiv:hover .reImg01 {
    width: 4.8rem;
    height: 4rem;
    margin: 0 auto;
    background: url('../imgTrans/meiti1@2x.png') no-repeat center;
    background-size: 100% 100%;
}

.reImg02 {
    width: 4.8rem;
    height: 4rem;
    margin: 0 auto;
    background: url('../imgTrans/xiaobao@2x.png') no-repeat center;
    background-size: 100% 100%;
}

.hov02:hover .reImg02 {
    width: 4.8rem;
    height: 4rem;
    margin: 0 auto;
    background: url('../imgTrans/xiaobaoll.png') no-repeat center;
    background-size: 100% 100%;
}

.reImg03 {
    width: 4.8rem;
    height: 4rem;
    margin: 0 auto;
    background: url('../imgTrans/yingyin@2x.png') no-repeat center;
    background-size: 100% 100%;
}

.hov03:hover .reImg03 {
    width: 4.8rem;
    height: 4rem;
    margin: 0 auto;
    background: url('../imgTrans/yingyinll.png') no-repeat center;
    background-size: 100% 100%;
}

.reImg04 {
    width: 4.8rem;
    height: 4rem;
    margin: 0 auto;
    background: url('../imgTrans/rongmei@2x.png') no-repeat center;
    background-size: 100% 100%;
}

.hov04:hover .reImg04 {
    width: 4.8rem;
    height: 4rem;
    margin: 0 auto;
    background: url('../imgTrans/rongmeill.png') no-repeat center;
    background-size: 100% 100%;
}

.rg02 {
    position: relative;
    top: -6.6rem;
    text-align: center;
    cursor: pointer;

}


.loDiv:hover .loText {
    background-color: #ECBB48;
    color: #fff;
    border-top: solid .2rem #1b5e20;
}

.loDiv:hover .reSpan {
    color: #ECBB48;
}

.loDiv01:hover .reImg {
    width: 2.6rem;
    height: 2.8rem;
    margin: 0 auto;
    background: url('../imgTrans/select@2x.png') no-repeat center;
    background-size: 100% 100%;
}

.loDiv01:hover .loText {
    background-color: #ECBB48;
    color: #fff;
}

.loDiv01:hover .reSpan {
    color: #ECBB48;
}

.loDiv {
    text-align: center;
    cursor: pointer;
    margin-top: 6rem
}

.loDiv01 {
    text-align: center;
    cursor: pointer;
    margin-top: 1rem;
}

.loImgSize {
    width: calc(100% - 2.4rem);
    margin: 0 auto;
    /* height: 41.4rem; */
    transition: all 1s;
    overflow: hidden;
    margin-top: 2rem;
}

.loImg {
    width: 100%;
    height: auto;
    transition: all 1s;
}

.loImg:hover {
    transform: scale(1.2);
}

.loText {
    width: calc(100% - 2.4rem);
    margin: 0 auto;
    height: 10.6rem;
    padding: 2.1rem 3rem;
    font-size: 1.8rem;
    color: #333333;
    line-height: 2.8rem;
    text-align: left;
    background-color: #fff;
    margin-bottom: 2.4rem;
}

.loMore {
    font-size: 1.6rem;
    color: #FFFFFF !important;
    text-align: center;
}

/* 数据青农 */
.sjqn {
    width: 100%;
    height: auto;
    background: url('../imgTrans/shujuqingnong_bg1@2x.png') no-repeat center;
    background-size: 100% 100%;
    position: relative;
    padding-top: 8rem;
    /* background-attachment: fixed; */

}

.sjPoLeft {
    width: 7rem;
    height: 7.2rem;
    position: absolute;
    left: 0;
    top: 41.4rem;
    cursor: pointer;

}

.sjPoRight {
    width: 7rem;
    height: 7.2rem;
    position: absolute;
    right: 0;
    top: 41.4rem;
    cursor: pointer;

}

.sjMain {
    width: 100%;
    height: 100%;
    position: relative;

}

.cenImg {
    width: 50.4rem;
    height: 50.4rem;
    position: absolute;
    top: 33.7rem;
    left: 50%;
    transform: translate(-50%);
    text-align: center;
    vertical-align: middle;
}

.cenImgText {
    font-weight: bold;
    font-size: 6.2rem;
    color: #FFFFFF;
    line-height: 8rem;
    text-align: center;
    vertical-align: middle;
    z-index: 999;
    position: absolute;
    top: 0;
    display: inline-block;
    width: 50.4rem;
    height: 50.4rem;
    left: 0;
    padding-top: 17rem;

}

.cenImg01 {
    width: 35rem;
    height: 35rem;
    z-index: 888;
    position: absolute;
    top: 7.7rem;
    left: 7.7rem;

}

.cenImg02 {
    width: 30rem;
    height: 30rem;
    z-index: 999;
    position: absolute;
    top: 10.2rem;
    left: 10.2rem;
    animation: rotate 16s linear infinite;
}

.cenImg03 {
    width: 51.6rem;
    height: 51.6rem;
    z-index: 666;
    position: absolute;
    top: -0.6rem;
    left: -0.6rem;
    display: none;


}

.dashBg {
    position: absolute;
    width: 68%;
    left: 16%;
    top: 28rem;
    height: 40rem;
    background: url('../imgTrans/shujuqingnong_line@2x.png') no-repeat center;
    background-size: 100% 100%;
}

.size46P {
    font-weight: bold;
    font-size: 4.6rem;
    color: #1b5e20;
    line-height: 6.9rem;
    text-align: left;
}

.size46P>span {
    font-weight: 400;
    font-size: 1.8rem;
}

.adrei {
    font-weight: 400;
    font-size: 1.8rem;
    color: #333333;
    line-height: 2.7rem;
    text-align: left;
}

.mr40 {
    margin-right: 4rem;
}

.mb40 {
    margin-bottom: 4rem;
}

.sjImghji {
    width: 14rem;
    height: 14rem;
}

.sjpi01 {
    position: absolute;
    left: -7rem;
    bottom: 0;
}

.sjpi02 {
    position: absolute;
    left: 7rem;
    bottom: 24rem;
}

.sjpi03 {
    position: absolute;
    left: calc(50% - 7rem);
    top: -8rem;
}

.sjpi04 {
    position: absolute;
    right: 7rem;
    bottom: 24rem;
}

.sjpi05 {
    position: absolute;
    right: -7rem;
    bottom: 0;
}

.sjlo {
    width: 14rem;
    height: 14rem;
    position: absolute;
    top: 0;
    left: 0;
}

.sjlogu {
    width: 14rem;
    height: 14rem;
    position: absolute;
    top: 0;
    left: 0;
}

.sjlogu:hover {
    animation: rotate 6s linear infinite;

}

#leftShow {
    display: block;
}

#rightShow {
    display: none;
}

/* 专题网站 */
.ztwz {
    width: 100%;
    height: auto;
    margin-bottom: 10rem;

}

.ztBg01 {
    width: 100%;
    height: auto;
    /* padding: 4rem 3rem; */
    position: relative;
    /* background:url('../imgTrans/information@2x.png') no-repeat center; */
    /* background-size: 100% 100%; */
    cursor: pointer;
    overflow: hidden;

}

.ztBg01Img {
    width: 100%;
    height: 100%;

    transition: all 1s;
}

.ztBg01Img:hover {
    transform: scale(1.2);
}

.ztBg01p {
    position: relative;
    writing-mode: vertical-lr;
    /* 文字从上到下竖排，从右到左 */
    /* transform: rotate(180deg); 修正文字方向，确保从上到下顺序正确 */
    font-family: SimSun;
    font-weight: bold;
    font-size: 2.8rem;
    color: #FFFFFF;
    line-height: 3.4rem;
    text-align: center;
    font-style: normal;
    letter-spacing: .6rem;

}

.ztBg01Div {
    position: absolute;
    right: 3rem;
    bottom: 4rem;
    height: 12rem;
    border-right: .1rem solid #fff;
    writing-mode: vertical-lr;
    /* 文字从上到下竖排，从右到左 */
    /* transform: rotate(180deg); 修正文字方向，确保从上到下顺序正确 */
    font-family: SimSun;
    font-weight: 400;
    font-size: 1.6rem;
    color: #FFFFFF;
    line-height: 2rem;
    text-align: left;
    font-style: normal;
    padding-right: 1rem;
    cursor: pointer;
    letter-spacing: .4rem;
}

.ztBg02 {
    width: 100%;
    height: 50rem;
    padding: 4rem 3rem;
    position: relative;
    /* background:url('../imgTrans/party_discipline@2x.png') no-repeat center; */
    /* background-size: 100% 100%; */
    cursor: pointer;
}

.ztBg03 {
    width: 100%;
    height: 50rem;
    padding: 4rem 3rem;
    position: relative;
    /* background:url('../imgTrans/dangdaihui@2x.png') no-repeat center; */
    /* background-size: 100% 100%; */
    cursor: pointer;
}

.ztBg04 {
    width: 100%;
    height: 50rem;
    padding: 4rem 3rem;
    position: relative;
    /* background:url('../imgTrans/civilization@2x.png') no-repeat center; */
    /* background-size: 100% 100%; */
    cursor: pointer;
}

/* 遇见青农 */
.yjqn {
    width: 100%;
    height: auto;
    background: url('../imgTrans/meet_bg@2x.png') no-repeat center top;
    background-size: 100% 80%;
    /* padding-top: 24rem; */
    /* background-attachment: fixed; */

}

.yjbg {
    width: 100%;
    height: 65.7rem;
    margin-bottom: 3rem;
    /* display: grid; */
    /* grid-template-columns: repeat(2,1fr); */
    /* grid-gap: 3rem; */
}

.mt91 {
    margin-top: 9.1rem;
    margin-bottom: 3.2rem;
}

.mb91 {
    margin-bottom: 9.1rem;
    margin-top: 3.2rem;
}

.mengban {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 888;
    position: absolute;
    top: 0;
    left: 0;
}

.videoImgRun {
    width: 10rem;
    height: 10rem;
    background: url('../imgTrans/video_animation_effect@2x.png') no-repeat center left;
    background-size: 100% 100%;
    position: absolute;
    top: calc(50% - 5rem);
    left: calc(50% - 5rem);
    z-index: 999;
    animation: rotate 6s linear infinite;
}

.norate {
    width: 10rem;
    height: 10rem;
    position: absolute;
    top: calc(50% - 5rem);
    left: calc(50% - 5rem);
    z-index: 1000;
}


video {
    object-fit: fill;
    /*cover封面覆盖*/
}

/* // 全屏按钮 */
video::-webkit-media-controls-fullscreen-button {
    display: none;
}

/* //播放按钮 */
video::-webkit-media-controls-play-button {
    display: none;

}

/* //进度条 */
/* video::-webkit-media-controls-timeline {
  display: none;
} */
/* //观看的当前时间 */
video::-webkit-media-controls-current-time-display {
    display: none;
}

/* //剩余时间 */
video::-webkit-media-controls-time-remaining-display {
    display: none;
}

/* //音量按钮 */
/* video::-webkit-media-controls-mute-button {
  display: none;
} */
/* // 画中画 */
video::-webkit-media-controls-toggle-closed-captions-button {
    display: none;
}

/* //音量的控制条 */
video::-webkit-media-controls-volume-slider {
    display: none;
}

/* //所有控件 */
video::-webkit-media-controls-enclosure {
    display: none;
}