@charset "utf-8";

.banner {
    position: relative;
}

.banner img {
    display: block;
    width: 100%;
}

.banner a img {
    display: block;
    width: 1400px;
    margin: 0 auto;
}

.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;
    opacity:0.5;
    background-repeat:no-repeat;
    transition:all 0.3s ease;
}

.banner .slick-prev {
    background-image:url(../images/left.png);
    left:5%;
}

.banner .slick-next{
    background-image:url(../images/right.png);
    right:5%;
}

.banner .slick-prev:hover,
.banner .slick-next:hover{
     opacity:1;
}


.banner .slick-dots {
    font-size: 0;
    text-align: center;
    bottom: 29px;
    width: auto;
    right: 50%;
    transform: translateX(50%);
}

.banner .slick-dots li {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    font-size: 0;
    background: #fff;
    border-radius: 50%;
    opacity: 0.4;
}

.banner .slick-dots li button {
    display: none;
}

.banner .slick-dots li.slick-active {
    background: #fff;
    opacity: 1;
}


.banner-more a {
    color: #fff;
    font-size: 14px;
}


.news-box {
    padding: 40px 0 60px 0;
    background-color: #eff4f4;
}

.news-tit>h2 {
    font-family: MicrosoftYaHei-Bold;
    font-size: 36px;
    font-weight: 600;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333333;
    text-align: center;
    position: relative;
    margin-bottom: 40px;
}

.newsline {
    position: absolute;
    top: 50%;
    margin-left: -77px;
    width: 60px;
    height: 1px;
    background-color: #959595;
}

.news-line {
    display: inline-block;
    width: 60px;
    height: 1px;
    vertical-align: middle;
    background: #959595;

}

.news-tit h2 b {
    /* margin: 0 18px; */
}

.news-box .news-tit {
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.news-list ul {
    display: none;
    /* justify-content: space-between; */
}

.news-list .active {
    display: flex;
}

.more {
    display: flex;
    margin-bottom: 30px;
}

.more .active {
    background: #454b70;
}

.more a {
    display: block;
    color: #fff !important;
    width: 100px;
    padding: 8.5px 0;
    text-align: center;
    background: #878cb9;
    font-size: 15px;
    margin-left: 20px;
}

.more a:nth-child(1) {
    margin-left: 0;
}

.news-list ul li {
    width: 23.5%;
    height: 500px;
    margin-left: 2%;
}

.news-list ul li:nth-child(1) {
    margin-left: 0%;
}

.news-list ul li a {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    overflow: hidden;
}

.news-list ul li a img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.news-list ul li:hover a img {
    transform: scale(1.1);
}

.news-list ul li a p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 10px 15px;
    font-size: 16px;
    line-height: 32px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
}


.notice-box {
    background-color: #fff;
    padding: 40px 0;
}

.notice {
    width: 100%;
    /* height: 470px; */
    /* background: url(../images/notice.png) no-repeat; */
    background-position: right center;
    padding-top: 55px;
    /* margin-top: 60px; */
}

.notice-box .px1400 {
    display: flex;
    justify-content: space-between;
}

.xwdt,
.tzgg {
    width: 48.5%;
}

.xwdt ul li {
    margin-bottom: 20px;
}

.xwdt ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.xwdt ul li a .img {
    width: 150px;
    height: 100px;
}

.xwdt ul li a .txt {
    width: calc(100% - 170px);
}

.xwdt ul li a .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.xwdt ul li a .txt span {
    white-space: nowrap;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    font-size: 18px;
    line-height: 18px;
    color: #333;
}

.xwdt ul li a .txt p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 16px;
    line-height: 26px;
    margin-top: 10px;
    color: #666;
}

.tzgg ul li a{
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.tzgg ul li a p{
      white-space: nowrap;
      overflow: hidden;
      display: block;
      text-overflow: ellipsis;
      font-size: 18px;
      line-height: 42px;
      color: #333;
      width:calc(100% - 120px);
      position:relative;
      padding-left:15px;
}
.tzgg ul li a p::before{
   
    position:absolute;
    content:"";
    width:5px;
    height:5px;
    background:#aaa;
    border-radius:50%;
    left:0;
    top:calc(50% - 2.5px);
   
}
.tzgg ul li a span{
     font-size: 16px;
    color: #666;
}




.faculty-box {
    background-color: #eff2f5;
    /* margin-top: 60px; */
    padding-top: 40px;
    padding-bottom: 50px;
}

.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/p-bj.png) no-repeat;
    width: 100%;
    height: 45px;
    position: absolute;
    bottom: 0;
    padding: 12px 22px;
    color: #333;
    font-size: 18px;
    text-align: center;
}

