@charset "utf-8";
.lmTit {
    margin-bottom: 0.35rem;
    justify-content: center;
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
}
.lmTit .tit h2{
    font-size: 0.36rem;
    line-height: 0.4rem;
    font-weight: bold;
    color: #00508f;
    position: relative;
    padding-bottom: 0.18rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.lmTit .tit h2::before{
    display: block;
    content: "";
    width: 0.6rem;
    height: 2px;
    background: #00508f;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}
.lmTit  .tit h2 span{
    display: block;
    width: 0.06rem;
    height: 0.06rem;
    background: #00508f;
    border-radius: 100%;
    margin: 0 0.06rem;
}
.lmTit a{
    display: block;
    box-sizing: border-box;
    font-size: 0.16rem;
    line-height: 0.4rem;
    color: #666666;
    padding-right: 0.36rem;
    background: url(../img/moreIcon.png) no-repeat right center;
    transition: all .3s;
    position: absolute;
    right: 0;
    top: 0;
}
.lmTit a:hover{
    color: #00508f;
    font-weight: bold;
}
.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: 42.55% 0 0;
}
.banner a .tit{
    width: 100%;
    max-width: 16.5rem;
    height: auto;
    font-size: 0.3rem;
    line-height: 0.5rem;
    color: #ffffff;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: absolute;
    left: 50%;
    bottom: 0.7rem;
    transform: translateX(-50%);
    z-index: 99;
}
.banner a:hover .img p{
    transform: none;
}
.widget{
    width: auto;
    height: 0.54rem;
    padding: 0 0.3rem;
    display: flex;
    position: absolute;
    left: 50%;
    bottom: 0.5rem;
    transform:translateX(-50%);
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.5);
    border-radius: 0.27rem;
}
.widget .num{
    margin-left: 1.3rem;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}
