ã€@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;
}

 

.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: 51px 0 60px 0;
    background-color: #eff2f5;
    /* background: url(../images/notice.png) no-repeat; */
}

.news-tit>h2 {
    font-family: MicrosoftYaHei-Bold;
    font-size: 48px;
    font-weight: 600;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333333;
    text-align: center;
    position: relative;
    margin-bottom: 58px;
}
.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-list ul li {
    width: 33.3%;
    padding: 7px 29px 0 60px;
    position: relative;
}


.news-a {
    display: block;
}

.news-a h3 {
    font-family: Ã²??Ã¹Ã³???Â±ÃªDDÃªÃ©;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333333;
    line-height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}
.news-a h3:hover{
    color: #045abd;
}

.news-a .ti{
    font-family: ArialMT;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #045abd;
    }
.news-a p {
    font-family: ArialMT;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #666666;
    height: 60px;
white-space: pre-wrap;
text-overflow: -o-ellipsis-lastline;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
line-clamp: 2;
-webkit-box-orient: vertical;

}

.news-a span {
    font-family: Ã²??Ã¹Ã³???Â±ÃªDDÃªÃ©;
    text-decoration: underline;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #045abd;
    line-height: 30px;
}

.news-date {
    width: 60px;
    height: 60px;
    background-color: #045abd;
    text-align: center;
    line-height: 60px;
    font-family: Ã²??Ã¹Ã³???Â±ÃªDDÃªÃ©;
    font-size: 36px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    display: inline-block;
    position: absolute;
    top: 7px;
    left: 1px;
}

.news-btn {
    margin: 56px auto;
    margin-bottom: 0;
    width: 310px;
}

.n-prev {
    width: 50px;
    height: 50px;
    background: url(../images/prev-n.png) no-repeat;
    background-size: cover;
    float: left;
    cursor: pointer;
}

.all-n {
    display: block;
    width: 180px;
    height: 50px;
    background-color: #ffffff;
    border: solid 3px #eeeeee;
    font-size: 16px;
    float: left;
    color: #333333;
    padding: 12px 42px;
    margin: 0 15px;
}
.all-n:hover{
    color: #045abd;
}
.n-next {
    width: 50px;
    height: 50px;
    background: url(../images/next-n.png) no-repeat;
    background-size: cover;
    float: left;
    cursor: pointer;
}

.notice-box {
    background-color: #fff;
    
}

.notice {
    width: 100%;
    height: 470px;
    background-color:#17529e;
    background-position: right center;
    padding-top: 56px;
    /* margin-top: 60px; */
}

.notice-h2>h2 {
    margin-bottom: 38px;
}

.notice-li a {
    display: block;
    padding: 20px 35px 20px 35px;
    background-color: #ffffff;
    position: relative;
    margin-top: 20px;
    margin-left: 15px;
    margin-right: 15px;
    overflow: hidden;
    transition: all 0.6s;
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
    margin-bottom: 10px;
}

.notice-li a::after {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    background: url(../images/n-bj.png) no-repeat;
    right: 18px;
    bottom: 43px;
}

.notice-li a:hover {
    margin: 0 15px;
    padding-bottom: 40px;
    padding-top: 40px;
    background: url(../images/notice-bj.png);
    border: 2px solid #fff;
}
.notice-li .st {
    margin: 0 15px;
    padding-bottom: 40px;
    padding-top: 40px;
    background: url(../images/notice-bj.png);
}
.notice-li a:hover h2 {
    color: #fff;
}

.notice-li a:hover p {
    color: #fff;
}

.notice-li a:hover h3 {
    color: #fff;
}

.notice-li a:hover span {
    color: #fff;
}

