@charset "UTF-8";
/* banner */
.banner{
    animation: 0.8s ease .3s 1 normal backwards running fadeInUp;
}
.banner .news_images img{
    display: block;
    width: 100%;
    height: auto;
    min-height: 175px;
    object-fit: cover;
}
.banner .slick-dots{
    bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner .slick-dots li{
    width: 32px;
    height: 32px;
    margin-right: 20px;
    position: relative;
}
.banner .slick-dots li:last-of-type{
    margin-right: 0;
}
.banner .slick-dots li:last-of-type::before{
    display: none;
}
.banner .slick-dots li button,.banner .slick-dots li button:before{
    width: 16px;
    height: 16px;
}
.banner .slick-dots li button:before {
    border-radius: 100%;
    content: '';
    opacity: 1;
    background: rgba(216, 216, 216, 0.6);
    transform: translate(-50%,-50%);
    z-index: 10;
}
.banner .slick-dots li.slick-active,.banner .slick-dots li.slick-active button,.banner .slick-dots li.slick-active button:before{
    width: 32px;
    height: 32px;
}
.banner .slick-dots li.slick-active button:before{
    background: url(../images/dotsIcon.png) no-repeat center;
}
.m70{
    margin-top: 70px;
}
.w48{
    width: 48%;
}
div.tit{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.3rem;
}
div.tit h2{
    font-family: MicrosoftYaHei;
    font-size: 0.32rem;
    font-weight: bold;
    line-height: 0.34rem;
    letter-spacing: 0em;
    color: #114A9B;
}
div.tit h2 span{
    font-family: ArialMT;
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.24rem;
    letter-spacing: 0em;
    color: #9E9E9E;
}
div.tit a.more{
    display: block;
    font-size: 14px;
    font-weight: normal;
    line-height: 0.3rem;
    letter-spacing: 0em;
    color: #666666;
    padding-right: 45px;
    padding-bottom: 5px;
    background: url(../images/moreBg.png) no-repeat left bottom;
}
div.tit a.more:hover{
    text-indent: 10px;
    color: #114A9B;
}
/* indexCon1 */
.new{
    width: 61%;
}
.new p.prev,.new p.next{
    width: 0.4rem;
    height: 0.4rem;
    position: absolute;
    bottom: 0;
    left: 48%;
    cursor: pointer;
}
.new p.prev{
    background: #114A9B url(../images/arrowPrev.png) no-repeat center;
    transform: translateX(-0.8rem);
}
.new p.next{
    background: #CFA972 url(../images/arrowNext.png) no-repeat center;
    transform: translateX(-0.4rem);
}
.new p.prev:hover{
    background: #CFA972 url(../images/arrowPrev.png) no-repeat center;
}
.new p.next:hover{
    background: #114A9B url(../images/arrowNext.png) no-repeat center;
}
.newBanner .slick-dots{
    bottom: 30px;
    display: flex;
    right: 0.4rem;
    left: auto;
    justify-content: flex-end;
}
.newBanner .slick-dots li{
    width: 32px;
    height: 32px;
    position: relative;
}
.newBanner .slick-dots li:last-of-type{
    margin-right: 0;
}
.newBanner .slick-dots li:last-of-type::before{
    display: none;
}
.newBanner .slick-dots li button,.newBanner .slick-dots li button:before{
    width: 9px;
    height: 9px;
}
.newBanner .slick-dots li button:before {
    border-radius: 100%;
    content: '';
    opacity: 1;
    background: rgba(216, 216, 216, 0.6);
    transform: translate(-50%,-50%);
    z-index: 10;
}
.newBanner .slick-dots li.slick-active,.newBanner .slick-dots li.slick-active button,.newBanner .slick-dots li.slick-active button:before{
    width: 32px;
    height: 32px;
}
.newBanner .slick-dots li.slick-active button:before{
    background: url(../images/newBannerDots.png) no-repeat center;
    background-size: 100% auto;
}
.newBanner li a{
    display: flex;
    align-items: center;
    width: 100%;
}
.newBanner p.img{
    width: 48%;
    padding: 2.7rem 0 0;
    position: relative;
    overflow: hidden;
}
.newBanner p.img img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    top: 0;
    transition: all .3s;
}
.newBanner p.txt{
    width: 52%;
    height: 2.7rem;
    padding: 0 0.4rem;
    box-sizing: border-box;
    background: url(../images/newBannerBg.png) no-repeat center;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.newBanner p.txt span{
    display: block;
}
.newBanner p.txt span:nth-of-type(1){
    font-family: MicrosoftYaHei;
    font-size: 0.18rem;
    font-weight: bold;
    line-height: 0.28rem;
    letter-spacing: 0em;
    color: #FFFFFF;
    max-height: 0.56rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.newBanner p.txt span:nth-of-type(2){
    font-family: MicrosoftYaHei;
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.24rem;
    max-height: 0.72rem;
    text-align: justify; 
    letter-spacing: 0em;
    color: #FDFDFD;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin: 0.2rem 0;
}
.newBanner p.txt span:nth-of-type(3){
    font-family: Georgia;
    font-size: 0.24rem;
    font-weight: normal;
    line-height: 1;
    letter-spacing: 0em;
    color: #FFFFFF;
}
.newBanner a:hover img{
    transform: scale(1.2);
}
.newBanner a:hover p.txt span:nth-of-type(1){
    color: #CFA972;
}
.newList{
    width: 100%;
    padding: 0.25rem;
    border: 1px solid #C8C8C8;
    box-sizing: border-box;  
}
.newList li{
    float: left;
    width: calc(92% / 3.01);
    margin-right: 4%;
}
.newList li:nth-of-type(3n){
    margin-right: 0;
    margin-bottom: 0;
}
.newList li a{
    display: block;
    width: 100%;
}
.newList li a p:nth-of-type(1){
    font-family: Georgia;
    font-size: 0.22rem;
    font-weight: normal;
    line-height: 0.24rem;
    letter-spacing: 0em;
    color: #1D1D1D;
    padding-bottom: 0.14rem;
    margin-bottom: 0.3rem;
    position: relative;
}
.newList li a p:nth-of-type(1)::before{
    display: block;
    content: "";
    width: 45px;
    height: 3px;
    background: #114A9B;
    position: absolute;
    left: 0;
    top: 100%;
}
.newList li a p:nth-of-type(2){
    font-family: MicrosoftYaHei;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.26rem;
    max-height: 0.52rem;
    letter-spacing: 0em;
    color: #050505;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.newList li a p:nth-of-type(3){
    font-family: MicrosoftYaHei;
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.24rem;
    letter-spacing: 0em;
    max-height: 0.48rem;
    color: #868686;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 0.06rem 0 0.22rem;
}
.newList li a p:nth-of-type(4){
    padding-right: 40px;
    position: relative;
    display: inline-block;
    font-family: MicrosoftYaHei;
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.24rem;
    letter-spacing: 0em;
    color: #114A9B;
}
.newList li a p:nth-of-type(4)::before{
    display: block;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: #114A9B;
    box-shadow: 0 0 0px 5px rgba(17, 74, 155, 0.1);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.newList li a p:nth-of-type(4)::after{
    display: block;
    content: "";
    width: 35px;
    height: 1px;
    background: #114A9B;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.newList li a:hover p:nth-of-type(2){
    font-weight: bold;
    color: #114A9B;
}
.notice{
    width: 35%;
}
.notice ul{
    width: 100%;
    padding: 0.35rem;
    border: 1px solid #C8C8C8;
    box-sizing: border-box;
}
.notice ul a{
    display: block;
    width: 100%;
    margin-bottom: 0.25rem;
}
.notice ul li:last-of-type a{
    margin-bottom: 0;
}
.notice ul a p.time{
    padding-left: 45px;
    position: relative;
}
.notice ul a p.time::before{
    display: block;
    content: "";
    width: 45px;
    height: 1px;
    background: rgba(207, 169, 114, 1);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.notice ul a p.time::after{
    display: block;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: rgba(207, 169, 114, 1);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.notice ul a p.time span{
    display: inline-block;
    width: 1rem;
    font-family: MicrosoftYaHei;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.3rem;
    letter-spacing: 0em;
    color: #FFFFFF;
    text-align: center;
    background: rgba(207, 169, 114, 1);
}
.notice ul a p.txt{
    font-family: MicrosoftYaHei;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.24rem;
    letter-spacing: 0em;
    color: #3D3D3D;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 0.2rem;
}
.notice ul a:hover p.time span,.notice ul a:hover p.time::before,.notice ul a:hover p.time::after{
    background: #114A9B;
}
.notice ul a:hover p.txt{
    color: #114A9B;
    font-weight: bold;
}
/* indexCon2 */
.jxjy ul{
    width: 100%;
    padding: 0.115rem 0.2rem;
    border: 1px solid #C8C8C8;
    box-sizing: border-box;
}
.jxjy ul li a{
    display: flex;
    padding: 0.2rem 0;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 10;
}
.jxjy ul li a::before{
    display: block;
    content: "";
    width: 0;
    height: 100%;
    background: #ffffff;
    box-shadow: 0px 0px 10px 0px rgba(2, 79, 139, 0.1);
    position: absolute;
    left: -20px;
    top: 0;
    z-index: -1;
    transition: all .5s;
}
.jxjy ul li a p.time{
    width: 58px;
    height: 0.58rem;
    box-sizing: border-box;
    border: 1px solid #114A9B;
    font-family: ArialMT;
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.26rem;
    letter-spacing: 0em;
    color: #114A9B;
    text-indent: 6px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.jxjy ul li a p.time span{
    display: block;
    font-family: MicrosoftYaHei;
    font-size: 0.16rem;
    font-weight: bold;
    line-height: 0.26rem;
    letter-spacing: 0em;
}
.jxjy ul li a p.txt{
    width: calc(100% - 58px);
    padding-left: 0.25rem;
    box-sizing: border-box;
    font-family: MicrosoftYaHei;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.24rem;
    max-height: 0.48rem;
    letter-spacing: 0em;
    color: #323232;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.jxjy ul li a:hover p.time{
    color: #ffffff;
    background: #CFA972;
    border: 1px solid #CFA972;
    box-shadow: 0 0 0px 7px rgba(207, 169, 114, 0.1);
}
.jxjy ul li a:hover p.txt{
    color: #114A9B;
    font-weight: bold;
}
.jxjy ul li a:hover::before{
    width: calc(100% + 40px);
}
/* indexCon3 */
.indexCon3{
    margin-bottom: 70px;
}
.student ul{
    width: 100%;
    height: auto;
    padding: 0.1rem 0.2rem;
    border: 1px solid #C8C8C8;
    box-sizing: border-box;
}
.student ul li a{
    display: flex;
    width: 100%;
    margin-bottom: 0.2rem;
    align-items: center;
    justify-content: space-between;
}
.student ul li:last-of-type a{
    margin-bottom: 0;
}
.student ul p.img{
    position: relative;
    padding: 1.51rem 2.24rem 0 0;
    overflow: hidden;
}
.student ul p.img img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    top: 0;
    transition: all .3s;
}
.student ul p.txt{
    width: calc(100% - 2.24rem);
    padding-left: 0.25rem;
    box-sizing: border-box;
}
.student ul p.txt span{
    display: block;
    width: 100%;
}
.student ul p.txt span:nth-of-type(1){
    font-family: 思源黑体;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.3rem;
    letter-spacing: 0em;
    color: #222222;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.student ul p.txt span:nth-of-type(2){
    font-family: 思源黑体;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.28rem;
    max-height: 0.56rem;
    letter-spacing: 0em;
    color: #999999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 0.1rem 0 0.24rem;
    text-align: justify;
}
.student ul p.txt span:nth-of-type(3){
    height: 8px;
    background: url(../images/xshdIcon.png) no-repeat right center;
}
.student ul li a:hover img{
    transform: scale(1.2);
}
.student ul li a:hover p.txt span:nth-of-type(1){
    text-decoration: underline;
    color: #114A9B;
}
.sxjy ul{
    width: 100%;
    padding: 0.24rem 0.2rem;
    border: 1px solid #C8C8C8;
    box-sizing: border-box;
}
.sxjy ul li a{
    display: block;
    width: 100%;
    font-family: MicrosoftYaHei;
    font-size: 0.18rem;
    font-weight: 400;
    line-height: 0.48rem;
    letter-spacing: 0em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 14px;
    box-sizing: border-box;
    position: relative;
    margin-top: 0.12rem;
}
.sxjy ul li a::before{
    display: block;
    content: "";
    width: 4px;
    height: 4px;
    background: #114A9B;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.sxjy ul li a>span{
    font-family: MicrosoftYaHei;
    font-size: 0.16rem;
    font-weight: normal;
    color: #666666;
    margin-left: 5px;
}
.sxjy ul li a:hover{
    color: #0E3F9F;
    text-indent: 10px;
}
.sxjy ul li.first a{
    padding-left: 0;
    overflow: hidden;
    text-overflow: clip;
    white-space: normal;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0;
}
.sxjy ul li.first a::before{
    display: none;
}
.sxjy ul li.first a p.img{
    width: 2.62rem;
    padding: 1.65rem 0 0;
    position: relative;
    overflow: hidden;
}
.sxjy ul li.first a p.img img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    top: 0;
    transition: all .3s;
}
.sxjy ul li.first a p.txt{
    width: calc(100% - 2.62rem);
    padding-left: 0.15rem;
    box-sizing: border-box;
}
.sxjy ul li.first a p.txt span{
    display: block;
}
.sxjy ul li.first a p.txt span:nth-of-type(1){
    font-family: MicrosoftYaHei;
    font-size: 0.18rem;
    line-height: 0.26rem;
    letter-spacing: 0em;
    color: #222222;
    max-height: 0.52rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-weight: bold;
}
.sxjy ul li.first a p.txt span:nth-of-type(2){
    font-family: MicrosoftYaHei;
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.26rem;
    letter-spacing: 0em;
    color: #999999;
    max-height: 0.52rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 0.12rem 0;
}
.sxjy ul li.first a p.txt span:nth-of-type(3){
    font-family: MicrosoftYaHei;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.3rem;
    letter-spacing: 0em;
    color: #666666;
    text-align: right;
    position: relative;
}
.sxjy ul li.first a p.txt span:nth-of-type(3) font{
    display: inline-block;
    background: #fff;
    padding-left: 10px;
}
.sxjy ul li.first a p.txt span:nth-of-type(3)::before{
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background: #666666;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}
.sxjy ul li.first a p.txt span:nth-of-type(3)::after{
    display: block;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: #666666;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}
.sxjy ul li.first a:hover{
    text-indent: 0;
}
.sxjy ul li.first a:hover p.img img{
    transform: scale(1.2);
}
.sxjy ul li.first a:hover p.txt span:nth-of-type(1){
    color: #114A9B;
}
@media only screen and (min-width: 1040px){
    .indexCon1 .new,
    .indexCon1 .notice,
    .indexCon2 .jxjy,
    .indexCon2 .sxjy,
    .indexCon3 .student,
    .indexCon3 .sxjy{
        visibility: visible;
        opacity: 0;
    }
    .indexCon1.animation .new{
        visibility: inherit;
        opacity: 1;
        animation: 0.8s ease .3s 1 normal backwards running fadeInLeft;
    }
    .indexCon1.animation .notice{
        visibility: inherit;
        opacity: 1;
        animation: 0.8s ease .3s 1 normal backwards running fadeInRight;
    }
    .indexCon2.animation .jxjy{
        visibility: inherit;
        opacity: 1;
        animation: 0.8s ease .4s 1 normal backwards running fadeInLeft;
    }
    .indexCon2.animation .sxjy{
        visibility: inherit;
        opacity: 1;
        animation: 0.8s ease .4s 1 normal backwards running fadeInRight;
    }
    .indexCon3.animation .student{
        visibility: inherit;
        opacity: 1;
        animation: 0.8s ease .5s 1 normal backwards running fadeInLeft;
    }
    .indexCon3.animation .sxjy{
        visibility: inherit;
        opacity: 1;
        animation: 0.8s ease .5s 1 normal backwards running fadeInRight;
    }
}
@media only screen and (max-width: 1140px){
    .notice ul{
        padding: 0.28rem 0.35rem;
    }
}
@media only screen and (max-width: 1040px){
    .banner .slick-dots{
        bottom: 20px;
    }
    .w48{
        width: 49%;
    }
    .m70{
        margin-top: 50px;
    }
    .indexCon3{
        margin-bottom: 50px;
    }
    div.tit{
        margin-bottom: 20px;
    }
    div.tit h2{
        font-size: 24px;
        line-height: 30px;
    }
    div.tit h2 span{
        font-size: 18px;
        line-height: 22px;
    }
    .newList,.notice ul,.jxjy ul,.student ul,.sxjy ul{
        padding: 15px 10px;
    }
    .sxjy ul li a{
        font-size: 16px;
        line-height: 38px;
    }
    .sxjy ul li a>span{
        font-size: 14px;
    }
    .sxjy ul li.first a p.img{
        width: 160px;
        padding: 135px 0 0;
    }
    .sxjy ul li.first a p.txt{
        width: calc(100% - 160px);
    }
    .sxjy ul li.first a p.txt span:nth-of-type(2){
        margin: 5px 0;
    }
    .sxjy ul li.first a p.txt span:nth-of-type(1){
        font-size: 16px;
        line-height: 24px;
        max-height: 48px;
    }
    .sxjy ul li.first a p.txt span:nth-of-type(2){
        font-size: 14px;
        line-height: 24px;
        max-height: 48px;
    }
    .student ul p.img{
        position: relative;
        padding: 114px 160px 0 0;
        overflow: hidden;
    }
    .student ul p.img img{
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        left: 0;
        top: 0;
        transition: all .3s;
    }
    .student ul p.txt{
        width: calc(100% - 160px);
        padding-left: 20px;
        box-sizing: border-box;
    }
    .student ul p.txt span{
        display: block;
        width: 100%;
    }
    .student ul p.txt span:nth-of-type(1){
        font-size: 16px;
        line-height: 24px;
    }
    .student ul p.txt span:nth-of-type(2){
        font-size: 14px;
        line-height: 22px;
        max-height: 44px;
        margin: 10px 0;
    }
    .jxjy ul li a {   
        padding: 12px 0;
    }
    .jxjy ul li a p.time{
        width: 58px;
        height: 52px;
        font-size: 14px;
        line-height: 20px;
    }
    .jxjy ul li a p.time span{
        font-size: 16px;
        line-height: 26px;
    }
    .jxjy ul li a p.txt{
        width: calc(100% - 58px);
        padding-left: 15px;
        font-size: 16px;
        font-weight: normal;
        line-height: 24px;
        max-height: 48px;
    }
    .jxjy ul li a::before{
        left: -10px;
    }
    .jxjy ul li a:hover::before{
        width: calc(100% + 20px);
    }
    .notice ul a{
        margin-bottom: 20px;
    }
    .newList li{
        width: 32%;
        margin-right: 2%;
    }
    .newList li a p:nth-of-type(1){
        margin-bottom: 15px;         
        padding-bottom: 10px;      
        font-size: 20px;
    }
    .newList li a p:nth-of-type(2){
        font-size: 16px;    
        line-height: 24px;     
        max-height: 48px;
    }
    .newList li a p:nth-of-type(3){
        font-size: 14px;
        line-height: 20px;
        max-height: 40px;
        margin: 5px 0 10px;
    }
    .newBanner p.txt{
        padding: 0 15px;
    }
    .newBanner p.img {
        padding: 240px 0 0;
    }
    .newBanner p.txt {
        height: 240px;
    }
    .newBanner .slick-dots{
        right: 15px;
    }
}
@media only screen and (max-width: 960px){
    .w48{
        width: 100%;
    }
    .w48.fr{
        margin-top: 30px;
    }
    .m70{
        margin-top: 30px;
    }
    .indexCon3{
        margin-bottom: 40px;
    }
    .notice{
        width: 100%;
        margin-top: 30px;
    }

.notice ul a {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}

.notice ul a p.txt {
    width: calc(100% - 135px);
    margin-top: 0;
}
    .new{
        width: 100%;
    }
}
@media only screen and (max-width: 768px){
    .newList li{
        width: 100%;
        padding-bottom: 20px;
        margin-bottom: 20px;
        margin-right: 0;
        border-bottom: 1px dashed #C8C8C8;
    }
}
@media only screen and (max-width: 540px){
    .banner .slick-dots{
        bottom: 5px;
    }
    .banner .slick-dots li{
        margin-right: 0;
    }
    .banner .slick-dots li button, .banner .slick-dots li button:before{
        width: 12px;
        height: 12px;
    }
    .banner .slick-dots li.slick-active, .banner .slick-dots li.slick-active button, .banner .slick-dots li.slick-active button:before{
        width: 24px;
        height: 24px;
    }
    .banner .slick-dots li.slick-active button:before{
        background-size: 100% auto;
    }
    .indexCon3{
        margin-bottom: 30px;
    }
    div.tit{
        margin-bottom: 10px;
    }
    div.tit h2{
        font-size: 22px;
        line-height: 26px;
    }
    div.tit h2 span{
        font-size: 16px;
        line-height: 20px;
        display: block;
    }
    div.tit h2 span b {
        display: none;
    }
    div.tit a.more{
        font-size: 14px;
        line-height: 30px;
        padding-right: 30px;
        padding-bottom: 5px;
        background: url(../images/moreBg.png) no-repeat right bottom;
        background-size: auto 25px;
    }
    .student ul li a{
        flex-wrap: wrap;
        margin-bottom: 20px;
    }
    .student ul p.img,.student ul p.txt{
        width: 100%;
        padding-left: 0;
    }
    .student ul p.img{
        width: 100%;
        padding: 62% 0 0;
        margin-bottom: 10px;
    }
    .student ul p.txt span:nth-of-type(2){
        margin: 0 0 5px;
        font-size: 13px;
        line-height: 20px;
        max-height: 40px;
    }
    .sxjy ul li a{
        margin-top: 10px;
        line-height: 30px;
        padding-left: 8px;
    }
    .sxjy ul li.first a{
        flex-wrap: wrap;
    }
    .sxjy ul li.first a p.img{
        width: 100%;
        padding: 60% 0 0;
        margin-bottom: 10px;
    }
    .sxjy ul li.first a p.txt{
        width: 100%;
        padding-left: 0;
    }
    .sxjy ul li.first a p.txt span:nth-of-type(1){
        line-height: 20px;
        max-height: 40px;
    }
    .sxjy ul li.first a p.txt span:nth-of-type(2){
        line-height: 20px;
        max-height: 40px;
    }
    .jxjy ul li a{
        padding: 8px 0;
    }
    .jxjy ul li a p.txt{ 
        padding-left: 10px;      
        line-height: 20px;       
        max-height: 40px;
    }
    .notice ul li a{
        margin-bottom: 20px;
        display: block;
    }
    .notice ul a p.txt{
        margin-top: 8px;
        width: 100%;
    }
    .newBanner li a{
        flex-wrap: wrap;
    }
    .newBanner p.img{
        width: 100%;
        padding: 68% 0 0;
    }
    .newBanner p.txt{
        width: 100%;
        height: auto;
        padding: 15px 10px;
    }
    .newBanner p.txt span:nth-of-type(2) {
        margin: 8px 0;
        font-size: 14px;
        line-height: 20px;
        max-height: 60px;
    }

    .newBanner p.txt span:nth-of-type(1) {
        font-size: 16px;
        line-height: 24px;
        max-height: 48px;
    }
    .new p.next{
        left: auto;
        right: 0;
        transform: none;
        bottom: 0;
    }
    .new p.prev{
        left: auto;
        right: 0.4rem;
        transform: none;
        bottom: 0;
        background: #CFA972 url(../images/arrowPrev.png) no-repeat center;
        border-right: 1px solid #fff;
    }
    .new p.next:hover{
        background: #CFA972 url(../images/arrowNext.png) no-repeat center;
    }
    .newBanner .slick-dots{
        display: none!important;
    }
}