@charset "utf-8";
/*banner*/
.banner {
    width: 100%;
    position: relative;
    overflow: hidden;
    animation: 0.8s ease 0.3s 1 normal backwards running fadeInUp;
}
.slick-dotted.slick-slider {
    margin-bottom: 0;
}
#swiper1 {
    width: 100%;
    position: relative;
    overflow: hidden;
height:650px;
float: left;

	
	background-color: rgb(179, 189, 196);
    transition: 1s background-color 1.3s;

}
#swiper1 .swiper-wrapper {
	transition-delay: 1s;
	transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
#swiper1 .swiper-slide {
	
	font-size: 18px;
	/* Center slide text vertically */
	/*display: -webkit-box;*/
	/*display: -ms-flexbox;*/
	/*display: -webkit-flex;*/
	/*display: flex;*/
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
#swiper1 .title {
    transition-delay: 1s;
    z-index: 10;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.7));
}
#swiper1 .title h3 {
   
    font-size: 36px;
    line-height: 100px;
    letter-spacing: 2px;
    color: rgba(255,255,255,0);
    -webkit-text-stroke: 2px #fff;
    padding-left: 40px;
}
#swiper1 .img-box {
	width: 100%;
	height: 100%;
	position: absolute;
	opacity: 1;
	overflow: hidden;
}
#swiper1 .img-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.news-slider__pagination {

    text-align: center;
    margin-top: 50px;
    position: absolute;
    bottom: 40px !important;
    width: 300px !important;
    z-index: 4;
    
    left: calc(100% - 300px) !important;
  }
  .news-slider__pagination .swiper-pagination-bullet {
    width: 13px;
    height: 10px;
    display: inline-block;
    background: #fff;
    opacity: .2;
    margin: 0 5px;
    border-radius: 20px;
    transition: opacity .5s, background-color .5s, width .5s;
    transition-delay: .5s, .5s, 0s;
  }
  .news-slider__pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background: #ffffff;
    width: 100px;
    transition-delay: 0s;
  }
/* banner */
.banner .slick-slide {
    width: 100%;
}
.banner .slick-dots {
    width: 1200px;
    margin: 0 auto;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: right;
    box-sizing: border-box;
}
.banner .news_images {
    width: 100%;
}
.banner .news_images a {
    display: block;
    position: relative;
}
.news_images img {
    display: block;
    width: 100%;
    height: 755px;
    object-fit: cover;
}
.banner .slick-dots {bottom: 25px;text-align: center;}
.banner .slick-dots li{
    margin-right: 12px;
}
.banner .slick-dots li,.banner .slick-dots li button{
    width: 50px;
    height: 6px;
}

.banner .slick-dots li.slick-active button:before {
    width: 50px;
    height: 6px;
    border-radius: 0;
    background: #d9242a;
}
.banner .slick-dots li button:before {
    width: 50px;
    height: 6px;
    content: '';
    opacity: 1;
    border-radius: 0;
    background: #fff;
}

/* 栏目标题 */
h2.lmTit{
    width: 100%;
    padding-left: 55px;
    box-sizing: border-box;
    font-size: 28px;
    color: #000;
    line-height: 40px;
    margin-bottom: 40px;
}
h2.lmTit a{
    font-size: 14px;
    color: #a8a8a8;
    font-weight: normal;
    line-height: 40px;    
}
h2.lmTit a:hover{
    color: #d9242a;
}
/* 新闻焦点 */
.news{
    margin: 50px 0;
    width: 100%;
    float: left;
}
.news .news_img,.new .news_list,.news h2.lmTit{
    opacity: 0;
    visibility: hidden;
}
.news.animation h2.lmTit{
    opacity: 1;
    visibility: visible;    
    animation: 0.8s ease 0.3s 1 normal backwards running fadeInUp;
}
.news.animation .news_img{
    opacity: 1;
    visibility: visible;
    animation: 0.8s ease 0.5s 1 normal backwards running fadeInLeft;
}
.news.animation .news_list{
    opacity: 1;
    visibility: visible;    
    animation: 0.8s ease 0.5s 1 normal backwards running fadeInRight;
}
.news h2.lmTit{
    background: url(../img/news_icon.png) no-repeat left center;
}
.news .news_img{
    margin-right: 4%;
}
.news .news_img,.news .news_list{
    width: 48%;
}
.news .news_img ul{
    overflow: hidden;
}
.news .news_img ul li a,.news .news_img ul li a img{
    display: block;
    width: 100%;
    height: 399px;
    object-fit: cover;
}
.news .news_img .slick-dots{
    bottom: 20px;
    left: 30px;
    text-align: left;
}
.news .news_img .slick-dots li{
    margin-right: 15px;
}
.news .news_img .slick-dots li,.news .news_img .slick-dots li button{
    width: 8px;
    height: 8px;
    border-radius: 0;
}
.news .slick-dots li button:before {
    width: 8px;
    height: 8px;
    background: #fff;
    content: '';
    opacity: 1;
}
.news .slick-dots li.slick-active button:before{
    background: #d9242a;
}
.news .news_list ul li a{
    display: block;
    font-size: 16px;
    color: #333333;
    line-height: 56px;
    border-bottom: 1px solid #e8e8e8;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news .news_list ul li a span{
    font-size: 14px;
    color: #999999;
}
.news .news_list ul li a:hover{
    color: #d9242a;
    border-bottom: 1px solid #d9242a;
}

