@charset "utf-8";
html,body{
    background: url(../img/bg1.png) no-repeat center;
    background-size: cover;
}
.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%;
    padding: 27.08% 0 0;
}
.banner .slick-dots{
    width: 100%;
    bottom: 0.3rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    max-width: 14.4rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
}
.banner .slick-dots li{
    width: 0.26rem;
    height: 0.06rem;
    background: rgba(255,255,255,0.58);
    box-sizing: border-box;
    margin-left: 0.2rem;
    border-radius: 2px;
}
.banner .slick-dots li.slick-active{
    width: 0.56rem;
    background: #cc9900;
}
/* lmTit */
.lmTit{
    margin-bottom: 0.15rem;
}
.lmTit h2{
    font-size: 0.3rem;
    line-height: 1;
    color: #333;
    font-weight: bold;
    white-space: nowrap;
}
.lmTit a{
    display: block;
    font-size: 0.16rem;
    line-height: 0.3rem;
    color: #006633;
    padding-left: 0.3rem;
    background: url(../img/moreIcon1.png) no-repeat left center;
    background-size: 0.2rem auto;
    white-space: nowrap;
}
.lmTit a:hover{
    color: #cc9900;
    background: url(../img/moreIcon2.png) no-repeat left center;
    background-size: 0.2rem auto;
}
.lmTit.sx {
    flex-wrap: nowrap;
}
.lmTit.sx .hx{
    width: 100%;
    height: 0.03rem;
    background: #dbe9e2;
    margin-left: 0.25rem;
}
/* indexCon1 */
.bg1{
    background: url(../img/bg1_1.png) no-repeat right 0.2rem center;
    background-size: auto;
}
.indexCon1{
    padding: 0.7rem 0;
}
.newBanner{
    width: 32%;
    margin-right: 4.4%;
    background: #fff;
    padding-bottom: 0.3rem;
}
.newBanner li{
    float: left;
    width: 100%;
    height: auto;
}
.newBanner li a{
    display: block;
    width: 100%;
    height: auto;
}
.newBanner li a .img{
    width: 100%;
    padding: 2.52rem 0 0;
}
.newBanner li a .con{
    width: 100%;
    height: auto;
    padding: 0.25rem 0.2rem;
    box-sizing: border-box;
    background: url(../img/newBg.png) no-repeat center top;
    background-size: 100% auto;
    position: relative;
}
.newBanner li a .con::before{
    display: block;
    content: "";
    width: 0;
    height: 3px;
    background: #006633;
    position: absolute;
    left: 0;
    top: 0;
}
.newBanner li .con .tit{
    font-size: 0.2rem;
    line-height: 0.28rem;
    height: 0.56rem;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.newBanner li .con .txt{
    font-size: 0.16rem;
    line-height: 0.24rem;
    height: 0.48rem;
    color: #999999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 0.1rem;
}
.newBanner li a:hover .con::before{
    width: 100%;
}
.newBanner li a:hover .con .tit{
    color: #006633;
    font-weight: bold;
}
.newBanner .slick-dots{
    position: static;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.newBanner .slick-dots li{
    width: 0.3rem;
    height: 0.06rem;
    background: #f0f0f0;
    box-sizing: border-box;
    margin-left: 0.2rem;
    border-radius: 2px;
}
.newBanner .slick-dots li.slick-active{
    background: #cc9900;
}
.newList{
    width: 33.83%;
    margin-right: 4.4%;
}
.txtList li{
    width: 100%;
    position: relative;
    padding-left: 0.25rem;
    box-sizing: border-box;
    border-bottom: 1px solid #d1e6db;
    background: url(../img/newListIcon.png) no-repeat left center;
    background-size: 0.18rem auto;
}
.txtList li::before{
    display: block;
    content: "";
    width: 0;
    height: 2px;
    background: #006633;
    position: absolute;
    left: 0;
    bottom: -1px;
}
.txtList li a{
    display: block;
    width: 100%;
    height: auto;
    font-size: 0.18rem;
    line-height: 0.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.txtList li a span{
    font-size: 0.16rem;
    color: #999999;
    font-weight: normal;
    text-indent: 0;
    margin-left: 8px;
}
.txtList li:hover a{
    color: #006633;
    font-weight: bold;
    text-indent: 5px;
}
.txtList li:hover::before{
    width: 100%;
}
.notice{
    width: 25.37%;
}
.notice li{
    margin-top: 0.28rem;
}

.notice a{
    display: block;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.notice a .tit{
    font-size: 0.18rem;
    line-height: 0.24rem;
    color: #333333;
    max-height: 0.48rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    width: calc(100% - 0.92rem);
}
.notice a .sx{
    width: 1px;
    height: 0.37rem;
    background: #cee2d8;
    margin: 0 0.18rem;
}
.notice a:hover .tit{
    color: #006633;
    font-weight: bold;
}
.notice a .time{
    width: 0.55rem;
    height: 0.55rem;
    background: #006633;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.notice a .time span{
    display: block;
    width: 0.27rem;
    height: auto;
    font-size: 0.18rem;
    line-height: 0.55rem;
    color: #fff;
    position: relative;
    text-align: center;
    z-index: 9;
}
.notice a .time span:nth-of-type(2){
    width: 0.28rem;
    color: #006633;
    text-align: left;
}
.notice a .time span:nth-of-type(2)::before{
    display: block;
    content: "";
    width: 0.25rem;
    height: 0.55rem;
    border-radius:  0 0.25rem 0.25rem 0;
    background: #fff;
    position: absolute;
    right: 0.03rem;
    top: 0px;
    z-index: -1;
}
.notice a:hover .time{
    background: #cc9900;
}
.notice a:hover .time span:nth-of-type(2){
    color: #cc9900;
}

/* bg2 */
.bg2{
    background: url(../img/bg3.png) no-repeat center bottom;
    background-size: cover;
}
.indexCon5{
    padding: 1rem 0;
}
.link li{
    float: left;
    width: 22.7%;
    margin-right: 3%;
    margin-top: 0.1rem;
}
.link li:nth-of-type(4n){
    margin-right: 0;
}
.link li a{
    display: block;
    width: 100%;
    height: auto;
    padding-left: 0.25rem;
    font-size: 0.2rem;
    line-height: 0.5rem;
    border-bottom: 2px solid #d9d9d9;
    position: relative;
    box-sizing: border-box;
}
.link li a::before{
    display: block;
    content: "";
    width: 0.06rem;
    height: 0.06rem;
    background: #006633;
    border-radius: 100%;
    position: absolute;
    left: 0;
    bottom: -1px;
    transform: translateY(50%);
    z-index: 9;
}
.link li a:hover{
    color: #006633;
    font-weight: bold;
    border-bottom: 2px solid #b8e1d3;
}
.link li a:hover::after{
    display: block;
    content: "";
    width: 0.16rem;
    height: 0.16rem;
    background: #b8e1d3;
    border-radius: 100%;
    position: absolute;
    left: 0.03rem;
    bottom: -1px;
    transform: translate(-50%,50%);
    z-index: 7;
}
/* 学生活动 */
.indexCon4 .lmTit{
    margin-bottom: 0.4rem;
}
.xshd {
    width: 100%;
    padding: 0 0.2rem;
    box-sizing: border-box;
    background: #fff url(../img/newBg.png) no-repeat top center;
    background-size: 100% auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.xshdSub{
    width: calc(100% - 0.58rem);
    margin: 0 0.1rem;
}
.xshd ul{
    width: 100%;
}
.xshd ul li{
    width: 25%;
    float: left;
    padding: 0.25rem 0.1rem 0.2rem;
    box-sizing: border-box;
}
.xshd ul li a{
    display: block;
    width: 100%;
    height: auto;
}
.xshd ul li a .img{
    width: 100%;
    padding: 56.25% 0 0;
}
.xshd ul li a .tit{
    font-size: 0.18rem;
    line-height: 0.26rem;
    height: 0.26rem;
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin-top: 0.15rem;
    text-align: center;
}
.xshd ul li a:hover .tit{
    color: #006633;
    font-weight: bold;
}
.xshd p.prev,.xshd p.next{
    width: 0.24rem;
    height: 0.46rem;
    background: url(../img/arrowIcon1.png) no-repeat center;
    background-size: 100% auto;
    cursor: pointer;
}
.xshd p.prev{
    transform: rotateY(180deg);
}
.xshd p.prev:hover,.xshd p.next:hover{
    background: url(../img/arrowIcon2.png) no-repeat center;
    background-size: 100% auto;
}
/* indexCon3 */
.indexCon3{
    padding: 1rem 0;
}
.kxyj,.xsgz{
    width: 46.428%;
}
.kxyj .lmTit{
    margin-bottom: 0.5rem;
}
.xsgz .lmTit{
    margin-bottom: 0.35rem;
}
.kxyjSub{
    position: relative;
}
.kxyjSub::before{
    display: block;
    content: "";
    width: 0.28rem;
    height: 0.28rem;
    border-radius: 100%;
    position: absolute;
    left: 0.63rem;
    top: 0;
    background: url(../img/kxyjIcon.png) no-repeat center;
    background-size: 0.28rem auto;
    transform: translate(-50%,-100%);
}
.kxyjSub li a{
    display: block;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
}
.kxyjSub li .time{
    width: 0.63rem;
    height: auto;
    border-right: 1px solid #006633;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    position: relative;
}
.kxyjSub li.on .time{
    display:block;
}
.kxyjSub li.on .time p{
    margin-top: 0.15rem;
}
.kxyjSub li .time p{
    font-size: 0.16rem;
    color: #999999;
    line-height: 0.4rem;
    position: relative;
    width: 100%;
}
.kxyjSub li .time p::before{
    display: block;
    content: "";
    border-left: 0.06rem solid #006633;
    border-right: 0rem solid transparent;
    border-top: 0.05rem solid transparent;
    border-bottom:  0.05rem solid transparent;
    position: absolute;
    right: 0.04rem;
    top: 50%;
    transform: translateY(-50%);
}
.kxyjSub li.on .time p::before{
    border-left: 0.06rem solid #cc9900;
}
.kxyjSub li .con{
    width: calc(100% - 0.9rem);
    padding: 0.05rem 0;
    box-sizing: border-box;
}
.kxyjSub li .con2{
    display: none;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 0.15rem 0 0.15rem 0.25rem;
    box-sizing: border-box;
    background: url(../img/kxyjBg2.png) no-repeat left center;
    background-size: cover;
    position: relative;
}
.kxyjSub li .con1{
    width: 100%;
    height: auto;
    padding: 0 0.25rem;
    box-sizing: border-box;
    background: url(../img/kxyjBg1.png) no-repeat left center;
    background-size: cover;
}
.kxyjSub li .con1 .tit{
    width: 100%;
    font-size: 0.18rem;
    line-height: 0.4rem;
    height: 0.4rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.kxyjSub li.on .con1{
    display: none;
}
.kxyjSub li.on .con2{
    display: block;
    display: flex;
}
.kxyjSub li .con2 .img{
    width: 2rem;
    padding: 1.1rem 0 0;
    border: 1px solid #fff;
    border-right: none;
    box-sizing: border-box;
}
.kxyjSub li .con2 .conSub{
    width: calc(100% - 2rem);
    padding-right: 0.25rem;
    box-sizing: border-box;
    position: relative;
}
.kxyjSub li .con2::before{
    display: block;
    content: "";
    width: 0.03rem;
    height: 0.44rem;
    background: #cc9900;
    position: absolute;
    left: 0;
    top: 0.2rem;
}
.kxyjSub li .conSub .tit{
    font-size: 0.18rem;
    line-height: 0.26rem;
    height: 0.52rem;
    color: #fff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.kxyjSub li .conSub .txt{
    font-size: 0.15rem;
    line-height: 0.22rem;
    height: 0.44rem;
    color: #99ffcc;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 0.1rem;
}
/* indexCon2 */
.indexCon2{
    padding: 1.65rem 0 1rem;
    background: url(../img/bg2.png) no-repeat top center;
    background-size: cover;
}
.indexCon2 .lmTit{
    margin-bottom: 0.3rem;
}
.xdj{
    float: left;
    width: 30.52%;
    margin-right: 4.22%;
}
.xdj:nth-of-type(3n){
    margin-right: 0;
}
.xdjFirst a{
    display: block;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.xdjFirst a .img{
    width: 2.6rem;
    padding: 1.5rem 0 0;
    border: 1px solid #fff;
    box-sizing: border-box;
}
.xdjFirst a .con{
    width: calc(100% - 2.6rem);
    padding-left: 0.2rem;
    box-sizing: border-box;
}
.xdjFirst a .con .tit{
    font-size: 0.18rem;
    line-height: 0.24rem;
    height: auto;
    max-height: 0.72rem;
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.xdjFirst a .con .hx{
    width: 0.54rem;
    height: 1px;
    background: #006633;
    margin: 0.2rem 0;
}
.xdjFirst a .con .time{
    font-size: 0.16rem;
    color: #999999;
    line-height: 0.2rem;
}
.xdjFirst a:hover .con .tit{
    color: #006633;
    font-weight: bold;
}
@media only screen and (max-width: 1460px){
    .kxyj, .xsgz{
        width: 48.5%;
    }
    .xdj{
        width: 31.5%;
        margin-right: 2.75%;
    }
    .newBanner{
        width: 32.9%;
        margin-right: 3%;
    }
    .newList{
        width: 34.73%;
        margin-right: 3%;
    }
    .notice{
        width: 26.27%;
    }
    .banner .slick-dots{
        width: 100%;
        padding: 0 0.3rem;
        box-sizing: border-box;
    }
}
@media only screen and (max-width: 1040px){
    .indexCon1{
        padding: 50px 0;
    }
    .notice,.newBanner,.newList{
        width: 100%;
        margin-right: 0;
    }
    .newBanner,.newList{
        margin-bottom: 50px;
    }
    .newBanner li a .img{
        padding: 56.25% 0 0;
    }
    .xdj{
        width: 100%;
        margin-right: 0;
        margin-bottom: 50px;
    }
    .xdj:last-of-type{
        margin-bottom: 0;
    }
    .indexCon2{
        padding: 50px 0;
        background: #e8fbea;
    }
    .indexCon3{
        padding: 50px 0;
    }
    .kxyj{
        margin-bottom: 50px;
    }
    .kxyj, .xsgz{
        width: 100%;
        margin-right: 0;
    }
    .xsgz .lmTit{
        margin-bottom: 0.15rem;
    }
    .indexCon5{
        padding: 50px 0;
    }
    .indexCon2 .lmTit{
        margin-bottom: 20px;
    }
    .newBanner li .con .tit{
        height: auto;
        max-height: 0.56rem;
    }
    .newBanner li .con .txt{
        height: auto;
        max-height: 0.48rem;
    }
    .link li a{
        font-size: 0.18rem;
    }
    .link li{
        width: 30%;
        margin-right: 5%;
    }
    .link li:nth-of-type(4n){
        margin-right: 5%;
    }
    .link li:nth-of-type(3n){
        margin-right: 0;
    }
    .link li a::before{
        width: 5px;
        height: 5px;
    }
    .link li a:hover::after{
        width: 15px;
        height: 15px;
        left: 3px;
    }
}
@media only screen and (max-width: 768px){
    .link li{
        width: 48%;
        margin-right: 4%;
    }
    .link li:nth-of-type(3n){
        margin-right: 4%;
    }
    .link li:nth-of-type(2n){
        margin-right: 0;
    }
    .indexCon5 .lmTit{
        margin-bottom: 0;
    }
    .indexCon4 .lmTit{
        margin-bottom: 25px;
    }
    .banner .slick-dots{
        padding: 0 20px;
    }
}
@media only screen and (max-width: 560px){
    .banner a .img{
        padding: 31% 0 0;
    }
    .link li a{
        font-size: 16px;
        padding-left: 5px;
    }
    .indexCon5{
        padding: 35px 0;
    }
    .lmTit h2{
        font-size: 22px;
    }
    .indexCon4 .lmTit{
        margin-bottom: 20px;
    }
    .lmTit{
        margin-bottom: 10px;
    }
    .xsgz .lmTit{
        margin-bottom: 10px;
    }
    .txtList li a{
        font-size: 16px;
    }
    .indexCon3{
        padding: 35px 0;
    }
    .xshd{
        padding:  0;
        background: none;
    }
    .xshd ul li{
        padding: 0 0.1rem;
    }
    .xshd ul li a .tit{
        background: #fff url(../img/newBg.png) no-repeat center top;
        background-size: 100% auto;
        padding: 10px;
        box-sizing: border-box;
        margin-top: 0;
        font-size: 16px;
        line-height: 24px;
        height: 68px;
    }
    .kxyjSub li .con1{
        padding: 5px 8px;
    }
    .kxyjSub li .con1 .tit{
        font-size: 16px;
        line-height: 24px;
        -webkit-line-clamp: 2;
        height: auto;
        max-height: 48px;
    }
    .kxyjSub li.on .con2{
        flex-wrap: wrap;
        flex-direction: column-reverse;
        padding: 10px;
    }
    .kxyjSub li .con2 .img{
        width: 100%;
        padding: 56.25% 0 0;
        border-right: 1px solid #fff;
    }
    .kxyjSub li .con2 .conSub{
        width: 100%;
        padding-right: 0;
        margin-top: 10px;
    }
    .kxyjSub li .con2::before{
        display: none;
    }
    .kxyjSub li .conSub .tit{
        font-size: 16px;
        line-height: 24px;
        height: auto;
        max-height: 48px;
    }
    .kxyjSub li .conSub .txt{
        font-size: 14px;
        line-height: 20px;
        height: auto;
        max-height: 40px;
        margin-top: 5px;
    }
    .indexCon2{
        padding: 35px 0;
    }
    .xdj{
        margin-bottom: 35px;
    }
    .xdjFirst a{
        flex-wrap: wrap;
    }
    .xdjFirst a .img{
        width: 100%;
        padding: 56.25% 0 0;
        border: none;
    }
    .xdjFirst a .con{
        width: 100%;
        padding: 10px;
        background: #fff url(../img/newBg.png) no-repeat center top;
        background-size: 100% auto;
    }
    .xdjFirst a .con .tit{
        font-size: 16px;
        line-height: 24px;
        height: auto;
        max-height: 48px;
    }
    .xdjFirst a .con .hx{
        margin: 8px 0;
    }
    .indexCon2 .lmTit{
        margin-bottom: 15px;
    }
    .indexCon1{
        padding: 35px 0;
    }
    .newBanner, .newList{
        margin-bottom: 35px;
    }
    .newBanner li a .con{
        padding: 10px;
    }
    .newBanner li .con .tit{
        font-size: 18px;
        line-height: 26px;
        max-height: 52px;
    }
    .newBanner{
        padding-bottom: 15px;
    }
    .banner .slick-dots{
        padding: 0 12px;
        bottom: 15px;
        justify-content: center;
    }
    .notice a .tit{
        font-size: 16px;
        line-height: 24px;
        max-height: 48px;
    }
}