@media screen and (max-width:1420px) {
    .banner .slick-prev {
        left: 20px;
    }

    .banner .slick-next {
        right: 20px;
    }
}

@media screen and (max-width:1200px) {
    .acade-r {
        overflow: hidden;
        padding-left: 0px;
    }

    .s1-ll {
        float: left;
        width: 566px;
        position: relative;
    }

    .s1-ll ul li a .a-text {
        display: block;
        margin-left: 0;
        width: 88%;
    }

    .s1-ll .slick-prev,
    .s1-ll .slick-next {
        bottom: 4px;
    }

    .acade-r ul li a {
        display: block;
        padding: 0px 0px 12px 22px;
    }
}

@media screen and (max-width:1024px) {

    .s1-ll::after {
        content: '';
        width: 100%;
        padding-top: 56%;
        position: absolute;
        background-color: #d1d8e3;
        top: 12px;
        left: 12px;
        z-index: 0;
    }

    .faculty-tit {
        margin-bottom: 30px;
    }

    .news-box {
        padding: 35px 0 0 0;
    }

    .news-btn {
        margin-top: 20px;
    }

    .notice {
        margin-top: 35px;
        padding-top: 30px;
        height: 350px;
    }

    .academic {
        padding-top: 27px;
    }

    .academic-tit {
        margin-bottom: 30px;
    }

    .news-tit>h2 {
        margin-bottom: 10px;
    }

    .faculty-box {
        margin-top: 35px;
        padding-top: 30px;
    }

    .acade-r ul li a {
        display: block;
        padding: 15px 21px 14px 0px;
    }

    .acade-r {
        overflow: hidden;
        padding-left: 0px;
    }

    .news-date {
        left: 11px;
        top: 10px;

    }

    .news-list ul li {
        padding: 10px;
    }



    .news-tit>h2 {
        font-size: 36px;
    }

    .acade-l {
        float: none;
        width: auto;
    }

    .acade-r {
        float: none;
        width: auto;
        margin-top: 30px;

    }

    .s1-ll {
        float: none;
        width: auto;
        margin-right: 0;
    }

    .section5,
    .section4,
    .section2,
    .section1 {
        margin-top: 30px;
    }

    .s1-lc,
    .text-list2,
    .s2-list,
    .s4-list {
        padding: 10px;
    }

    .banner .slick-prev,
    .banner .slick-next {
        width: 30px;
        height: 30px;
        background-size: 100%;
    }

    .banner .slick-slide a p {
        font-size: 20px;
    }

    .s2-c>div,
    .s4-c>div {
        float: none;
        width: auto;
    }

    .s2-c>div:nth-child(2),
    .s4-c>div:nth-child(2) {
        margin: 30px 0;
    }

    .s3-c li a>div p {
        font-size: 18px;
    }

    .s3-c li a>div img {
        max-height: 35px;
    }

    .s3-c li a>div div {
        height: 40px;
        line-height: 40px;
    }

    .s3-c li a {
        line-height: 140px;
    }

    .s5-c .slick-prev,
    .s5-c .slick-next {
        width: 30px;
        height: 30px;
        background-size: 8px;
    }

    .s5-c .slick-prev {
        left: -30px;
    }

    .s5-c .slick-next {
        right: -30px;
    }

    .s5-c li a {
        padding: 20px 10px 15px 10px;
        margin: 0 5px;
    }

    .s5-c {
        padding: 0 30px;
    }

    .s5-info h3 {
        font-size: 18px;
    }
}

@media screen and (max-width:768px) {

    .news-tit>h2 b {
        font-size: 20px;
        margin: 0 8px;
    }

    .banner .slick-slide a p {
        font-size: 16px;
        bottom: 5px;
        display: none;
    }

    .banner .slick-dots {
        bottom: 10px;
    }

    .banner-more {
        bottom: 10px;
        line-height: 14px;
    }

    .banner .slick-prev {
        left: 10px;
    }

    .banner .slick-next {
        right: 10px;
    }

    .s1-ll {
        float: none;
        width: auto;
        margin-right: 0;
    }

    .s3-c li a>div p {
        font-size: 16px;
    }

    .s1-ll ul li a .a-text {
        font-size: 13px;
    }

    .notice {
        height: 330px;
    }

    .news-line {
        display: inline-block;
        width: 30px;
        height: 1px;
        vertical-align: 5px;
        background: #959595;
    }
}

@media screen and (max-width:320px) {
    .all-n {
        margin: 0 10px;
    }
}