@charset "utf-8";

.banner {
    position: relative;
}

.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: 59px;
    height: 59px;
    z-index: 9;
}


.news-box {
    position: relative;
    /* max-height: 620px; */
}

.news-l {
    width: 396px;
    height: 710px;
    position: absolute;
    background: url(../images/newsbj.png) no-repeat;
    background-size: cover;
    top: -90px;
    z-index: 990;
    padding: 30px 38px;
}

.news-tit h2 {
    font-weight: normal;
    font-size: 36px;
    letter-spacing: 0px;
    color: #ffffff;
    padding-bottom: 25px;
    border-bottom: 1px solid #8bba8c;

}

.news-c ul li a {
    display: block;
    padding: 13% 0 13% 0;
    border-bottom: 1px solid #8bba8c;
    height: 176px;

}

.news-date {
    float: left;
    margin-right: 32px;
    border-bottom: 2px solid #f8f8f8;
    padding-bottom: 12px;
}

.news-date span {
    display: block;
    font-size: 24px;
    letter-spacing: 0px;
    color: #ffffff;


}

.news-date b {
    display: block;
    font-size: 42px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    padding-left: 6px;


}

.news-txt {
    overflow: hidden;
    padding-top: 12px;
    box-sizing: border-box;
    padding-right: 8px;


}

.news-txt p {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 0px;
    color: #ffffff;
    height: 78px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-c {
    position: relative;
}

.news-c::before {
    content: '';
    width: 1px;
    height: 35px;
    background-color: #fcd0d0;
    opacity: 0.4;
    position: absolute;
    left: 50%;
    bottom: -46px;

}


.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 {
    margin-left: 396px;
    padding-top: 102px;
    display: inline-block;
}

.news-r li {
    width: 33.3%;
    height: 518px;
    float: left;
}

.news-item {
    padding: 22px 24px;
    /* background-color: pink; */
}

.news-item h3 {

    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0px;
    height: 60px;
    color: #333333;
    margin-bottom: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.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;
    line-height: 30px;
    letter-spacing: 0px;
    color: #666666;
    padding-left: 30px;
    background: url(../images/date.png) no-repeat;
    background-position-y: 3px;
}

.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;
}

.news-pic img {
    transition: all 0.6s;
    width: 100%;
    height: 100%;
}

.news-pic img:hover {
    transform: scale(1.05);
}

.n-txt2 {
    border-top: 3px solid #078359;

}

.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);
}

.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: 78px 0;
}

.study-l {
    width: 830px;
    float: left;
    margin-right: 3%;
}

.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 {

    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;
    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-more:hover {
    right: 10px;
}

.study-list ul li a {
    display: block;
    position: relative;
    padding: 25px 11px 25px 80px;
    border-bottom: 1px dashed #85ca91;
}
.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: 12px;
    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-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: 18px;
}





@media screen and (max-width:1420px) {
    .banner .slick-prev {
        left: 20px;
    }

    .banner .slick-next {
        right: 20px;
    }
    .study-l-tit h2,.study-r span{
        font-size: 30px;
    }
}

@media screen and (max-width:1200px) {

    .news-l {
        width: 32%;

    }

    .news-r {
        margin-left: 32%;

    }

    .news-c ul li a {
        padding: 10% 0 10% 0;
    }
    .study-l{
        width: 660px;
    }
    .study-list ul li a{
        padding: 19px 0 19px 80px;
    }
    .f-tit{
        font-size: 36px;
    }

}

@media screen and (max-width:1024px) {
    .sr-txt p{
        font-size: 16px;
    }
    .study-l-tit h2, .study-r span{
        font-size: 24px;
        padding-bottom: 10px;
    }
    .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-l {
        width: 100%;
        height: 426px;
        position: relative;
        top: 0;
        margin-top: 20px;
        overflow: hidden;
    }

    .news-c ul li a {
        padding: 20px 10px;
    }

    .news-c ul li {
        width: 33.3%;
        float: left;
    }

    .news-r {
        width: 100%;
        padding-top: 0;
        margin-left: 0;
        margin-top: 20px;

    }

    .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;
    }

    .study-r {
        margin-top: 20px;
    }

    .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%;
        margin-top: 20px;
        height: 264px;
    }



    .news-item {
        overflow: hidden;


    }

    .news-pic::after {
        display: none;
    }

    .n-txt2 {
        margin-right: 355px;
        overflow: hidden;

    }
    .news-r a{
        position: relative;
    }

    .n-pic2 {
       position: absolute;
       right: 0;
       top: 0;
    }

    .news-item {
        padding-bottom: 0;
    }

    .news-date{
        margin-right: 20px;
    }
}

@media screen and (max-width:768px) {

    .news-c ul li {
        width: 50%;
        float: left;
    }

    .study-box {
        padding-top: 25px;
        padding-bottom: 0px;
    }

}

@media screen and (max-width:640px) {
    .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 {
        float: none;
        height: auto;
        margin-top: 0px;
    }

    .n-txt2 {
        float: none;
        width: 100%;
        margin-bottom: 10px;
    }
    .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){
        margin-top: 10px;
    }
    .n-pic2 {
        margin-bottom: 10px;
    }

    .study-l ul li {
        float: none;
        width: 100%;
    }

    .study-l ul li:nth-child(1) {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .news-l {
        padding: 12px 10px;
        height: 272px;
    }

    .news-tit h2 {
        font-size: 24px;
        padding-bottom: 15px;
    }

    .news-c ul li a {
        height: 150px;
    }

    .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: 24px;
    }

    .study-l-tit {
        margin-bottom: 10px;
    }

    .faculty-box {
        padding-top: 20px;
        margin-top: 0;
        padding-bottom: 30px;
    }

    .f-tit {
        font-size: 24px;
        margin-bottom: 30px;
    }
    .study-txt{
        height: auto;
        padding: 10px;
    }
    .news-item h3,.study-txt h3{
        height: auto;
        white-space: normal;
        text-overflow: ellipsis;
        margin-bottom: 0;
    }
    .study-txt p{
        margin: 10px 0;
    }



}