@charset "utf-8";
.fdtp table{width:auto;}
.ImgBanner{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.ImgBanner::before{
    display: block;
    content: "";
    width: 100%;
    height: 1.2rem;
    background: linear-gradient(0deg,rgba(0,0,0,0.7) 0%,rgba(0,0,0,0) 100%);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 8;
}
.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: #cc9933;
}
/* lmTit */
.lmTit{
    white-space: nowrap;
    flex-wrap: nowrap;
}
.lmTit .tit{
    display: flex;
    align-items: center;
    height: 0.5rem;
}
.lmTit .tit p{
    font-family: TimesNewRoman;
    font-size: 0.6rem;
    line-height: 0.36rem;
    font-weight: bold;
    color: #003399;
    margin-right: 5px;
}
.lmTit .tit h2{
    font-family: SourceHanSerifCN;
    font-size: 0.26rem;
    line-height: 0.3rem;
    color: #333333;
}
.lmTit .tit h2 span{
    display: block;
    font-family: TimesNewRoman;
    font-size: 12px;
    color: #cccccc;
    line-height: 20px;
    font-weight: normal;
}
.lmTit .more a{
    display: block;
    width: auto;
    height: auto;
    font-size: 0.16rem;
    line-height: 0.36rem;
    color: #003399;
    border-bottom: 1px solid #003399;
    padding-left: 0.3rem;
    position: relative;
    box-sizing: border-box;
    transition: all .3s;
}
.lmTit .more a:hover{
    padding-left: 0.4rem;
}
.lmTit .more a::before{
    display: block;
    content: "";
    width: 0.36rem;
    height: 0.36rem;
    background: #003399 url(../img/moreIcon1.png) no-repeat center;
    background-size: 0.12rem auto;
    border-radius: 100%;
    position: absolute;
    left: 0;
    bottom: -1px;
    transform: translateX(-50%);
}
.lmTit .tit.tit2 p,.lmTit .tit.tit2 h2,.lmTit .tit.tit2 h2 span{
    color: #fff;
}
.lmTit .more.more2 a{
    color: #fff;
    border-bottom: 1px solid #fff;
}
.lmTit .more.more2 a::before{
    background: #fff url(../img/moreIcon2.png) no-repeat center;
    background-size: 0.12rem auto;
}
/* bg */
.bg{
    background: #fff url(../img/bg1.png) no-repeat center bottom;
    background-size: 100% auto;
}
/* indexCon1 */
.indexCon1{
    background: url(../img/bg1_1.png) no-repeat top center;
    background-size: 100% auto;
    padding: 0.8rem 0 .3rem;
}
.indexCon1 .lmTit{
    margin-bottom: 0.4rem;
    position: relative;
}
.indexCon1 .sx{
    width: 100%;
    height: 0.12rem;
    background: url(../img/lmTitSx.png) repeat-x center;
    background-size: auto 0.12rem;
    margin: 0 0.48rem 0 0.3rem;
}
.tzgg {
    margin-top: .6rem;
}
.news-list3 { 
    display: flex; 
    flex-wrap: wrap; 
    justify-content: space-between; 
}
.news-list3 li {
    width: 48%;
    margin: 0 0 .4rem;
}
.news-list3 a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.news-list3 .date1 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: .7rem;
    height: .7rem;
    border-radius: 50%;
    background: #d3e0f3;
    font-family: TimesNewRoman2;
    font-size: .24rem;
    color: #003399;
    transition: all .3s;
}
.news-list3 .date1 span {
    width: 1px;
    height: .4rem;
    background: #88a2d3;
    transform: rotate(36deg);
}
.news-list3 .date1 p:nth-of-type(1) {
    transform: translateY(-10px);
}
.news-list3 .date1 p:nth-of-type(2) {
    transform: translateY(10px);
}
.news-list3 .tit {
    width: calc(100% - .9rem);
    font-size: .18rem;
    line-height: .3rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: .6rem;
    transition: all .3s;
}
.news-list3 a:hover .tit {
    color: #003399;
    font-weight: 700;
}
.news-list3 a:hover .date1 {
    background: #003399;
    color: #fff;
}

