
.section-header {
    position: relative;
    text-align: center;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;}

.section-header:after{
    display: block;
    content: '';
    background-color: #DEDEDE;
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    top: 50%;
    margin-top: -1px;
    z-index: 0;
    margin-left: 200px;}

.section-header h2 {
    display: inline-block;
    font-size: 28px;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
    background: #ffffff;
    z-index: 0;
    background: transparent;}

.section-header h2:after,
.section-header h2:before {
    display: block;
    content: '';
    position: absolute;
    background: #019D58;
    width: 12px;
    height: 12px;
    left: 0;
    top: 50%;
    margin-top: -6px;}
.section-header h2:before {
    left: auto;
    right: 0;}

.section-header .more {
    display: block;
    background: #019d58;
    width: 68px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    color: #ffffff;
    z-index: 1;}


#slideBox {
    position: relative;
    z-index: 1;}

#slideBox .item img {
    width: 100%;
    height: 446px;}

#slideBox .item p {
    border-left: 6px solid #019d58;
    height: 90px;
    font-size: 20px;
    background: #f5f4f4;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    cursor: pointer;
    padding: 0 120px 0 20px;}

#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;
    right: 20px;
    bottom: 24px;
    z-index: 1;
    display: flex;
    justify-content: center;}

#slideBox .owl-pagination .owl-page {
    margin: 14px 10px 0 0;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    background-color: #a7d8c2;
    font-size: 0;
    cursor: pointer;
    overflow: hidden;}

#slideBox .owl-pagination .owl-page.active {
    background: #019d58;}

#slideBox .owl-prev,
#slideBox .owl-next {
    display: none;
    width: 42px;
    height: 69px;
    position: absolute;
    top: 50%;
    margin-top: -80px;
    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;
    padding: 30px;
    position: relative;
    background: #ffffff;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);}

.news-list {}

.news-list li {
    margin-bottom: 8px;}
.news-list li:last-child  {
    margin-bottom: 0;}

.news-list li a {
    display: flex;
    flex-direction: row;
    align-items: center;}