.widget .num::before{
    display: block;
    content: "";
    width: 0.78rem;
    height: 1px;
    background: rgba(255,255,255,0.6);
    position: absolute;
    left: -0.1rem;
    top: 50%;
    transform: translate(-100%,-50%);
}
.widget .num span{
    display: block;
    color: #ffffff;
    font-size: 0.18rem;
    line-height: 1;
    font-family: Times New Roman;
}
.widget .num span.current{
    font-size: 0.24rem;
}
.widget .num span.xg{
    margin-right: 2px;
}
.widget .arrow{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0;
}
.widget .arrow::before{
    display:none;
}
.widget .arrow .next,.widget .arrow .prev{
    width: 0.24rem;
    height: 0.24rem;
    background: url(../img/bannerArrow1.png) no-repeat center;
    background-size: 100% auto;
    cursor: pointer;
    margin: 0;
}
.widget .arrow .next:hover, .widget .arrow .prev:hover{
    background: url(../img/bannerArrow2.png) no-repeat center;
    background-size: 100% auto;
}
.widget .arrow .next{
    transform: rotateY(180deg);
}
.progress-container {
    position: relative;
    margin: 0 0.24rem;
    display: flex;
}
.progress-container::before{
    display: block;
    content: "";
    width: 0.1rem;
    height: 0.1rem;
    background: #fff;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.progress-circle {
    transform: rotate(-90deg); /* 让进度从顶部开始 */
}
.progress-bg {
    stroke: rgba(255,255,255,0.6);
}
.progress-fill {
    stroke: rgba(255,255,255,1);
    transition: none; /* 禁用CSS过渡 */
}
/* .indexCon1 */
.indexCon1{
    padding: 0.5rem 0 0.75rem;
    background: url(../img/bg1.png) no-repeat bottom center;
    background-size: cover;
}
.newBanner{
    width: 53.34%;
    position: relative;
}
.newBig{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.newBig a{
    display: block;
    width: 100%;
    height: auto;
    position: relative;
}
.newBig a .img{
    width: 100%;
    padding: 4.48rem 0 0;
}
.newBig a .tit{
    font-size: 0.18rem;
    line-height: 0.3rem;
    font-weight: bold;
    color: #fff;
    width: 100%;
    height: auto;
    background: linear-gradient(0,rgba(0,0,0,0.5) 10%,rgba(0,0,0,0) 100%);
    padding: 0.2rem 0.35rem;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    bottom: 0;
}
.newSmall{
    width: 2.8rem;
    height: auto;
    margin-top: -0.2rem;
    position: relative;
    z-index: 9;
    float: right;
    margin-right: 0.55rem;
}
.newSmall li a{
    display: block;
    width: 100%;
    height: auto;
}
.newSmall li .img{
    width: 100%;
    padding: 1.56rem 0 0;
}
.widget2 .next,.widget2 .prev{
    width: 0.42rem;
    height: 0.42rem;
    border-radius: 100%;
    background: url(../img/arrowIcon1.png) no-repeat center;
    background-size: 100%;
    position: absolute;
    bottom: 0.24rem;
    right: 3.6rem;
    cursor: pointer;
}
.widget2 .next:hover,.widget2 .prev:hover{
    background: url(../img/arrowIcon2.png) no-repeat center;
    background-size: 100%;
}
.widget2 .next{
    transform: rotateY(180deg);
    right: 4.2rem;
}
.widget2 .dot .slick-dots{
    position: static;
    width: auto;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    margin-top: 0.3rem;
}
.widget2 .dot .slick-dots li{
    font-size: 0.18rem;
    line-height: 0.3rem;
    color: #666666;
    position: relative;
    margin-right: 0.3rem;
    width: auto;
    height: auto;
}
.widget2 .dot .slick-dots li::before{
    display: block;
    content: "";
    width: 0.1rem;
    height: 1px;
    background: #999999;
    position: absolute;
    left:calc(100% + 0.1rem);
    top: 50%;
    transform: translateY(-50%);
}
.widget2 .dot .slick-dots li.slick-active{
    font-size: 0.24rem;
    line-height: 0.3rem;
    color: #00508f;
    margin-right: 0.75rem;
}
.widget2 .dot .slick-dots li.slick-active::before{
    width: 0.45rem;
    background: #00508f;
    left:calc(100% + 0.15rem);
}
.widget2 .dot .slick-dots li.slick-active::after{
    display: block;
    content: "";
    border-left: 0.08rem solid transparent;
    border-right: 0.08rem solid transparent;
    border-top: 0;
    border-bottom: 0.1rem solid #00508f;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -0.15rem;
}
.newList{
    width: 44.6%;
}
.newList li{
    margin-bottom: 0.16rem;
    position: relative;
    background: #fff url(../img/newListBg.png) no-repeat right center;
}
.newList li::before{
    display: block;
    content: "";
    width: 2px;
    height: 0.45rem;
    background: #00508f;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.newList li::after{
    display: block;
    content: "";
    width: 0;
    height: 100%;
    background: linear-gradient(45deg, #0065bf 0%, #00508f 100%);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}
.newList li:last-of-type{
    margin-bottom: 0;
}
.newList li a{
    display: flex;
    padding: 0.24rem 0.45rem;
    width: 100%;
    height: auto;
    box-shadow: 0 0.05rem 0.15rem 0 rgba(0,51,102,0.1);
    box-sizing: border-box;
    position: relative;
    z-index: 9;
    justify-content: space-between;
    align-items: center;
}
.newList li .tit{
    font-size: 0.18rem;
    line-height: 0.28rem;
    color: #333333;
    height: 0.56rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.newList li .time{
    width: auto;
    height: 0.56rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-left: 0.45rem;
}
.newList li .time span{
    display: block;
    font-size: 0.24rem;
    line-height: 1.2;
    color: #00508f;
}
.newList li .time span:nth-of-type(2){
    font-size: 0.16rem;
}
.newList li:hover::after{
    width: 100%;
}
.newList li:hover .tit{
    color: #ffffff;
}
.newList li:hover .time span{
    color: #fff;
}
/* indexCon2 */
.indexCon2{
    padding: 0.65rem 0;
    background: url(../img/bg2.png) no-repeat center;
    background-size: cover;
}
.notice{
    margin-bottom: 0.45rem;
}
.noticeSub li{
    float: left;
    width: 25%;
}
.noticeSub a{
    display: block;
    width: 100%;
    height: auto;
}
.noticeSub a .subCon{
    display: block;
    width: 100%;
    height: auto;
    background: #fff;
    box-shadow: 0 0 0.15rem 0 rgba(202,202,202,0.75);
    padding: 0.4rem;
    box-sizing: border-box;
    position: relative;
}
.noticeSub a .subCon .tit{
    font-size: 0.18rem;
    line-height: 0.3rem;
    color: #333333;
    height: 0.6rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 0.18rem;
    position: relative;
    z-index: 19;
}
.noticeSub a .subCon .time{
    font-size: 0.3rem;
    line-height: 1;
    color: #015198;
    position: relative;
    z-index: 19;
}
.noticeSub a .subCon .time span{
    font-size: 0.16rem;
}
.noticeSub a .subCon .icon{
    width: 0.36rem;
    height: 0.36rem;
    background: url(../img/noticeIcon.png) no-repeat top right;
    background-size: 100% auto;
    position: absolute;
    right: 0;
    top: 0;
}
.noticeSub a .subCon::before,.noticeSub a .subCon::after{
    display: block;
    content: "";
    width: 0;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
}
.noticeSub a .subCon::before{
    background: linear-gradient(45deg, #0065bf 0%, #00508f 100%);
    z-index: 8;
}
.noticeSub a .subCon::after{
    background: url(../img/noticeBg.png) no-repeat right bottom;
    z-index: 9;
}
.noticeSub a .subCon:hover::before,.noticeSub a .subCon:hover::after{
    width: 100%;
    left: 0;
}
.noticeSub a .subCon:hover .time,.noticeSub a .subCon:hover .tit{
    color: #fff;
}
.arrow{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 0.25rem;
    position: relative;
}
.arrow::before{
    display: block;
    content: "";
    width: 50%;
    height: 1px;
    background: #d8d8d8;
    position: absolute;
    right: 1.3rem;
    top: 50%;
    transform: translateY(-50%);
}
.arrow .next,.arrow .prev{
    width: 0.42rem;
    height: 0.42rem;
    background: url(../img/arrowIcon1.png) no-repeat center;
    background-size: 100% auto;
    cursor: pointer;
    border-radius: 100%;
}
.arrow .next:hover,.arrow .prev:hover{
    background: url(../img/arrowIcon2.png) no-repeat center;
    background-size: 100% auto;
}
.arrow .next{
    transform: rotateY(180deg);
    margin-right: 0.2rem;
}
.xsdt .lmTit{
    margin-bottom: 0.6rem;
}
.xsdt ul li{
    float: left;
    width: calc(100% / 3);
    position: relative;
}
.xsdt ul li a{
    display: block;
    width: 100%;
    height: auto;
    padding: 0.75rem 0.85rem;
    box-sizing: border-box;
    position: relative;
}
.xsdt ul li:nth-of-type(1) a{
    background: #0069ba;
}
.xsdt ul li:nth-of-type(2) a{
    background: #005fa9;
}
.xsdt ul li:nth-of-type(3) a{
    background: #0069ba;
}
.xsdt ul li a .tit{
    font-size: 0.18rem;
    line-height: 0.3rem;
    font-weight: bold;
    color: #fff;
    height: 0.6rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 0.25rem;
}
.xsdt ul li a .txt span{
    display: block;
    font-size: 0.14rem;
    line-height: 0.3rem;
    color: #ffffff;
    padding-left: 0.28rem;
    box-sizing: border-box;
}
.xsdt ul li a .txt span:nth-of-type(1){
    background: url(../img/xsdtIcon1.png) no-repeat left top 0.06rem;
}
.xsdt ul li a .txt span:nth-of-type(2){
    background: url(../img/xsdtIcon2.png) no-repeat left top 0.06rem;
}
.xsdt ul li a .txt span:nth-of-type(3){
    background: url(../img/xsdtIcon3.png) no-repeat left top 0.05rem;
}
.xsdt ul li a:hover{
    background: #00508f;
    transform: translateY(-0.3rem);
}
.xsdt ul li::before,.xsdt ul li::after{
    display: none;
    content: "";
    border-left: 0.15rem solid #003f71;
    border-right: 0.15rem solid transparent;
    border-top: 0.15rem solid #003f71;
    border-bottom: 0.15rem solid transparent;
    position: absolute;
    right: -0.3rem;
    bottom: 0;
    z-index: 10;
    display: none;
}
.xsdt ul li::after{
    right: auto;
    left: -0.3rem;
    border-right: 0.15rem solid #003f71;
    border-left: 0.15rem solid transparent;
    border-top: 0.15rem solid #003f71;
    border-bottom: 0.15rem solid transparent;
}
.xsdt ul li a::before,.xsdt ul li a::after{
    display: none;
    content: "";
    width: 0.3rem;
    height: 100%;
    background: #00508f;
    position: absolute;
    right: -0.3rem;
    bottom: 0;
    z-index: 10;
}
.xsdt ul li a::after{
    left: -0.3rem;
    right: auto;
}
.xsdt ul li:hover{
    z-index: 19;
}
.xsdt ul li:nth-of-type(1):hover::before{
    display: block;
}
.xsdt ul li:nth-of-type(1):hover a::before{
    display: block;
}
.xsdt ul li:nth-of-type(3):hover::after{
    display: block;
}
.xsdt ul li:nth-of-type(3):hover a::after{
    display: block;
}
.xsdt ul li:nth-of-type(2):hover::before,.xsdt ul li:nth-of-type(2):hover::after{
    display: block;
}
.xsdt ul li:nth-of-type(2):hover a::before,.xsdt ul li:nth-of-type(2):hover a::after{
    display: block;
}
/* indexCon3 */
.indexCon3{
    padding: 0.7rem 0;
    background: url(../img/bg3.png) no-repeat center;
    background-size: cover;
}
.newOne,.example{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.indexCon3 .lmTit{
    width: 2.37rem;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    margin-top: 0.3rem;
}
.indexCon3 .lmTit a{
    display: block;
    position: static;
    width: auto;
    margin-left: 0.2rem;
    margin-top: 0.3rem;
}
.indexCon3 .example .lmTit h2::before{
    margin-left: -0.18rem;
}
.newOne .newOneSub,.example .exampleSub{
    width: calc(100% - 2.37rem);
}
.example{
    margin-top: 0.7rem;
}
.exampleSub .arrow{
    justify-content: flex-start;
}
.exampleSub .arrow::before{
    left: 1.3rem;
    right: auto;
}
.exampleSub ul{
    margin: 0 -0.15rem;
}
.exampleSub ul li{
    float: left;
    margin: 0 0.15rem;
}
.exampleSub ul li a{
    display: block;
    width: 100%;
    height: auto;
}
.exampleSub ul li a .img{
    padding: 66.87% 0 0;
}
.exampleSub ul li a .tit{
    font-size: 0.18rem;
    line-height: 0.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
    text-align: center;
}
.exampleSub ul li a:hover .tit{
    font-weight: bold;
    color: #00508f;
}
.newOneSub ul li{
    float: left;
    width: 32%;
    margin-right: 2%;
}
.newOneSub ul li:nth-of-type(3n){
    margin-right: 0;
}
.newOneSub ul li a{
    display: block;
    width: 100%;
    height: auto;
    padding: 0 0.15rem;
    box-sizing: border-box;
    position: relative;
    border-bottom: 1px solid transparent;
}
.newOneSub ul li a::before{
    display: none;
    content: "";
    width: 0.07rem;
    height: 0.07rem;
    background: #00508f;
    position: absolute;
    right: 0;
    bottom: 0;
    transform: rotate(45deg) translate(50%,50%);
}
.newOneSub ul li a div{
    padding: 0.2rem 0;
    border-bottom: 1px solid #d8d8d8;
}
.newOneSub ul li a .tit{
    font-size: 0.18rem;
    line-height: 0.3rem;
    height: 0.6rem;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.newOneSub ul li a .time{
    font-size: 0.16rem;
    line-height: 0.3rem;
    color: #015198;
    padding-left: 0.3rem;
    background: url(../img/timeIcon.png) no-repeat left center;
    margin-top: 0.1rem;
}
.newOneSub ul li a:hover{
    background: #ffffff;
    border-bottom: 1px solid #00508f;
}
.newOneSub ul li a:hover::before{
    display: block;
}
.newOneSub ul li a:hover div{
    border-bottom: 1px solid transparent;
}
.newOneSub ul li a:hover .tit{
    color: #00508f;
}
.newOneSub ul li:nth-of-type(4),.newOneSub ul li:nth-of-type(5),.newOneSub ul li:nth-of-type(6){
    margin-top: 0.3rem;
}
@media only screen and (max-width: 1040px){
    .widget{
        bottom: 20px;
    }
    .newBanner,.newList{
        width: 100%;
        float: none;
    }
    .newList{
        margin-top: 30px;
    }
    .newSmall{
        display: none;
    }
    .widget2 .next, .widget2 .prev{
        position: static;
    }
    .widget2{
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
    }
     .widget2 .dot {
         margin:0 20px;
     }
    .widget2 .dot .slick-dots{
        margin-top:0;
    }
    .lmTit {
        margin-bottom: 30px;
        justify-content: space-between;
    }
    .lmTit .tit h2{
        font-size: 30px;
        line-height: 40px;
        padding-bottom: 10px;
    }
    .lmTit .tit h2::before{
        width: calc(50% - 15px);
        height: 2px;
        left: 0;
        transform: none;
    }
    .lmTit  .tit h2 span{
        width: 5px;
        height: 5px;
        margin: 0 5px;
    }
    .lmTit a{
        font-size: 16px;
        line-height: 40px;
        padding-right: 35px;
    }
    .newBig a .tit{
        padding: 15px;
        font-size: 18px;          
        line-height: 30px;
    }
    .indexCon1,.indexCon2,.indexCon3{
        padding: 50px 0;
    }
    .noticeSub a .subCon{
        padding: 20px;
    }
    .notice{
        margin-bottom: 40px;
    }
    .xsdt .lmTit{
        margin-bottom: 40px;
    }
    .xsdt ul li a:hover{
        transform: translateY(-20px);
    }
    .xsdt ul li a{
        padding: 30px 15px;
    }
    .xsdt ul li::before,.xsdt ul li::after,.xsdt ul li a::before,.xsdt ul li a::after{
        display: none!important;
    }
    .newOne, .example{
        flex-wrap: wrap;
    }
    .indexCon3 .lmTit{
        width: 100%;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        margin-top: 0;
    }
    .indexCon3 .lmTit a{
        margin-top:0;
        margin-left:0;
    }
    .newOne .newOneSub, .example .exampleSub{
        width: 100%;
    }
    .indexCon3 .example .lmTit h2::before{
        margin-left:0;
    }
    .exampleSub ul li{
        margin: 0 5px;
    }
    .exampleSub ul{
        margin: 0 -5px;
    }
    .example{
        margin-top: 50px;
    }
    .newBig a .img{
        padding: 56.25% 0 0;
    }
}
@media only screen and (max-width: 768px){
    .indexCon1,.indexCon2,.indexCon3{
        padding: 40px 0;
    }
    .newOneSub ul li{
        width: 49%;
        margin-top: 20px!important;
    }
    .newOneSub ul li:nth-of-type(3n){
        margin-right: 2%;
    }
    .newOneSub ul li:nth-of-type(2n){
        margin-right: 0;
    }
    .newOneSub ul li:nth-of-type(1), .newOneSub ul li:nth-of-type(2){
        margin-top: 0!important;
    }
    .example{
        margin-top: 40px;
    }
    .xsdt ul li{
        width: 100%;
        float: none;
    }
    .xsdt ul li a:hover{
        transform: none;
    }
    .xsdt ul li a{
        padding: 25px;
    }
    .xsdt ul li a .tit{
        margin-bottom: 10px;
        height: auto;
        -webkit-line-clamp: 3;
    }
    .lmTit {
        margin-bottom: 25px!important;
    }
    .lmTit .tit h2{
        font-size: 26px;
        line-height: 30px;
        padding-bottom: 10px;
    }
    .lmTit .tit h2::before{
        width: calc(50% - 15px);
        height: 2px;
        left: 0;
        transform: none;
    }
    .lmTit  .tit h2 span{
        width: 5px;
        height: 5px;
        margin: 0 5px;
    }
    .lmTit a{
        font-size: 14px;
        line-height: 30px;
        padding-right: 28px;
        background-size: 20px auto;
        position: static;
        margin-bottom: 10px;
    }
    .arrow,.exampleSub .arrow{
        justify-content: space-between;
        margin-top: 10px;
    }
    .exampleSub .arrow::before,.arrow::before{
        width: 50%;
        left: 0;
        right: 0;
        margin: auto;
        background: #00508f;
    }
    .arrow .next{
        margin-right: 0;
        margin-left: 10%;
    }
    .arrow .prev{
        margin-right: 10%;
    }
    .noticeSub a{
        padding: 10px;
        box-sizing: border-box;
    }
    .noticeSub{
        margin: 0 -10px;
    }
}
@media only screen and (max-width: 560px){
    .indexCon1,.indexCon2,.indexCon3{
        padding: 30px 0;
    }
    .widget{
        height: 34px;
        border-radius: 17px;
        padding: 0 15px;
        bottom: 10px;
    }
    .progress-container{
        margin: 0;
    }
    .progress-circle {
        transform: rotate(-90deg) scale(0.7); /* 让进度从顶部开始 */
    }
    .progress-container::before{
        width:5px;
        height:5px;
    }
    .widget .num{
        margin-left: 50px;
    }
    .widget .num::before{
        width: 30px;
    }
    .lmTit .tit h2{
        font-size: 22px;
        line-height: 30px;
        padding-bottom: 5px;
    }
    .lmTit .tit h2 span{
        width: 3px;
        height: 3px;
    }
    .lmTit .tit h2::before{
        width: calc(50% - 8px);
    }
    .newBig a .tit{
        padding: 10px;
        font-size: 16px;
        line-height: 24px;
    }
    .newList li a{
        padding: 20px;
        flex-wrap: wrap;
    }
    .newList li .tit{
        width: 100%;
        line-height: 25px;
        height: auto;
        max-height: 75px;
        -webkit-line-clamp: 3;
    }
    .newList li::before{
        top: 26px;
        transform: none;
    }
    .newList li .time{
        width: 100%;
        height: auto;
        flex-direction: row;
        justify-content: flex-start;
        margin-left: 0;
        margin-top: 5px;
        align-items: flex-end;
    }
    .newList li .time span{
        line-height: 24px;
    }
    .newList li .time span:nth-of-type(2){
        line-height: 20px;
        margin-left: 6px;
        font-size: 16px;
    }
    .notice{
        margin-bottom: 30px;
    }
    .xsdt ul li a{
        padding: 20px 15px;
    }
    .xsdt ul li a .txt span:nth-of-type(1){
        background: url(../img/xsdtIcon1.png) no-repeat left top 5px;
    }
    .xsdt ul li a .txt span:nth-of-type(2){
        background: url(../img/xsdtIcon2.png) no-repeat left top 5px;
    }
    .xsdt ul li a .txt span:nth-of-type(3){
        background: url(../img/xsdtIcon3.png) no-repeat left top 4px;
    }
    .newOneSub ul li{
        width: 100%;
        margin-right: 0!important;
        margin-top: 0!important;
    }
    .newOneSub ul li a div{
        padding: 10px 0;
    }
    .newOneSub ul li a{
        padding: 0;
    }
    .newOneSub ul li a:hover{
        padding: 0 10px;
    }
    .lmTit{
        margin-bottom: 20px!important;
    }
    .exampleSub .arrow{
        margin-top: 0;
    }
    .newOneSub ul li a .tit{
        height: auto;
        -webkit-line-clamp: 3;
    }
    .widget2 .dot .slick-dots li.slick-active{
        margin-right: 30px;
    }
    .widget2 .dot .slick-dots li.slick-active::before{
        width: 15px;
        left: calc(100% + 5px);
    }
    .widget2 .dot .slick-dots li{
        margin-right: 20px;
    }
    .widget2 .dot .slick-dots li::before{
        width: 5px;
        left: calc(100% + 5px);
    }
    .widget2 .dot{
        margin: 0 10px;
    }
    .newList{
        margin-top: 20px;
    }
    .noticeSub a{
        padding: 0 0 10px 0; 
        box-sizing: border-box;
    }
    .noticeSub{
        margin: 0;
    }
    .noticeSub a .subCon{
        box-shadow: 0 0 5px 0 rgba(202,202,202,0.5);
    }
}