@charset "utf-8";

.banner {
    position: relative;
    margin-top: 169px;
}

.banner img {
    display: block;
    width: 100%;
}

.banner a img {
    display: block;
    width: 100%;
}

.banner a {
    display: block;
}

.banner .slick {
    position: relative;
    z-index: 9;
}

.banner .slick-slide a {
    display: block;
    position: relative;
}



.banner .slick-slide a p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 10px;
    color: #fff;
    z-index: 9;
    font-size: 24px;
}

.banner .slick-prev,
.banner .slick-next {
    width: 87px;
    height: 68px;
    z-index: 9;
    background: url(../images/viewmore_blck.png) no-repeat center center;
    margin: 0 15px;
    opacity: .5;
    transition: .5s;
}

.banner .slick-prev{transform: rotateY(180deg) translate(0, -50%);}
.banner .slick-prev:hover,.banner .slick-next:hover{opacity:1}
.banner .slick-dots {
    bottom: 5%;
    text-align: center;
    text-indent: 0;
}

.banner .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 3px;
    border-radius: 50px;
    overflow: hidden;
}

.banner .slick-dots li button {
    background: #FFF;
    width: 100%;
    height: 100%;
}
.banner .slick-dots li.slick-active button {
    background: #208354;
}

.banner .slick-dots li button:hover,
.banner .slick-dots li button:focus {
    outline: none;
}


.news-box {
    position: relative;
    margin: 70px 0 45px;
}
.news{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.news .news-tit{
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin: 0 0 30px;
}

.news-l {
    width: 45%;
}

.news-tit h2 {
    font-weight: normal;
    font-size: 36px;
    display: inline-block;
    color: #47c077;
}

.news-c ul li a {
    display: block;
    position: relative;
}

.news-c ul li a .news-date {
}
.news-c ul li a .news-date img{width: 100%;height: 25rem;}
.news-date span {
    display: block;
    font-size: 24px;
    letter-spacing: 0px;
}

.news-date b {
    display: block;
    font-size: 42px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    padding-left: 6px;
}

.news-txt {
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #FFF;
    padding: 1rem 2rem;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(28, 193, 167, 0) 100%);
    width: 100%;
}

.news-txt p {
    font-size: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1; /* 显示2行 */
    overflow: hidden;       /* 超出部分隐藏 */
    text-overflow: ellipsis; /* 显示省略号 */
    max-height: 3em;        /* 最大高度限制，确保兼容性 */
    line-height: 1.5em;     /* 行高设置 */
}

.news-c {
    position: relative;
}
.news-c .slick-dots {
    bottom: 13%;
    text-align: left;
    text-indent: 5%;
}

.news-c .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 3px;
    border-radius: 50px;
    overflow: hidden;
}

.news-c .slick-dots li button {
    background: #FFF;
    width: 100%;
    height: 100%;
}
.news-c .slick-dots li.slick-active button {
    background: #208354;
}

.news-c .slick-dots li button:hover,
.news-c .slick-dots li button:focus {
    outline: none;
}


.news-c .slick-prev {
    background: url(../images/arrow-t.png) no-repeat;
    top: 572px;
    left: 54px;
    width: 25px;
    height: 16px;
}

.news-c .slick-next {
    background: url(../images/arrow-b.png) no-repeat;
    top: 572px;
    right: 54px;
    width: 25px;
    height: 16px;
}

.news-r {width: 53%;transform: translateY(-15px);}

.news-r li {
    width: 100%;
}

.news-item {
    padding: 22px 24px;
    /* background-color: pink; */
}

.news-item h3 {font-size: 20px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1; /* 显示2行 */overflow: hidden;       /* 超出部分隐藏 */text-overflow: ellipsis; /* 显示省略号 */line-height: 1;     /* 行高设置 */max-width: 84%;font-weight: normal;position: relative;padding-left: 15px;}

