@charset "utf-8";
/* Ã¥â€ â€¦Ã¥Â®Â¹Ã©â‚¬Å¡Ã§â€Â¨Ã¦Â Â·Ã¥Â¼Â */
.section-header {
    text-align: center;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section-header h2 {
    display: inline-block;
    font-size: 28px;
    font-weight: bold;
    color: #23856b;
    margin: 0;
    padding-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
}

.section-header h2:after {
    display: block;
    content: '';
    position: absolute;
    right: 50%;
    margin-right: -85px;
    bottom: 0;
    background: url(2025hnnydxsky_title_bg1.png) no-repeat center;
    width: 170px;
    height: 65px;
}

.section-header .more {
    display: block;
    background: url(2025hnnydxsky_title_more.png) no-repeat center;
    width: 45px;
    height: 31px;
}

.section-header .more.more_white {
    background: url(2025hnnydxsky_title_more2.png) no-repeat center;
}

/* Ã¨Â½Â®Ã¦â€™Â­ */
.xyxw {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.xyxw .xyxw-left {
    width: 880px;
}

.xyxw .xyxw-left::before {
    display: block;
    content: "";
    background-color: rgb(180, 222, 159);
    position: absolute;
    left: 0;
    top: 50px;
    width: 850px;
    height: 590px;
    z-index: 0;
}

.xyxw .xyxw-right {
    background-color: rgb(243, 248, 248);
    width: 480px;
    height: 639px;
}

#slideBox {
    position: relative;
    z-index: 1;
    width: 850px;
    margin-left: 30px;
}

#slideBox .item img {
    width: 850px;
    height: 480px;
}

#slideBox .item p {
    margin-right: 60px;
    height: 130px;
    font-size: 24px;
    color: #000;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    cursor: pointer;
    padding: 0 30px;
}

#slideBox .item p a {
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    color: #000;
}

#slideBox .item p span {
    margin-top: 34px;
    display: block;
    font-size: 18px;
    color: #248870;
}

#slideBox .owl-pagination {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 130px;
    z-index: 1;
    display: flex;
    justify-content: center;
}

#slideBox .owl-pagination .owl-page {
    margin: 14px 10px 0 0;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    background: #fff;
    font-size: 0;
    cursor: pointer;
    overflow: hidden;
}

#slideBox .owl-pagination .owl-page.active {
    background: #ed1414;
}

#slideBox .owl-prev,
#slideBox .owl-next {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 91%;
    left: 690px;
    z-index: 100;
    background: #c6c6c6 url(carouse_anniu_left.png) no-repeat center;
}

#slideBox .owl-next {
    left: 730px;
    background: #c6c6c6 url(carouse_anniu_right.png) no-repeat center;
}

#slideBox .owl-prev:hover,
#slideBox .owl-next:hover {
    background-color: #248870;
}

.news-section {
    margin-top: 30px;
}

.news-list {
    padding: 30px;
}

.news-list li {
    margin-bottom: 38px;
}
.news-list li:last-child  {
    margin-bottom: 0;
}