.indexCon1 div.fl{
    width: 57%
}
.indexCon1 div.fr{
    width: 40.3%;
}
.newBanner{
    box-shadow: 0 0 0.16rem 0 rgba(0,38,114,0.2);
}
.newBanner li{
    float: left;
    width: 100%;
    height: auto;
}
.newBanner li a{
    display: block;
    width: 100%;
    height: auto;
    position: relative;
}
.newBanner li .img{
    width: 100%;
    padding: 4.6rem 0 0;
}
.newBanner li .tit{
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0.2rem;
    padding-right: 1.4rem;
    box-sizing: border-box;
    background: linear-gradient(0deg,rgba(0,0,0,0.7) 0%,rgba(0,0,0,0) 100%);
}
.newBanner li .tit p{
    font-size: 0.24rem;
    line-height: 0.36rem;
    color: #ffffff;
    height: 0.36rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.newBanner li .time{
    position: absolute;
    right: 0.2rem;
    top: 0.2rem;
    background: #003399;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    width: 0.65rem;
    height: 0.65rem;
}
.newBanner li .time p{
    font-family: TimesNewRoman2;
    width: 100%;
    display: block;
    text-align: center;
    color: #fff;
    line-height: 1;
}
.newBanner li .time p:nth-of-type(1){
    font-size: 0.3rem;
}
.newBanner li .time p:nth-of-type(2){
    font-size: 12px;
    margin-top: 0.05rem;
}
.newBanner .slick-dots{
    width: auto;
    height: 0.36rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    bottom: 0.2rem;
    right: 0.2rem;
}
.newBanner .slick-dots li{
    width: 0.11rem;
    height: 0.11rem;
    border-radius: 100%;
    background: rgba(255,255,255,0.5);
    margin-left: 0.1rem;
}
.newBanner .slick-dots li.slick-active{
    background: #cc9933;
}
.newList{
    margin-top: 0.15rem;
}
.newList a{
    display: block;
    width: 100%;
    height: auto;
    border-bottom: 1px solid #e8e8e8;
    padding: 0.1rem 0;
    padding-left: 0.25rem;
    background: url(../img/newListIcon.png) no-repeat left center;
    background-size: 0.15rem auto;
    box-sizing: border-box;
}
.newList li .tit{
    font-size: 0.18rem;
    line-height: 0.36rem;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    height: auto;
}
.newList li .tit span{
    font-family: TimesNewRoman2;
    font-size: 0.14rem;
    color: #999999;
    display: block;
    width: auto;
    font-weight: normal;
}
.newList li .txt{
    display: none;
    font-size: 0.16rem;
    line-height: 0.24rem;
    max-height: 0.48rem;
    color: #999999;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 0.04rem;
}
.newList li.on .txt{
    display: block;
    display: -webkit-box;
}
.newList li.on .tit{
    color: #003399;
    font-weight: bold;
}
.newList li.on a{
    padding-left: 0;
    background: none;
}
.newImg li{
    margin-bottom: 0.26rem;
}
.newImg li:last-of-type{
    margin-bottom: 0;
}
.newImg li a{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 9;
}
.newImg li:first-of-type a{
    padding-top: 0;
}
.newImg li .img{
    width: 56.42%;
    padding: 1.74rem 0 0;
}
.newImg li .con{
    width: 43.58%;
    padding-left: 0.25rem;
    box-sizing: border-box;
    position: relative;
    z-index: 8;
}
.newImg li .con .tit{
    font-size: 0.18rem;
    line-height: 0.28rem;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 0.56rem;
}
.newImg li .con .txt{
    font-size: 0.16rem;
    line-height: 0.24rem;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 0.48rem;
    margin: 0.1rem 0 0.3rem;
}
.newImg li .con .time{
    font-family: TimesNewRoman2;
    font-size: 0.14rem;
    line-height: 0.2rem;
    color: #999999;
}
.newImg li a:hover .con .tit{
    color: #003399;
    font-weight: bold;
}
.newImg .slick-dots{
    position: static;
    width: 100%;
    text-align: center;
}
.newImg .slick-dots li{
    width: 0.11rem;
    height: 0.11rem;
    border-radius: 100%;
    background: rgba(220,220,220,0.5);
    margin-left: 0.1rem;
    margin-bottom: 0;
}
.newImg .slick-dots li:first-of-type{
    margin-left: 0;
}
.newImg .slick-dots li.slick-active{
    background: #cc9933;
}
/* indexCon2 */
.indexCon2{
    padding: 1.2rem 0 1.5rem;
}
.indexCon2 .w1400{
    position: relative;
}
.indexCon2 .lmTit{
    position: absolute;
    width: 47.65%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    background: url(../img/bg2.png) no-repeat center top;
    background-size: 100% auto;
    padding: 0.4rem 0;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
}
.indexCon2 .lmTit .more{
    margin-left: -0.18rem;
}
.notice li{
    float: left;
    width: 24.6%;
    margin-right: 50.8%;
}
.notice li:nth-of-type(2n){
    margin-right: 0;
}
.notice li a{
    display: block;
    width: 100%;
    height: auto;
    padding: 0.15rem 0;
    border-bottom: 1px solid #e8e8e8;
    position: relative;
}
.notice li a .tit{
    font-size: 0.18rem;
    line-height: 0.28rem;
    color: #333333;
    text-overflow: ellipsis;
    overflow: hidden;
white-space:nowrap;
}
.notice li a .time{
    font-family: TimesNewRoman2;
    font-size: 0.14rem;
    line-height: 0.2rem;
    color: #999999;
    margin-top: 0.14rem;
}
.notice li a:hover{
    padding: 0.15rem 0.2rem;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0 0 0.16rem 0 rgba(0,38,114,0.2);
}
.notice li a:hover .tit{
    font-weight: bold;
    color: #003399;
}
.notice li a:hover::before{
    display: block;
    content: "";
    width: 0.04rem;
    height: 0.46rem;
    background: #003399;
    position: absolute;
    left: 0;
    top: 0.2rem;
}
/* indexCon4 */
.indexCon4{
    padding: .6rem 0 .3rem;
}
.indexCon4 .lmTit {
    margin-bottom: 0.4rem;
}
.indexCon4 .sx{
    width: 100%;
    height: 0.12rem;
    background: url(../img/lmTitSx.png) repeat-x center;
    background-size: auto 0.12rem;
    margin: 0 0.48rem 0 0.3rem;
}
.indexCon4 .fl, .indexCon4 .fr {
    width: 47.2%;
}
.indexCon4 .newList {
    margin: .25rem 0 0;
}


.jyjx li{
    transition: width 0.3s!important;
}
.jyjx li:last-of-type{
    margin-right: 0;
}
.jyjx li a{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    background: #fff;
    box-shadow: 0 0 0.16rem 0 rgba(0,38,114,0.2);
}
.jyjx li a:hover .tit {
    color: #003399;
    font-weight: 700;
}
.jyjx li .img{
    width: 100%;
    padding: 1.86rem 0 0;
}
.jyjx li .con{
    width: 52.625%;
    display: none;
    padding: 0.2rem 0.3rem;
    box-sizing: border-box;
    position: relative;
}
.jyjx li .tit{
    font-size: 0.18rem;
    line-height: 0.28rem;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 0.56rem;
}
.jyjx li .txt{
    font-size: 0.16rem;
    line-height: 0.24rem;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 0.48rem;
    margin: 0.1rem 0;
}
.jyjx li .time{
    font-family: TimesNewRoman2;
    font-size: 0.14rem;
    line-height: 0.2rem;
    color: #999999;
}
.jyjx li.on{

}
.jyjx li.on .img{
    width: 47.325%;
}
.jyjx li.on .con{
    display: block;
}
.jyjx li.on .tit,.jyjx li:hover .tit{
    /* font-weight: bold;
    color: #003399; */
}
.jyjx li.on .tit::before,.jyjx li:hover .tit::before{
    display: block;
    content: "";
    width: 0.04rem;
    height: 0.46rem;
    background: #003399;
    position: absolute;
    left: 0;
    top: 0.25rem;
}
/* indexCon3 */
.indexCon3{
    position: relative;
    z-index: 9;
    padding: 2.8vw 0 .6rem;
    background: url(../img/bg3.png) no-repeat top center;
    background-size: cover;
}
.indexCon3 .mask-h { position: absolute; z-index: 53; top: 0; width: 50%; background-color: #fff; height: 100%; -webkit-transition: all 1.5s ease; transition: all 1.5s ease; }
.indexCon3 .mask-h.left { left: 0; }
.indexCon3 .mask-h.right { right: 0; }
.indexCon3.animation .mask-h { width: 0;}
.indexCon3 .lmTit{
    padding: 0.65rem 0 .1rem;
}
.indexCon3 .fl, .indexCon3 .fr {
    width: 47.2%;
}
.indexCon3 .newList li:last-child a {
    border: none;
}
.indexCon3 .newList a {
    
    padding-top: .12rem;
    padding-bottom: .12rem;
    background-image: url("../img/newListIcon2.png");
    border-color: rgba(203, 216, 230, .3);
}
.newList a {
    position: relative;
}
.newList a::after {
    position: absolute;
    left: 0;
    bottom: -1px;
    z-index: 1;
    content: "";
    width: 0;
    height: 1px;
    background: #003399;
    transition: all .5s;
}
.newList a:hover .tit {
    font-weight: 700;
    color: #003399
}
.indexCon3 .newList a::after {
    background: #fff;
}
.indexCon3 .newList a:hover .tit {
    color: #fff;
}
.newList a:hover::after {
    width: 100%;
}

.indexCon3 .newList .tit {
   color: #fff;
}
.indexCon3 .newList .tit span {
    color: #fff;
}
.dqgz li{
    float: left;
    width: 31.74%;
    margin-right: 2.39%;
}
.dqgz li:nth-of-type(3n){
    margin-right: 0;
}
.dqgz li a{
    display: flex;
    flex-direction: column;
}
.dqgz li:nth-of-type(2) a{
    flex-direction: column-reverse;
}
.dqgz li a .img{
    width: 100%;
    padding: 2.55rem 0 0;
    box-shadow: 0 0 0.16rem 0 rgba(0,38,114,0.2);
}
.dqgz li a .con{
    width: 100%;
    height: 2.55rem;
    padding-top: 0.15rem;
    box-sizing: border-box;
}
.dqgz a .con .tit{
    font-size: 0.18rem;
    line-height: 0.28rem;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 0.56rem;
}
.dqgz a .con .txt{
    font-size: 0.16rem;
    line-height: 0.24rem;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 0.72rem;
    margin-top: 0.15rem;
}
.dqgz a .con .hx{
    width: 0.46rem;
    height: 1px;
    background: #003399;
    margin: 0.3rem 0;
}
.dqgz a .con .time{
    font-family: TimesNewRoman2;
    font-size: 0.14rem;
    line-height: 0.2rem;
    color: #999999;
}
.dqgz li:nth-of-type(2) a .con .tit,.dqgz li:nth-of-type(2) a .con .txt,.dqgz li:nth-of-type(2) a .con .time{
    color: #fff;
}
.dqgz li:nth-of-type(2) a .con .hx{
    background: #fff;
}
.dqgz a:hover .con .tit{
    font-weight: bold;
    color: #003399;
}
.dqgz li:nth-of-type(2) a:hover .con .tit{
    color: #fff;
}
/* media */
@media only screen and (min-width: 1921px){
    .lmTit .tit h2 span{
        font-size: 0.12rem;
        line-height: 0.2rem;
    }
    .newBanner li .time p:nth-of-type(2){
        font-size: 0.12rem;
    }
}
@media only screen and (max-width: 1500px){
    .banner .slick-dots{
        max-width: 100%;
        width: 100%;
        padding: 0 0.3rem;
        box-sizing: border-box;
    }
}
@media only screen and (max-width: 1040px){
    .indexCon1{
        padding: 50px 0 0;
    }
    .indexCon1 .lmTit{
        margin-bottom: 30px;
    }
    .indexCon1 div.fl{
        width: 100%;
    }
    .indexCon1 div.fr{
        width: 100%;
        display: none;
    }
    .newBanner li .img{
        padding: 56.25% 0 0;
    }
    .newList li .tit span{
        font-size: 14px;
    }
    .indexCon2{
        padding: 50px 0;
    }
    .indexCon2 .lmTit{
        position: static;
        width: 100%;
        flex-direction: row;
        background: none;
        padding: 0;
        margin-bottom: 20px;
    }
    .notice li{
        width: 100%;
        margin-right: 0%;
    }
    .notice li a .tit{
        height: auto;
   
    }
    .notice li a .time{
        font-size: 14px;
    }
    
    .dqgz li{
        width: 100%;
        margin-right: 0;
        margin-top: 30px;
    }
    .dqgz li a,.dqgz li:nth-of-type(2) a{
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
    .indexCon3 .lmTit{
        padding:  0;
    }
    .indexCon3::before,.indexCon3 .mask-h{
        display: none;
    }
    
    
    .dqgz li a .img{
        width: 45%;
    }
    .dqgz li a .con{
        width: 55%;
        padding-top: 0;
        height: auto;
        padding-left: 25px;
        box-sizing: border-box;
    }
    .dqgz li:nth-of-type(2) a .con .tit{
        color: #333;
    }
    .dqgz li:nth-of-type(2) a .con .txt{
        color: #666;
    }
    .dqgz li:nth-of-type(2) a .con .time{
        color: #999;
    }
    .dqgz a .con .time{
        font-size: 14px;
    }
    .indexCon4{
        padding: 50px 0 1.2rem;
    }
    .jyjx li,.jyjx li.on{
        width: 100%;
        margin-right: 0;
    }
    .jyjx li .img,.jyjx li.on .img{
        width: 50%;
        padding: 28.125% 0 0;
    }
    .jyjx li .con,.jyjx li.on .con{
        width: 50%;
        display: block;
    }
    .jyjx li .time{
        font-size: 14px;
    }
    .dqgz li:nth-of-type(2) a .con .hx{
        background: #003399;
    }
    .dqgz li:nth-of-type(2) a:hover .con .tit{
        color: #003399;
    }
    .indexCon3 {  
        padding-bottom: .3rem;
        background-image: url("../img/bg3_2.jpg");
    }
    .indexCon3 .fl, .indexCon3 .fr {
        width: 100%;
    }
    .indexCon3 .w1400 > .fr, .indexCon4 .w1400 > .fr {
        margin-top: .4rem;
    }
    .indexCon4 .fl, .indexCon4 .fr {
        width: 100%;
    }
    .indexCon4 .newList {
        margin-top: .1rem;
    }
}
@media only screen and (max-width: 768px){
    .dqgz li a .img{
        width: 100%;
        padding: 56.25% 0 0;
    }
    .dqgz li a .con{
        width: 100%;
        padding: 15px;
        box-sizing: border-box;
        box-shadow: 0 0 10px 0 rgba(0,38,114,0.1);
    }
    .dqgz li a, .dqgz li:nth-of-type(2) a{
        flex-wrap: wrap;
    }
    .dqgz a .con .tit{
        height: auto;
        max-height: 0.56rem;
    }
    .dqgz a .con .txt{
        height: auto;
        max-height: 0.72rem;
        margin-top: 8px;
    }
    .dqgz a .con .hx{
        margin: 15px 0;
    }
    .indexCon4 .lmTit{
        margin-bottom: 30px;
    }
    .indexCon4{
        padding: 50px 0 80px;
    }
    .jyjx li .img,.jyjx li.on .img{
        width: 100%;
        padding: 56.25% 0 0;
    }
    .jyjx li .con,.jyjx li.on .con{
        width: 100%;
        display: block;
        padding: 15px;
    }
    .jyjx li a{
        flex-wrap: wrap;
    }
    .newBanner li .tit{
        padding: 15px 10px;
        padding-right: 100px;
    }
    .newBanner li .tit p{
        font-size: 20px;
        line-height: 30px;
    }
    .newBanner .slick-dots{
        right: 10px;
        height: 30px;
        bottom: 15px;
    }
    .news-list3 li {
        width: 100%;
        margin: 0 0 .2rem;
    }
    .indexCon3 .w1400 > .fr {
        margin-top: .2rem;
    }
    .indexCon3 {
        padding-top: .3rem;
    }
}
@media only screen and (max-width: 560px){
    .banner a .img{
        padding: 40% 0 0;
    }
    .banner .slick-dots{
        justify-content: center;
        bottom: 15px;
    }
    .ImgBanner::before{
        height: 30px;
    }
    .indexCon1{
        padding: 30px 0 0;
    }
    .newBanner li .time{
        right: 0;
        top: 0;
        width: 54px;
        height: 54px;
    }
    .newBanner li .tit p{
        font-size: 16px;
        line-height: 24px;
        -webkit-line-clamp: 2;
        max-height: 48px;
        height: auto;
    }
    .newBanner li .tit{
        padding: 10px 5px;
        padding-right: 70px;
    }
    .newBanner .slick-dots {
        right: 5px;
        bottom: 10px;
        height: 24px;
    }
    .newBanner .slick-dots li{
        width: 8px;
        height: 8px;
        margin-left: 8px;
    }
    .newList li .txt{
        display: block;
        display: -webkit-box;
    }
    .newList a{
        padding-left: 0;
        background: none;
    }
    .indexCon3 .newList a {
        background: none;
    }
    .newList li .tit span{
        display: block;
        width: 100%;
    }
    .newList li .tit{
        display: flex;
        white-space: normal;
        flex-direction: column-reverse;
        text-overflow: clip;
        font-size: 16px;
        line-height: 24px;
    }
    .newList li .txt{
        font-size: 14px;
        line-height: 22px;
        max-height: 44px;
    }
    .indexCon1 .lmTit{
        margin-bottom: 20px;
    }
    .lmTit .tit p{
        font-size: 50px;
        line-height: 1;
        margin-right: 4px;
    }
    .lmTit .tit h2{
        font-size: 20px;
        line-height: 28px;
    }
    .lmTit .tit h2 span{
        font-size: 12px;
        line-height: 20px;
    }
    .lmTit .more a{
        font-size: 14px;
        line-height: 30px;
        padding-left: 20px;
    }
    .lmTit .more a:hover{
        padding-left: 25px;
    }
    .lmTit .more a::before{
        width:30px;
        height:30px;
    }
    .indexCon1 .sx{
        display:none;
    }
    .indexCon2{
        padding: 40px 0;
    }
    .notice li a{
        padding: 10px 0;
    }
    .notice li a:hover{
        padding: 10px 15px;
    }
    .notice li a .time{
        margin-top: 8px;
    }
    .notice li a .tit{
        font-size: 16px;
        line-height: 24px;
    
    }
    .indexCon2 .lmTit{
        margin-bottom: 10px;
    }
    .notice li a:hover::before{
        top: 14px;
        height: 40px;
        width: 2px;
    }
    .dqgz li{
        margin-top: 20px;
    }
    .dqgz li a .con{
        padding: 10px;
    }
    .dqgz a .con .txt{
        display: none;
    }
    .dqgz a .con .tit{
        font-size: 16px;
        line-height: 24px;
        max-height: 48px;
    }
    .indexCon4{
        padding: 40px 0 60px;
    }
    .indexCon4 .sx{
        display: none;
    }
    .indexCon4 .lmTit{
        margin-bottom: 20px;
    }
    .jyjx li .txt{
        display: none;
    }
    .jyjx li .con, .jyjx li.on .con{
        padding: 10px;
    }
    .jyjx li .tit{
        font-size: 16px;
        line-height: 24px;
        max-height: 48px;
    }
    .jyjx li.on .tit::before, .jyjx li:hover .tit::before{
        width: 2px;
        height: 40px;
        top: 14px;
    }
    .jyjx li .time{
        margin-top: 5px;
    }
    .jyjx li:last-of-type{
        margin-bottom: 0;
    }
}