@charset "utf-8";
.lmTit{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-bottom: 0.2rem;
}
.lmTit::before{
    display: block;
    content: "";
    width: 1.65rem;
    height: 1.25rem;
    background: url(../img/lmTitBg.png) no-repeat center;
    background-size: 1.65rem auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-80%,-50%);
}
.titSub{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    overflow: hidden;
}
.titSub h2{
    font-family: SourceHanSerifCN;
    font-size: 0.4rem;
    line-height: 0.5rem;
    color: #333333;
    font-weight: normal;
    margin-bottom: 0.05rem;
}
.titSub h3{
    font-family: Arial;
    font-size: 0.16rem;
    line-height: 0.2rem;
    color: #333333;
    font-weight: normal;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 0.1rem;
    position: relative;
}
.titSub h3 img{
    display: block;
    width: 0.28rem;
    height: auto;
    margin-left: 0.1rem;
}
.titSub h3::before,.titSub h3::after{
    display: block;
    content: "";
    width: 8rem;
    height: 1px;
    position: absolute;
    bottom: 50%;
    background: #000;
}
.titSub h3::before{
    left: 100%;
    background: url(../img/lineRight.png) no-repeat center;
    background-size: cover;
}
.titSub h3::after{
    right: 100%;
    background: url(../img/lineLeft.png) no-repeat center;
    background-size: cover;
}
.lmTit .more{
    position: absolute;
    right: 0;
    bottom: 0;
    background: #fff;
    padding-left: 0.05rem;
}
.lmTit .more a{
    display: block;
    position: relative;
}
.lmTit .more a p{
    font-family: Arial;
    font-size: 0.14rem;
    line-height: 0.3rem;
    color: #c1465b;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-40%);
}
.lmTit .more a img{
    display: block;
    width: auto;
    height: auto;
    max-width: 0.4rem;
}
.lmTit .more a:hover{
    transform: translateY(-10px);
}
.ImgBanner{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.banner>div{
    float: left;
}
.banner a{
    display: block;
    width: 100%;
    height: auto;
    position: relative;
}
.banner a .img{
    width: 100%;
    height: 100vh;
}
.banner .slick-dots{
    width: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../img/dotsBg.png) no-repeat center;
    background-size: 100% 100%;
    padding: 0.15rem 1rem 0.1rem;
}
.banner .slick-dots::before,.banner .slick-dots::after{
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
}
.banner .slick-dots li{
    width: 0.2rem;
    height: 0.2rem;
    background: url(../img/planeIcon1.png) no-repeat center;
    background-size: 100% auto;
    position: relative;
    margin-right: 0.18rem;
}
.banner .slick-dots li:last-of-type{
    margin-right: 0;
}
.banner .slick-dots li::before{
    display: block;
    content: "";
    width: 0.18rem;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
}
.banner .slick-dots li:last-of-type::before{
    display: none;
}
.banner .slick-dots li.slick-active{
    width: 0.4rem;
    height: 0.4rem;
    border: 1px dashed #fff;
    background: url(../img/planeIcon1.png) no-repeat 0.09rem 0.08rem;
    background-size: 0.26rem auto;
    border-radius: 100%;
}
.banner .slick-dots li.slick-active::after{
    display: block;
    content: "";
    width: 0.06rem;
    height: 0.06rem;
    border-radius: 100%;
    background: rgba(255,255,255,1);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,-50%);
}
/*  */
.indexCon2{
    padding: 0.8rem 0;
    background: url(../img/bg2.png) no-repeat center;
    background-size: cover;
}
.indexCon2 .lmTit .more,.indexCon4 .lmTit .more{
    background: #e6ecf8;
}
.indexCon2 .lmTit{
    margin-bottom: 0.2rem;
}
.notice li{
    float: left;
    width: 28.75%;
    margin: 0.2rem 0;
    margin-right: 6.87%;
}
.notice li:nth-of-type(3n){
    margin-right: 0;
}
.notice li a{
    display: block;
    width: 100%;
    height: auto;
    background: #fff;
    padding: 0.25rem 0.3rem;
    box-sizing: border-box;
    position: relative;
    z-index: 9;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
}
.notice li a::after{
    display: block;
    content: "";
    width: 100%;
    height: 0.06rem;
    background: url(../img/noticeBorder.png) no-repeat center;
    background-size: cover;
    position: absolute;
    left: 0;
    bottom: 0;
}
.notice li a::before{
    display: block;
    content: "";
    width: 0;
    height: 100%;
    background: url(../img/noticeBg.png) no-repeat left center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.notice li a:hover::before{
    width: 100%;
}
.notice li a:hover::after{
    background: #c1465b;
}
.notice li a .tit{
    font-size: 0.18rem;
    line-height: 0.3rem;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 0.6rem;
}
.notice li a:hover .tit{
    color: #fff;
}
.notice li a .time{
    font-size: 0.14rem;
    line-height: 0.2rem;
    color: #0948bc;
    padding-left: 0.2rem;
    background: url(../img/timeIcon.png) no-repeat left center;
    background-size: 0.15rem auto;
    margin-top: 0.12rem;
    position: relative;
}
.notice li a .time::before{
    display: block;
    content: "";
    width: 0.2rem;
    height: 0.2rem;
    background: url(../img/planeIcon3.png) no-repeat center;
    background-size: 100% auto;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.notice li a .time::after{
    display: block;
    content: "";
    width: calc(100% - 1.5rem);
    height: 1px;
    background: linear-gradient(90deg,rgba(216,218,220,0) 10%,rgba(216,218,220,1) 100%);
    position: absolute;
    right: 0.25rem;
    bottom: 50%;
}
.notice li a:hover .time{
    color: #fff;
    background: url(../img/timeIcon2.png) no-repeat left center;
    background-size: 0.15rem auto;
}
/* indexCon4 */
.indexCon4{
    padding: 0.8rem 0;
    background: #e6ecf8;
}
.academic{
    width: 100%;
    height: auto;
    padding: 0 0.95rem;
    box-sizing: border-box;
    position: relative;
}
.academic ul{
    width: auto;
    margin: 0 -0.25rem;
}
.academic ul li{
    width: calc(100% / 3);
    padding: 0.15rem;
    box-sizing: border-box;
    float: left;
}
.academic ul li a{
    display: block;
    width: 100%;
    height: auto;
}
.academic ul a .img{
    width: 100%;
    padding: 139% 0 0;
    border-radius: 0.3rem 0 0 0;
}
.academic ul a .con{
    width: 100%;
    height: auto;
    padding: 0.1rem 0.2rem;
    background: #fff;
    box-sizing: border-box;
    border-radius: 0 0 0.3rem 0;
    box-shadow: 0 0.1rem 0.2rem 0 rgba(216,218,220,0.8);
    position: relative;
    z-index: 9;
}
.academic ul a .con .tit{
    font-size: 0.18rem;
    line-height: 0.3rem;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 0.3rem;
    margin-bottom: 0.1rem;
    text-align: center;
}
.academic ul a .con .txt{
    font-size: 0.14rem;
    line-height: 0.3rem;
    color: #333333;
}
.academic ul a .con::before{
    display: block;
    content: "";
    width: 0;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    background: -webkit-linear-gradient(0deg,  rgb(37, 71, 171) 0%,  rgb(201, 67, 90)100%);
    z-index: -1;
    border-radius: 0 0 0.3rem 0;
}
.academic ul a:hover .con::before{
    width: 100%;
    left: 0;
}
.academic ul a:hover .con .tit,.academic ul a:hover .con .txt{
    color: #fff;
}
.academic p.prev,.academic p.next{
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    box-sizing: border-box;
    background: url(../img/jtIcon1.png) no-repeat center;
    background-size: 0.4rem auto;
    cursor: pointer;
    transform: translateY(-50%);
}
.academic p.prev{
    left: 0;
}
.academic p.next{
    right: 0;
    transform: translateY(-50%) rotateY(180deg);
}
.academic p.prev:hover,.academic p.next:hover{
    background: url(../img/jtIcon2.png) no-repeat center;
    background-size: 0.4rem auto;
}
/* indexCon3 */
.indexCon3{
    padding: 0.6rem 0;
    background: #fff;
}
.party{
    width: 100%;
    height: auto;
    padding: 0 0.95rem;
    box-sizing: border-box;
    position: relative;
}
.partySub{
    width: auto;
    margin: 0 -0.3rem;
}
.partySub li{
    float: left;
    width: calc(100% / 3);
    padding: 0.3rem;
    box-sizing: border-box;
}
.partySub a{
    display: block;
    width: 100%;
    height: auto;
}
.partySub a .img{
    width: 100%;
    padding: 66.67% 0 0;
}
.partySub .con{
    display: block;
    width: 100%;
    height: auto;
    padding: 0.2rem 0.3rem;
    box-sizing: border-box;
    background: #fff;
    position: relative;
}
.partySub .con .tit{
    font-size: 0.18rem;
    line-height: 0.3rem;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 0.6rem;
}
.partySub .con .time{
    font-size: 0.14rem;
    line-height: 0.26rem;
    color: #1348b7;
    padding-left: 0.2rem;
    background: url(../img/timeIcon.png) no-repeat left center;
    background-size: 0.15rem auto;
}
.partySub .con .hLine{
    width: 0.4rem;
    height: 2px;
    background: #1348b7;
    margin: 0.1rem 0;
}
.partySub .slick-center .con{
    background: url(../img/partyBg.png) no-repeat center;
    background-size: 100% 100%;
}
.partySub .slick-center .con .tit{
    color: #fff;
    font-weight: bold;
}
.partySub .slick-center .con .hLine{
    background: #fff;
}
.partySub .slick-center .con .time{
    color: #fff;
    background: url(../img/timeIcon2.png) no-repeat left center;
    background-size: 0.15rem auto;
}
.partySub .con::after{
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-left: 0.2rem solid transparent;
    border-right: 0.2rem solid transparent;
    border-bottom: 0.2rem solid #fff;
    border-top: 0 solid transparent;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%,-100%);
}
.partySub .slick-center .con::before{
    display: block;
    content: "";
    width: 0.2rem;
    height: 0.4rem;
    background: url(../img/partyIcon.png) no-repeat center;
    background-size: 0.17rem auto;
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translate(-50%,-55%);
}
.partySub .slick-center .con::after{
    display: none;
}
.partySub a:hover .con .tit{
    color: #1348b7;
    font-weight: bold;
}
.partySub .slick-center a:hover .con .tit{
    color: #fff;
}
.partySub .slick-center a{
    position: relative;
}
.partySub .slick-center a::before{
    display: block;
    content: "";
    width: 104.2%;
    height: 105.2%;
    background: url(../img/partyBg2.png) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.party .arrow {
    margin-top: 0.1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.party .arrow .slick-dots{
    position: static;
    display: flex;
    justify-content: center;
}
.party .arrow .slick-dots li{
    width: 0.13rem;
    height: 0.13rem;
    border: 1px solid #1348b7;
    border-radius: 100%;
    box-sizing: border-box;
    background: transparent;
    margin: 0 0.1rem;
}
.party .arrow .slick-dots li.slick-active{
    background: #1348b7;
}
.party .arrow .slick-dots li button{
    display: none;
}
.party .arrow .prev,.party .arrow .next{
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    box-sizing: border-box;
    background: url(../img/jtIcon3.png) no-repeat center;
    background-size: 0.4rem auto;
    cursor: pointer;
    transform: translateY(-200%);
}
.party .arrow .prev{
    left: 0;
}
.party .arrow .next{
    right: 0;
    transform: translateY(-200%) rotateY(180deg);
}
/* indexCon5 */
.indexCon5{
    padding: 1rem 0;
}
.hdjy{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.swiper .swiper-slide{
    padding: 0.5rem 0;
}
.swiper .swiper-slide a{
    display: block;
    width: 100%;
    height: auto;
    position: relative;
}
.swiper .swiper-slide a::before{
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(19,72,183,0.5);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
}
.swiper .swiper-slide.swiper-slide-prev a::before,
.swiper .swiper-slide.swiper-slide-next a::before,
.swiper .swiper-slide.swiper-slide-active a::before{
    display: none;
}
.swiper .swiper-slide a .img{
    width: 100%;
    padding: 67.24% 0 0;
}
.swiper .swiper-slide a .tit{
    width: 100%;
    height: auto;
    font-size: 0.2rem;
    line-height: 0.6rem;
    color: #fff;
    text-align: center;
    background: linear-gradient(0deg,rgba(0,0,0,0.6) 40%, rgba(0,0,0,0) 100%);
    position: absolute;
    left: 0;
    bottom: 0;
    display: none;
}
.swiper .swiper-slide.swiper-slide-active a{
    box-shadow: 0 0.1rem 0.4rem 0 rgba(19,72,183,0.5);
}
.swiper .swiper-slide.swiper-slide-active a .tit{
    display: block;
}
/* indexCon1 */
.indexCon1{
    padding: 0.8rem 0;
}
.indexCon1 .lmTit{
    margin-bottom: 0.4rem;
}
.newRight{
    width: 28%;
}
.newRight li{
    margin-bottom: 0.2rem;
}
.newRight li:last-of-type{
    margin-bottom: 0;
}
.newRight li a{
    display: block;
    width: 100%;
    height: auto;
    position: relative;
}
.newRight li a .img{
    width: 100%;
    padding: 2.65rem 0 0;
}
.newRight li a .tit{
    font-size: 0.18rem;
    line-height: 0.3rem;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    height: 0.3rem;
    width: 100%;
    /* margin-bottom: .3rem; */
}
.newRight li a:hover .tit{
    color: #1348b7;
    font-weight: bold;
}
.newRight li a .time{
    font-size: 0.14rem;
    line-height: 0.4rem;
    color: #0948bc;
    position: relative;
    left: 0;
    bottom: 0;
    /* top: 0.3rem; */
    padding-left: 0.3rem;
    background: url(../img/timeIcon.png) no-repeat left center;
    background-size: 0.15rem auto;
    z-index: 9;
}
.newRight li a .img::before{
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: url(../img/newRightBg.png) no-repeat left bottom;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}
.newLeft{
    width: 69%;
}
.newList li{
    float: left;
    width: 30%;
    margin-right: 5%;
}
.newList li:nth-of-type(3n){
    margin-right: 0;
}
.newList li a{
    display: block;
    width: 100%;
    height: auto;
}
.newList li a .tit{
    font-size: 0.18rem;
    line-height: 0.3rem;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    max-height: 0.9rem;
}
.newList li a .time{
    font-size: 0.14rem;
    line-height: 0.3rem;
    color: #0948bc;
    background: url(../img/timeIcon.png) no-repeat left center;
    background-size: 0.15rem auto;
    padding-left: 0.2rem;
    box-sizing: border-box;
}
.newList li a:hover .tit{
    color: #0948bc;
    font-weight: bold;
}
.newBanner{
    position: relative;
    z-index: 9;
    margin-bottom: 0.35rem;
}
.newBanner::before{
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: url(../img/newBg.png) no-repeat right center;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 40.76%;
    z-index: 0;
}
.newBanner ul li{
    float: left;
    width: 100%;
}
.newBanner li a{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    height: auto;
    padding: 0.35rem 0 0.7rem;
}
.newBanner li a .img{
    width: 55%;
    padding: 4.1rem 0 0;
}
.newBanner li a .con{
    width: 35%;
    height: auto;
    position: relative;
    z-index: 9;
}
.newBanner li a .con .tit{
    font-size: 0.22rem;
    line-height: 0.36rem;
    color: #ffffff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 0.72rem;
    font-weight: bold;
}
.newBanner li a .con .time{
    width: 100%;
    font-size: 0.16rem;
    line-height: 0.4rem;
    color: #ffffff;
    background: url(../img/timeIcon2.png) no-repeat left center;
    background-size: 0.15rem auto;
    padding-left: 0.25rem;
    box-sizing: border-box;
    margin: 0.2rem 0;
}
.newBanner li a .con .txt{
    font-size: 0.16rem;
    line-height: 0.3rem;
    color: #ffffff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    height: 1.2rem;
    text-align: justify;
}
.newBanner li a .con .more{
    font-size: 0.16rem;
    line-height: 0.32rem;
    color: #fff;
    padding: 0 0.35rem;
    margin-top: 0.35rem;
    position: relative;
    z-index: 9;
    float: left;
    width: auto;
    margin-left: 0.08rem;
}
.newBanner li a .con .more::before{
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: #c1465b;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: skewX(-25deg);
    z-index: -1;
}
.newArrow{
    position: absolute;
    right: 0;
    bottom: 0;
    height: 0.7rem;
    width: 40%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}
.newArrow .dots{
    width: auto;
    height: 0.3rem;
    display: flex;
    align-items: center;
}
.newArrow .slick-dots{
    position: static;
    text-align: center;
}
.newArrow .slick-dots li{
    width: 0.1rem;
    height: 0.1rem;
    border: 1px solid #0948bc;
    border-radius: 100%;
    box-sizing: border-box;
    margin: 0 0.05rem;
}
.newArrow .slick-dots li.slick-active{
    background: #0948bc;
}
.newArrow p.prev,.newArrow p.next{
    width: 0.3rem;
    height: 0.3rem;
    background: url(../img/newArrow.png) no-repeat center;
    background-size: 0.1rem auto;
    opacity: 0.7;
    cursor: pointer;
}
.newArrow p.prev{margin-right: 0.05rem;}
.newArrow p.next{
    transform: rotateY(180deg);
}
.newArrow p.prev:hover,.newArrow p.next:hover{
    opacity: 1;
}
.newArrow .nums{
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-right: 0.15rem;
}
.newArrow .nums span{
    display: block;
    width: auto;
    height: auto;
    line-height: 1;
    color: #0948bc;
}
.newArrow .nums .current{
    font-size: 0.4rem;
}
.newArrow .nums .xg{
    font-size: 0.3rem;
    line-height: 0.4rem;
    margin: 0 0.05rem 0 0.1rem;
}
.newArrow .nums .total{
    font-size: 0.16rem;
    line-height: 0.24rem;
}
@media only screen and (max-width: 1660px){
    .banner a .img{
        height: 0;
        padding: 38% 0 0;
    }
}
@media only screen and (max-width: 1440px){
    .notice li{
        width: 32%;
        margin-right: 2%;
    }
    .academic ul li{
        padding: 0.25rem 0.1rem;
    }
    .academic ul{
        margin: 0 -0.1rem;
    }
    .partySub li{
        padding: 0.3rem 0.15rem;
    }
    .partySub{
        margin: 0 -0.15rem;
    }
    .newLeft{
        width: 70%;
    }
    .newRight{
        width: 28%;
    }
    .newBanner li a .con{
        width: 38%;
    }
    .newBanner li a .img{
        width: 58%;
    }
    .newList li{
        width: 31%;
        margin-right: 3.5%;
    }
}
@media only screen and (max-width: 1040px){
    .indexCon2{
        padding: 50px 0;
    }
    .titSub h2{
        font-size: 30px;
        line-height: 40px;
    }
    .lmTit::before{
        width: 120px;
        height: 90px;
        background-size: 100% auto;
    }
    .notice li{
        margin: 10px 0;
        margin-right: 2%;
    }
    .notice li a{
        padding: 15px;
    }
    .indexCon3{
        padding: 50px 0 30px;
    }
    .party{
        padding: 0;
    }
    .party .arrow .prev, .party .arrow .next{
        position: static;
        transform: none;
    }
    .party .dots{
        margin:0 0.1rem;
    }
    .party .arrow{
        margin-top: 30px;
    }
    .partySub li{
        padding: 20px 10px;
    }
    .partySub{
        margin: 0 -10px;
    }
    .party .arrow .prev, .party .arrow .next{
        width: 40px;
        height: 40px;
    }
    .party .arrow .next{
        transform: rotateY(180deg);
    }
    .academic{
        padding: 0;
    }
    .academic ul a .img{
        border-radius: 15px 0 0 0;
    }
    .academic ul a .con{
        padding: 15px;
        border-radius: 0 0 15px 0;
    }
    .indexCon4{
        padding: 50px 0 80px;
    }
    .academic p.prev, .academic p.next{
        z-index: 9;
    }
    .academic ul a .con .tit{
        font-size: 17px;
        line-height: 26px;
    }
    .partySub .con{
        padding: 10px 15px;
    }
    .academic p.prev, .academic p.next{
        bottom: -70px;
        top: auto;
        width: 40px;
        height: 40px;
    }
    .academic ul li{
        padding: 20px 10px;
    }
    .academic ul a .con{
        box-shadow: 0 5px 15px 0 rgba(216,218,220,0.8);
    }
    .academic p.prev{
        left: calc(50% - 40px);
        transform: translate(-50%,-50%);
    }
    .academic p.next{
        right: calc(50% - 40px);
        transform: translate(50%,-50%) rotateY(180deg);
    }
    .indexCon5{
        padding: 50px 0 30px;
    }
    .swiper .swiper-slide.swiper-slide-prev a::before,
    .swiper .swiper-slide.swiper-slide-next a::before{
        display: block;
    }
    .swiper .swiper-slide{
        padding: 20px 0 50px;
    }
    .swiper .swiper-slide a .tit{
        font-size: 16px;
        line-height: 50px;
    }
    .indexCon1{
        padding: 50px 0 40px;
    }
    .newLeft{
        width: 100%;
    }
    .newRight{
        width: 100%;
    }
    .newRight li{
        float: left;
        width: 48%;
        margin-right: 4%;
        margin-bottom: 0;
        margin-top: 40px;
    }
    .newRight li:nth-of-type(2n){
        margin-right: 0;
    }
    .newRight li a .img{
        padding: 63.92% 0 0;
    }
    .newRight li a .tit{
        margin-top: 10px;
        font-size: 17px;
        line-height: 26px;
        height: auto;
    }
    .newRight li a .time{
        /* bottom:62px; */
    }
    .newList{
        display: none;
    }
    .newList li{
        width: 100%;
        margin-right: 0;
    }
    .newList li{
        padding: 15px 0;
        border-bottom: 1px solid #dddddd;
    }
    .newList li a .time{
        margin-bottom: 5px;
    }
    .newBanner li a .img{
        padding: 280px 0 0;
    }
    .newBanner li a .con .time{
        margin: 10px 0;
        line-height: 0.24rem;
    }
    .newBanner li a .con .more{
        margin-top: 15px;
    }
    .newBanner li a .con .tit{
        font-size: 18px;
        line-height: 30px;
    }
    .indexCon1 .lmTit{
        margin-bottom: 30px;
    }
    .newBanner li a{
        padding: 30px 0 60px;
    }
    .newBanner{
        margin-bottom: 0;
    }
    .newArrow{
        height: 60px;
    }
}
@media only screen and (max-width: 768px){
    .indexCon2{
        padding: 40px 0;
    }
    .notice li{
        width: 49%;
    }
    .notice li:nth-of-type(3n){
        margin-right: 2%;
    }
    .notice li:nth-of-type(2n){
        margin-right: 0;
    }
    .indexCon3{
        padding: 40px 0;
    }
    .partySub .con{
        padding: 10px 0;
    }
    .partySub li{
        padding: 10px;
    }
    .party .arrow{
        margin-top: 10px;
    }
    .indexCon4{
        padding: 40px 0 60px;
    }
    .academic p.prev, .academic p.next{
        bottom: -65px;
    }
    .academic ul a .con{
        padding: 10px;
    }
    .indexCon5{
        padding: 30px 0;
    }
    .newRight li{
        width: 49%;
        margin-right: 2%;
        margin-top: 25px;
    }
    .indexCon1{
        padding: 40px 0 30px;
    }
    .newBanner li a{
        flex-direction: column-reverse;      
        padding: 0;
    }
    .newBanner::before{
        display: none;
    }
    .newBanner li a .img,.newBanner li a .con{
        width: 100%;
    }
    .newBanner li a .con{
        background: url(../img/newBg.png) no-repeat right center;
        background-size: cover;
        padding: 15px 15px 15px;
        box-sizing: border-box;
    }
    .newBanner li a .con .tit{
        font-size: 16px;
        line-height: 24px;
        height: auto;
        max-height: 240px;
        -webkit-line-clamp: 10;
    }
    .newBanner li a .con .txt{
        font-size: 14px;
        line-height: 22px;
        max-height: 88px;
        height: auto;
    }
    .newBanner li a .con .more{
        line-height: 32px;
    }
    .newBanner li a .img{
        padding: 64.1% 0 0;
    }
    .newArrow{
        width: 100%;
        justify-content: center;
        top: 0;
        padding-top: calc(64.1% - 55px);
        z-index: 9;
        height: 40px;
    }
    .newArrow::before{
        display:block;
        content:"";
        width:100%;
        height:75px;
        background: linear-gradient(0deg, rgba(0,0,0,0.5) 10%,rgba(0,0,0,0) 100%);
        position: absolute;
        left:0;
        bottom: -15px;
        z-index: -1;
    }
    .newArrow p.prev, .newArrow p.next{
        opacity: 1;
    }
    .newArrow p.prev, .newArrow p.next{
        background: #fff url(../img/newArrow2.png) no-repeat left 9px center;
        background-size: 10px auto;
        position: relative;
        z-index: 9;
        border-radius: 100%;
        width: 32px;
        height: 32px;
        margin: 0 10px;
    }
    .newArrow .nums span{
        color: #fff;
    }
    .newArrow .slick-dots li{
        border: 1px solid #fff;
    }
    .newArrow .slick-dots li.slick-active{
        background: #fff;
    }
    .newArrow .dots{
        height: 32px;
    }
}
@media only screen and (max-width: 560px){
    .lmTit{ 
        justify-content: flex-start;
        padding-bottom: 10px;
    }
    .lmTit::after{
        display: block;
        content: "";
        width: 100%;
        height: 1px;
        background: url(../img/noticeBorder.png) no-repeat center;
        background-size: 100% 100%;
        position: absolute;
        left: 0;
        bottom: 0;
    }
    .titSub{
        width: auto;
        align-items: flex-start;
    }
    .lmTit::before{
        width: 80px;
        height: 50px;
        background-size: contain;
        left: 0;
        transform: translate(0,-50%);
    }
    .titSub h2{
        font-size: 24px;
        line-height: 30px;
    }
    .titSub h3{
        padding-left: 0;
    }
    .titSub h3::after,.titSub h3::before{
        display: none;
    }
    .lmTit .more{
        transform: translateY(-50%);
        bottom: 10px;
    }
    .indexCon2{
        padding: 25px 0;
    }
    .notice li{
        width: 100%;
        margin-right: 0;
        margin: 0  0 10px;
    }
    .notice li:last-of-type{
        margin-bottom: 0;
    }
    .notice li a{
        padding: 15px 10px;
    }
    .notice li a .tit{
        font-size: 16px;
        line-height: 24px;
        -webkit-line-clamp: 10;
        height: auto;
        max-height: 240px;
    }
    .indexCon3{
        padding: 30px 0 20px;
    }
    .partySub .slick-center a::before{
        display: none;
    }
    .partySub .slick-center .con{
        padding: 10px;
    }
    .partySub .slick-center .con .tit{
        font-size: 16px;
        line-height: 24px;
    }
    .lmTit .more a img{
        max-width: 30px;
    }
    .indexCon3 .lmTit{
        margin-bottom: 10px;
    }
    .academic ul a .img{
        border-radius: 5px 0 0 0;
    }
    .academic ul a .con{
        border-radius: 0 0 5px 0;
    }
    .indexCon4{
        padding: 30px 0 50px;
    }
    .academic ul a .con .tit{
        font-size: 16px;
        line-height: 24px;
        height: 48px;
        margin-bottom: 5px;
    }
    .academic p.prev, .academic p.next{
        bottom: -58px;
    }
    .indexCon4 .lmTit{
        margin-bottom: 0;
    }
    .indexCon5{
        padding: 25px 0;
    }
    .swiper .swiper-slide{
        padding: 10px 0 30px;
    }
    .swiper .swiper-slide.swiper-slide-active a{
        box-shadow: none;
    }
    .banner .slick-dots li.slick-active{
        width: 26px;
        height: 26px;
    }
    .banner .slick-dots li.slick-active{
        background: url(../img/planeIcon1.png) no-repeat 0.07rem 0.05rem;
        background-size: 0.2rem auto;
    }
    .banner .slick-dots{
        padding: 5px 20px;
    }
    .banner a .img{
        padding: 50% 0 0;
    }
    .newRight li{
        width: 100%;
        margin-right: 0;
        margin-top: 20px;
    }
    .newRight li a .tit{
        font-size: 16px;
        line-height: 24px;
        height: auto;
        margin-top: 5px;
    }
    .newRight li a .time{
        /* bottom: 53px; */
    }
    .indexCon1{
        padding: 30px 0 20px;
    }
    .indexCon1 .lmTit{
        margin-bottom: 25px;
    }
    .newBanner li a .con{
        padding: 10px 10px 20px;
    }
    .newBanner li a .con .time{
        margin: 5px 0;
    }
    .newBanner li a .con .more{
        padding: 0 15px;
        font-size: 14px;
        line-height: 28px;
    }
    .newArrow .nums .current{
        font-size: 30px;
    }
    .newArrow .nums .xg{
        font-size: 24px;
        line-height: 30px;
        margin: 0;
    }
    .newArrow .nums .total{
        font-size: 16px;
        line-height: 20px;
    }
    .newArrow .nums{
        display: none;
    }
    .newArrow p.prev, .newArrow p.next{
        display:none!important;
    }
    .newArrow .slick-dots li{
        width: 10px;
        height: 10px;
    }
    .newArrow{
        padding-top: calc(64.1% - 45px);
    }
    .newArrow::before{
        bottom: -6px;
    }
}