.news-list li a {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.news-list .date-box {
    margin-right: 20px;
    width: auto;
    padding-right: 20px;
    border-right: 1px solid #248870;
}

.news-list .date-day {
    font-size: 28px;
    color: #248870;
    font-weight: bold;
    margin-bottom: 10px;
}

.news-list .date-month {
    font-size: 16px;
    color: #000;
}

.news-list .news-title {
    flex: 1;
    font-size: 18px;
    color: #000000;
    line-height: 32px;
    height: 64px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-list li:hover .news-title {
    color: #248870;
}

.news-date {
    color: #676767;
    font-size: 18px;
    white-space: nowrap;
}

/* Ã¤Â¿Â¡Ã¦ÂÂ¯Ã¥Å’ÂºÃ¥Å¸Å¸Ã¦Â Â·Ã¥Â¼Â */
.info-section {
    height: 644px;
    margin-top: 50px;
    margin-bottom: 30px;
    padding: 30px 0;
    background: url(2025hnnydxsky_container_bg1.jpg) no-repeat center;
    background-size: cover;
    overflow: hidden;
}
.news-list2 ul li{
    padding: 5px 15px;
    margin-bottom: 30px;
}
.news-list2 .date-box{
    position: relative;
    border-right: 0;
    width: 84px;
}
.news-list2 .date-box::after{
    content: '';
    display: block;
    border-width: 1px;
    border-color: rgb(24, 81, 75);
    border-style: dashed;
    border-radius: 10px;
    opacity: 0.502;
    width: 152px;
    height: 98px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -50px;
    margin-top: -49px;
    box-sizing: border-box;
}
.news-list2 .date-day{
    font-size: 28px;
    color: #18514b;
    font-weight: bold;
    margin-bottom: 10px;
    margin-right: 0;
}
.news-list2 .date-month{
    font-size: 16px;
    color: #18514b;
}
.news-list2 .news-title{
    flex: 1;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    line-height: 30px;
    color: #18514b;
    background: url(2025hnnydxsky_list_bg.png) no-repeat center;
    height: 90px;
    padding: 0 25px;
    border-radius: 5px;
    transition: all .3s ease-out;
}
.news-list2 ul li a{
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.news-list2 ul li a:hover .news-title{
    background: url(2025hnnydxsky_list_bg_active.png) no-repeat center;
}



/* Ã¦â€“Â°Ã©â€”Â»Ã¥Ë†â€”Ã¨Â¡Â¨ */
.bd_new ul {
    zoom: 1;
}

.bd_new li {
    height: 56px;
    line-height: 56px;
    position: relative;
}

.bd_new li a {
    font-size: 20px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bd_new li:hover a {
    color: #5daf62;
}

.bd_new li:hover span {
    color: #5daf62;
}

.bd_new li span {
    display: block;
    font-size: 18px;
    color: #666666;
    text-align: right;
    float: right;
}

.bd_new.bd_a80 a {
    margin-right: 120px;
}

.work-content *{
    -webkit-transition: all 0.3s ease-out;
    transition: all .3s ease-out;
}

.work-content .work-item {
    border: 1px solid #fff;
    overflow: hidden;
    background: #fff;
    padding: 15px 25px;
}

.work-content .work-date{
    font-size: 18px;
    color: #0e7756;
    margin-bottom: 15px;
}

.work-content .work-title {
    font-size: 18px;
    color: #000000;
    line-height: 30px;
}

.work-content .work-title a {
    flex: 1;
    display: block;
    font-size: 18px;
    color: #195c4c;
    line-height: 27px;
    height: 54px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.work-content .work-more{
    margin-top: 15px;
}
.work-content .work-more a{
    display: block;
    background: url(2025hnnydxsky_title_more3.png) no-repeat center;
    width: 26px;
    height: 6px;
}

.work-content .work-item:hover {
    background: #7cba58;
    border: 1px solid #beeaa3;
}
.work-content .work-item:hover .work-date,
.work-content .work-item:hover .work-title a {
    color: #fff;
}
.work-content .work-item:hover .work-more a {
    background: url(2025hnnydxsky_title_more3s.png) no-repeat center;
}

.date-box {
    width: 50px;
    margin-right: 10px;
    color: #fff;
    text-align: center;
}

.date-day {
    font-size: 32px;
}

.date-month {
    font-size: 12px;
    color: #599952;
}

/* 2025.06.16调整-start */
.work-content ul li{margin-bottom: 44px;overflow: hidden;}
.work-content .date-box{width:84px;border-top:0px;float: left;margin-right: 15px;}
.work-content .date-box .date-day{background:#3f804f;height:44px;line-height:44px;color:#fff;font-size:24px;width: 100%;}
.work-content .date-box .date-month{height: 45px;line-height: 42px;color:#3f804f;font-size:20px;border: 3px solid #3f804f;border-top: 0px;}
.work-content .work-content-box{width: calc(100% - 99px);float: right;}
.work-content .work-content-box .work-title{font-size:20px;color:#175747;line-height:32px;display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.work-content .work-content-box .work-abstract{line-height:28px;color: #63977c;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
.work-content .work-content-box:hover .work-title{font-weight:bold;}
.work-content .work-content-box:hover .work-abstract{text-decoration:underline;}

.news-list3 ul li{padding-left: 27px;background: url(2025hnnydxsky_list_icon01.png)no-repeat left center;overflow: hidden;line-height: 30px;margin-bottom: 30px;}
.news-list3 ul li:last-child{margin-bottom:0px;}
.news-list3 ul li span.list3-time{width: 100px;float: right;display: block;color: #999;font-size: 14px;text-align: right;}
.news-list3 ul li p.list3-tit{width: calc(100% - 100px);float: left;display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;font-size: 18px;}
.news-list3 ul li p.list3-tit:hover{color: #15b797}
/* 2025.06.16调整-end */

/* Ã¦â€¢â„¢Ã¥Â­Â¦Ã¥Â·Â¥Ã¤Â½Å“Ã¥Å Â¨Ã¦â‚¬Â */
.academic-section{
    padding: 50px 0 60px;
}
.academic-header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.academic-header ul{
    display: flex;
    align-items: center;
}
.academic-header li {
    display: flex;
    align-items: center;
    position: relative;
}
.academic-header li:before {
    display: block;
    content: '';
    width: 10px;
    height: 10px;
    background: url(2025hnnydxsky_title_circle.png) no-repeat right center;
}
.academic-header li:first-child:before {
    display: none;
}
.academic-header li a{
    height: 60px;
    line-height: 60px;
    position: relative;
    padding: 0 20px;
    font-size: 28px;
    color: #000000;
}
.academic-header li:first-child a {
    margin-left: -20px;
}
.academic-header li.on a{
    font-weight: bold;
    color: #23856b;
}
.academic-header li.on a:after {
    display: block;
    content: '';
    position: absolute;
    top: -22px;
    left: 50%;
    transform: translateX(-50%);
    background: url(2025hnnydxsky_title_bg1.png) no-repeat center;
    width: 170px;
    height: 65px;
    z-index: 0;
}
.academic-header .more {
    display: block;
    background: url(2025hnnydxsky_title_more.png) no-repeat center;
    width: 45px;
    height: 31px;
}

.academic-new{
    margin-top: 50px;
}
.academic-new ul{
    display: flex;
    flex-wrap: nowrap;
    margin: 0 -20px;
}
.academic-new ul li{
    flex: 1;
    margin: 0 20px;
}
.academic-new ul li:nth-child(1){
    background: #24bf86;
}
.academic-new ul li:nth-child(2){
    background: #00bfa6;
}
.academic-new ul li:nth-child(3){
    background: #00bfbf;
}
.academic-new ul li:nth-child(4){
    background: #00acbf;
}
.academic-new ul li:nth-child(5){
    background: #3d9fbf;
}
.academic-new .academic-item{
    padding: 0 30px;
    position: relative;
    background: url(2025hnnydxsky_academic_new.png) no-repeat;
    height: 280px;
}
.academic-new .academic-date{
    width: 106px;
    height: 65px;
    text-align: center;
    border-left: 2px solid #fff;
}
.academic-new .academic-date .date-day{
    font-size: 28px;
    color: #fff;
    font-weight: bold;
    padding-top: 8px;
    margin-bottom: 5px;
}
.academic-new .academic-date .date-month{
    font-size: 16px;
    color: #fff;
}
.academic-new .academic-title{
    margin-top: 16px;
}
.academic-new .academic-title a{
    display: inline-block;
    text-align: justify;
    letter-spacing: 2px;
    line-height: 30px;
    font-size: 16px;
    color: #fff;
}
.academic-new .academic-title a:hover{
    text-decoration: underline;
}
.academic-new .academic-more{
    position: absolute;
    bottom: 30px;
    right: 30px;
}
.academic-new .academic-more a{
    display: block;
    background: url(2025hnnydxsky_title_more4.png) no-repeat center;
    width: 26px;
    height: 6px;
}

/* Ã¥Â­Â¦Ã¦Å“Â¯Ã¦Â´Â»Ã¥Å Â¨ */
.xshd-section{
    background: url(2025hnnydxsky_container_bg3.png) no-repeat center;
    height: 485px;
    padding: 40px 0;
}
.xshd-section>div{
    display: flex;
    justify-content: space-between;
}
.xshd-section .xshd-left {
    width: 280px;
}
.xshd-section .xshd-right {
    flex: 1;
}
.xshd-section .section-header h2{
    color: #fff;
}
.xshd-section .section-header h2:after{
    background: url(2025hnnydxsky_title_bg3.png) no-repeat center;
}
.xshd-section .xshd-describe{
    color: #fff;
    font-size: 16px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    line-height: 36px;
}
.xshd-section .xshd-more{
    float: right;
    display: block;
    background: url(2025hnnydxsky_title_more2.png);
    width: 45px;
    height: 31px;
    margin-top: 40px;
}

.xshd-section .xshd-box{
    margin-top: 48px;
    display: flex;
    flex-wrap: nowrap;
}
.xshd-section .xshd-item{
    flex: 1;
    position: relative;
    padding: 24px 30px;
    background: #fff;
    margin-left: 30px;
    border-bottom: 4px solid #e1c95b;
}
.xshd-section .xshd-item .xshd-date{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 95px;
    height: 80px;
    background: #15b797;
    text-align: center;
}
.xshd-section .xshd-item .xshd-date .xshd-monthDay{
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 10px;
}
.xshd-section .xshd-item .xshd-date .xshd-year{
    font-size: 20px;
    color: #ffffff;
}
.xshd-section .xshd-item .xshd-title{
    margin-top: 14px;
    height: 60px;
    overflow: hidden;
}
.xshd-section .xshd-item .xshd-title a{
    display: block;
    font-size: 18px;
    color: #000000;
    line-height: 30px;
}
.xshd-section .xshd-item .xshd-title a:hover {
    color: #15b797
}
.xshd-section .xshd-item .xshd-info{
    margin-top: 10px;
}
.xshd-section .xshd-item .xshd-info p{
    font-size: 16px;
    color: #999999;
    line-height: 28px;
}
.xshd-section .xshd-item .xshd-info-more{
    margin-top: 40px;
    text-align: right;
}
.xshd-section .xshd-item .xshd-info-more a{
    font-size: 14px;
    color: #009681;
}
.xshd-section .xshd-item .xshd-info-more a:hover{
    text-decoration: underline;
}


/* Ã¦Â¤ÂÃ§â€°Â©Ã§Â§â€˜Ã¥Â­Â¦Ã¥â€ºÂ½Ã¥Â®Â¶Ã§ÂºÂ§Ã¥Â®Å¾Ã©ÂªÅ’Ã¦â€¢â„¢Ã¥Â­Â¦Ã§Â¤ÂºÃ¨Å’Æ’Ã¤Â¸Â­Ã¥Â¿Æ’Ã¥â€™Å’Ã¤Â¾Â¿Ã¦ÂÂ·Ã¥Å Å¾Ã¥â€¦Â¬ */
.work-section{
    margin-top: 50px;
}
.work-section .section-header.section-header-left h2{
    padding-left: 0;
    padding-right: 0;
}
.work-section .section-header.section-header-left h2:after{
    right: auto;
    left: 0;
    margin-right: 0;
}

.work-section ul.work-list{

}
.work-section ul.work-list li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}
.work-section ul.work-list li a{
    max-width: calc(100% - 110px);
    flex: 1;
    display: flex;
    align-items: center;
    font-size: 20px;
}
.work-section ul.work-list li a p{
    flex: 1;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.work-section ul.work-list li a:hover p{
    color: #32BF9E;
}
.work-section ul.work-list .column-left{
    display: block;
    background-color: #32BF9E;
    width: 116px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    margin-right: 15px;

}
.work-section ul.work-list .work-date{
    display: block;
    width: 100px;
    font-size: 16px;
    text-align: right;
}

.work-section .work-btn-more{
    display: block;
    background: url(2025hnnydxsky_btn_bg.png) no-repeat center;
    width: 251px;
    height: 53px;
    line-height: 53px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-size: 16px;
}
.work-section .work-btn-more img{
    margin-top: -3px;
    margin-left: 10px;
}

/* Ã¤Â¾Â¿Ã¦ÂÂ·Ã¥Å Å¾Ã¥â€¦Â¬ */
.bjbg-list{
    margin-top: 70px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.bjbg-list .bjbg-item{
    margin-bottom: 30px;
}
.bjbg-list .bjbg-item a{

}
.bjbg-list .bjbg-item .pic{
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px dashed #3f804f;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    transition: all .3s ease-out;
}
.bjbg-list .bjbg-item:hover .pic{
    background: #5ebf76;
    border: 1px dashed #5ebf76;
}
.bjbg-list .bjbg-item .pic i{
    color: #3f804f;
    font-size: 36px;
    font-weight: bold;
    transition: all .3s ease-out;
}
.bjbg-list .bjbg-item:hover .pic i{
    color: #ffffff;
}
.bjbg-list .bjbg-item p{
    text-align: center;
    margin-top: 20px;
    color: #333333;
    font-size: 20px;
}

/* 2025.06.16调整-start */
@media only screen and (max-width: 992px){
   .info-section{
        height: auto;
        margin-top: 10px;
        margin-bottom: 10px;
        padding: 0;
    }
}
/* 2025.06.16调整-end */

/* Ã¥â€œÂÃ¥Âºâ€Ã¥Â¼ÂÃ¨Â°Æ’Ã¦â€¢Â´ */
@media only screen and (max-width: 768px) {

    .section-header {
        margin-bottom: 15px;
    }
    .section-header h2 {
        font-size: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .section-header h2:after {
        right: 50%;
        margin-right: -60px;
        bottom: 0;
        width: 120px;
        height: 45px;
        background-size: 120px;
    }

    .main{
        padding: 10px;
    }
    .xyxw{
        display: block;
    }
    .xyxw .xyxw-left,
    #slideBox{
        width: 100%;
        margin-left: 0;
    }
    .xyxw .xyxw-right{
        width: 100%;
        height: auto;
        margin-top: 10px;
    }
    .xyxw .xyxw-left::before{
        display: none;
        height: auto;
    }

    /* Ã¨Â½Â®Ã¦â€™Â­ */
    #slideBox .item img {
        width: auto;
        min-width: 100%;
        height: 260px;
    }

    #slideBox .item p{
        margin: 0;
        padding: 10px;
        height: 100%;
        border: 1px solid #f3f8f8;
    }
    #slideBox .item p a{
        font-size: 14px;
    }
    #slideBox .item p span{
        margin-top: 5px;
        font-size: 14px;
    }

    #slideBox .owl-pagination{
        bottom: 50px;
    }

    #slideBox .owl-prev,
    #slideBox .owl-next {
        display: none !important;
    }

    .news-list{
        padding: 10px;
    }
    .news-list .news-title{
        font-size: 14px;
        line-height: 1.5;
        height: initial;
    }
    .news-list .date-box{
        margin-right: 10px;
        padding-right: 10px;
        width: auto;
    }
    .news-list .date-day{
        font-size: 18px;
    }
    .news-list .date-month{
        font-size: 14px;
    }
    .news-list li{
        margin-bottom: 20px;
    }
    .news-section {
        margin-top: 10px;
    }
    .info-section{
        height: auto;
        margin-top: 10px;
        margin-bottom: 10px;
        padding: 0;
    }
    .news-list2 .date-box{
        margin-right: 10px;
        padding-right: 0;
        padding-left: 10px;
        width: auto;
    }
    .news-list2 .date-day{
        font-size: 18px;
    }
    .news-list2 .date-month{
        font-size: 14px;
    }
    .news-list2 ul li{
        padding: 0;
        margin-bottom: 10px;
    }
    .news-list2 .news-title{
        padding: 0 10px;
    }
    .news-list2 .date-box::after {
        width: 100px;
        height: 80px;
        margin-left: -33px;
        margin-top: -40px;
    }

    .work-content .work-item{
        padding: 10px;
    }
    .work-content .work-date{
        margin-bottom: 5px;
    }
    .work-content .work-date,
    .work-content .work-title a{
        font-size: 14px;
    }
    .work-content .work-title a{
        line-height: 22px;
        height: auto;
    }
    .work-content .work-more{
        margin-top: 10px;
    }

    /* Ã¦â€¢â„¢Ã¥Â­Â¦Ã¥Â·Â¥Ã¤Â½Å“Ã¥Å Â¨Ã¦â‚¬Â */
    .academic-section{
        margin-top: 10px;
        padding: 20px 0 0;
    }
    .academic-header li:before {
        width: 4px;
        height: 4px;
        background-size: cover;
    }
    .academic-header li:first-child:before {
        display: none;
    }
    .academic-header li a{
        height: 40px;
        line-height: 40px;
        padding: 0 5px;
        font-size: 18px;
    }
    .academic-header li:first-child a {
        margin-left: -5px;
    }
    .academic-header li.on a:after {
        right: 50%;
        transform: translateX(-50%);
        top: -15px;
        width: 120px;
        height: 45px;
        background-size: 120px;
    }
    .academic-new {
        margin-top: 10px;
    }
    .academic-new ul{
        flex-wrap: wrap;
        margin: 0;
    }
    .academic-new ul li{
        width: calc(50% - 10px);
        margin: 0 5px 10px;
    }
    .academic-new ul li:nth-child(5){
        display: none;
    }
    .academic-new .academic-item{
        padding: 0 20px;
        height: 200px;
    }
    .academic-new .academic-date{
        height: 52px;
    }
    .academic-new .academic-date .date-day{
        font-size: 18px;
    }
    .academic-new .academic-date .date-month{
        font-size: 14px;
    }
    .academic-new .academic-title a{
        font-size: 14px;
        line-height: 1.5;
        height: auto;
    }
    .academic-new .academic-more {
        right: 20px;
        bottom: 20px;
    }

    /* Ã¥Â­Â¦Ã¦Å“Â¯Ã¦Â´Â»Ã¥Å Â¨ */
    .xshd-section{
        height: auto;
        background: none;
        padding: 10px 0;
    }
    .xshd-section>div{
        flex-wrap: wrap;
    }
    .xshd-section .xshd-left{
        padding: 10px;
        width: 100%;
        height: auto;
        background: #00c29c;
    }
    .xshd-section .xshd-describe{
        padding-bottom: 10px;
        line-height: 1.5;
        font-size: 14px;
    }
    .xshd-section .xshd-more{
        margin-top: 20px;
    }
    .xshd-section .xshd-box{
        flex-wrap: wrap;
        margin-top: 0;
    }
    .xshd-section .xshd-item{
        flex: auto;
        margin-left: 0;
        box-shadow: 0 0 10px rgba(0,0,0,.1);
        margin-bottom: 10px;
        padding: 10px;
        border-bottom: 2px solid #e1c95b;
    }
    .xshd-section .xshd-item .xshd-date{
        display: none;
    }
    .xshd-section .xshd-item .xshd-title{
        margin-top: 0;
        height: auto;
    }
    .xshd-section .xshd-item .xshd-title a{
        font-size: 16px;
        line-height: 1.5;
    }
    .xshd-section .xshd-item .xshd-info{
        margin-top: 5px;
    }
    .xshd-section .xshd-item .xshd-info p,
    .xshd-section .xshd-item .xshd-info-more a{
        font-size: 12px;
        line-height: 1.5;
    }
    .xshd-section .xshd-item .xshd-info-more{
        margin-top: 10px;
    }


    /*  Ã¦Â¤ÂÃ§â€°Â©Ã§Â§â€˜Ã¥Â­Â¦Ã¥â€ºÂ½Ã¥Â®Â¶Ã§ÂºÂ§Ã¥Â®Å¾Ã©ÂªÅ’Ã¦â€¢â„¢Ã¥Â­Â¦Ã§Â¤ÂºÃ¨Å’Æ’Ã¤Â¸Â­Ã¥Â¿Æ’Ã¥â€™Å’Ã¤Â¾Â¿Ã¦ÂÂ·Ã¥Å Å¾Ã¥â€¦Â¬  */
    .work-section{
        margin-top: 10px;
    }
    .work-section .layui-col-space50>*{
        padding: 0;
    }
    .work-section .section-header.section-header-left h2{
        font-size: 16px;
    }
    .work-section ul.work-list .column-left {
        width: 70px;
        height: 22px;
        line-height: 22px;
        font-size: 12px;
        margin-right: 5px;
    }
    .work-section ul.work-list li{
        margin-bottom: 15px;
    }
    .work-section ul.work-list li a{
        max-width: calc(100% - 100px);
        font-size: 16px;
    }
    .work-section ul.work-list .work-date{
        font-size: 14px;
    }
    .work-section .work-btn-more {
        width: 200px;
        height: 40px;
        line-height: 40px;
        font-size: 12px;
        background-size: cover;
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .work-section .work-btn-more img{
        width: 19px;
        margin-left: 5px;
    }

    .bjbg-list{
        margin-top: 30px;
    }
    .bjbg-list .bjbg-item {
        margin-bottom: 10px;
    }
    .bjbg-list .bjbg-item .pic{
        width: 60px;
        height: 60px;
        margin: 0 auto;
    }
    .bjbg-list .bjbg-item .pic i{
        font-weight: initial;
        font-size: 28px;
    }
    .bjbg-list .bjbg-item p{
        margin-top: 10px;
        font-size: 16px;
    }

    /* 2025.06.16调整-start */
    .work-content ul li{margin-bottom:10px;}
    .work-content .date-box .date-day{font-size:18px;}
    .work-content .date-box .date-month{font-size:16px;}
    .work-content .work-content-box .work-title{font-size:14px;}
    .academic-section{padding-top:10px;}
    .news-list3 ul li{margin-bottom:10px;}
    .news-list3 ul li p.list3-tit{font-size: 14px;}
    /* 2025.06.16调整-end */
}