/* 内容通用样式 */
.section-header {
    margin-bottom: 20px;
}

.section-header h2{
    display: inline-block;
    margin: 0;
    padding-left: 20px;
    position: relative;
    font-size: 30px;
    color: #000000;
}
.section-header h2 a{
    color: #000000;
}
.section-header h2:after {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -13px;
    background-color: #118569;
    border-radius: 7px;
    width: 7px;
    height: 29px;
}

/* 轮播 */
#slideBox .item{
    height: 360px;
}
#slideBox .item img {
    width: 100%;
    height: 275px;
}

#slideBox .item p {
    height: 85px;
    line-height: 1.2;
    font-size: 18px;
    color: #000000;
    background: #f4f4f4;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 2;
    display: inline-block;
    cursor: pointer;
    padding: 12px 20px;
}

#slideBox .item p a {
    display: block;
    width: 100%;
    text-align: center;
    position: relative;
    color: #000000;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#slideBox .owl-pagination {
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    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: #e6e6e6;
    font-size: 0;
    cursor: pointer;
    overflow: hidden;
}

#slideBox .owl-pagination .owl-page.active {
    background: #ff0000;
}

#slideBox .owl-prev,
#slideBox .owl-next {
    display: none;
    width: 42px;
    height: 69px;
    position: absolute;
    top: 50%;
    margin-top: -76px;
    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 {
    padding-left: 24px;
    background: url(2025hnnydxhcxy_dian.png) no-repeat left 13px;
    border-bottom: 3px solid transparent;
    margin-bottom: 5px;
    -webkit-transition: all 0.3s ease-out;
    transition: all .3s ease-out;
}

.news-list li:last-child {
    margin-bottom: 0;
}

.news-list li:hover .news-title{
    color: #118569;
}

.news-list li:hover {
    border-bottom: 3px solid #118569;
}

.news-list li a {
    display: block;
    height: 65px;
    line-height: 30px;
    text-align: justify;
}

.news-list li .news-title {
    display: block;
    font-size: 18px;
    color: #000000;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    -webkit-transition: all 0.3s ease-out;
    transition: all .3s ease-out;
}

.news-list li .news-date {
    color: #676767;
    font-size: 16px;
    white-space: nowrap;
}

/* 科学研究、学生工作、学工动态部分 */
.info-section .news-list li {
    padding-left: 0;
    background: unset;
    border-bottom: 1px dashed #e8e8e8;
    padding-top: 12px;
    padding-bottom: 7px;
    margin-bottom: 0;
}
.info-section .news-list li:hover{
    border-bottom: 1px dashed #118569;
}
.info-section .news-list li a {
    height: auto;
}
.info-section .news-list li .news-title{
    height: 50px;
    line-height: 25px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: unset;
    white-space: normal;
}

/* 通知公告 */
.tzgg-list li {
    margin-bottom: 15px;
}
.tzgg-list li:last-child  {
    margin-bottom: 0;
}
.tzgg-list li a {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.tzgg-list .date-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-right: 18px;
    border-radius: 3px;
    background-color: #118569;
    width: 70px;
    height: 60px;
}
.tzgg-list .date-day {
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 6px;
}
.tzgg-list .date-month {
    font-size: 14px;
    color: #ffffff;
}
.tzgg-list .news-title {
    flex: 1;
    font-size: 18px;
    color: #000000;
    line-height: 30px;
    height: 60px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.tzgg-list li:hover .news-title {
    color: #118569;
}

/* 信息区域样式 */
.info-section {
    margin-top: 20px;
    background: url("2025hnnydxhcxy_wrap_bg.png") no-repeat center;
}

/* 新闻列表 */
.bd_new ul {
    zoom: 1;
}

.bd_new li {
    padding-left: 20px;
    background: url("2025hnnydxhcxy_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;
}

.date-box {
    width: 50px;
    margin-right: 10px;
    color: #fff;
    text-align: center;
}

.date-day {
    font-size: 32px;
}

.date-month {
    font-size: 12px;
    color: #599952;
}


/* 响应式调整 */
@media only screen and (max-width: 768px) {
    .main{
        padding: 10px;
    }

    .layui-col-space30{
        margin: 0 -5px;
    }
    .layui-col-space30>*{
        padding: 5px;
    }

    /* 轮播 */
    #slideBox .owl-prev,
    #slideBox .owl-next{ display: none!important;  }

    .news-section {
        margin-top: 0;
    }
    .work-conten .layui-col-space20>*{
        padding: 0;
    }
    .section-header {
        margin-bottom: 15px;
    }
    .section-header h2{
        font-size: 20px;
    }
    .section-header h2:after{
        height: 22px;
        margin-top: -10px;
    }
    .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;
        background: none;
    }
    .info-section .section-header{
        margin-top: 15px;
        margin-bottom: 5px;
    }
    .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;
    }

}