.news-list .date-box {
    display: flex;
    margin-right: 20px;
    width: 105px;
    height: 54px;
    background-color: #F5F4F4;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;}

.news-list .date-day {
    font-size: 24px;
    margin-bottom: 5px;}

.news-list .date-month {
    font-size: 16px;}

.news-list .news-title {
    flex: 1;
    font-size: 18px;
    color: #000000;
    line-height: 32px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space:nowrap;}

.news-list li:hover .news-title {
    color: #019d58;}

.news-list li:hover .date-box {
    background-color: #019d58;
    color: #ffffff;}

.news-date {
    color: #676767;
    font-size: 18px;
    white-space: nowrap;}
.info-section {
    margin-top: 30px;
    padding: 40px 0 20px;
    background: #f6fdf0;
    background-size: cover;
    overflow: hidden;}
.news-list2 ul li a{
    display: block;
    padding: 18px 12px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 10px rgba(1, 84, 47, 0.2);
    box-shadow: 0 0 10px rgba(1, 84, 47, 0.2);}
.news-list2 .date-box{
    position: relative;
    text-align: center;
    margin-right: 10px;}
.news-list2 .date-year{
    border: 1px solid #007A44;
    height: 32px;
    line-height: 32px;}
.news-list2 .date-monthDay{
    background-color: rgb(1, 157, 88);
    color: #ffffff;
    width: 59px;
    height: 32px;
    line-height: 32px;}
.news-list2 .news-title{
    flex: 1;
    display: flex;
    align-items: center;
    line-height: 25px;
    font-size: 18px;
    height: 50px;
    transition: all .3s ease-out;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;}
.news-list2 ul li a{
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;}
.news-list2 ul li a:hover .news-title{}

.work-content{
    padding: 12px 20px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 10px rgba(1, 84, 47, 0.2);
    box-shadow: 0 0 10px rgba(1, 84, 47, 0.2);}

.bd_new ul {
    zoom: 1;}

.bd_new li {
    padding-left: 36px;
    height: 56px;
    line-height: 56px;
    position: relative;
    background: url(2025znlykjdxhqbzb_dian.png) no-repeat left center;}

.bd_new li a {
    font-size: 18px;
    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;}

.academic-section{
    padding-top: 40px;
    padding-bottom: 60px;
    background: url(2025znlykjdxhqbzb_academic.png) bottom repeat-x;}

.academic-section .academic-header{
    position: relative;}

.academic-section .academic-header img{
    width: 100%;}

.academic-section .academic-header h2{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(1, 157, 88, 0.85);
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 28px;
    color: #ffffff;}

.academic-section .fwrx .list{
    margin-top: 20px;}
.academic-section .fwrx .list ul{
    display: flex;
    flex-wrap: wrap;}
.academic-section .fwrx .list li{
    width: 33.333%;
    padding: 7px 0;}
.academic-section .fwrx .list li a{
    display: block;
    border-left: 2px solid #019d58;
    font-size: 16px;
    padding-left: 5px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space:nowrap;}
.academic-section .wjzd .bd_new {
    margin-top: 20px;}
.academic-section .wjzd .bd_new li{
    padding-left: 20px;
    height: 38px;
    line-height: 38px;
    background: url(2025znlykjdxhqbzb_dian2.png) no-repeat left center;}


@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:after{margin-left:130px;}

    .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: 15px 10px;
        height: 100%;}
    #slideBox .item p a{
        font-size: 14px;}
    #slideBox .item p span{
        margin-top: 5px;
        font-size: 14px;}

    #slideBox .owl-pagination{
        left: 0;
        right: 0;
        bottom: 40px;}

    #slideBox .owl-prev,
    #slideBox .owl-next {
        display: none !important;}

    .news-list .news-title{
        font-size: 14px;
        line-height: 1.5;
        height: initial;}
    .news-list .date-box{
        margin-right: 10px;
        padding: 0 10px;
        width: auto;}
    .news-list .date-day{
        font-size: 18px;}
    .news-list .date-month{
        font-size: 14px;}
    .news-section {
        margin-top: 0;
        padding: 0;}

    .info-section{
        height: auto;
        margin-top: 10px;
        margin-bottom: 10px;
        padding: 0;}
    .news-list2 {
        margin-top: 20px;}
    .news-list2 .date-box{
        margin-right: 0;
        padding-right: 0;
        width: auto;}
    .news-list2 .date-year{
        font-size: 16px;
        height: 28px;
        line-height: 28px;}
    .news-list2 .date-monthDay{
        font-size: 14px;
        height: 28px;
        line-height: 28px;}
    .news-list2 ul li{
        padding: 0;
        margin-bottom: 10px;}
    .news-list2 ul li a {
        padding: 10px;}
    .news-list2 .news-title{
        padding: 0 10px;
        font-size: 14px;}


    .work-content{
        padding: 2px 10px;}
    .work-content .bd_new li{
        padding-left: 26px;
        height: 36px;
        line-height: 36px;}
    .work-content .bd_new li a{
        font-size: 14px;}
    .work-content .bd_new li span{
        display: none;}
    .work-content .bd_new.bd_a80 a {
        margin-right: 0;}
    .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: 15px;
        padding: 0;
        background:none;}
    .academic-section .layui-col-space40 {
        margin: -10px;}
    .academic-section .academic-header h2{
        height: 40px;
        line-height: 40px;
        font-size: 18px;}
    .academic-section .fwrx .list{
        margin-top: 10px;}
    .academic-section .fwrx .list li{
        width: 50%;}
    .academic-section .fwrx .list li a{
        font-size: 14px;}
    .academic-section .wjzd .bd_new{
        margin-top: 5px;}
    .academic-section .wjzd .bd_new li a{
        font-size: 14px;}

}