@charset "UTF-8";
@font-face {
    font-family:"SourceHanSansCN-Bold" ;
    src: url(../font/SourceHanSansCN-Bold.ttf);
}
@font-face {
    font-family:"SourceHanSerifCN-Bold" ;
    src: url(../font/SourceHanSerifCN-Bold.ttf);
}

input[type=text]::placeholder{
        color: #000;
      }

.p50{
    padding: 0.6rem 0;
}
.lmTit {
    margin-bottom: 0.25rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.lmTit h2 {
    font-family: "SourceHanSerifCN-Bold";
    font-size: 0.38rem;
    line-height: 0.5rem;
    letter-spacing: 0em;
    color: #FFFFFF;
}
.lmTit h2 p{
    font-family: Source Han Sans SC;
    font-size: 0.18rem;
    font-weight: 500;
    line-height: 0.26rem;
    letter-spacing: 0em;
    color: #95B8FF;
    padding-left: 0.25rem;
    box-sizing: border-box;
    position: relative;
}
.lmTit h2 p::before{
    display:block;
    content:"";
    width:0.16rem;
    height:1px;
    background:#95B8FF;
    position:absolute;
    left:0;
    top:50%;
    transform:translateY(-50%);
}
.lmTit a{
    display:block;
    font-family: Source Han Sans SC;
    font-size: 0.18rem;
    font-weight: 500;
    line-height: 0.42rem;
    letter-spacing: 0em;
    color: #FFFFFF;
    padding-right:0.35rem;
    background:url(../img/moreIcon2.png) no-repeat right center;
}
.lmTit a:hover{
    transform:translateY(-8px);
}
.ImgBanner{
    width: 100%;
    overflow: hidden;
    position: relative;
    animation: 0.8s ease .3s 1 normal backwards running fadeInUp;
    margin: 0 auto;
}
.banner>div{
    float: left;
}
.banner a,.banner a img{
    display: block;
    width: 100%;
  
    min-height: 180px;
    object-fit: cover;
}
.banner .slick-dots{
    display: flex;
    bottom: 0.3rem;
    align-items: center;
    justify-content: center;
}
.banner .slick-dots li{
    width: 0.1rem;
    height: 0.1rem;
    margin:0 0.1rem;
}
.banner .slick-dots li button{
    display: block;
    width: 0.12rem;
    height: 0.12rem;
    border-radius: 100%;
    background: #427BEE;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.banner .slick-dots li button::before{
    display:none;
}
.banner .slick-dots li.slick-active{
    width: 0.24rem;
    height: 0.24rem;
    border-radius: 100%;
    background:none;
    border: 2px dashed #427BEE;
    box-sizing: border-box;
}
/* indexCon1 */
.indexCon1{
    padding: 0.5rem 0;
    background: url(../img/bg1.png) no-repeat center top;
    background-size: 100% auto;
}
.indexCon1 .lmTit h2{
    color: #333333;
}
.indexCon1 .lmTit h2 p{
    color: #427BEE;
}
.indexCon1 .lmTit h2 p::before{
    background: #427BEE;
}
.indexCon1 .lmTit a{
    color: #427BEE;
    background: url(../img/moreIcon1.png) no-repeat right center;
}
.new{
    width: 65.34%;
}
.newList ul li{
    width: 48.8%;
    float: left;
    margin-right: 2.4%;
    margin-top: 0.28rem;
}
.newList ul li:nth-of-type(2n){
    margin-right: 0;
}
.newList ul li a{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0.2rem;
    background: #ffffff;
    box-sizing: border-box;
    position: relative;
}
.newList ul li a .time{
    width: 0.64rem;
    height: auto;
    border-radius: 2px;
    box-sizing: border-box;
    border: 1px solid #427BEE;
    font-family: Arial;
    font-size: 0.12rem;
    font-weight: normal;
    line-height: 0.2rem;
    text-align: center;
    letter-spacing: 0em;
    color: #9E9E9E;
    position: relative;
    z-index: 9;
}
.newList ul li a .time span{
    display: block;
    font-family: Arial;
    font-size: 0.3rem;
    font-weight: bold;
    line-height: 0.44rem;
    letter-spacing: 0em;
    color: #FFFFFF;
    background: #427BEE;
}
.newList ul li a .tit{
    width: calc(100% - 0.64rem);
    padding-left: 0.3rem;
    box-sizing: border-box;
    font-family: Source Han Sans SC;
    font-size: 0.2rem;
    font-weight: 500;
    line-height: 0.32rem;
    max-height: 0.64rem;
    letter-spacing: 0em;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    position: relative;
    z-index: 9;
}
.newList li a:hover .tit{
    color: #427BEE;
}
.newList li a::before{
    display: none;
    content: "";
    width: 100%;
    height: 100%;
    background: url(../img/newListBg.png) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}
.newList li a:hover::before{
    display: block;
}
.newBanner li a{
    display: flex;
    position: relative;
    width: 100%;
    height: 3.75rem;
}
.newBanner li .img{
    width: 63%;
    padding: 3.75rem 0 0;
}
.newBanner .con{
    width: 37%;
    height: 100%;
    background: url(../img/newBg.png) no-repeat center bottom;
    background-size: cover;
    box-sizing: border-box;
    padding: 0.28rem 0.25rem;
    position: relative;
}
.newBanner .con::before{
    display:block;
    content:"";
    width:0.3rem;
    height:2px;
    background:#fff;
    position:absolute;
    right:0.25rem;
    top: 0.6rem;
}
.newBanner .con .tit{
    font-family: Source Han Sans SC;
    font-size: 0.2rem;
    font-weight: 500;
    line-height: 0.32rem;
    letter-spacing: 0em;
    color: #FFFFFF;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 0.64rem;
    margin: 0.25rem 0 0.18rem;
}
.newBanner .con .txt{
    font-family: Source Han Sans SC;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.28rem;
    letter-spacing: 0em;
    /* 蓝底亮色 */
    color: #BAD0FD;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 0.56rem;
}
.newBanner .con .more{
    float: left;
    font-family: Source Han Sans SC;
    font-size: 0.18rem;
    font-weight: 500;
    line-height: 0.42rem;
    letter-spacing: 0em;
    color: #FFFFFF;
    padding-right: 0.35rem;
    background: url(../img/moreIcon2.png) no-repeat right center;
    margin-top: 0.46rem;
}
.newBanner .bt{
    width: 63%;
    height: auto;
    position: absolute;
    left: 0;
    bottom: 0;
    font-family: Source Han Sans SC;
    font-size: 0.2rem;
    font-weight: 500;
    line-height: 0.24rem;
    text-transform: uppercase;
    letter-spacing: 0em;
    color: #FFFFFF;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #020202 100%);
    padding: 0.3rem 1rem 0.15rem 0.15rem;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.newBanner ul li a .time{
    width: 0.64rem;
    height: auto;
    border-radius: 2px;
    box-sizing: border-box;
    font-family: Arial;
    font-size: 0.12rem;
    font-weight: normal;
    line-height: 0.22rem;
    text-align: center;
    letter-spacing: 0em;
    color: #ffffff;
    position: relative;
    z-index: 9;
    background: #427BEE;
}
.newBanner ul li a .time span{
    display: block;
    font-family: Arial;
    font-size: 0.3rem;
    font-weight: bold;
    line-height: 0.44rem;
    letter-spacing: 0em;
    color: #427BEE;
    background: #ffffff;
}
.newBanner .slick-dots{
    width: auto;
    right: calc(37% + 0.2rem);
    left: auto;
    bottom: 0.15rem;
    height: 0.24rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.newBanner .slick-dots li{
    width: 0.12rem;
    height: 0.12rem;
    border-radius: 100%;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    margin-right: 0.06rem;
}
.newBanner .slick-dots li:last-of-type{
    margin-right:0;
}
.newBanner .slick-dots li.slick-active{
    background: #ffffff;
}
.notice{   
    width: 30.4%;
}
.notice ul{
    padding: 0.15rem 0.3rem 0.3rem;
    box-sizing: border-box;
    background: #fff;
}
.notice ul li a {
    display: block;
    padding: 0.15rem 0;
    border-bottom: 1px solid #E5E5E5;
    box-sizing: border-box;
}
.notice ul li a .time{
    font-family: Source Han Sans SC;
    font-size: 0.16rem;
    font-weight: 500;
    line-height: 0.32rem;
    letter-spacing: 0em;
    color: #427BEE;
    padding-left: 0.35rem;
    box-sizing: border-box;
    background: url(../img/timeIcon.png) no-repeat left center;
    margin-bottom: 0.05rem;
}
.notice ul li a .tit{
    font-family: Source Han Sans SC;
    font-size: 0.2rem;
    font-weight: 500;
    line-height: 0.32rem;
    letter-spacing: 0em;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.notice ul li a:hover .tit{
    color: #427BEE;
}
/* indexCon2 */
.indexCon2{
    position: relative;
    background: linear-gradient(180deg, #396EDB 0%, #1549B6 100%);
    padding: 0.5rem 0;
}
.indexCon2::before{
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: url(../img/bg2.png) no-repeat center;
    background-size: 100% auto;
    position: absolute;
    left: 0;
    top: 0;
}
.indexCon2 .w1440{
    position: relative;
    z-index: 9;
}
.xsjl,.tab{
    width: 48.68%;
}
.xsjl ul{
    width: 100%;
    background: #ffffff;
}
.xsjl ul li a{
    display: flex;
    width: 100%;
    padding: 0.1rem 0.2rem;
    box-sizing: border-box;
    border-bottom: 1px solid #E5E5E5;
}
.xsjl ul li .img{
    display: none;
    width: 45%;
    padding: 1.95rem 0 0;
}
.xsjl ul li.on .img{
    display: block;
}
.xsjl ul li .con{
    width: 100%;
    padding-left: 0;
    box-sizing: border-box;
}
.xsjl ul li.on .con{
    width: 55%;
    padding-left: 0.25rem;
}
.xsjl ul li .con .txt{
    display: none;
    font-family: Source Han Sans SC;
    font-size: 0.16rem;
    font-weight: 500;
    line-height: 0.32rem;
    letter-spacing: 0em;
    color: #333333;
    margin-top: 0.1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 0.35rem;
    box-sizing: border-box;
}
.xsjl ul li .con .sj{
    background: url(../img/timeIcon.png) no-repeat left center;
}
.xsjl ul li .con .dz{
    background: url(../img/dzIcon.png) no-repeat left center;
}
.xsjl ul li .con .ry{
    background: url(../img/ryIcon.png) no-repeat left center;
}
.xsjl ul li .con .tit{
    font-family: Source Han Sans SC;
    font-size: 0.2rem;
    font-weight: 500;
    line-height: 0.32rem;
    letter-spacing: 0em;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 0.32rem;
}
.xsjl ul li.on .con .txt{
    display: block;
}
.xsjl ul li.on .tit{
    -webkit-line-clamp: 2;
    max-height: 0.64rem;
}
.xsjl ul li.on .con .time{
    display: none;
}
.xsjl ul li .con .time{
    font-family: Source Han Sans SC;
    font-size: 0.16rem;
    font-weight: 500;
    line-height: 0.32rem;
    letter-spacing: 0em;
    color: #427BEE;
    padding-left: 0.35rem;
    box-sizing: border-box;
    background: url(../img/timeIcon.png) no-repeat left center;
    margin-bottom: 0.05rem;
}
.xsjl ul li.on a{
    padding: 0.2rem;
    box-shadow: 0px 0.1rem 0.2rem 0px rgba(0, 0, 0, 0.15);
}
/* tab */
.tabIn{
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    position: relative;
    margin-bottom: 0.25rem;
}
.tabIn .lmTit{
    margin-bottom: 0;
    margin-right: 0.15rem;
    cursor: pointer;
}
.tabIn .lmTit:last-of-type{
    margin-right:0;
}
.tabIn .lmTit p{
    display: none;
}
.tabIn .lmTit a{
    display: none;
    position: absolute;
    right: 0;
    bottom: 0;
}
.tabIn .lmTit.in p,.tabIn .lmTit.in a{
    display: block;
}
.tabIn .lmTit h2{
    /* font-family: Source Han Sans SC; */
    font-size: 0.26rem;
    font-weight: bold;
    line-height: 0.42rem;
    letter-spacing: 0em;
    color: #BAD0FD;
}
.tabIn .lmTit.in h2{
    font-size: 0.38rem;
    line-height: 0.5rem;
    color: #FFFFFF;
}
.tabCon .list{
    display: none;
    animation: 0.5s ease 0s 1 normal backwards running fadeInUp;
}
.tabCon .list.con{
    display: block;
}
.list{
    padding: 0.13rem 0.3rem;
    background: #ffffff;
    box-sizing: border-box;
}
.list li a{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0.12rem 0;
    border-bottom: 1px solid #E5E5E5;
    position: relative;
}
.list li .time{
    font-family: Source Han Sans SC;
    font-size: 0.12rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    color: #427BEE;
    width: 0.5rem;
    text-align: center;
}
.list li .time span{
    display: block;
    width: 0.35rem;
    text-align: center;
    font-family: Source Han Sans SC;
    font-size: 0.22rem;
    font-weight: bold;
    line-height: 0.35rem;
    letter-spacing: 0em;
    color: #427BEE;
    background: url(../img/timeBg.png) no-repeat center;
    background-size: 100% 100%;
    margin: 0 auto 0.06rem;
}
.list li .tit{
    font-family: Source Han Sans SC;
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.28rem;
    letter-spacing: 0em;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: calc(100% - 0.5rem);
    padding-left: 0.3rem;
    box-sizing: border-box;
}
.list li a::before{
    display: block;
    content: "";
    width: 0;
    height: 2px;
    background: #427BEE;
    position: absolute;
    left: 0;
    bottom: -1px;
}
.list li a:hover::before{
    width: 100%;
}
.list li a:hover .tit{
    color:#427BEE
}
.indexCon3{
    padding: 0.5rem 0 1.3rem 0;
    background: url(../img/bg3.png) no-repeat top center;
    background-size: cover;
}
.d-topic-swiper1 {
    padding: 0;
    position: relative;
}
.d-topic-swiper1 .slider {
    padding: 0;
    overflow: hidden
}
.d-topic-swiper1 .slider .slider-in {
    margin: 0 -0.5rem;
    position: relative;
    overflow: hidden
}
.d-topic-swiper1 .swiper-slide {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    perspective: 1600px
}
.d-topic-swiper1 .wrap {
    width: 100%;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: relative;
    display: block !important;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
.d-topic-swiper1 .img1 {
    display: block;
    width: 100%;
    padding: 37.24% 0 0;
    position: relative;
}
.d-topic-swiper1 .img1 img{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    transition: all .3s;
}
.d-topic-swiper1 .swiper-slide {
    overflow: visible
}
.d-topic-swiper1 .swiper-slide-active {
    position: relative;
    z-index: 2
}
.d-topic-swiper1 .swiper-slide-prev .wrap {
    transform: translate3d(12%, 0, 0) rotateX(0) rotateY(20deg) scale(.9);
    -webkit-transform: translate3d(12%, 0, 0) rotateX(0) rotateY(20deg) scale(.9);
    -moz-transform: translate3d(12%, 0, 0) rotateX(0) rotateY(20deg) scale(.9);
    -ms-transform: translate3d(12%, 0, 0) rotateX(0) rotateY(20deg) scale(.9);
    -o-transform: translate3d(12%, 0, 0) rotateX(0) rotateY(20deg) scale(.9)
}

.d-topic-swiper1 .swiper-slide-next .wrap {
    transform: translate3d(-12%, 0, 0) rotateX(0) rotateY(-20deg) scale(.9);
    -webkit-transform: translate3d(-12%, 0, 0) rotateX(0) rotateY(-20deg) scale(.9);
    -moz-transform: translate3d(-12%, 0, 0) rotateX(0) rotateY(-20deg) scale(.9);
    -ms-transform: translate3d(-12%, 0, 0) rotateX(0) rotateY(-20deg) scale(.9);
    -o-transform: translate3d(-12%, 0, 0) rotateX(0) rotateY(-20deg) scale(.9)
}

.d-topic-swiper1 .swiper-slide-prev .wrap:hover {
    transform: translate3d(12%, 0, 0) rotateX(0) rotateY(8deg) scale(.9);
    -webkit-transform: translate3d(12%, 0, 0) rotateX(0) rotateY(8deg) scale(.9);
    -moz-transform: translate3d(12%, 0, 0) rotateX(0) rotateY(8deg) scale(.9);
    -ms-transform: translate3d(12%, 0, 0) rotateX(0) rotateY(8deg) scale(.9);
    -o-transform: translate3d(12%, 0, 0) rotateX(0) rotateY(8deg) scale(.9)
}

.d-topic-swiper1 .swiper-slide-next .wrap:hover {
    transform: translate3d(-12%, 0, 0) rotateX(0) rotateY(-8deg) scale(.9);
    -webkit-transform: translate3d(-12%, 0, 0) rotateX(0) rotateY(-8deg) scale(.9);
    -moz-transform: translate3d(-12%, 0, 0) rotateX(0) rotateY(-8deg) scale(.9);
    -ms-transform: translate3d(-12%, 0, 0) rotateX(0) rotateY(-8deg) scale(.9);
    -o-transform: translate3d(-12%, 0, 0) rotateX(0) rotateY(-8deg) scale(.9)
}

.d-topic-swiper1 .swiper-next,
.d-topic-swiper1 .swiper-prev {
    position: absolute;
    top: 50%;
    width: 0.38rem;
    height: 0.38rem;
    cursor: pointer;
    background: #427BEE url(../img/moreIcon1.png) no-repeat center;
    border-radius: 100%;
    z-index: 6;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.d-topic-swiper1 .swiper-prev {
    left: -0.3rem;
    -webkit-transform: translateY(-50%) rotateY(180deg);
    -ms-transform: translateY(-50%) rotateY(180deg);
    -o-transform: translateY(-50%) rotateY(180deg);
    transform: translateY(-50%) rotateY(180deg);
}
.d-topic-swiper1 .swiper-next {
    right: -0.3rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
/* notice */
/* 动画 */
@media only screen and (min-width: 1041px){
    .indexCon1 .new,.indexCon1 .notice,
    .indexCon2 .xsjl,.indexCon2 .tab,
    .indexCon3{
        visibility: visible;
        opacity: 0;
    }
    .indexCon1.animation .new{
        visibility: inherit;
        opacity: 1;
        animation: 0.6s ease .4s 1 normal backwards running fadeInLeft;
    }
    .indexCon1.animation .notice{
        visibility: inherit;
        opacity: 1;
        animation: 0.6s ease .4s 1 normal backwards running fadeInRight;
    }
    .indexCon2.animation .xsjl{
        visibility: inherit;
        opacity: 1;
        animation: 0.6s ease .5s 1 normal backwards running fadeInLeft;
    }
    .indexCon2.animation .tab{
        visibility: inherit;
        opacity: 1;
        animation: 0.6s ease .5s 1 normal backwards running fadeInRight;
    }
    .indexCon3.animation{
        visibility: inherit;
        opacity: 1;
        animation: 0.8s ease .8s 1 normal backwards running fadeInUp;
    }
}
@media only screen and (max-width: 1600px){
    .d-topic-swiper1 .swiper-next,
    .d-topic-swiper1 .swiper-prev{
        top: calc(100% + 0.3rem);
    }
    .d-topic-swiper1 .swiper-prev{
        left: 45%;
        -webkit-transform: translateY(0) rotateY(180deg);
        -ms-transform: translateY(0) rotateY(180deg);
        -o-transform: translateY(0) rotateY(180deg);
        transform: translateY(0) rotateY(180deg);
    }
    .d-topic-swiper1 .swiper-next {
        right: 45%;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}
@media only screen and (max-width: 1040px){
    .banner .slick-dots{
        bottom: 25px;
    }
    .new,.notice{
        width: 100%;
    }
    .notice{
        margin-top: 40px;
    }
    .indexCon1{
        padding: 40px 0;
        background-size: cover;
    }
    .xsjl, .tab{
        width: 100%;
    }
    .tab{
        margin-top: 40px;
    }
    .indexCon2{
        padding: 40px 0;
        background-size: cover;
    }
    .indexCon3{
        padding: 60px 0 160px;
    }
    .d-topic-swiper1 .swiper-prev{
        left: 40%;
    }
    .d-topic-swiper1 .swiper-next {
        right: 40%;
    }
}
@media only screen and (max-width: 768px){
    .p50{
        padding: 40px 0;
    }
    .banner .slick-dots{
        bottom: 15px;
    }
    .d-topic-swiper1 .swiper-slide-prev .wrap {
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none
    }
    
    .d-topic-swiper1 .swiper-slide-next .wrap {
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none
    }
    
    .d-topic-swiper1 .swiper-slide-prev .wrap:hover {
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none
    }
    
    .d-topic-swiper1 .swiper-slide-next .wrap:hover {
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none
    }
    .d-topic-swiper1 .slider .slider-in{
        margin: 0 -5px;
    }
    .d-topic-swiper1 .wrap{
        padding: 0 5px;
        box-sizing: border-box;
    }
    .tabIn .lmTit.in h2,.lmTit h2{
        font-size: 28px;
        line-height: 36px;
    }
    .lmTit h2 p{
        font-size: 14px;
        line-height: 22px;
    }
    .tabIn .lmTit h2{
        font-size: 24px;
        line-height: 30px;
    }
    .tabIn .lmTit{
        margin-right: 15px;
    }
    .tabIn .lmTit a{
        font-size: 16px;
        line-height: 24px;
        padding-right: 30px;
        background-size: 20px auto;
        bottom: 0;
    }
    .lmTit a{
        font-size: 16px;
        line-height: 30px;
        padding-right: 30px;
        background-size: 20px auto!important;
    }
    .newBanner li a{
        flex-wrap: wrap;
        height: auto;
    }
    .newBanner li .img{
        width: 100%;
        padding: 60% 0 0;
    }
    .newBanner .con{
        width: 100%;
        padding: 15px;
    }
    .newBanner .bt{
        display: none;
    }
    .newBanner .slick-dots{
        right: 15px;
        bottom: 15px;
    }
    .newList ul li a{
        padding: 15px 10px;
    }
    .newList ul li a .tit{
        padding-left: 15px;
    }
    .newBanner .con::before{
        top: 0.45rem;
    }
}
@media only screen and (max-width: 620px){
    .newList ul li{
        width: 100%;
        margin-top: 20px;
    }
}
@media only screen and (max-width: 560px){
    .p50{
        padding: 30px 0;
    }
    .banner .slick-dots li{
        width: 10px;
        height: 10px;
        margin: 0 10px;
    }
    .banner .slick-dots li.slick-active{
        width: 18px;
        height: 18px;
    }
    .code img{
        max-width: 88px;
    }
    .banner .slick-dots li button{
        width: 8px;
        height: 8px;
    }
    .banner .slick-dots{
        bottom: 10px;
    }
    .indexCon3{
        padding: 40px 0 110px;
    }
    .d-topic-swiper1 .swiper-prev{
        left: 35%;
        top: calc(100% + 20px);
    }
    .d-topic-swiper1 .swiper-next {
        right: 35%;
        top: calc(100% + 20px);
    }
    .list{
        padding: 10px;
    }
    .list li .tit{
        padding-left: 10px;
        font-size: 16px;
        line-height: 26px;
        max-height: 52px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        white-space: normal;
    }
    .list li a{
        padding:12px 0;
    }
    .newList ul li{
        width: 100%;
        margin-top: 15px;
    }
    .tabIn .lmTit.in h2,.lmTit h2{
        font-size: 20px;
        line-height: 30px;
    }
    .lmTit h2 p{
        font-size: 12px;
        line-height: 20px; 
    }
    .tabIn .lmTit h2{
        font-size: 16px;
        line-height: 26px;
    }
    .tabIn .lmTit{
        margin-right: 0;
    }
    .tabIn .lmTit a{
        font-size: 14px;
        line-height: 30px;
        padding-right: 30px;
        background-size: 20px auto;
        bottom: -36px;
    }
    .lmTit a{
        font-size: 14px;
        line-height: 30px;
        padding-right: 30px;
        background-size: 20px auto;
    }
    .tabIn{
        margin-bottom: 45px;
        justify-content: space-between;
    }
    .lmTit{
        margin-bottom: 15px;
    }
    .indexCon2{
        padding: 25px 0;
    }
    .tab{
        margin-top: 25px;
    }
    .xsjl ul li a{
        padding: 15px 10px;
        flex-wrap: wrap;
    }
    .xsjl ul li.on a{
        padding: 15px 10px;
        box-shadow: none;
    }
    .xsjl ul li .con .tit{
        font-size: 16px;
        line-height: 26px;
        max-height: 52px;
    }
    .xsjl ul li .img{
        width: 100%;
        padding: 60% 0 0;
    }
    .xsjl ul li .con,.xsjl ul li.on .con{
        padding-left: 0;
        width: 100%;
    }
    .xsjl ul li .con .txt{
        font-size: 14px;
        line-height: 24px;
        background-size: 14px auto;
        padding-left: 20px;
        margin-top: 5px;
    }
    .xsjl ul li .con .time{
        font-size: 14px;
        line-height: 24px;
        background-size: 14px auto;
        padding-left: 20px;
    }
    .xsjl ul li .con .time{
        display:none;
    }
    .xsjl ul li .img{
        display: block;
        margin-bottom: 10px;
    }
    .xsjl ul li .con .txt{
        display: block;
    }
    .indexCon1{
        padding: 25px 0;
    }
    .notice ul{
        padding: 15px;
    }
    .notice{
        margin-top: 25px;
    }
    .notice ul li a .tit{
        font-size: 16px;
        line-height: 26px;
        max-height: 52px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        white-space: normal;
    }
    .notice ul li a{
        padding: 10px 0;
    }
    .notice ul li a .time{
        font-size: 14px;
        line-height: 24px;
        background-size: 14px auto;
        padding-left: 20px;
        margin-bottom: 0;
    }
    .newList ul li a{
        padding: 15px 10px;
    }
    .newList ul li a .tit{
        font-size: 16px;
        line-height: 26px;
        max-height: 52px;
        padding-left: 15px;
        width: calc(100% - 54px);
    }
    .newList ul li a .time{
        width: 54px;
        font-size: 12px;
        line-height: 20px;
    }
    .newList ul li a .time span{
        font-size: 24px;
        line-height: 32px;
    }
    .newBanner li a{
        flex-wrap: wrap;
        height: auto;
    }
    .newBanner li .img{
        width: 100%;
        padding: 60% 0 0;
    }
    .newBanner .con{
        width: 100%;
        padding: 15px;
    }
    .newBanner .bt{
        display: none;
    }
    .newBanner .con .tit{
        margin: 10px 0 5px;
        font-size: 16px;
        line-height: 26px;
        height: 52px;
    }
    .newBanner .con .txt{
        font-size: 14px;
        line-height: 22px;
        height: 44px;
    }
    .newBanner .con .more{
        font-size: 14px;
        line-height: 24px;
        padding-right: 30px;
        background-size: 20px auto;
        margin-top: 20px;
    }
    .newBanner .slick-dots{
        right: 15px;
        bottom: 15px;
    }
    .newBanner ul li a .time{
        width: 54px;
        font-size: 12px;
        line-height: 20px;
    }
    .newBanner ul li a .time span{
        font-size: 24px;
        line-height: 32px;
    }
    .newBanner .con::before{
        right: 15px;
        top: 40px;
    }
}