/* å†…å®¹é€šç”¨æ ·å¼ */
.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: 30px;
    color: #000;
    margin: 0;
    padding-bottom: 15px;
    position: relative;
}

.section-header h2:after {
    display: block;
    content: '';
    position: absolute;
    right: 50%;
    margin-right: -26px;
    bottom: 0;
    background-color: #007450;
    width: 52px;
    height: 7px;
    border-radius: 7px;
}

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

/* è½®æ’­ */
#slideBox .item,
#slideBox .item img {
    width: 100%;
    height: 450px;
}

#slideBox .item p {
    height: 70px;
    line-height: 46px;
    font-size: 18px;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 2;
    display: inline-block;
    cursor: pointer;
    padding: 0 20px;
}

#slideBox .item p a {
    display: block;
    width: 100%;
    text-align: center;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    color: #fff;
}

#slideBox .owl-pagination {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    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: none;
    width: 42px;
    height: 69px;
    position: absolute;
    top: 50%;
    margin-top: -35px;
    left: 0;
    z-index: 100;
    background: url(carouse_anniu.png) no-repeat;
}

#slideBox .owl-next {
    left: auto;
    right: 0;
    background-position: -42px 0;
}

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

.news-list li {
    margin-bottom: 24px;
    border-bottom: 3px solid transparent
}

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

.news-list li:hover {
    border-bottom: 3px solid #5daf62;
}

.news-list li a {
    display: block;
    background-color: rgb(235, 235, 235);
    height: 92px;
    padding: 12px 25px;
    line-height: 32px;
    text-align: justify;
}

.news-title {
    font-size: 20px;
    margin-right: 30px;
    color: #000000;
}

/*.news-list li:hover .news-title{
    color: #5daf62;
}*/
.news-date {
    color: #676767;
    font-size: 18px;
    white-space: nowrap;
}

/* ä¿¡æ¯åŒºåŸŸæ ·å¼ */
.info-section {
    margin-bottom: 30px;
}

/* æ–°é—»åˆ—è¡¨ */
.bd_new ul {
    zoom: 1;
}

.bd_new li {
    padding-left: 20px;
    background: url(2025hnnydxjyxy_dian.png) no-repeat left center;
    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 {
    margin-top: 40px;
}

.work-item {
    margin-bottom: 15px;
    border: 1px solid #ededed;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-out;
    transition: all .3s ease-out;
}

.work-item:hover {
    border: 1px solid #118569;
}

.work-img {
    position: relative;
    height: 218px;
    overflow: hidden;
}

.work-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 0.3s ease-out;
    transition: all .3s ease-out;
}

.work-img:hover img {
    transform: scale(1.05);
}

.work-title {
    height: 75px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 14px;
}

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

.gradient-text {
    font-size: 3em;
    color: #36896d; /* IE11å›žé€€é¢œè‰² */
    background: linear-gradient(to left, #36896d, #b5c40c);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
}

/* IE11åŠä»¥ä¸‹æµè§ˆå™¨ä¸“ç”¨æ ·å¼ */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .gradient-text {
        color: #36896d;
        background: none !important;
        -webkit-text-fill-color: initial !important;
        text-fill-color: initial !important;
    }
}

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

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

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

/* å­¦æœ¯æ´»åŠ¨æ ·å¼ */
.academic-section {
    margin-bottom: 30px;
}

.academic-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 15px;
}

.academic-item {
    display: flex;
}

.academic-img {
    width: 50%;
    height: 240px;
    overflow: hidden;
    padding-right: 20px;
    flex-shrink: 0;
}

.academic-img a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.academic-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 0.3s ease-out;
    transition: all .3s ease-out;
}

.academic-item:hover .academic-img img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.academic-info {
    flex: 1;
}

.academic-info h3 a{
    font-size: 22px;
    color: #195c4c;
    line-height: 36px;
    font-weight: bold;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.academic-info h3 a:hover{
    color: #5daf62;
}

.academic-info p {
    color: #000;
    font-size: 18px;
    margin-bottom: 14px;
    line-height: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* ç§»åŠ¨ç«¯å­¦æœ¯æ´»åŠ¨æ ·å¼é€‚é… */
@media screen and (max-width: 768px) {
    .academic-item {
        flex-direction: column;
        margin-bottom: 25px;
    }
    
    .academic-img {
        width: 100%;
        height: auto;
        padding-right: 0;
        margin-bottom: 10px;
    }
    
    .academic-img img {
        height: auto;
        max-height: 200px;
    }
    
    .academic-info h3 a{
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 10px;
    }
    
    .academic-info p {
        font-size: 14px;
        margin-bottom: 8px;
    }
    
    .mobile-more-btn {
        margin-top: 10px;
    }
    
    .more-details {
        display: inline-block;
        background-color: #007450;
        color: #fff;
        padding: 6px 12px;
        border-radius: 4px;
        font-size: 14px;
        text-decoration: none;
        transition: all 0.3s ease;
    }
    
    .more-details:hover {
        background-color: #005a3e;
    }
}

/* é»˜è®¤éšè—ç§»åŠ¨ç«¯æŸ¥çœ‹è¯¦æƒ…æŒ‰é’® */
.mobile-more-btn {
    display: none;
}

/* å“åº”å¼è°ƒæ•´ */
@media only screen and (max-width: 768px) {
    /* ç§»åŠ¨ç«¯ä¸‹æ˜¾ç¤ºæŸ¥çœ‹è¯¦æƒ…æŒ‰é’® */
    .mobile-more-btn {
        display: block;
    }

    /* è½®æ’­ */
    #slideBox .item,
    #slideBox .item img{ height:260px; }
    #slideBox .owl-prev,
    #slideBox .owl-next{ display: none!important;  }


    .news-section {
        margin-top: 20px;
    }
    .work-conten .layui-col-space20>*{
        padding: 0;
    }
    .section-header {
        margin-bottom: 10px;
    }
    .section-header h2{
        font-size: 20px;
    }
    .section-header h2:after{
        width: 40px;
        height: 4px;
        margin-right: -20px;
    }
    .news-list li {
        margin-bottom: 5px;
        border-bottom: 1px solid transparent;
    }
    .news-list li:hover {
        border-bottom: 1px solid #5daf62;
    }
    .news-list li a{
        height: auto;
        padding: 5px 10px;
    }
    .news-title{
        font-size: 16px;
    }
    .news-date{
        font-size: 12px;
    }

    .info-section{
        margin-top: 10px;
        margin-bottom: 0;
    }
    .bd_new li a{
        font-size: 16px;
    }
    .bd_new li span{
        font-size: 14px;
    }
    .bd_new.bd_a80 a{
        margin-right: 90px;
    }


    .work-content {
        margin-top: 20px;
    }

    .academic-section{
        margin-bottom: 0;
    }

    .academic-item {
        margin-bottom: 10px;
    }

}