    .jt {
        width: 93%;
        height: 50px;
        padding-top: 50px;
        line-height: 50px;
        margin-left: 50px;
    }
    
    .jtyw {
        width: 80%;
        float: left;
        font-size: 28px;
        font-family: SourceHanSansCN-Heavy, SourceHanSansCN;
        font-weight: 800;
        color: #333333;
    }
    
    .bj {
        float: left;
        width: 100%;
        background: #f6f6f6;
    }
    
    .look {
        float: left;
        font-size: 20px;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        color: #1A6BCF;
        margin-left: 12%;
    }
    
    .jtyw-a {
        float: right;
        width: 13%;
        height: 50px;
    }
    
    .jtyw-a .arrow1 {
        float: right;
        width: 30px;
        height: 30px;
        background: #0069EA;
        text-align: center;
        line-height: 25px;
        margin-top: 18px;
        color: #fff;
    }
    
    .jtyw-b {
        float: right;
        width: 13%;
        height: 50px;
    }
    
    .jtyw-b .arrow {
        float: right;
        width: 19%;
        height: 25px;
        background: #0069EA;
        text-align: center;
        line-height: 25px;
        margin-top: 13px;
        color: #fff;
        font-size: 20px;
    }
    
    .jtyw-b .look {
        float: left;
        font-size: 20px;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        color: #1A6BCF;
        line-height: 45px;
    }
    
    .jt .arrow {
        float: right;
        width: 19%;
        height: 25px;
        background: #0069EA;
        text-align: center;
        line-height: 25px;
        margin-top: 13px;
        color: #fff;
        font-size: 20px;
        margin-right: 8%;
    }
    
    .yw-fl {
        width: 50%;
        height: 115px;
        border-bottom: 1px solid #f6f6f6;
        float: left;
    }
    
    .yw-fl .p1 {
        width: 100%;
        height: 37px;
        font-size: 20px;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        color: #1A6BCF;
        line-height: 37px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    
    .yw-fl .p2 {
        width: 99%;
        height: 64px;
        font-size: 18px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #999999;
        line-height: 30px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        /*-webkit-line-clamp用来限制在一个块元素显示的文本的行数。 为了实现该效果，它需要组合其他的WebKit属性。常见结合属性：
            display: -webkit-box; 必须结合的属性 ，将对象作为弹性伸缩盒子模型显示 。
            -webkit-box-orient 必须结合的属性 ，设置或检索伸缩盒对象的子元素的排列方式 。*/
    }
    
    .write {
        float: left;
        width: 97%;
        height: 210px;
        margin-top: 34px;
    }
    
.write-a {
    overflow: hidden;
    line-height: 30px;
}

.write .writing {
    width: 90%;
    float: left;
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
    
    .data {
        float: right;
    }
    
.write .date {
    float: left;
    width: 20%;
    height: 25px;
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 25px;
    margin-top: 36px;
}
    
    .yw-fr {
        float: right;
        width: 47%;
        height: 386px;
        background: pink;
        margin-left: 61px;
        margin-top: -110px;
    }
    
    .slideBox {
        width: 100%;
        height: 100%;
        overflow: hidden;
        position: relative;
    }
    
    .slideBox .hd {
        height: 20px;
        overflow: hidden;
        position: absolute;
        right: 2%;
        bottom: 10px;
        z-index: 1;
    }
    /* .slideBox .move {
    width: 1600px;
    height: 80px;
    background: #000000;
    opacity: 0.5;
    margin-top: 820px;
} */
    /* .slideBox .move .word1 {
    width: 624px;
    height: 37px;
    margin-left: 24px;
    margin-top: -50px;
}

.slideBox .move span {
    width: 624px;
    height: 37px;
    font-size: 26px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 37px;
} */
    
    .slideBox .hd ul {
        overflow: hidden;
        zoom: 1;
        float: left;
    }
    
    .slideBox .hd ul li {
        float: left;
        margin-right: 8px;
        width: 10px;
        height: 10px;
        line-height: 20px;
        text-align: center;
        background: #fff;
        cursor: pointer;
        list-style: none;
        border-radius: 5px;
    }
    
    .slideBox .hd ul li.on {
        background: #f00;
        color: black;
    }
    
    .slideBox .bd {
        position: relative;
        height: 100%;
        z-index: 0;
        /* margin-top: 50px; */
    }
    
    .slideBox .bd li {
        zoom: 1;
        vertical-align: bottom;
    }
    
    .slideBox .bd img {
        width: 100%;
        display: block;
        height: 370px;
    }
    /* 下面是前/后按钮代码，如果不需要删除即可 */
    
    .slideBox .prev,
    .slideBox .next {
        position: absolute;
        top: 42%;
        left: 0.1%;
        margin-top: -20px;
        display: block;
        width: 45px;
        height: 70px;
        background: url(images/slider-arrow.png) -110px 5px no-repeat;
        filter: alpha(opacity=50);
        opacity: 0.5;
        color: #fff;
        font-size: 40px;
        text-decoration: none;
        background-color: #64625a;
    }
    
    .slideBox .prev .pre {
        line-height: 70px;
        text-align: center;
    }
    
    .slideBox .next .nex {
        line-height: 70px;
        text-align: center;
    }
    
    .slideBox .next {
        left: auto;
        right: 0.1%;
        background-position: 8px 5px;
    }
    
    .slideBox .prev:hover,
    .slideBox .next:hover {
        filter: alpha(opacity=100);
        opacity: 1;
    }
    
    .slideBox .prevStop {
        display: none;
    }
    
    .slideBox .nextStop {
        display: none;
    }
    
    .slideBox {
        width: 100%;
        height: 100%;
        overflow: hidden;
        position: relative;
    }
    
    .slideBox .hd {
        height: 20px;
        overflow: hidden;
        position: absolute;
        right: 2%;
        bottom: 10px;
        z-index: 1;
    }
    
    .sz-1 {
        width: 100%;
        height: 50px;
        line-height: 50px;
    }
    
    .sz-1 a:hover {
        color: #0069EA
    }
    
    .slideBox1 {
        width: 100%;
        height: 100%;
        overflow: hidden;
        position: relative;
        margin-top: -34%;
    }
    
    .slideBox1 .hd {
        height: 20px;
        overflow: hidden;
        position: absolute;
        right: 2%;
        bottom: 10px;
        z-index: 1;
    }
    
    .slideBox1 .hd ul {
        overflow: hidden;
        zoom: 1;
        float: left;
    }
    
    .slideBox1 .hd ul li {
        float: left;
        margin-right: 8px;
        width: 10px;
        height: 10px;
        line-height: 20px;
        text-align: center;
        background: #fff;
        cursor: pointer;
        list-style: none;
        border-radius: 5px;
    }
    
    .slideBox1 .hd ul li.on {
        background: #f00;
        color: black;
    }
    
    .slideBox1 .bd {
        position: relative;
        height: 100%;
        z-index: 0;
        /* margin-top: 50px; */
    }
    
    .slideBox1 .bd li {
        zoom: 1;
        vertical-align: middle;
    }
    
    .slideBox1 .bd img {
        height: 100%;
        display: block;
    }
    /* 下面是前/后按钮代码，如果不需要删除即可 */
    
    .slideBox1 .prev,
    .slideBox1 .next {
        position: absolute;
        top: 42%;
        left: 0.1%;
        margin-top: -20px;
        display: block;
        width: 45px;
        height: 70px;
        background: url(images/slider-arrow.png) -110px 5px no-repeat;
        filter: alpha(opacity=50);
        opacity: 0.5;
        color: #fff;
        font-size: 40px;
        text-decoration: none;
        background-color: #64625a;
    }
    
    .slideBox1 .prev .pre {
        line-height: 70px;
        text-align: center;
    }
    
    .slideBox1 .next .nex {
        line-height: 70px;
        text-align: center;
    }
    
    .slideBox1 .next {
        left: auto;
        right: 0.1%;
        background-position: 8px 5px;
    }
    
    .slideBox1 .prev:hover,
    .slideBox1 .next:hover {
        filter: alpha(opacity=100);
        opacity: 1;
    }
    
    .slideBox1 .prevStop {
        display: none;
    }
    
    .slideBox11 .nextStop {
        display: none;
    }
    
    .slideBox1 {
        float: right;
        width: 100%;
        height: 100%;
        overflow: hidden;
        position: relative;
        margin-top: 0;
    }
    
    .slideBox1 .hd {
        height: 20px;
        overflow: hidden;
        position: absolute;
        right: 2%;
        bottom: 10px;
        z-index: 1;
    }
    
    .szxw {
        float: left;
        font-size: 44px;
        font-family: SourceHanSansCN-Heavy, SourceHanSansCN;
        font-weight: 800;
        color: #1A6BCF;
    }
    
    .all {
        float: left;
        font-size: 26px;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        color: #1A6BCF;
    }
    
    .sz-1 a {
        font-size: 44px;
        font-family: SourceHanSansCN-Medium, SourceHanSansCN;
        font-weight: 500;
        color: #333333;
        line-height: 66px;
    }
    
    .szxw-1 {
        float: left;
        font-size: 44px;
        font-family: SourceHanSansCN-Heavy, SourceHanSansCN;
        font-weight: 500;
        margin-left: 3%;
    }
    
    .sz-fl {
        float: left;
        width: 47%;
        height: 510px;
        margin-top: 0;
    }
    
    .down-write {
    position: absolute;
    width: 100%;
    height: 120px;
    background: #F8F8F8;
    display: block;
    overflow: hidden;
    top: 69%;
}

.down-write1 {
    width: 100%;
    height: 100px;
    background: #F8F8F8;
    display: block;
    overflow: hidden;
    top: 69%;
}

.down-write-1 {
    width: 90%;
    height: 37px;
    font-size: 18px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;
    line-height: 37px;
    margin-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 3%;
}

.down-write-2 {
    width: 95%;
    height: 32px;
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #fff;
    line-height: 32px;
    margin-top: 76px;
    margin-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.down-write-3 {
    width: 95%;
    height: 32px;
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #999;
    line-height: 32px;
    margin-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
    
    .sz-fr {
        float: right;
        width: 50%;
        height: 460px;
        margin-top: 2.2%;
    }
    
    .sz-fr-a {
        line-height: 44px;
        overflow: hidden;
    }
    
    .sz-fr .hh {
        float: left;
        width: 80%;
        font-size: 18px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #333333;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    
    .date2 {
        float: right;
        width: 10%;
        font-size: 18px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #999999;
    }
    
    .slideTxtBox .hd ul li {
        float: left;
        width: 176px;
        height: 44px;
        background: rgba(246, 246, 246, 0.2);
        margin-right: 17px;
        margin-top: 12%;
    }
    
    .slideTxtBox .hd ul li span {
        width: 176px;
        height: 44px;
        font-size: 44px;
        font-family: SourceHanSansCN-Heavy, SourceHanSansCN;
        font-weight: 800;
        color: #1A6BCF;
        line-height: 44px;
        float: left;
        margin-top: 15px;
        margin-left: 2%;
    }
    
    .slideTxtBox .hd ul li.on {
        float: left;
        width: 176px;
        height: 44px;
        background: rgba(255, 255, 255, 0.38);
        border-radius: 10px 10px 0px 0px;
        backdrop-filter: blur(10px);
        margin-top: 12%;
    }
    
    .slideTxtBox .hd ul li.on span {
        width: 96px;
        height: 33px;
        font-size: 24px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #0069EA;
        line-height: 33px;
        margin-top: 35px;
        float: left;
        margin-top: 15px;
        margin-left: 2%;
    }
    
    .white1 {
        float: left;
        width: 100%;
        height: 120px;
        background: rgba(255, 255, 255, 0.38);
        border-radius: 0px 10px 10px 10px;
        backdrop-filter: blur(10px);
        margin: 0% auto;
    }
    
     :target#xw1,
     :target#xw2,
     :target#xw3,
     :target#xw4 {
        display: block;
    }
    
    #xw1:targrt {
        color: red;
    }
    
    #xw2 :targrt {
        color: blus;
    }
    
    #xw3:targrt {
        color: green;
    }
    
    #xw4:targrt {
        color: green;
    }
    
    .content>div {
        display: none;
    }
    
    .na a {
        font-size: 28px;
        font-family: SourceHanSansCN-Heavy, SourceHanSansCN;
        font-weight: 500;
        margin-left: 3%;
        color: #333333;
    }
    
    .na a:hover {
        color: #1A6BCF;
    }
    .tabchange{
        cursor: pointer;
    }
    .tabchange.active{
       color: #1A6BCF;
       position: relative;
       font-weight: 800;
    }
    /* .tabchange.active::before{
        content: '';
        position: absolute;
        top: 130%;
        right: 40%;
        transform: translateY(-50%);
        width: 60px;
        height: 10px;
        background: #1A6BCF;
        border-radius: 5px;
    } */
    .tabtopchnage{
        height: 100px;
        font-size: 24px;
        font-weight: 400;
        color: #333333;
        line-height: 100px;
        text-decoration: none;
        display: block;
        text-align: center;
    }
    .tabtopchnage.active{
        background: linear-gradient(180deg, #174B9B 0%, #276FCA 100%);
        color: #ffffff;
    }