@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-indent: 2em;
    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;
}