/* 通知公告 */
.notice{
    padding: 50px 0;
  
    width: 100%;
    float: left;
}
.notice h2.lmTit{
    background: url(../img/news_icon.png) no-repeat left center;
}
.notice ul li,.notice h2.lmTit{
    opacity: 0;
    visibility: hidden;
}
.notice.animation h2.lmTit{
    opacity: 1;
    visibility: visible;    
    animation: 0.8s ease 0.3s 1 normal backwards running fadeInUp;
}
.notice.animation ul li:nth-of-type(1){
    opacity: 1;
    visibility: visible;    
    animation: 0.8s ease 0.4s 1 normal backwards running fadeInUp; 
}
.notice.animation ul li:nth-of-type(2){
    opacity: 1;
    visibility: visible;    
    animation: 0.8s ease 0.5s 1 normal backwards running fadeInUp; 
}
.notice.animation ul li:nth-of-type(3){
    opacity: 1;
    visibility: visible;    
    animation: 0.8s ease 0.6s 1 normal backwards running fadeInUp; 
}
.notice.animation ul li:nth-of-type(4){
    opacity: 1;
    visibility: visible;    
    animation: 0.8s ease 0.7s 1 normal backwards running fadeInUp; 
}
.notice ul li{
    width: 23.5%;
    margin-right: 2%;
    float: left;
}
.notice ul li:last-of-type{
    margin-right: 0;
}
.notice ul li a{
    display: block;
    width: 100%;
    padding: 50px 25px 0;
    background: #d9242a;
    box-sizing: border-box;
    position: relative;
    color: #fff;
}
.notice ul li a::before{
    display: block;
    content: "";
    width: 53px;
    height: 53px;
    border: 3px solid #fff;
    background: #d9242a url(../img/icon_11.png) no-repeat center;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -26px;
    border-radius: 100%;
}
.notice ul li a h2{
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    font-weight: normal;
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.notice ul li a h2::before{
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 100%;
    box-sizing: border-box;
    position: absolute;
    right: 0;
    bottom: -5px;
}
.notice ul li a p{
    font-size:14px;
    color: #fff;
    line-height:24px;
    padding:20px 0;
}
.notice ul li a:hover{
    margin-top:-5px;
    box-shadow: 0 0 7px 0px rgb(0 0 0 / 50%);
}

/* 党旗飘飘  学术动态 */
.dq_xsdt{
    margin: 0;
    width: 100%;
    float: left;
padding:40px 0;
 background: url(../img/news_bg.png) no-repeat center;
}
.dq_xsdt .dqpp,.dq_xsdt .xsdt{
    width: 48%;
    margin-right: 4%;
}
.dq_xsdt .dqpp,.dq_xsdt .xsdt{
    opacity: 0;
    visibility: hidden;
}
.dq_xsdt.animation .dqpp{
    opacity: 1;
    visibility: visible;    
    animation: 0.8s ease 0.5s 1 normal backwards running fadeInLeft;
}
.dq_xsdt.animation .xsdt{
    opacity: 1;
    visibility: visible;    
    animation: 0.8s ease 0.5s 1 normal backwards running fadeInRight;
}
.dq_xsdt .xsdt{
    margin-right: 0;
}
.dq_xsdt .dqpp h2.lmTit{
    background: url(../img/dqpp_icon.png) no-repeat left center;
}
.dq_xsdt .xsdt h2.lmTit{
    background: url(../img/xsdt_icon.png) no-repeat left center;
}
ul.dp_dt_list{
    padding: 20px 25px;
    background: #fff;
    box-sizing: border-box;
    box-shadow: 0 0 18px 0px rgba(0,0,0,0.1);
}
ul.dp_dt_list li a{
    display: block;
    width: 100%;
    margin-bottom: 18px;
    position: relative;
}
ul.dp_dt_list li:last-of-type a{
    margin-bottom: 0;
}
ul.dp_dt_list li a p.time{
    width: 72px;
    height: 72px;
    float: left;
    background: #d9242a;
    position: relative;
    z-index: 99;
}
ul.dp_dt_list li a::before{
    display: block;
    content: "";
    width: 70px;
    height: 70px;
    border: 1px solid #d9242a;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
}
ul.dp_dt_list li a p.time span{
    display: block;
    color: #fff;
    text-align: center;
}
ul.dp_dt_list li a p.time span.day{
    font-size: 28px;
    line-height: 30px;
    margin-top: 10px;
}
ul.dp_dt_list li a p.time span.year{
    font-size: 14px;
    line-height: 18px;
    margin-top: 5px;
}
ul.dp_dt_list li a p.con{
    width: calc(100% - 100px);
    float: right;
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    margin-top: 6px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 60px;
}
ul.dp_dt_list li a:hover p.time{
    transform: translate(-8px,-8px);
}
ul.dp_dt_list li a:hover p.con{
    color: #d9242a;
}

/* 教学动态 */
.jxdt_ds{
    padding: 50px 0;
    width: 100%;
    float: left;

}
.jxdt_ds .jxdt,.dq_xsdt .ds{
    opacity: 0;
    visibility: hidden;
}
.jxdt_ds.animation .jxdt{
    opacity: 1;
    visibility: visible;    
    animation: 0.8s ease 0.5s 1 normal backwards running fadeInLeft;
}
.jxdt_ds.animation .ds{
    opacity: 1;
    visibility: visible;    
    animation: 0.8s ease 0.5s 1 normal backwards running fadeInRight;
}
.jxdt h2{
    background: url(../img/jxdt_icon.png) no-repeat left center;
}
.ds h2{
    background: url(../img/ds_icon.png) no-repeat left center;
}
.jxdt,.ds{
    float: left;
    width: 48%;
    margin-right: 4%;
}
.ds{
    margin-right: 0;
}
.jxdt ul li a{
    display: block;
    width: 100%;
    line-height: 60px;
    padding: 0 25px;
    box-sizing: border-box;
    background: #fff;
    margin-bottom: 15px;
    font-size: 16px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.jxdt ul li a span{
    font-size: 14px;
    color: #999999;
}
.jxdt ul li a:hover{
    color: #fff;
    background: #d9242a;
}
.jxdt ul li a:hover span{
    color: #fff;
}
.jxdt ul li:last-of-type a{
    margin-bottom: 0;
}
/* 导师 */
.ds ul li{
    padding-right: 20px;
}
.ds ul li a{
    display: block;
}
.ds ul li a img{
    width: 100%;
    height: 275px;
    object-fit: cover;
}
.ds ul li a p{
    width: 100%;
    height: 48px;
    background: #fff url(../img/jianT.png) no-repeat right center;
    background-origin: content-box;
    padding: 0 15px;
    box-sizing: border-box;
    line-height: 48px;
    font-size: 14px;
    color: #4c4c4c;
}
.ds ul li a:hover p{
    color: #fff;
    background: #d9242a url(../img/jianT2.png) no-repeat right center;
    background-origin: content-box;
}
.ds .slick-dots{
    bottom: -30px;
    left: 0;
    text-align: center;
}
.ds .slick-dots li{
    margin-right: 15px;
    padding-right:0;
}
.ds .slick-dots li,.ds .slick-dots li button{
    width: 50px;
    height: 6px;
    border-radius: 0;
}
.ds .slick-dots li button:before {
    width: 50px;
    height: 6px;
    background: #b7b7b7;
    content: '';
    opacity: 1;
}
.ds .slick-dots li.slick-active button:before{
    background: #d9242a;
}

/* 媒体查询 */
@media only screen and (max-width: 1400px){
    .news_images img{
        height: 520px;
    }
    .banner .slick-dots{
        width:100%;
    }
    .dq_xsdt,.news{
        margin:0;
    }
    h2.lmTit{
        font-size:24px;
        margin-bottom: 20px;
    }
    .jxdt, .ds,.dq_xsdt .dqpp, .dq_xsdt .xsdt,.news .news_img, .news .news_list{
        width:49%;
    }
    .jxdt,.dq_xsdt .dqpp,.news .news_img{
        margin-right: 2%;
    }
    .jxdt_ds,.notice{
        padding:40px 0;
    }
    .notice.animation h2.lmTit{
        margin-bottom:40px;
    }
    .notice ul li a{
        padding: 30px 15px 0;
    }
    .ds ul li{
        padding-right:8px;
    }
}
@media only screen and (max-width: 1024px){
     .news_images img{
         height:460px;
     }
    .dq_xsdt,.news{
        margin:0px 0;
    }
    .jxdt_ds,.notice{
        padding:30px 0;
    }
    h2.lmTit{
        font-size: 22px;
        padding-left: 40px;
        background-size: 28px!important;
    }
    
}
@media only screen and (max-width: 960px){
     .news_images img{
         height:420px;
     }
    .jxdt, .ds,.dq_xsdt .dqpp, .dq_xsdt .xsdt,.news .news_img, .news .news_list{
        width:100%;
        margin:0;
    }
    .dq_xsdt .dqpp{
        margin-bottom:30px;
    }
    .ds{
        padding: 30px 0;
    }
    .news .news_img{
        margin-bottom:20px;
    }
    .news .news_list ul li a{
        line-height: 44px;
    }
    .notice{
        background-size:100% 100%;
    }
    .notice ul li{
        width:49%;
        margin-right:2%;
        margin-top:50px;
    }
    .notice ul li:nth-of-type(2n){
        margin-right:0;
    }
    .notice.animation h2.lmTit{
        margin-bottom:0;
    }
     .notice ul li a{
        padding: 50px 25px 0;
    }
}
@media only screen and (max-width: 768px){
     .news_images img{
         height:380px;
     }
    .news .news_img ul li a, .news .news_img ul li a img{
        height: 320px;
    }
    .news .news_img .slick-dots{
        bottom:10px;
        left:10px;
    }
    h2.lmTit{
        margin-bottom:10px;
        font-size:20px;
    }
    .news .news_list ul li a{
        line-height:36px;
        font-size: 14px;
    }
    .news .news_list ul li a span{
        font-size:12px;
    }
     .notice ul li a{
        padding: 30px 15px 0;
    }
    .notice ul li a p{
        padding:10px 0;
    }
    .notice ul li a h2{
        font-size:15px;
        line-height: 24px;
        padding-bottom: 5px;
        max-height: 54px;
    }
    ul.dp_dt_list{
        padding: 0;
        box-shadow: none;
    }
    ul.dp_dt_list li a p.con{
        font-size:14px;
        line-height: 24px;
        margin-top: 4px;
        height: 48px;
        width: calc(100% - 80px);
    }
    ul.dp_dt_list li a p.time{
        height: 56px;
    }
    ul.dp_dt_list li a p.time span.day{
        font-size: 22px;
        margin-top: 4px;
    }
    ul.dp_dt_list li a p.time span.year{
        margin-top: 0;
    }
    ul.dp_dt_list li a::before{
        display:none;
    }
    ul.dp_dt_list li a{
        margin-bottom: 0;
        margin-top: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #dfdede;
    }
     ul.dp_dt_list li:last-of-type a{
         border-bottom:none;
         padding-bottom:0;
     }
    .dq_xsdt .dqpp{
        margin-bottom:20px;
    }
    .ds{
        padding:20px 0 30px;
    }
    .jxdt ul li a{
        padding: 0 15px;
        font-size: 14px;
        line-height: 46px;
        margin-bottom: 10px;
    }
    .jxdt ul li a span{
        font-size:12px;
    }
}
@media only screen and (max-width: 640px){
     .news_images img{
         height:320px;
     }
    .banner .slick-dots{
        bottom:10px;
    }
    .dq_xsdt,.news{
        margin:0px 0;
    }
    .jxdt_ds,.notice{
        padding:20px 0;
    }
    .news .news_img ul li a, .news .news_img ul li a img{
        height: 280px;
    }
}
@media only screen and (max-width: 560px){
     .news_images img{
         height:280px;
     }
    .news .news_img ul li a, .news .news_img ul li a img{
        height: 240px;
    }
     .notice ul li{
         width:100%;
         margin-top:20px;
     }
    .notice ul li a::before{
        display:none;
    }
     .notice ul li a{
        padding: 15px 15px 0;
    }
    .ds ul li a img{
        height: 240px;
    }
}
@media only screen and (max-width: 420px){
     .news_images img{
         height:220px;
     }
}