.notice-li a:hover .notice-d {
    background: url(../images/date-w.png) no-repeat;
    background-position: 0 84px;
}
.notice-li .b{color:#fff;}
.notice-li h2 {
    font-size: 18px;
    line-height: 30px;
    color: #333;
    font-weight: normal;
    font-family: MicrosoftYaHei;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    display:-webkit-box;
    -webkit-line-clamp: 2;/*ç¬¬å‡ è¡Œè£å‰ª*/
    -webkit-box-orient:vertical;
}



.notice-li p {
    font-size: 14px;
    line-height: 30px;
    height: 30px;
    color: #666;
    font-family: MicrosoftYaHei;
    /* padding-top: 30px; */
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 20px;
}

.notice-li p::before {
    /* content: ''; */
    position: absolute;
    width: 45px;
    height: 2px;
    background-color: #fff;
    top: 16px;
}

.notice-d {
    float: left;
    height: 130px;
    background: url(../images/date-g.png) no-repeat;
    background-position: 0 84px;
    padding-right: 30px;
}

.notice-d h3 {
    font-family: MicrosoftYaHei-Bold;
    font-size: 42px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #666666;
    font-weight: 600;
}

.notice-d span {
    font-family: MicrosoftYaHei;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #666;
}

.notice-text {
    overflow: hidden;
}

.academic {
    padding-top: 57px;
}

.acade-l {
    /* width: 671px; */
    float: left;
    
}

.s1-ll {
    float: left;
    width: 671px;
    position: relative;
}
.s1-ll::after{
    content: '';
    width: 100%;
    padding-top: 56%;
    position: absolute;
    background-color: #1b58b2;
    top: 12px;
    left: 12px;
    z-index: 0;
}

.slick-initialized{
    z-index: 9;
}
/* .s1-ll .pic img {
    padding-right: 12px;
    padding-bottom: 12px;
} */
.s1-ll .pic{
    position: relative;
}
/* .a-l-bj{
	width: 100%;
	height: 100%;
	background-color: #d1d8e3;
    position: absolute;
    z-index: -1;
    top: 12px;
    left: 12px;

} */
.s1-ll ul li a {
    display: block;
    position: relative;
}

.s1-ll ul li a .pic {
    padding-top: 56%;
}

.a-text-box {
    margin-top: 30px;
    padding-right: 70px;
}

.s1-ll ul li a .a-tit {
    display: block;
    font-weight: 600;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 18px;
    color: #333;

}

.s1-ll ul li a .a-text {
    margin-left: 5px;
    width: 326px;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
    color: #333;
}

.s1-ll .slick-prev,
.s1-ll .slick-next {

    top: auto;
    bottom: -17px;
    z-index: 9;
    width: 42px;
    height: 42px;
}

.s1-ll .slick-prev {
    background: url(../images/s1-lll.png) no-repeat;
    background-size: 100%;
    left: auto;
    right: 29px;
}

.s1-ll .slick-next {
    background: url(../images/s1-llr.png) no-repeat;
    background-size: 100%;
    left: auto;
    right: -12px;

}

.acade-r {
    overflow: hidden;
    padding-left: 32px;
}

.acade-r ul li a {
    display: block;
    padding: 20px 21px 20px 38px;
}

.acade-r ul li a:hover {
    background: url(../images/academic-bj.png) no-repeat;
    background-size: cover;
}

.acade-r ul li a.st {
    background: url(../images/academic-bj.png) no-repeat;
    background-size: cover;
}

.acade-r ul li a:hover p {
    color: #fff;
}

.acade-r ul li a:hover span {
    color: #fff;
}
.acade-r ul li a:hover b {
    color: #fff;
}
.acade-r ul li a:hover h4 {
    color: #fff;
}
.acade-r ul li a:hover h2 .sj {
    color: #fff;
}
.acade-r ul li a:hover .acade-line {
    background-color: #fff;
}

.acade-d {
    float: left;
    margin-right: 32px;
    padding-top: 10px;
}

.acade-line {
    float: right;
    width: 40px;
    height: 1px;
    background-color: #1b58b2;
    margin-top: 16px;

}

.acade-d p {
    font-family: MicrosoftYaHei-Bold;
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #045abd;
    margin-bottom: 16px;
    float: right;
    
}

.acade-d span {

    font-family: MicrosoftYaHei;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #045abd;

}

.acade-list {
    overflow: hidden;
}
.acade-d .b{color:#fff;} 

.acade-list h2 .b,.acade-list .b{color:#fff;}
.acade-list h2 .b{color:#fff;
                     font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 4px;
    display: block;}
.sj{
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
    margin-bottom: 4px;
    display: block;
}

.acade-list h4 {
    font-size: 15px;
    margin-bottom: 4px;
    font-stretch: normal;
    white-space: pre-wrap;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #858585;
    line-height: 30px;
}

.acade-list p {
    font-size: 14px;
    line-height: 25px;
    color: #999;
    padding-left: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    display:-webkit-box;
    -webkit-line-clamp: 1;/*ç¬¬å‡ è¡Œè£å‰ª*/
    -webkit-box-orient:vertical;
}
.acade-p .b{color:#fff;}
.acade-p p:nth-child(1) {
    background: url(../images/icon1.png) no-repeat;
    background-position: 0px 5px;
}

.acade-r ul li a:hover .icon1 {
    background: url(../images/icon1-w.png) no-repeat;
    background-position: 0px 5px;
}

.acade-p p:nth-child(2) {
    background: url(../images/icon2.png) no-repeat;
    background-position: 2px 5px;
}

.acade-r ul li a:hover .icon2 {
    background: url(../images/icon2-w.png) no-repeat;
    background-position: 2px 5px;
}

.acade-p p:nth-child(3) {
    background: url(../images/icon3.png) no-repeat;
    background-position: -1px 3px;
}

.acade-r ul li a:hover .icon3 {
    background: url(../images/icon3-w.png) no-repeat;
    background-position: -1px 3px;
}


.faculty-box {
    
    background-color: #eff2f5;
    margin-top: 60px;
    padding-top: 60px;
    padding-bottom: 59px;
}

.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;
}





