@charset "utf-8";
.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: 100%;
    bottom: 0.35rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner .slick-dots li{
    width: 0.09rem;
    height: 0.09rem;
    background: #fff;
    margin-right: 0.14rem;
    border-radius: 0.05rem;
}
.banner .slick-dots li:last-of-type{
    margin-right: 0;
}
.banner .slick-dots li.slick-active{
    width: 0.5rem;
    background: #E8DE96;
}
/* lmTit */
.lmTit{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.6rem;
}
.lmTit .tit h2{
    font-size: 0.54rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
    color: #333333;
}
.lmTit .tit p{
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.2rem;
    letter-spacing: 0.56em;
    color: #9E9E9E;
    margin-top: 0.12rem;
    border-radius: 2px;
}
.lmTit .tit p span{
    color: #FFFFFF;
    padding: 0 0.2rem;
    display: inline-block;
    background: #82B4C1;
}
.lmTit .more{
    position: relative;
    transition: all .3s;
}
.lmTit .more:hover{
    transform: translateY(-5px);
}
.lmTit .more::before{
    display: block;
    content: "";
    width: 0.24rem;
    height: 0.24rem;
    border-radius: 100%;
    background: linear-gradient(90deg, #7EC3D1 0%, rgba(25, 167, 191, 0) 100%);
    position: absolute;
    top: 50%;
    left: -0.1rem;
    transform: translateY(-50%);
}
.lmTit .more a{
    display: block;
    position: relative;
    font-size: 0.16rem;
    font-weight: 500;
    line-height: 0.3rem;
    letter-spacing: 0em;
    color: #69B2C1;
    z-index: 9;
    padding-right: 0.3rem;
    background: url(../img/moreIcon.png) no-repeat right center;
    background-size: 0.15rem auto;
}
.bg1{
    background: url(../img/bg1.png) no-repeat center top 1.2rem;
    background-size: 100% auto;
}
/* indexCon1 */
.indexCon1{
    padding: 0.75rem 0;
}
.newImg{
    width: 68.14%;
}
.newImg ul li{
    float: left;
    width: 48.9%;
    margin-right: 2.2%;
}
.newImg ul li:nth-of-type(2n){
    margin-right: 0;
}
.newImg ul li a{
    display: block;
    width: 100%;
    height: auto;
}
.newImg li a .img{
    width: 100%;
    padding: 3.44rem 0 0;
    border-radius: 6px 6px 0 0;
    overflow: hidden;
}
.newImg li a .con{
    width: 100%;
    height: auto;
    box-sizing: border-box;
    border-radius: 0 0 6px 6px;
    background: #fff;
    overflow: hidden;
    padding: 0.42rem 0.34rem;
    position: relative;
    z-index: 1;
}
.newImg li a .con::before{
    display: block;
    content: "";
    width: 0;
    height: 100%;
    background: #6AA2B1;
    left: 50%;
    top: 0;
    position: absolute;
    z-index: 0;
}
.newImg li a .con .tit{
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.35rem;
    letter-spacing: 0em;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 0.7rem;
    position: relative;
    z-index: 9;
}
.bg1 .time{
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.22rem;
    letter-spacing: 0em;
    color: #999999;
    padding-left: 0.3rem;
    background: url(../img/timeIcon.png) no-repeat left center;
    background-size: 0.2rem auto;
    position: relative;
    z-index: 9;
}
.bg1 .newImg .time{
    margin-top: 0.22rem;
}
.newImg li a:hover .con::before{
    width: 100%;
    left: 0;
}
.newImg li a:hover .con .tit{
    font-weight: bold;
}
.newImg li a:hover .con .tit,.newImg li a:hover .con .time{
    color: #fff;
}
.newImg li a:hover .con .time{
    background: url(../img/timeIcon2.png) no-repeat left center;
    background-size: 0.2rem auto;
}
.newList{
    width: 29.13%;
}
.newList li a{
    display: block;
    width: 100%;
    padding: 0.22rem 0;
    border-bottom: 1px solid #E5E5E5;
    position: relative;
}
.newList li a::before{
    display: block;
    content: "";
    width: 0;
    height: 2px;
    background: #377184;
    position: absolute;
    left: 0;
    bottom: -1px;
}
.newList li:first-of-type a{
    padding-top: 0;
}
.newList li .tit{
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.3rem;
    letter-spacing: 0em;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 0.6rem;
}
.bg1 .newList .time{
    margin-top: 0.14rem;
}
.newList li a:hover::before{
    width: 100%;
}
.newList li a:hover .tit{
    color: #377184;
    font-weight: bold;
}

/* indexCon3 */
.indexCon3{
    padding-top: 0.75rem;
    background: url(../img/bg3.png) no-repeat center;
    background-size: cover;
    position: relative;
}
.indexCon3::before{
    display: block;
    content: "";
    width: 4.2rem;
    height: 3.3rem;
    background: url(../img/noticeIcon.png) right center;
    background-size: contain;
    position: absolute;
    right: 0;
    bottom: 0.25rem;
    z-index: 9;
    transform: translateY(50%);
}
.indexCon3 .lmTit .tit p,.indexCon4 .lmTit .tit p{
    letter-spacing: 0;
}
.indexCon3 .lmTit .tit p span,.indexCon4 .lmTit .tit p span{
    margin-left: 0.1rem;
}
.notice{
    padding: 0.6rem;
    background: rgba(255, 255, 255, 0.8);
    box-sizing: border-box;
}
.notice li{
    width: 29.3%;
    float: left;
    margin: 0.3rem 0;
    margin-right: 6%;
}
.notice li:nth-of-type(3n){
    margin-right: 0;
}
.notice li a{
    display: block;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.notice li a .time{
    width: 0.8rem;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #E5E5E5;
    font-size: 0.16rem;
    line-height: 0.3rem;
    text-align: center;
    white-space: nowrap;
    letter-spacing: 0em;
    color: #9E9E9E;
}
.notice li a .time span{
    display: block;
    font-size: 0.3rem;
    line-height: 0.5rem;
    font-weight: bold;
    letter-spacing: 0em;
    color: #666;
    background: #E3EEF4;
}
.notice li a .tit{
    width: calc(100% - 0.8rem);
    padding-left: 0.25rem;
    box-sizing: border-box;
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.3rem;
    max-height: 0.6rem;
    letter-spacing: 0em;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.notice li a:hover .tit{
    font-weight: bold;
}
.notice li a:hover .time span{
    background: #E8DE96;
    color: #fff;
}
.noticeZs{
    width: calc(100% - 2rem);
    height: 0.56rem;
    background: rgba(255, 255, 255, 0.6);
    position: relative;
    margin: 0.88rem auto 0;
}
.noticeZs::before,.noticeZs::after{
    display: block;
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
}
.noticeZs::after{
    border-left: 0 solid transparent;
    border-right: 1rem solid transparent;
    border-top: 0 solid transparent;
    border-bottom: 0.56rem solid rgba(255, 255, 255, 0.6);
    left: 100%;
}
.noticeZs::before{
    border-left: 1rem solid transparent;
    border-right: 0 solid transparent;
    border-top:  0 solid transparent;
    border-bottom: 0.56rem solid rgba(255, 255, 255, 0.6);
    right: 100%;
}

/* indexCon4 */
.indexCon4{
    padding-top: 1.4rem;
    background: #F6FAFB url(../img/bg4_2.png) no-repeat right bottom;
    background-size: 51.625% auto;
    overflow: hidden;
    position: relative;
}
.indexCon4::before{
    display: block;
    content: "";
    width: 48.44%;
    height: 100%;
    background: url(../img/bg4_1.png) no-repeat left top;
    background-size: 100% auto;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}
.indexCon4 .w1600{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.jyzxImg{
    width: 48.2%;
    position: relative;
    z-index: 9;
}
.jyzxImg::before{
    display: block;
    content: "";
    width: 19rem;
    height: 75%;
    position: absolute;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(227, 238, 244, 0) 0%, #B8D9E2 95%);
    z-index: -1;
}
.jyzxList{
    width: 49.2%;
}
.jyzxList li a{
    display: block;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px dashed #E5E5E5;
    padding: 0.3rem 0;
}
.jyzxList li a .time{
    width: 0.8rem;
    height: auto;
    box-sizing: border-box;
    background: #F5F5F5;
    text-align: center;
    white-space: nowrap;
    border-radius: 4px;
    overflow: hidden;
}
.jyzxList li a .time p:nth-of-type(1){
    font-size: 0.3rem;
    font-weight: bold;
    line-height: 0.5rem;
    letter-spacing: 0em;
    color: #333333;
    background: #E3EEF4;
}
.jyzxList li a .time p:nth-of-type(2){
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.3rem;
    text-align: center;
    color: #9E9E9E;
}
.jyzxList li a .con{
    width: calc(100% - 0.8rem);
    box-sizing: border-box;
    padding-left: 0.25rem;
}
.jyzxList li a .con .tit{
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.24rem;
    letter-spacing: 0em;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    max-height: 0.26rem;
    margin-bottom: 0.1rem;
}
.jyzxList li a .con .txt{
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.22rem;
    letter-spacing: 0em;
    color: #999999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 0.44rem;
}
.jyzxList li a:hover .time p:nth-of-type(1){
    background: #E8DE96;
    color: #fff;
}
.jyzxList li a:hover .con .tit{
    font-weight: bold;
}
/* .jyzxImg */
.jyzxImg li a{
    display: block;
    width: 100%;
    height: auto;
}
.jyzxImg li a .img{
    width: 100%;
    padding: 4.36rem 0 0;
    border-radius: 6px;
}
.jyzxImg li a .con{
    margin: 0.35rem 0;
}
.jyzxImg li a .con .time{
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.22rem;
    letter-spacing: 0em;
    color: #999999;
    padding-left: 0.3rem;
    background: url(../img/timeIcon3.png) no-repeat left center;
    background-size: 0.2rem auto;
    position: relative;
    z-index: 9;
}
.jyzxImg li a .con .tit{
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.3rem;
    letter-spacing: 0em;
    color: #377184;
    margin-top: 0.1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.jyzxImg li a:hover .con .tit{
    font-weight: bold;
}
.jyzxImg .slick-dots{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: auto;
    right: 0.25rem;
    bottom: 0.9rem;
}
.jyzxImg .slick-dots li{
    width: 0.1rem;
    height: 0.1rem;
    border-radius: 100%;
    background: #fff;
    margin-left: 0.08rem;
}
.jyzxImg .slick-dots li.slick-active{
    background: #377184;
}
/* indexCon2 */
.indexCon2{
    padding: 0.75rem 0 1.4rem;
    background: url(../img/bg2.png) no-repeat right bottom;
    background-size: 100% auto;
    position: relative;
}
.indexCon2::before{
    display: block;
    content: "";
    width: 44%;
    height: 4rem;
    background: url(../img/cgzsBg2.png) no-repeat bottom center;
    background-size: contain;
    position: absolute;
    bottom: 0;
    right: 4.2%;
}
.indexCon2 .w1600{
    position: relative;
}
.indexCon2 .w1600::before{
    display: block;
    content: "";
    height: calc(100% + 0.5rem);
    width: 1px;
    background: linear-gradient(0deg, rgba(229, 229, 229, 0) 0%, #E5E5E5 100%);
    position: absolute;
    left: calc(48.12% + 0.45rem);
    bottom: -1.4rem;
}
.indexCon2 .lmTit .tit p{
    letter-spacing: 0.44em;
}
.indexCon2 .lmTit .tit p span{
    letter-spacing: 0.28em;
}
.cgzsList{
    width: 51.88%;
    height: auto;
    padding-left: 0.9rem;
    box-sizing: border-box;
}
.cgzsList li a{
    display: block;
    width: 100%;
    height: auto;
}
.cgzsList li .img{
    width: 100%;
    padding: 3.15rem 0 0;
    border-radius: 6px;
}
.cgzsList li .con{
    margin-top: 0.3rem;
    width: 63%;
}
.cgzsList li .con .tit{
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.3rem;
    letter-spacing: 0em;
    color: #377184;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 0.6rem;
    margin-bottom: 0.1rem;
}
.cgzsList .slick-prev, .cgzsList .slick-next{
    width: 0.4rem;
    height: 0.4rem;
    cursor: pointer;
    background: url(../img/arrowIcon1.png) no-repeat center;
    background-size: contain;
    left: auto;
    top: auto;
    bottom: 0.42rem;
    z-index: 9;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.cgzsList .slick-prev{
    right: 0.6rem;
}
.cgzsList .slick-next{
    right: 0.1rem;
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.cgzsList .slick-prev:hover, .cgzsList .slick-next:hover{
    background: url(../img/arrowIcon2.png) no-repeat center;
    background-size: contain;
}
/* cgzsTop */
.cgzsTop{
    width: 48.12%;
}
.subT{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 0.45rem;
}
.subT .con{
    width: calc(100% - 0.9rem);
    padding-left: 1.1rem;
    box-sizing: border-box;
}
.subT .con a{
    display: block;
    width: 100%;
    height: auto;
}
.subT .con .tit{
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.3rem;
    letter-spacing: 0em;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 0.6rem;
    margin-bottom: 0.25rem;
}
.subT .con a:hover .tit{
    color: #377184;
    font-weight: bold;
}
.subT .con .txt{
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.26rem;
    letter-spacing: 0em;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 0.52rem;
}
.subT .sj{
    width: 0.9rem;
    height: auto;
    position: relative;
}
.subT .sj::before{
    display: block;
    content: "";
    width: 1.2rem;
    height: 1px;
    background: #ccc;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translateX(-60%) rotate(104.38deg);
}
.subT .sj p:nth-of-type(1){
    font-size: 0.24rem;
    font-weight: normal;
    line-height: 0.3rem;
    letter-spacing: 0em;
    color: #666666;
    text-align: left;
}
.subT .sj p:nth-of-type(2){
    font-size: 0.48rem;
    font-weight: 500;
    line-height: 0.3rem;
    letter-spacing: 0em;
    color: #333333;
    text-align: right;
    margin-top: 0.4rem;
}
.subB{
    width: 100%;
    margin-top: 0.65rem;
    position: relative;
}
.subB a{
    display: block;
    width: auto;
    height: auto;
}
.subB .cgzsBg{
    width: 1.6rem;
    height: auto;
    border-radius: 6px;
    overflow: hidden;
    float: right;
}
.subB .cgzsBg img{
    display: block;
    width: 100%;
    height: auto;
}
.subB .img{
    width: 100%;
    height: 100%;
    border-radius: 6px;
    position: absolute;
    top: 0;
    right: 1.7rem;
}
/* 媒体查询 */
@media only screen and (max-width: 1660px){
    .banner a .img{
        height: auto;
        padding: 42% 0 0;
    }
    .subB .cgzsBg{
        display: none;
    }
    .subB .img{
        position: static;
        padding: 4.84rem 0 0;
    }
    .indexCon2{
        padding: 0;
    }
    .indexCon2::before{
        right: 0.3rem;
        height: 3rem;
    }
}
@media only screen and (max-width: 1040px){
    .indexCon2::before,.indexCon2 .w1600::before,.indexCon3::before,.indexCon4::before{
        display: none;
    }
    .jyzxList{
        width: 100%;
    }
    .jyzxImg{
        display: none;
    }
    .noticeZs{
        display: none;
    }
    .indexCon4{
        padding: 50px 0;
    }
    .indexCon3{
        padding: 50px 0;
    }
    .newList,.newImg{
        width: 100%;
    }
    .newList li a{
        padding: 20px 0!important;
    }
    .indexCon1{
        padding: 50px 0;
    }
    .cgzsList{
        width: 100%;
        padding-left: 0;
        margin-top: 40px;
    }
    .cgzsTop{
        width: 100%;
    }
    .indexCon2{
        padding-bottom: 50px;
    }
    .bg1{
        background-size: cover;
    }
    .lmTit{
        margin-bottom: 35px;
    }
    .lmTit .tit h2{
        font-size: 40px;
    }
    .lmTit .tit p{
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0.4em;
        margin-top: 10px;
        border-radius: 2px;
    }
    .lmTit .tit p span{
        padding: 0 5px;
        margin-left: 5px;
    }
    .newImg li a .img{
        padding: 56.25% 0 0;
    }
    .newList li .tit{
        height: auto;
        max-height: 0.6rem;
    }
    .newImg li a .con{
        padding: 20px;
        box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
    }
    .bg1 .newImg .time{
        margin-top: 10px;
    }
    .bg1 .newList .time{
        margin-top: 10px;
    }
    .cgzsTop>div{
        display: flex;
        flex-direction: column-reverse;
    }
    .subB{
        margin-top: 0;
    }
    .subB .img{
        padding: 56.25% 0 0;
    }
    .subT{
        width: 100%;
        padding: 30px;
        box-sizing: border-box;
        background: #fff;
        border-radius: 0 0 6px 6px;
        box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
    }
    .subT .con{
        padding-left: 50px;
    }
    .subT .con .tit{
        height: auto;
        max-height: 0.6rem;
        margin-bottom: 0.15rem;
    }
    .subT .con .txt{
        height: auto;
        max-height: 0.78rem;
    }
    .subT .sj p:nth-of-type(2){
        margin-top: 0.25rem;
    }
    .subT .sj::before{
        width: 1rem;
        left: 46%;
    }
    .cgzsList{
        width: 100%;
        margin-top: 40px;
    }
    .cgzsList ul{
        width: 100%;
        margin: 0 -10px;
        padding-bottom: 0.6rem;
    }
    .cgzsList li .img{
        padding: 56.25% 0 0;
        border-radius: 3px;
    }
    .cgzsList li{
        padding: 0 10px;
    }
    .cgzsList li .con{
        width: 100%;
        margin-top: 15px;
    }
    .cgzsList .slick-prev, .cgzsList .slick-next{
        bottom: 0;
        left: 50%;
    }
    .cgzsList .slick-prev{
        -webkit-transform: translate(-150%);
        -ms-transform: translate(-150%);
        transform: translate(-150%);
        transform: translate(-150%);
    }
    .cgzsList .slick-next{
        -webkit-transform: translate(50%) rotateY(180deg);
        -ms-transform: translate(50%) rotateY(180deg);
        transform: translate(50%) rotateY(180deg);
        transform: translate(50%) rotateY(180deg);
    }
    .notice{
        padding: 10px 25px;
    }
    .notice li{
        width: 48%;
        margin: 15px 0;
        margin-right: 4%;
    }
    .notice li:nth-of-type(3n){
        margin-right: 4%;
    }
    .notice li:nth-of-type(2n){
        margin-right: 0;
    }
    .jyzxList .lmTit{
        margin-bottom: 10px;
    }
    .indexCon2 .lmTit .tit p{
        letter-spacing: 0.22em;
    }
}
@media only screen and (max-width: 768px){
    .indexCon4{
        padding: 40px 0;
    }
    .indexCon3{
        padding: 40px 0;
    }
    .indexCon1{
        padding: 40px 0;
    }
    .indexCon2{
        padding-bottom: 40px;
    }
    .lmTit{
        margin-bottom: 30px;
    }
    .lmTit .tit h2{
        font-size: 30px;
    }
    .lmTit .tit p{
        letter-spacing: 0.15em;
        margin-top: 10px;
    }
    .lmTit .tit p span{
        padding: 0 5px;
        margin-left: 5px;
    }
    .indexCon2 .lmTit .tit p span,.indexCon2 .lmTit .tit p{
        letter-spacing: 0.1em;
    }
    .newImg ul li{
        width: 100%;
        margin-right: 0;
        margin-bottom: 25px;
    }
    .newImg li a .con .tit{
        height: auto;
        max-height: 0.6rem;
        line-height: 0.3rem;
    }
    .newImg ul li:nth-of-type(2){
        margin-bottom: 0;
    }
    .notice li{
        width: 100%;
        margin-right: 0!important;
        margin: 10px 0;
    }
    .notice{
        padding: 10px 20px;
    }
    .jyzxList li a .con .txt{
        display: none;
    }
    .jyzxList li a .con .tit{
        -webkit-line-clamp: 2;
        line-height: 0.3rem;
        max-height: 0.6rem;
        margin-bottom: 0;
    }
    .jyzxList li a{
        padding: 0.2rem 0;
    }
    .subT{
        padding: 20px;
    }
    .cgzsList .slick-prev{
        right: 0.5rem;
        transform: none;
    }
    .cgzsList .slick-next{
        right: 0;
        -webkit-transform: rotateY(180deg);
        -ms-transform: rotateY(180deg);
        transform: rotateY(180deg);
        transform: rotateY(180deg);
    }
    .cgzsList .slick-prev, .cgzsList .slick-next{
        bottom: 0.42rem;
        left: auto;
    }
    .cgzsList ul{
        padding-bottom: 0;
        margin: 0 auto;
    }
    .cgzsList li{
        padding: 0;
    }
    .cgzsList li .con{
        width: 100%;
        padding-right: 1.4rem;
        box-sizing: border-box;
    }
    .banner a .img{
        padding: 56.25% 0 0;
    }
    .banner .slick-dots{
        bottom: 25px;
    }
}
@media only screen and (max-width: 560px){
    .indexCon4{
        padding: 30px 0;
    }
    .indexCon3{
        padding: 30px 0;
    }
    .indexCon1{
        padding: 30px 0;
    }
    .indexCon2{
        padding-bottom: 30px;
    }
    .lmTit{
        margin-bottom: 20px;
    }
    .lmTit .tit h2{
        font-size: 24px;
    }
    .lmTit .tit p{
        font-size: 13px;
        line-height: 16px;
        letter-spacing: 0;
        margin-top: 5px;
    }
    .banner .slick-dots{
        bottom: 15px;
    }
    .lmTit .more a{
        padding-right: 20px;
    }
    .newImg li a .con{
        padding: 10px;
    }
    .newImg li a .con .tit{
        font-size: 16px;
        line-height: 24px;
        max-height: 48px;
    }
    .bg1 .newImg .time{
        font-size: 15px;
        padding-left: 24px;
    }
    .newList li .tit{
        font-size: 16px;
        line-height: 24px;
        max-height: 48px;
    }
    .newList li a{
        padding: 12px 0!important;
    }
    .newList{
        margin-top: 10px;
    }
    .subT .con .txt{
        display: none;
    }
    .cgzsList li .con .tit{
        font-size: 16px;
        line-height: 24px;
        max-height: 48px;
    }
    .cgzsList li .con{
        padding-right: 1rem;
    }
    .cgzsList{
        margin-top: 20px;
    }
    .subT .con .tit{
        -webkit-line-clamp: 3;
        margin-bottom: 0;
        font-size: 16px;
        line-height: 24px;
        max-height: 72px;
    }
    .subT .con{
        padding-left: 20px;
        width: calc(100% - 60px);
    }
    .subT{
        padding: 10px;
    }
    .subT .sj{
        width: 60px;
    }
    .subT .sj::before{
        width: 70px;
        top: 55%;
        left: 50%;
    }
    .subT .sj p:nth-of-type(1){
        font-size: 18px;
        line-height: 20px;
    }
    .subT .sj p:nth-of-type(2){
        font-size: 30px;
        line-height: 20px;
        margin-top: 20px;
    }
    .notice{
        padding: 12px;
    }
    .notice li a .time{
        width: 64px;
        font-size: 15px;
        line-height: 24px;
    }
    .notice li a .time span{
        font-size: 24px;
        line-height: 34px;
    }
    .notice li a .tit{
        width: calc(100% - 64px);
        padding-left: 15px;
        font-size: 16px;
        line-height: 28px;
        max-height: 56px;
    }
    .jyzxList li a .time{
        width: 64px;
    }
    .jyzxList li a .time p:nth-of-type(1){
        font-size: 24px;
        line-height: 34px;
    }
    .jyzxList li a .time p:nth-of-type(2){
        font-size: 15px;
        line-height: 24px;
    }
    .jyzxList li a .con{
        width: calc(100% - 64px);
        padding-left: 15px;
    }
    .jyzxList li a .con .tit{
        font-size: 16px;
        line-height: 28px;
        max-height: 56px;
    }
}