@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: 0;
    padding: 40.625% 0 0;
}
.banner a .img::before{
    display: none;
}
.banner .slick-dots{
    display:flex;
    align-items: center;
    justify-content: center;
    bottom: 0.3rem;
}
.banner .slick-dots li{
    width: 0.14rem;
    height: 0.14rem;
    border-radius: 100%;
    background: transparent;
    margin: 0 0.08rem;
    border: 1px solid #fff;
    box-sizing: border-box;
}
.banner .slick-dots li.slick-active{
    background: #fff;
}
/* lmTit */
.lmTit{
    margin-bottom: 0.25rem;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.lmTit .tit {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: relative;
}
.lmTit .tit::before{
    display: block;
    content: "";
    width: 0.52rem;
    height: 0.52rem;
    border-radius: 100%;
    background: linear-gradient(180deg, #C0E4FF 0%, rgba(192, 228, 255, 0) 100%);
    position: absolute;
    left: 0.2rem;
    top: -0.1rem;
    z-index: -1;
}
.lmTit .tit h2{
    font-family: AlibabaPuHuiTi;
    font-size: 0.36rem;
    line-height: 0.5rem;
    color: #333333;
    font-weight: 500;
}
.lmTit .tit p{
    font-family: Charm;
    font-size: 0.24rem;
    line-height: 0.3rem;
    color: #0A4F83;
    margin-left: 0.08rem;
    margin-bottom: 2px;
}
.lmTit a{
    display: block;
    font-size: 0.16rem;
    line-height: 0.3rem;
    color: #333;
    display: flex;
    justify-content: center;
    align-items: center;
}
.lmTit .more{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s;
}
.lmTit .more p{
    width: 18px;
    height: 18px;
    background: #0A4F83;
    border-radius: 100%;
    margin-left: 6px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.lmTit .more p span{
    width: 2px;
    height: 2px;
    background: #fff;
    border-radius: 100%;
}
.lmTit .more:hover{
    margin-top: -2px;
}
.lmTit a:hover{
    color: #0A4F83;
}
/* indexCon1 */
.indexCon1{
    padding: 0.8rem 0 1.5rem;
    background: url(../img/bg1.png) no-repeat center;
    background-size: cover;
    position: relative;
}
.indexCon1::before{
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: url(../img/bg1-1.png) no-repeat center bottom -10px;
    background-size: 100% auto;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 19;
}
.indexCon1 .w1500{
    position: relative;
    z-index: 99;
}
.indexCon1 .lmTit{
    margin-bottom: 0.4rem;
    justify-content: center;
}
.newBanner{
    width: 47.34%;
}
.newBanner li{
    width: 100%;
    height: auto;
    float: left;
}
.newBanner a{
    display: block;
    width: 100%;
    height: auto;
    position: relative;
}
.newBanner a .img{
    width: 100%;
    padding: 4.65rem 0 0;
}
.newBanner a .tit{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    padding: 0.2rem;
    box-sizing: border-box;
    background: linear-gradient(0deg, rgba(0,0,0,0.5) 40%,rgba(0,0,0,0) 100%);
}
.newBanner a .tit p{
    font-size: 0.2rem;
    line-height: 0.3rem;
    color: #fff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    max-height: 0.3rem;
    font-weight: normal;
    text-align: center;
}
.newBanner .slick-prev,.newBanner .slick-next{
    width: 0.3rem;
    height: 0.3rem;
    background: url(../img/arrowIcon1.png) no-repeat center;
    background-size: 100% auto;
    top: 50%;
    left: auto;
    right: auto;
    z-index: 99;
    cursor: pointer;
}
.newBanner .slick-prev{
    transform: translateY(-50%);
    left: 10px;
}
.newBanner .slick-next{
    transform: translateY(-50%) rotateY(180deg);
    right: 10px;
}
.newBanner .slick-prev:hover,.newBanner .slick-next:hover{
    background: url(../img/arrowIcon2.png) no-repeat center;
}
.newList{
    width: 50%;
}
.newList li{
    float: left;
    width: calc(50% - 5px);
    height: auto;
    margin-right: 10px;
    margin-bottom: 0.15rem;
}
.newList li:nth-of-type(2n){
    margin-right: 0;
}
.newList li:nth-of-type(3),.newList li:nth-of-type(4){
    margin-bottom: 0;
}
.newList li a{
    display: block;
    width: 100%;
    height: 2.26rem;
    background: #fff;
    border: 1px solid #BCD1E1;
    box-sizing: border-box;
    padding: 0.28rem 0.28rem 0.2rem;
    position: relative;
}
.newList li a::before{
    display: block;
    content: "";
    width: 0.04rem;
    height: 0.4rem;
    background: #0A4F83;
    position: absolute;
    left: 0;
    top: 0.68rem;
}
.newList li a .time{
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.24rem;
    letter-spacing: 0em;
    color: #0A4F83;
}
.newList li a .tit{
    font-family: Microsoft YaHei;
    font-size: 0.18rem;
    line-height: 0.28rem;
    text-align: justify;
    letter-spacing: 0em;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    max-height: 0.84rem;
    margin: 0.1rem 0;
}
.newList li a .txt{
    font-family: Microsoft YaHei;
    font-size: 0.14rem;
    line-height: 0.24rem;
    text-align: justify;
    letter-spacing: 0em;
    color: #888888;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 0.48rem;
}
.newList li a:hover .tit{
    color: #0A4F83;
    font-weight: bold;
}
.newList li a:hover .txt{
    color: #333333;
}
/* indexCon2 */
.indexCon2{
    padding: 0.5rem 0;
    position: relative;
}
.indexCon2::before{
    display: block;
    content: "";
    width: 47.916%;
    height: 100%;
    background: url(../img/bg2.png) no-repeat center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
}
.indexCon2::after{
    display: block;
    content: "";
    width: 100%;
    height: 0.06rem;
    background: #0A4F83;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 4; 
}
.indexCon2 .w1500{
    position: relative;
    z-index: 99;
}
.notice{
    width: 44%;
}
.notice .lmTit h2,.notice .lmTit p{
    color: #fff;
}
.notice .lmTit .tit::before{
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
}
.notice .lmTit .more a{
    color: #fff;
}
.notice .lmTit .more p{
    background: #fff;
}
.notice .lmTit .more p span{
    background: #0A4F83;
}
.notice ul li a{
    display: block;
    width: 100%;
    height: auto;
    padding: 0.2rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
}
.notice ul li a::before{
    display: block;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: -3px;
    z-index: 9;
}
.notice ul li a::after{
    display: block;
    content: "";
    width: 0;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: -1px;
    z-index: 6; 
}
.notice ul li:first-of-type a{
    padding-top: 0;
}
.notice ul li .time{
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.22rem;
    letter-spacing: 0em;
    color: rgba(255, 255, 255, 0.9);
}
.notice ul li .tit{
    font-family: AlibabaPuHuiTi;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.26rem;
    letter-spacing: 0em;
    color: rgba(255, 255, 255, 0.9);
    margin-top: 0.1rem;
    transition: all .3s;
}
.notice ul li a:hover .tit{
    text-indent: 10px;
}
.notice ul li a:hover::after{
    width: 100%;
}
.djgz{
    width: 50%;
}
.djgzList ul li{
    margin-bottom: 0.15rem;
}
.djgzList ul li a{
    display: block;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: #EFF8FF;
}
.djgzList ul li .img{
    width: 3.1rem;
    padding: 1.86rem 0 0;
}
.djgzList ul li .con{
    width: calc(100% - 3.1rem);
    padding: 0.2rem 0.35rem;
}
.djgzList ul li .time{
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.24rem;
    letter-spacing: 0em;
    color: #0A4F83;
}
.djgzList ul li .tit{
    font-size: 0.18rem;
    line-height: 0.28rem;
    text-align: justify;
    letter-spacing: 0em;
    color: #3d3d3d;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 0.56rem;
    margin: 0.07rem 0 0.1rem;
}
.djgzList ul li .txt{
    font-family: Microsoft YaHei;
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.24rem;
    text-align: justify;
    letter-spacing: 0em;
    color: #999999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 0.48rem;
}
.djgzList ul li a:hover .tit{
    color: #0A4F83;
    font-weight: bold;
}
.djgzList ul li a:hover .txt{
    color: #3d3d3d;
}
.djgzList .slick-dots{
    display:flex;
    align-items: center;
    justify-content: center;
    bottom: -0.15rem;
}
.djgzList .slick-dots li{
    width: 0.14rem;
    height: 0.14rem;
    border-radius: 100%;
    background: transparent;
    margin: 0 0.08rem;
    border: 1px solid #0A4F83;
    box-sizing: border-box;
}
.djgzList .slick-dots li.slick-active{
    background: #0A4F83;
}
/* indexCon3 */
.indexCon3{
    padding: 0.85rem 0;
    background: url(../img/bg3.png) no-repeat center;
    background-size: cover;
}
.ghgz{
    width: 47.34%;
}
.ghgz .lmTit{
    margin-bottom: 0.35rem;
}
.qydt{
    width: 50%;
}

.qydt li a{
    display: block;
    width: 100%;
    height: auto;
    padding: 0.14rem 0;
    border-bottom: 1px solid #B9CEDE;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.qydt li a .tit{
    font-size: 0.181rem;
    font-weight: normal;
    line-height: 0.28rem;
    align-items: center;
    letter-spacing: 0em;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    max-height: 0.28rem;
    width: calc(100% - 0.6rem);
    padding-left: 0.15rem;
    box-sizing: border-box;
    transition: all .3s;
}
.qydt li:first-of-type a{
    padding-top: 0.1rem;
}
.qydt li a .time{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 100%;
    background: url(../img/qydtBg.png) no-repeat center bottom;
    background-size: auto 100%;
    font-family: Microsoft YaHei;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 1;
    text-align: center;
    letter-spacing: 0em;
    color: #0A4F83;
}
.qydt li a .time span{
    display: block;
    font-family: Microsoft YaHei;
    font-size: 12px;
    font-weight: normal;
    line-height: 12px;
    text-align: center;
    letter-spacing: 0em;
    color: #0A4F83;
    margin-top: 0.05rem;
}
.qydt li a:hover .tit{
    padding-left: 0.2rem;
    color: #0A4F83;
    font-weight: bold;
}
.ghgzImg{
    width: 47.88%;
}
.ghgzImg li{
    margin-bottom: 0.28rem;
}
.ghgzImg li:last-of-type{
    margin-bottom: 0;
}
.ghgzImg li a{
    display: block;
    width: 100%;
    height: auto;
    position: relative;
}
.ghgzImg  a .img{
    width: 100%;
    padding: 2.05rem 0 0;
}
.ghgzImg  a .time{
    background: rgba(255, 255, 255, 0.6);
    box-sizing: border-box;
    border: 1px solid #B9CEDE;
    border-top: none;
    font-family: Microsoft YaHei;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.4rem;
    letter-spacing: 0em;
    color: #0A4F83;
    text-indent: 0.45rem;
    position: relative;
}
.ghgzImg  a .time::before{
    display: block;
    content: "";
    width: 0.3rem;
    height: 1px;
    background: #0A4F83;
    position: absolute;
    left: 0;
    top: 50%;
}
.ghgzImg  a .tit{
    font-family: Microsoft YaHei;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.26rem;
    text-align: justify;
    letter-spacing: 0em;
    color: #FFFFFF;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 0.62rem;
    width: 100%;
    height: auto;
    padding: 0.05rem 0.15rem;
    box-sizing: border-box;
    background: linear-gradient(0, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    left: 0;
    bottom: 0.4rem;
}
.ghgzList{
    width: 47.88%;
}
.ghgzList li{
    margin-bottom: 0.23rem;
}
.ghgzList li:last-of-type{
    margin-bottom: 0;
}
.ghgzList li a{
    display: block;
    width: 100%;
    height: auto;
    background: rgba(255, 255, 255, 0.6);
    box-sizing: border-box;
    border: 1px solid #B9CEDE;
    padding: 0.3rem 0.2rem;
}
.ghgzList li a .tit{
    font-family: Microsoft YaHei;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.26rem;
    text-align: justify; /* 浏览器可能不支持 */
    letter-spacing: 0em;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 0.52rem;
}
.ghgzList li a .time{
    font-family: Microsoft YaHei;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.24rem;
    letter-spacing: 0em;
    color: #0A4F83;
    text-indent: 0.25rem;
    margin-top: 0.2rem;
    position: relative;
}
.ghgzList li a .time::before{
    display: block;
    content: "";
    width: 0.3rem;
    height: 1px;
    background: #0A4F83;
    position: absolute;
    left: -0.2rem;
    top: 50%;
}
.ghgzList li a:hover .tit{
    font-weight: bold;
    color: #0A4F83;
}
/* indexCon4 */
.indexCon4{
    padding: 0.85rem 0;
}
.indexCon4 .lmTit{
    margin-bottom: 0.4rem;
}
.ywbj{
    width: 70%;
}
.fwbz{
    width: 26.6667%;
}
.fwbz ul li{
    margin-bottom: 0.24rem;
}
.fwbz ul li:last-of-type{
    margin-bottom: 0;
}
.fwbz li a{
    display: block;
    width: 100%;
    height: auto;
    position: relative;
}
.fwbz li a .img{
    width: 100%;
    padding: 1.5rem 0 0;
}
.fwbz li a .tit{
    font-family: Microsoft YaHei;
    font-size: 0.26rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    color: #FFFFFF;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
}
.ywbjTxt p{
    font-size: 0.16rem;
    font-weight: 500;
    line-height: 0.22rem;
    letter-spacing: 0em;
    color: #333333;
    text-align: justify;
}
.ywbjList li{
    float: left;
    width: 48.57%;
    margin-right: 2.85%;
    margin-top: 0.36rem;
}
.ywbjList li:nth-of-type(2n){
    margin-right: 0;
}
.ywbjList li a{
    display: block;
    width: 100%;
    height: auto;
    padding: 0.35rem 0.55rem;
    background: url(../img/ywbjImg.png) no-repeat center;
    background-size: cover;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}
.ywbjList li a .txt{
    font-family: Microsoft YaHei;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.28rem;
    text-align: justify; /* 浏览器可能不支持 */
    letter-spacing: 0em;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    max-height: 1.12rem;
}
.ywbjList li a h2{
    display: flex;
    margin-bottom: 0.26rem;
    justify-content: flex-start;
    align-items: center;
    font-family: SourceHanSerifCN;
    font-size: 0.26rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
    color: #0A4F83;
}
.ywbjList li a h2 p{
    width: 0.7rem;
    height: 0.7rem;
    background: #0A4F83;
    position: relative;
    border-radius: 100%;
    margin-right: 0.25rem;
}
.ywbjList li a h2 p::before{
    display: block;
    content: "";
    width: 0.8rem;
    height: 0.8rem;
    border: 1px dashed #0A4F83;
    position: relative;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    box-sizing: border-box;
}
.ywbjList li a h2 p img{
    display: block;
    width: auto;
    height: auto;
    max-height: 0.5rem;
    max-width: 0.5rem;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.ywbjList li a::before {
    position: absolute;
    top: 0;
    left: -90%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    opacity: 0.25;
    pointer-events: none;
    background: -webkit-linear-gradient(left,
            rgba(255, 255, 255, 0) 0,
            rgba(255, 255, 255, 53) 50%,
            rgba(255, 255, 255, 0) 70%);
    background: linear-gradient(to right,
            rgba(255, 255, 255, 0) 30%,
            rgba(255, 255, 255, 53) 50%,
            rgba(255, 255, 255, 0) 70%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
    z-index: 3;
}
.ywbjList li a:hover:before {
    -webkit-animation: shine 1.2s;
    animation: shine 1.2s;
}
.ywbjList li a:hover .icon img {
    animation: jello 1.5s linear;
}
.indexCon5{
    margin-bottom: 0.45rem;
}
.indexCon5 ul{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.indexCon5 ul p{
    font-family: Microsoft YaHei;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.24rem;
    letter-spacing: 0em;
    color: #333333;
    padding-left: 0.28rem;
    position: relative;
    margin-right: 0.2rem;
}
.indexCon5 ul p::before{
    display: block;
    content: "";
    width: 0.18rem;
    height: 0.18rem;
    border-radius: 100%;
    background: url(../img/linkIcon.png) no-repeat center;
    background-size: 0.18rem auto;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.indexCon5 ul li{
    margin-right: 0.3rem;
}
.indexCon5 ul li:last-of-type{
    margin-right: 0;
}
.indexCon5 ul li a{
    display: block;
    font-family: Microsoft YaHei;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.24rem;
    letter-spacing: 0em;
    color: #333333;
}
.indexCon5 ul li a:hover{
    color: #0A4F83;
    font-weight: bold;
}
/*  */
@media only screen and (max-width: 1500px){
    .ywbjList li a{
        padding: 0.35rem;
    }
}
@media only screen and (max-width: 1040px){
    .newBanner,.newList{
        width: 100%;
    }
    .newList{
        margin-top: 40px;
    }
    .indexCon1 .lmTit{
        justify-content: space-between;
        margin-bottom: 25px;
    }
    .indexCon1{
        padding: 40px 0 70px;
    }
    .newBanner .slick-prev, .newBanner .slick-next{
        width: 30px;
        height: 30px;
    }
    .notice,.djgz,.ghgz,.qydt,.ywbj,.fwbz{
        width: 100%;
    }
    .qydt,.fwbz,.djgz{
        margin-top: 40px;
    }
    .indexCon2{
        padding: 50px 0;
    }
    .indexCon2::before{
        display: none;
    }
    .notice .lmTit h2{
        color: #333333;
    }
    .notice .lmTit p{
        color: #0A4F83;
    }
    .notice .lmTit .tit::before{
        background: linear-gradient(180deg, #C0E4FF 0%, rgba(192, 228, 255, 0) 100%);
    }
    .notice .lmTit .more a{
        color: #333;
    }
    .notice .lmTit .more p{
        background: #0A4F83;
    }
    .notice .lmTit .more p span{
        background: #fff;
    }
    .notice ul li .time{
        color: #0A4F83;
    }
    .notice ul li .tit{
        color: #333333;
    }
    .notice ul li a{
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
    .notice ul li a::before,.notice ul li a::after{
        background: #0A4F83;  
    }
    .djgzList .slick-dots{
        position: static;
        margin-top: 15px;
    }
    .newBanner a .img{
        padding: 65.78% 0 0;
    }
    .indexCon3{
        padding: 50px 0;
    }
    .indexCon4{
        padding: 50px 0 30px;
    }
    .indexCon5{
        margin-bottom: 30px;
    }
    .fwbz ul li{
        width: 48%;
        float: left;
        margin-right: 4%;
    }
    .fwbz ul li:nth-of-type(2n){
        margin-right: 0;
    }
    .fwbz ul li:nth-of-type(3),.fwbz ul li:nth-of-type(4){
        margin-bottom: 0;
    }
    .indexCon4 .lmTit{
        margin-bottom: 25px;
    }
    .ywbjList li{
        margin-top: 20px;
    }
    .indexCon5 ul li{
        margin-right: 10px;
    }
    .indexCon5 ul p{
        margin-right: 5px;
    }
    .lmTit a{
        font-size: 15px;
    }
    .lmTit .tit h2{
        font-size: 28px;
        line-height: 36px;
    }
    .ywbjList li a h2{
        font-size: 20px;
        margin-bottom: 15px;
    }
    .ywbjList li a{
        padding: 20px;
    }
    .qydt li:first-of-type a{
        padding-top: 0;
    }
    .banner .slick-dots{
        bottom: 15px;
    }
    .banner .slick-dots li{
        width: 12px;
        height: 12px;
    }
    .djgzList ul li .con{
        padding-left: 15px;
    }
    .indexCon5 ul p::before{
        width: 18px;
        height: 18px;
    }
}
@media only screen and (max-width: 768px){
    .newBanner a .tit{
        padding: 10px;
    }
    .newList{
        margin-top: 25px;
    }
    .indexCon1{
        padding: 30px 0 50px;
    }
    .indexCon2{
        padding: 40px 0;
    }
    .djgzList .slick-dots{
        margin-top: 10px;
    }
    .indexCon3{
        padding: 40px 0;
    }
    .ghgz .lmTit{
        margin-bottom: 25px;
    }
    .ywbjList li{
        width: 100%;
    }
    .ywbjTxt p{
        font-size: 16px;
        line-height: 26px;
    }
    .indexCon5 ul p,.indexCon5 ul li a{
        font-size: 15px;
    }
}
@media only screen and (max-width: 560px){
    .lmTit .tit h2{
        font-size: 22px;
        line-height: 32px;
    }
    .lmTit .tit p{
        margin-bottom: -1px;
        font-size: 18px;
    }
    .indexCon1 .lmTit{
        margin-bottom: 20px;
    }
    .newList li{
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .newList li:nth-of-type(3){
        margin-bottom: 15px;
    }
    .newList li a{
        height: auto;
        padding: 20px 15px;
    }
    .newList li a .tit{
        font-size: 16px;
        line-height: 24px;
        max-height: 72px;
    }
    .newList li a .txt{
        font-size: 14px;
        line-height: 22px;
        max-height: 44px;
    }
    .newList li a::before{
        top: 55px;
    }
    .notice ul li .tit{
        font-size: 16px;
        line-height: 26px;
    }
    .qydt li a .tit{
        font-size: 16px;
        line-height: 24px;
        -webkit-line-clamp: 2;
        max-height: 48px;
    }
    .qydt li a{
        padding: 15px 0;
    }
    .ywbjList li a h2 p{
        width: 54px;
        height: 54px;
        margin-right: 15px;
    }
    .ywbjList li a h2 p::before{
        width: 64px;
        height: 64px;
    }
    .ywbjList li a h2 p img{
        max-height: 30px;
        max-width: 30px;
    }
    .fwbz li a .tit{
        font-size: 22px;
    }
    .fwbz li a .img{
        padding: 120px  0 0;
    }
    .fwbz ul li{
        margin-bottom: 15px;
    }
    .ywbjTxt p{
        font-size: 15px;
        line-height: 24px;
    }
    .qydt, .fwbz, .djgz{
        margin-top: 35px;
    }
    .indexCon4 .lmTit{
        margin-bottom: 15px;
    }
    .indexCon2,.indexCon3{
        padding: 30px 0;
    }
    .indexCon5 ul p, .indexCon5 ul li a{
        line-height: 26px;
    }
    .indexCon5{
        margin-bottom: 15px;
    }
    .ghgzImg,.ghgzList{
        width: 100%;
    }
    .ghgzImg a .img{
        padding: 60.3% 0 0;
    }
    .ghgzImg a .tit{
        padding: 10px;
        max-height: 72px;
    }
    .ghgzImg li,.ghgzList li,.ghgzImg li:last-of-type{
        margin-bottom: 20px;
    }
    .djgzList ul li a{
        flex-wrap: wrap;
    }
    .djgzList ul li .img{
        width: 100%;
        padding: 62% 0 0;
    }
    .djgzList ul li .con{
        width: 100%;
        padding: 18px;
    }
    .indexCon5 ul p{
        width: 100%;
    }
    .indexCon4{
        padding: 40px 0 20px;
    }
}