.news-item h3:before {position: absolute;display: inline-block;width: 4px;height: 4px;background: #218555;content:'';vertical-align: text-top;top: 50%;left: 0;transform: translateY(-50%);}

.news-item h3:hover {
    color: #078459;
}

.news-item p {

    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #999999;
    height: 90px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 20px;
}

.news-item span {
    font-size: 16px;
    color: #999;
}

.news-pic {
    overflow: hidden;
    position: relative;

}

.news-pic .pic {
    padding-top: 76%;
}

.news-pic::after {
    content: '';
    position: absolute;
    width: 28px;
    height: 18px;
    background: url(../images/san-jiao.png) no-repeat;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
}

.news-r a {
    display: block;
    padding: 15px 0;
}

.news-pic img {
    transition: all 0.6s;
    width: 100%;
    height: 100%;
}

.news-pic img:hover {
    transform: scale(1.05);
}

.n-txt2 {padding: 0;display: flex;justify-content: space-between;align-items: center;}

.n-pic2::after {
    content: '';
    position: absolute;
    width: 28px;
    height: 18px;
    background: url(../images/dsj.png) no-repeat;
    top: -1px;
    left: 50%;
    transform: translateX(-50%);
}

.intor-box {
    background: url(../images/intor.png) no-repeat;
    background-size: cover;
    padding-top: 55px;
    padding-bottom: 59px;
}

.intor-tit h2 {
    text-align: center;
    font-size: 36px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333333;
    margin-bottom: 46px;
}

.intor-txt {
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #333333;
    /* height: 108px; */
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 48px;
}

.i-more {
    text-align: center;
    width: 160px;
    height: 50px;
    margin: 0 auto;
    /* background: url(../images/more-bj.png); */
    background: #4cc37f;
}

.i-more a {
    padding: 13px 50px 15px 30px;
    display: block;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 0px;
    color: #fff;
    position: relative;
}

.i-more a:hover img {
    left: 118px;
}

.i-more a img {
    position: absolute;
    top: 50%;
    transform: translateY(-60%);
    left: 110px;
    transition: all .5s;
}

.study-box {
    background: url(../images/study-bj.png) no-repeat;
    background-size: cover;
    padding: 65px 0 70px;
}
.study-box .study{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.study-l {
    width: 60%;
    float: left;
}

.study-l ul li {
    width: 49%;
    float: left;
}

.study-l ul li:nth-child(1) {
    margin-right: 2%;
}

.study-l a {
    display: block;
    font-size: 0;
}

.study-txt {
    background-color: #fff;
    padding: 20px;
    height: 280px;
}

.s-date b {
    font-size: 24px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #078359;
}

.s-date span {
    font-size: 18px;
    font-weight: 600;
    color: #078359;
}

.study-txt h3 {
    margin: 20px 0;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    height: 52px;
    letter-spacing: 0px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
}

.study-txt p {
    margin: 20px 0;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    height: 90px;
    letter-spacing: 0px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
}

.study-pic {
    width: 100%;
    overflow: hidden;

}

.study-pic img {
    transition: all 1s;
}
.study-pic .pic{
    padding-top: 60%;
}
.study-pic img:hover {
    transform: scale(1.05);
}

.study-l-tit {
    padding-bottom: 20px;
    border-bottom: 1px solid #7cbf96;
    position: relative;
    margin-bottom: 40px;
}

.study-l-tit h2 {
    font-size: 36px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #ffffff;
}

.study-l h3:hover {
    color: #078359;
}

.study-l-tit a {
    display: block;
    position: absolute;
    right: 0;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #ffffff;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.6s;
}

.study-l-tit a:hover {
    right: 10px;
}

.study-arrow {
    display: inline-block;
    transition: all 0.6s;
}

.study-arrow:hover {
    transform: translateX(12px);
}

.study-r {width: 37%;overflow: hidden;}

.study-nav {
    position: relative;
    padding-bottom: 20px;
    border-bottom: 1px solid #84c891;
    margin-bottom: 32px;
}

.study-r span {
    font-size: 36px;
    letter-spacing: 0px;
    color: #ffffff;
    margin-right: 30px;
    cursor: pointer;
    padding-bottom: 19px;
}

.study-more {
    display: block;
    font-size: 16px;
    transition: all 0.6s;
    
}
.note-list .study-more{color: #FFF;}
.study-more:hover {
    right: 10px;
}

.study-list ul li a {
    display: block;
    position: relative;
    padding: 25px 11px 25px 80px;
    border-bottom: 1px dashed #85ca91;
    font-size: 20px;
}
.study-list ul li:first-child a{
    padding-top: 0;
}
.study-list ul li:first-child .sr-date{
    top: 2px;
    transform: translateY(0);
}
.sr-date {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.sr-date b {
    font-size: 36px;
    color: #ffffff;
    margin-bottom: 5px;
    margin-left: 3px;
    line-height: 36px;
    display: block;
}

.sr-date p {
    font-size: 14px;
    color: #ffffff;
    line-height: 14px;
}

.sr-txt p {
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sr-txt p:hover {
    text-decoration: underline;
}

.study-nav .on {
    border-bottom: 3px solid #fff;
}

.media-list {
    display: none;

}



.faculty-box {

    padding-top: 60px;
    padding-bottom: 59px;
}

.f-tit {
    text-align: center;
    margin-bottom: 60px;
    font-weight: normal;
    font-size: 36px;
    color: #333333;
}

.f-tit h2{
    font-size: inherit;
    font-weight: normal;
}
.f-tit h2 span.active{
    color: #4cc37f;
    font-weight:bold;
}
.faculty .tb{
    display:none;
}
.faculty .tb.active{
    display:block;
}
.faculty .slick-track{
    width:1400px;
}
.f-list ul li {
    width: 20%;
    float: left;
}

.f-list ul li a {
    display: block;
    position: relative;
    margin: 0 18.5px;
}

.person {
    padding-top: 128%;
    border-radius: 0px 50px 0px 0px;
    overflow: hidden;
    position: relative;
}

.p-name {
    background: url(../images/name-bj.png) no-repeat;
    background-size: cover;
    width: 100%;
    height: 45px;
    position: absolute;
    text-align: center;
    bottom: 0;
    padding: 12px;
    color: #fff;
    font-size: 20px;
}





@media screen and (max-width:1420px) {
    .banner{
        margin-top: 148px;
    }
    .study-box{
    padding: 40px 0 50px;
}
    .banner .slick-prev {
        left: 20px;
    }

    .banner .slick-next {
        right: 20px;
    }
    .study-l-tit h2, .study-r span{
        font-size: 30px;
    }
    .news-box{
    margin: 50px 0 25px;
}
    .news .news-tit{
    margin: 0 0 25px;
}
    .news-tit h2{font-size: 30px;}
}

@media screen and (max-width:1200px) {
    .banner{
        margin-top: 136px;
    }

    .news-l {
    width: 50%;
    }

    .news-r {
    width: 47%;
    }
.news-item h3{
    max-width: 81%;
}
    .news-c ul li a {
    }
    .study-l{
        width: 60%;
    }
    .study-list ul li a{
        padding: 19px 0 19px 80px;
    }
    .f-tit{
        font-size: 36px;
    }

}

@media screen and (max-width:1024px) {
    .banner .slick-prev, .banner .slick-next{display: none !important;}
    .banner{
    margin-top: 60px;
}
    .news-box {
        margin: 35px 0 20px;
    }
        .news .news-tit{
    margin: 0px 0 25px;
}
    .sr-txt p{
        font-size: 16px;
    }
    .study-l-tit h2, .study-r span{
        font-size: 24px;
        padding-bottom: 10px;
    }
        .news-tit h2 {
        font-size: 24px;
    }
    .study-nav,.study-l-tit{
        padding-bottom:11px;
    }
    .study-l-tit{
        padding-bottom: 0;
    }
    .study-more,.study-l-tit a{
        font-size: 14px;
        top: 0;
        transform: translateY(0);
        line-height: 31px;
    }
    .news-c .slick-dots {
        bottom: 10%;
        text-align: left;
        text-indent: 5%;
        left: 25px;
    }
    .news-l {
        width: 100%;
        position: relative;
        top: 0;
        overflow: hidden;
    }

    .news-c ul li a {
    }

    .news-c ul li {
        width: 33.3%;
        float: left;
    }

    .news-r {
        width: 100%;
        padding-top: 0;
        margin-left: 0;
        transform: translateY(10px);
    }

    .news-c .slick-prev {
        top: 270px;
        left: 82%;
        transform: rotate(-90deg);
    }

    .news-c .slick-next {
        top: 270px;
        left: 92%;
        transform: rotate(-90deg);
    }

    .news-c::before {
        display: none;
    }

    .faculty-tit {
        margin-bottom: 30px;
    }

    .faculty-box {
        margin-top: 35px;
        padding-top: 30px;
    }

    .acade-r ul li a {
        display: block;
        padding: 15px 21px 14px 0px;
    }

    .study-l {
        width: 100%;
        float: none;
        margin: 0;
    }

    .study-r {
        margin-top: 40px;
        float: none;
        width: 100%;
    }

    .news-pic {
        height: auto;
        width: 335px;
        float: left;
    }

    .news-pic img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }


    .news-r li {
        float: none;
        width: 100%;
    }



    .news-item {
        overflow: hidden;


    }

    .news-pic::after {
        display: none;
    }

    .n-txt2 {
        overflow: hidden;
    }
    .news-r a{
        position: relative;
    }

    .n-pic2 {
       position: absolute;
       right: 0;
       top: 0;
    }

    .news-item {
    }

    .news-c ul li a .news-date img{
    height: 40rem;
    }
}
@media screen and (max-width:980px) {
    .news-c ul li a .news-date img{
    height: 37rem;
    }
    
}
@media screen and (max-width:768px) {
.news-c ul li a .news-date img{
    height: 30rem;
    }
    .news-c ul li {
        width: 50%;
        float: left;
    }
.news-r a{
    padding: 10px 0;
}
    .study-box {
        padding-top: 25px;
        padding-bottom: 0px;
    }

}

@media screen and (max-width:640px) {
    .news-c .slick-dots{
    bottom: 15%;
}
    .news-c ul li a .news-date img{
    height: 26rem;
    }
    .news-pic {
        position: relative;
        float: none;
        width: auto;
    }

    .news-pic img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .news-item{
        padding-left: 0;
        padding-right: 0;
    }
    .news-r li {
    }

    .n-txt2 {
        float: none;
        width: 100%;
    }
    .n-txt3{
        padding-bottom: 10px;
        padd
    }

    .news-otem {
        padding: 10px;
    }

    .news-item p {
        margin-bottom: 10px;
        height: auto;
        max-height: 60px;
    }
    .news-r li:nth-child(2){
    }
    .n-pic2 {
        margin-bottom: 10px;
    }

    .study-l ul li {
        float: none;
        width: 100%;
    }
    .sr-date b{
        font-size: 26px;
    }
    .study-list ul li a{
    padding: 19px 0 19px 67px;
}
    .study-l ul li:nth-child(1) {
        margin-right: 0;
        margin-bottom: 10px;
    }
.news-box{
    margin: 25px 0 20px;
}
    .news .news-tit {
    margin: 0px 0 15px;
    }

    .news-tit h2 {
        font-size: 22px;
    }

    .news-c ul li a {
    }

    .news-c .slick-prev {
        top: 175px;
    }

    .news-c .slick-next {
        top: 175px;
    }

    .intor-box {
        padding-top: 20px;
    }

    .intor-tit h2 {
        margin-bottom: 20px;
        font-size: 30px;
    }

    .intor-txt {
        margin-bottom: 30px;
    }

    .intor-box {
        padding-bottom: 30px;
    }

    .study-box {
        padding-top: 25px;
        padding-bottom: 0px;
    }

    .study-l-tit h2 {
        font-size: 22px;
    }

    .study-l-tit {
        margin-bottom: 10px;
    }

    .faculty-box {
        padding-top: 20px;
        margin-top: 0;
        padding-bottom: 30px;
    }

    .f-tit {
        font-size: 22px;
        margin-bottom: 30px;
    }
    .study-txt{
        height: auto;
        padding: 10px;
    }
    .study-txt h3{
        height: auto;
        white-space: normal;
        text-overflow: ellipsis;
        margin-bottom: 0;
        font-size: 16px;
        max-width: 100%;
    }
    .news-item h3{
        height: auto;
        white-space: normal;
        text-overflow: ellipsis;
        margin-bottom: 0;
        font-size: 16px;
        max-width: 75%;
    }
    .study-txt p{
        margin: 10px 0;
    }
}

@media screen and (max-width:450px) {
    .news-c ul li a .news-date img{
        height: 16rem;
    }
    .news-c .slick-dots{bottom:20%}
}