/*Technical Support SudyTech*/
@charset "utf-8";
:root{--mainColor: #112A8B;--hoverColor: #112A8B;--bigSize:0.2rem;--titleSize:0.18rem;--smailSize:0.16rem;--smailSizex: 0.14rem;--innerWidth:14.4rem}
.tsxylist .ts-main1 .inner {
    padding: 0.9rem 0 0.98rem;
    width: var(--innerWidth);
}
.col_menu_head{position:absolute;bottom: 0;/* z-index:1; */width: var(--innerWidth);left: calc(50% - var(--innerWidth)/2);}
.col_name span{font-size: .4rem;color:#fff;line-height: 1.35;}
.col_name{margin-bottom: 0.14rem;}
.col_path a,.col_path span{color:#fff;font-size: var(--smailSizex);line-height:1.3}
.col_path{display:inline-block;/* padding-left:.26rem; *//* background:url(images/home.svg) no-repeat left; */margin-bottom: 0.35rem;}

.possplit{margin:0 .08rem;width:auto;background-image:none;color:#666;text-indent:inherit;font-size:0}
.col_tt{
    border: none;
    font-size: 0.4rem;
    font-family: 'SourceHanSerifCN-Bold';
    color: #033D82;
    line-height: 1.2;
    margin-bottom: 0.43rem;
}
.tsxylist .tbox-11 .news_list {
    display: flex;
    gap: 0.29rem;
    position: relative;
    z-index: 1;
}

.tsxylist .tbox-11 .news_list .news {
    flex: 1;
}

.inner {}

.tsxylist .tbox-11 .news_list .news a {
    display: flex;
    align-items: center;
    height: 1.95rem;
    background: #F2F3FA;
    justify-content: center;
    font-size: var(--bigSize);
    font-weight: bold;
}

.tsxylist .tbox-11 .news_list .news .news_icon {
    margin-right: 0.4rem;
    margin-left: 0;
}
.mbox .tt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.3rem;
}

.mbox .tt .title {
    color: #033D82;
    font-size: 0.4rem;
    line-height: 1.6;
    font-family: 'SourceHanSerifCN-Bold';
    font-weight: normal;
}
.tsxylist .tbox-11 .news_list .news .news_icon svg {
    width: 0.46rem;
}

.tsxylist .tbox-11 .news_list .news a:hover {
    background: url(../images/seri/tnewsbg.jpg) no-repeat;
    background-size: 100% 100%;
    color: #fff;
}
.tsxylist .tbox-11 .news_list .news a:hover svg path {
    stroke: #fff;
}
.tsxylist .tbox-21 .tab_menu {
    display: flex;
    gap: 0.37rem;
    margin-bottom: 0.4rem;
}
.tsxylist .ts-main2 .inner {
    position: relative;
    z-index: 1;
    width: var(--innerWidth);
}

.tsxylist .ts-main2:after {
    content: "";
    display: block;
    position: absolute;
    background: url(../images/seri/tbg.png) no-repeat;
    width: 21.02rem;
    height: 9.33rem;
    background-size: 100%;
    top: -1.49rem;
    right: -8.44rem;
}

.tsxylist .ts-main2 {
    position: relative;
    overflow: hidden;
}
.tsxylist .tbox-21 .tab_menu li {
    padding: 0 0.75rem;
    line-height: 0.62rem;
    border: 1px dashed #033D82;
    border-radius: 0.5rem;
    font-size: var(--bigSize);
    transition: all 0.6s ease-in-out;
}
.tsxylist .tbox-21 .tab_menu li.selected {
    background: #033D82;
    color: #fff;
    font-weight: bold;
}

.tsxylist .tbox-21 .tab_con {
    width: 100vw;
    position: relative;
    left: calc((50vw - var(--innerWidth) / 2)/-1);
    height: 8.7rem;
    background: #F2F3F9;
}

.tsxylist .tbox-21 .tab_con .vr_w {
    position: absolute;
    z-index: 1;
    background: #fff;
    width: 1.66rem;
    height: 1.66rem;
    border-radius: 50%;
    box-shadow: 0 0.03rem 0.2rem rgb(3 61 130 / 6%);
    color: #CB3431;
    top: -0.83rem;
    right: calc(50vw - var(--innerWidth) / 2);
    cursor: pointer;
    text-align: center;
    line-height: 1.3;
    animation: bb 4s linear 0s infinite;
}
@keyframes bb {
    0% {
        transform: scale(0.8);
    }
 50% {
        transform: scale(1);
    }
    100% {
        transform: scale(0.8);
    }
}
.tsxylist .tbox-21 .tab_con .xq_img {
    width: 100%;
    height: 100%;
}
.tsxylist .tbox-21 .tab_con .xq_img img{
    max-width: 100%;
    min-width: 100%;
}
.tsxylist .tbox-21 .tab_con .con {
    /* position: absolute; */
    /* left: 50%; */
    /* top: 50%; */
    width: 100%;
    height: 100%;
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.tsxylist .tbox-21 .tab_con .vr_w:after {
    content: "";
    width: 1.82rem;
    height: 1.82rem;
    border: 1px dashed #fff;
    position: absolute;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.tsxylist .tbox-21 .tab_con .vr_w img {
    width: 0.39rem;
    margin-bottom: 0.175rem;
}
.tsxylist .ts-main3 .inner {
    padding: 1.1rem 0;
}

.tsxylist .tbox-31 .news_list {
    display: flex;
    gap: 0.51rem;
}
.tsxylist .tbox-31 .news_list .news {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.tsxylist .tbox-31 .news_list .news_title {
    font-size: var(--titleSize);
    line-height: 1.6;
    font-weight: bold;
}

.tsxylist .ts-main3 {
    background: #F2F3F9;
}

.tsxylist .tbox-31 .news_list .news_t {
    display: flex;
    align-items: center;
    padding-bottom: 0.25rem;
    border-bottom: 1px solid rgb(102 102 102 / 20%);
    justify-content: space-between;
    margin-bottom: 0.3rem;
}

.tsxylist .mbox .news_list .news_more a,.tsxylist .mbox .news_list .news_more span {
    color: #CB3431;
    font-size: var(--titleSize);
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.tsxylist .tbox-51 .news_list .news a {
    pointer-events: none;
}

.tsxylist .tbox-51 .news_list .news.n2 a,.tsxylist .tbox-51 .news_list .news.n4 a {
    pointer-events: auto;
cursor: pointer;
}
.tsxylist .mbox .news_list .news_more a img,.tsxylist .mbox .news_list .news_more span img {
    width: var(--smailSizex);
    margin-left: 0.11rem;
}

.tsxylist .tbox-31 .news_list .news_text {
    margin-bottom: 0.29rem;
    font-size: var(--smailSize);
    line-height: 2;
}

.tsxylist .tbox-31 .news_list .news_text a {
    color: #666;
}

.tsxylist .tbox-31 .news_list .news_imgs a {
    padding-top: 56.25%;
}

.tsxylist .tbox-31 .news_list .news.n1 {
    flex-direction: column-reverse;
}

.tsxylist .tbox-31 .news_list .news.n2 .news_imgs {
    margin-bottom: 0.3rem;
}

.tsxylist .tbox-31 .news_list .n2 .news_text {
    margin: 0;
}
.tsxylist .ts-main4 {
    background: #F2F3F9;
    position: relative;
}
.tsxylist .ts-main4 .inner {position: relative;z-index: 1;}

.tsxylist .tbox-41 .tt {
    position: absolute;
}

.tsxylist .tbox-41 .news_list {
    display: flex;
    flex-wrap: wrap;
    width: 9.27rem;
    gap: 0.1rem;
}

.tsxylist .tbox-41 .news_list .news.n1 .news_imgs a {
    padding-top: 66.88%;
}

.tsxylist .tbox-41 .news_list .news.n1 {width: 100%;left: 0;/* top: 0.38rem; */}

.tsxylist .tbox-41 .news_list .news {
    flex: none;
    position: relative;
    width: calc(50% - 0.05rem);
    overflow: hidden;
}

.tsxylist .tbox-41 .news_list .news_wz {
    position: absolute;
    bottom: 0;
    padding: 0.65rem 0.35rem 0.2rem;
    box-sizing: border-box;
    bottom: 0;
    transition: all 0.6s ease-in-out;
    height: 1.08rem;
    width: 100%;
}
.tsxylist .tbox-41 .news_list .news_wz .news_title {
    font-size: var(--titleSize);
    font-weight: bold;
    line-height: 1.3;
}

.tsxylist .tbox-41 .news_list .news_wz a {
    color: #fff;
}

.tsxylist .tbox-41 .news_list .news_wz .news_text {
    font-size: 0.16rem;
    line-height: 2;
    opacity: 0.8;
    margin: 0.25rem 0;
    display: none;
}

.tsxylist .tbox-41 .news_list .news_wz .news_more a {
    font-size: var(--titleSize);
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.tsxylist .tbox-41 .news_list .news_wz .news_more a img {
    width: var(--smailSizex);
    margin-left: 0.11rem;
}

.tsxylist .tbox-41 .news_list .news_wz .news_more {
    display: none;
}

.tsxylist .tbox-41 .news_list .news:hover .news_wz .news_more {
    display: block;
}

.tsxylist .tbox-41 .news_list .news:hover .news_wz .news_text {
    display: block;
}

.tsxylist .tbox-41 .news_list .news:hover .news_wz {
    height: 100%;
    bottom: 0;
    background: rgb(39 130 42 / 70%);
}

.tsxylist .tbox-41 .news_list .news.n2,.tsxylist .tbox-41 .news_list .news.n3 {
    position: absolute;
    left: 0;
    width: calc(100% - 9.37rem);
}

.tsxylist .tbox-41 .news_list .news.n4 .news_imgs a,.tsxylist .tbox-41 .news_list .news.n5 .news_imgs a {
    padding-top: 66.75%;
}

.tsxylist .tbox-41 .con {
    display: flex;
    justify-content: flex-end;
    position: relative;
}

.tsxylist .tbox-41 .news_list .news.n2 {top: 1.17rem;}

.tsxylist .tbox-41 .news_list .news.n2 .news_imgs a, .tsxylist .tbox-41 .news_list .news.n3  .news_imgs a {padding-top: 66.73%;}

.tsxylist .tbox-41 .news_list .news.n3 {
    top: calc(3.45rem + 1.17rem);
}

.tsxylist .ts-main4:before {
    content: "";
    display: block;
    width: 100%;
    height: 3.92rem;
    background: #033D82;
    position: absolute;
    bottom:1.91rem;
}

.tsxylist .ts-main5 {
    background: #F2F3F9;
}
.wrapper .inner{width:var(--innerWidth)}
.tsxylist .ts-main5 .inner {
    padding: 1.29rem 0 1.2rem;
}

.tsxylist .tbox-51 .news_list {
    display: flex;
    flex-wrap: wrap;
}

.tsxylist .tbox-51 .news_list .news.n1 {
    float: none;
    width: 9.6rem;
}

.tsxylist .tbox-51 .news_list .news .news_wz {
    display: none;
    flex: 1;
    background: #fff;
    padding: 0.5rem 0.32rem 0 0.4rem;
}

.tsxylist .tbox-51 .news_list .news.n1 .news_imgs a {
    padding-top: 56.25%;
    position: relative;
}
.news_imgs a{display:block;}
.tsxylist .tbox-51 .news_list .news.n2 {
    width: 4.8rem;
}

.tsxylist .tbox-51 .news_list .news.n2 .news_wz {display: block;background: #fff;}

.tsxylist .tbox-51 .news_list .news.n2 {
    display: flex;
    flex-direction: column-reverse;
}

.tsxylist .tbox-51 .news_list .news.n2 .news_imgs a {
    padding-top: 56.45%;
    position: relative;
}

.tsxylist .tbox-51 .news_list .news .news_title {font-size: var(--titleSize);font-weight: bold;line-height: 1.3;margin-bottom: 0.21rem;}

.tsxylist .tbox-51 .news_list .news .news_text a {
    color: #666;
}

.tsxylist .tbox-51 .news_list .news .news_text {
    line-height: 2;
    font-size: var(--smailSize);
    margin-bottom: 0.26rem;
}

.tsxylist .tbox-51 .news_list .news.n3,.tsxylist .tbox-51 .news_list .news.n5 {
    width: 4.8rem;
}

.tsxylist .tbox-51 .news_list .news.n3 .news_imgs a,.tsxylist .tbox-51 .news_list .news.n5 .news_imgs a {
    padding-top: 100%;
}

.tsxylist .tbox-51 .news_list .news.n4 {
    width: calc(100% - 9.6rem);
    display: flex;
    flex-direction: column-reverse;
}

.tsxylist .tbox-51 .news_list .news.n4 .news_imgs a {padding-top:56.45%}

.tsxylist .tbox-51 .news_list .news.n4 .news_wz {
    display: block;
}

.tsxylist .tbox-51 .news_list .news.n4 .news_text {
    -webkit-line-clamp: 2;
    margin-bottom: 0;
}
.tsxylist .tbox-51 .news_list .news:hover .news_wz2 {
    height: 100%;
    top: 0;
    background: rgb(39 130 42 / 70%);
}
.tsxylist .tbox-51 .news_list .news.n2 .news_wz2,.tsxylist .tbox-51 .news_list .news.n4 .news_wz2 {
    display: none;
}
.tsxylist .tbox-51 .news_list .news .news_imgs a {position: relative;overflow: hidden;}

.tsxylist .tbox-51 .news_list .news .news_more {
    text-align: right;
}
.tsxylist .tbox-21 .tab_con .news_list .news span{border-radius: 5px;font-size: 0.12rem;padding: 0 0.03rem;background: #ffc700;font-weight: 800;color: #333;cursor:pointer;/* white-space:nowrap; */}
.tsxylist .tbox-21 .tab_con .news_list .news {
    position: absolute;
    /*  width: 0.49rem;
    height: 0.26rem;
   background: url(../images/seri/tip.svg) no-repeat; */
    background-size: 100% 100%;
    opacity: 0;
    /* background: #333; */
}
.tsxylist .tbox-21 .tab_con .news_list .news:hover{z-index:222;opacity: 1;}
.tsxylist .tbox-21 .tab_con .con1 .news_list .news.n1 {
    top: 52.5%;
    left: 55.5%;
}
.tsxylist .tbox-21 .tab_con .con1 .news_list .news.n2 {
    top: 51%;
    left: 60%;
}
.tsxylist .tbox-21 .tab_con .con1 .news_list .news.n3 {
    top: 65%;
    left: 50.5%;
}
.tsxylist .tbox-21 .tab_con .con1 .news_list .news.n4 {
    top: 56%;
    left: 51%;
}
.tsxylist .tbox-21 .tab_con .con1 .news_list .news.n5 {
    top: 45%;
    left: 58.5%;
}
.tsxylist .tbox-21 .tab_con .con1 .news_list .news.n6 {
    top: 37%;
    left: 57%;
}
.tsxylist .tbox-21 .tab_con .con1 .news_list .news.n7 {
    top: 36%;
    left: 72%;
}
.tsxylist .tbox-21 .tab_con .con1 .news_list .news.n8 {
    top: 41%;
    left: 65%;
    width: 1rem;
    height: 0.6rem;
}
.tsxylist .tbox-21 .tab_con .con1 .news_list .news.n9 {
    top: 24.5%;
    left: 69.5%;
    height: 1rem;
}
.tsxylist .tbox-21 .tab_con .con1 .news_list .news.n10 {
    top: 57%;
    left: 36%;
}
.tsxylist .tbox-21 .tab_con .con1 .news_list .news.n11 {
    top: 41%;
    left: 59%;
}
.tsxylist .tbox-21 .tab_con .con1 .news_list .news.n12 {
    top: 29%;
    left: 60.5%;
}
.tsxylist .tbox-21 .tab_con .con1 .news_list .news.n13 {
    top: 48.5%;
    left: 40.5%;
}
.tsxylist .tbox-21 .tab_con .con1 .news_list .news.n14 {
    top: 39.5%;
    left: 46%;
}
.tsxylist .tbox-21 .tab_con .con1 .news_list .news.n15 {
    top: 36%;
    left: 48%;
}
.tsxylist .tbox-21 .tab_con .con1 .news_list .news.n16 {
    top: 35.5%;
    left: 50%;
    width: 1rem;
    height: 1rem;
}
.tsxylist .tbox-21 .tab_con .con1 .news_list .news.n17 {
    top: 39%;
    left: 32.5%;
    height: 1rem;
    width: 1rem;
}
.tsxylist .tbox-21 .tab_con .con1 .news_list .news.n18 {
    top: 44%;
    left: 30%;
}
.tsxylist .tbox-21 .tab_con .con1 .news_list .news.n19{
    top: 56%;
    left: 32.5%;
}

.tsxylist .tbox-21 .tab_con .con1 .news_list .news.n20 {
    top: 53%;
    left: 27%;
}

.tsxylist .tbox-21 .tab_con .con1 .news_list .news.n21 {
    top: 51%;
    left: 24.5%;
}

.tsxylist .tbox-21 .tab_con .con1 .news_list .news.n22{
    top: 37%;
    left: 36.5%;
}
.tsxylist .tbox-21 .tab_con .con1 .news_list .news.n23 {
    top: 29%;
    left: 42.5%;
}

.tsxylist .tbox-21 .tab_con .con1 .news_list .news.n24 {
    top: 40%;
    left: 31%;
}

.tsxylist .tbox-21 .tab_con .con1 .news_list .news.n25 {
    top: 41%;
    left: 28.5%;
}

.tsxylist .tbox-21 .tab_con .con1 .news_list .news.n26 {
    top: 33%;
    left: 34%;
}
.tsxylist .tbox-21 .tab_con .con1 .news_list .news.n27 {
    top: 27.5%;
    left: 41%;
}

.tsxylist .tbox-21 .tab_con .con1 .news_list .news.n28 {
    top: 24%;
    left: 41%;
}

.tsxylist .tbox-21 .tab_con .con1 .news_list .news.n29 {
    top: 49%;
    left: 15%;
}

.tsxylist .tbox-21 .tab_con .con1 .news_list .news.n30{
    top: 42.5%;
    left: 16%;
}
.tsxylist .tbox-21 .tab_con .con1 .news_list .news.n31 {
    top: 43.5%;
    left: 19%;
}

.tsxylist .tbox-21 .tab_con .con1 .news_list .news.n32 {
    top: 30%;
    left: 17.5%;
    height: 1rem;
    width: 1.5rem;
}

.tsxylist .tbox-21 .tab_con .con1 .news_list .news.n33 {
    top: 30%;
    left: 31.5%;
}

.tsxylist .tbox-21 .tab_con .con1 .news_list .news.n34 {
    top: 25%;
    left: 32.5%;
}
.tsxylist .tbox-21 .tab_con .con1 .news_list .news.n35 {
    top: 25%;
    left: 38.5%;
}

.tsxylist .tbox-21 .tab_con .con1 .news_list .news.n36 {
    top: 22%;
    left: 36.5%;
}

.tsxylist .tbox-21 .tab_con .con1 .news_list .news.n37 {
    top: 17%;
    left: 42.5%;
}
.tsxylist .tbox-21 .tab_con .con1 .news_list .news.n38 {
    top: 17.5%;
    left: 39.5%;
}

.tsxylist .tbox-21 .tab_con .con1 .news_list .news.n39 {
    top: 42%;
    left: 6.5%;
    height: 0.4rem;
    width: 1rem;
}

.tsxylist .tbox-21 .tab_con .con1 .news_list .news.n40 {
    top: 37%;
    left: 11%;
}
.tsxylist .tbox-21 .tab_con .con1 .news_list .news.n41 {
    top: 36%;
    left: 15.5%;
}

.tsxylist .tbox-21 .tab_con .con1 .news_list .news.n42 {
    top: 28%;
    left: 18.5%;
}

.tsxylist .tbox-21 .tab_con .con1 .news_list .news.n43 {
    top: 21%;
    left: 28.5%;
}
.tsxylist .tbox-21 .tab_con .con1 .news_list .news.n44 {
    top: 30%;
    left: 27.5%;
}

.tsxylist .tbox-21 .tab_con .con1 .news_list .news.n45 {
    top: 29%;
    left: 25.5%;
}

.tsxylist .tbox-21 .tab_con .con1 .news_list .news.n46 {
    top: 18.5%;
    left: 32.5%;
}
.tsxylist .tbox-21 .tab_con .con1 .news_list .news.n47 {
    top: 20%;
    left: 34%;
}

.tsxylist .tbox-21 .tab_con .con1 .news_list .news.n48 {
    top: 15.5%;
    left: 35.5%;
}

.tsxylist .tbox-21 .tab_con .con1 .news_list .news.n49 {
    top: 36%;
    left: 2.5%;
    height: 0.4rem;
}
.tsxylist .tbox-21 .tab_con .con1 .news_list .news.n50 {
    top: 32%;
    left: 6.5%;
    height: 0.55rem;
    width: 0.7rem;
}

.tsxylist .tbox-21 .tab_con .con1 .news_list .news.n51 {
    top: 25%;
    left: 16%;
}

.tsxylist .tbox-21 .tab_con .con1 .news_list .news.n52 {
    top: 17%;
    left: 21.5%;
}
.tsxylist .tbox-21 .tab_con .con1 .news_list .news.n53 {
    top: 59.5%;
    left: 24.5%;
}

.tsxylist .tbox-21 .tab_con .con1 .news_list .news.n54 {
    top: 76%;
    left: 85.5%;
}

.tsxylist .tbox-21 .tab_con .con1 .news_list .news.n55 {
    top: 75%;
    left: 30.5%;
}


.tsxylist .tbox-21 .tab_con .dragable {
    position: relative;
}
.tsxylist .tbox-21 .tab_con .news_list2 .news_imgs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.tsxylist .tbox-21 .tab_con .news_list2 .news {
    /* padding: 0 0.025rem; */
    box-sizing: border-box;
    text-align: center;
    font-size: 0.13rem;
    line-height: 1.4;
}

.tsxylist .tbox-21 .tab_con .news_list2 .news_imgs {padding-top: 73%;border: 1px solid #fff;height: 0;position: relative;margin: 0 0.03rem;}

.tsxylist .tbox-21 .tab_con .news_list2 .news span {
    color: #fff;
}
.tsxylist .tbox-21 .tab_con .news_list2 {
    position: absolute;
    z-index: 1;
    bottom: 0;
    display: flex;
    width: 100%;
    background: #33333391;
    padding: 10px 0;
}
        .tsxylist .tbox-21 .tab_con .vr_w a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--titleSize);
    color: #CB3431;
    flex-direction: column;
    height: 100%;
position: relative;
    z-index: 1;
}

.tsxylist .tbox-21 .tab_con .news_list .news .news_box {
    position: absolute;
    bottom: calc(100% + 0.25rem);
    background: #fff;
    padding: 0.23rem;
    left: -0.95rem;
    transform: scale(0);
    transform-origin: 0.93rem bottom;
    visibility: hidden;
}
.tsxylist .tbox-21 .tab_con .news_list .news .news_box:after {content: "";display: block;width: 0;height: 0;border-top: 0.2rem solid #fff;border-left: 0.2rem solid transparent;border-right: 0.2rem solid transparent;top: 100%;position: absolute;left: 0.97rem;}

.tsxylist .tbox-21 .tab_con .news_list .news.downImg .news_box._init{transform-origin: 0.93rem top;top:0.45rem;bottom:auto}
.tsxylist .tbox-21 .tab_con .news_list .news.downImg .news_box:after{transform:rotate(180deg);top:auto;bottom:100%}

.tsxylist .tbox-21 .tab_con .news_list .news.n49 .news_box{left:0}
.tsxylist .tbox-21 .tab_con .news_list .news.n49 .news_box:after{left:0.2rem}

.tsxylist .tbox-21 .tab_con .news_list .news .news_imgs img {
    max-width: 4.63rem;
    max-height: 2.61rem;
    object-fit: cover;
}

.tsxylist .tbox-21 .tab_con .news_list .news .news_title {
    font-size: var(--titleSize);
    margin-top: 0.19rem;
}
.tsxylist .tbox-21 .tab_con .news_list .news.show {
    opacity: 1;
    visibility: inherit;
}
.tsxylist .tbox-21 .tab_con .news_list .news:hover .news_box,.tsxylist .tbox-21 .tab_con .news_list .news.show .news_box {
    transform: scale(1);
    visibility: inherit;
}
.tsxylist .tbox-51 .news_list .news .news_wz2 {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 100%;
    background: rgb(39 130 42 / 70%);
    z-index: 1;
    padding: 0.3rem 0.4rem;
    line-height: 2;
    font-size: var(--smailSize);
    box-sizing: border-box;
    color: #fff;
    all 0.6s animation-timing-function: ease-in-out;
    transition: all 0.6s ease-in-out;
}
.zcfclist .col_news_list .news_list.list2 .news .news_wz {
    background: #fff;
    padding: 0.19rem;
    box-shadow: 0px 3px 17px 0px #475db720;
}
.top.top2 {
    position: fixed;
    bottom: 10%;
    right: 0.2rem;
    width: 0.84rem;
    height: 0.84rem;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.16);
    border-radius: 50%;
    justify-content: center;
    gap: 0.08rem;
    font-size: 0.14rem;
    font-weight: bold;
    color: #CB3431;
    background: #fff;
    cursor: pointer;
}

.top.top2 img {
    width: 0.26rem;
}
.zcfclist .col_news_list .news_list.list2 {
    position: relative;
}

.zcfclist .col_news_list .news_list.list2 .news {
    width: 24.5%;
    padding-bottom: 0.3rem;
    float: left;
    opacity: 0;
    transition: opacity 0.6s ease-in-out;
}
.zcfclist .col_news_list .news_list.list2 .news .news_imgs img {
    width: 100%;
}
.zcfclist .col_news_list .news_list.list2 .news .news_box {
    cursor: pointer;
    margin: 0 0.13rem;
}

.zcfclist .col_news_list .news_list.list2 {
    margin: 0 -0.12rem;
    padding-bottom: 0.2rem;
}

.zcfclist .col_news_list .news_list.list2 .news .news_wz1 {
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 0;
    color: #fff;
    padding: 0.2rem 0.3rem;
    box-sizing: border-box;
    opacity: 0;
    transition: all 0.8s ease-in-out;
}
.news_list .loadingDiv{margin:0 auto 10px;top:-15px;position:relative;display:flex;gap:3px;align-items: flex-end;height:15px;justify-content:center;}
.news_list .loadingDiv span{border-radius:3px;background:#333;width:3px;height:5px;transition:0.4s;justify-content: center;}
.news_list .loadingDiv span:nth-child(1),.news_list .loadingDiv span:nth-child(6){animation:tall3 infinite linear 2s;}
.news_list .loadingDiv span:nth-child(2),.news_list .loadingDiv span:nth-child(5){height:10px;animation:tall1 infinite linear 2s;}
.news_list .loadingDiv span:nth-child(3),.news_list .loadingDiv span:nth-child(4){height:15px;animation:tall2 infinite linear 2s}

@keyframes tall1{ 
0%{height:10px}
50%{height:3px}
100%{height:10px}
}

@keyframes tall2{ 
0%{height:15px}
50%{height:3px}
100%{height:15px}
}

@keyframes tall3{ 
0%{height:5px}
50%{height:3px}
100%{height:5px}
}


.zcfclist .col_news_list .news_list.list2.loading{
  /*  background: url(../images/loading2.gif) no-repeat bottom center; */
    background-size: 1rem;    min-height: 2rem;
}
.zcfclist .col_menu{display:none;}
.zcfclist .col_news .col_news_box{margin-left:0}
body.list.zcfclist  div#l-container {
    /*background: none;*/
}
.zcfclist .col_news_list .news_list.list2.end:after {
    content: "Loaded!";
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
}
.zcfclist .col_news_list .news_list.list2 .news .news_con {
    position: relative;
    overflow: hidden;
    /* margin-bottom: 0.19rem; */
}
.zcfclist .col_news_list .news_list.list2 .news .news_wz1 a {
    color: #fff;
}

.zcfclist .col_news_list .news_list.list2 .news .news_title {font-size: var(--titleSize);font-family: 'SourceHanSerifCN-Bold';line-height: 1.75;margin-bottom: 0.1rem;white-space: initial;float: none;width: auto;}

.zcfclist .col_news_list .news_list.list2 .news .news_wz1 .news_date {
    font-size: var(--titleSize);
    line-height: 1.32;
    font-family: Barlow-Bold;
    margin-bottom: 0.12rem;
}

.zcfclist .col_news_list .news_list.list2 .news .news_wz1 .news_more img {
    /* width: 0.17rem; */
}

.zcfclist .col_news_list .news_list.list2 .news .news_imgs:after {
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    top: 100%;
    background: linear-gradient(180.00deg, rgba(0, 0, 0, 0),rgb(0, 0, 0) 100%);
opacity: 0.91;
    left: 0;
    transition: all 0.6s ease-in-out;
}

.zcfclist .col_news_list .news_list.list2 .news:hover .news_imgs:after {
    top: 0;
}

.zcfclist .col_news_list .news_list.list2 .news .news_imgs {}

.zcfclist .col_news_list .news_list.list2 .news:hover .news_wz1 {
    opacity: 1;
}
.zcfclist .col_news_list .news_list.list2 .news .news_meta {
    font-size: var(--titleSize);
    color: #033D82;
    font-family: Barlow-Bold;
    line-height: 1.4;
    display: flex;
    float: none;
    align-items: center;
}

.zcfclist .col_news_list .news_list.list2 .news .news_meta .xian {
    width: 0.5rem;
    height: 0.02rem;
    background: #033D82;
    margin: 0 0.05rem;
}
.zcfclist .col_news_list .news_list.list2 .news .news_form {
    border: 1px dashed rgb(185, 158, 10);
    display: inline-block;
    line-height: 2;
    font-size: var(--smailSizex);
    font-family: 'SourceHanSerifCN-Bold';
    color: #B99E0A;
    padding: 0 0.2rem;
    min-width: 1rem;
    box-sizing: border-box;
    margin-bottom: 0.12rem;
}
.faybox {
    position: fixed;
    background: #333;
    width: 100%;
    height: 100%;
    z-index: 100;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    display:none;
    overflow: auto;
}
body.main .faybox{z-index:333}
.faybox.open {
    display: flex;
}

.faybox .hide {
    display: none;
}
.faybox .faybox_con {
    width: 15.34rem;
    background: #fff;
    padding: 0 0.47rem 0.47rem;
    box-sizing: border-box;
    max-width: 90%;
    display: flex;
    flex-direction: column;
    height: 7.1rem;
}

.faybox_head {
    display: flex;
    height: 0.83rem;
    justify-content: space-between;
    align-items: center;
}

.faybox .fay_tt {
    font-size: var(--titleSize);
    font-family: 'SourceHanSerifCN-Bold';
}
.fay_control {
    display: flex;
    align-items: center;
    gap: 0.28rem;
}

.fay_control .more img {
    width: 0.17rem;
    cursor: pointer;
}

.fay_control .close img {
    width: 0.4rem;
    cursor: pointer;
}

.faybox_bcon {
    display: flex;
    height: 0;
    flex: 1;
    justify-content: center;
}

.faybox_bcon .swiper1 {
    width: 10.69rem;
    flex: none;
    overflow: hidden;
}

.faybox_bcon .swiper2 {
    flex: 1;
    overflow: hidden;
}
.faybox_bcon>.news_imgs img {
    /* max-width: 100%; */
    max-height: 100%;
    object-fit: contain;
    width: 100%;
}

.faybox_bcon>.news_imgs {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.faybox_bcon .swiper1 .news_imgs img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.faybox_bcon .swiper2  .news_video {
    height: 100%;
}
.faybox_bcon .news_video {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;     object-fit: cover
}

.faybox_bcon .news_video video {
    max-width: 100%;
    max-height: 100%;
    background: #333;
    width: 100%;
}
.faybox_bcon .swiper2  .news_video video {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.faybox_bcon .news_video .play {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    cursor: pointer;
}
.faybox_bcon .swiper2 .news .news_imgs img {object-fit: cover;width: 100%;height: 100%;top: 0;left: 0;}

.faybox_bcon .swiper2 .news .news_imgs {
    height: 100%;
    position: relative;
}

.faybox_bcon .swiper2 .news .news_title {
    position: absolute;
    color: #fff;
    bottom: 0.19rem;
    width: 100%;
    padding: 0 0.24rem;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: 'SourceHanSerifCN-Bold';
    font-size: var(--smailSize);
}

.faybox_bcon .swiper2 .news:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #080808;
    top: 0;
    left: 0;
    opacity: 0.66;
}

.faybox_bcon .swiper2 .news.swiper-slide-thumb-active:after,.faybox_bcon .swiper2 .news.swiper-slide-visible.swiper-slide-thumb-active:after {
    opacity: 0;
}
.faybox_bcon .swiper2 .news.swiper-slide-thumb-active .news_title{
    opacity: 0;
}
.faybox_bcon .swiper2 .news {
    cursor: pointer;
}
.faybox_bcon .swiper1 .news_imgs {
    height: 100%;
    background: #bdbcbc2e;
}
.faybox_bcon .swiper2{position:relative}
 .faybox_con .swiper-tools{ display:flex;flex-direction: column;}
.faybox_con .swiper-button-prev,.faybox_con .swiper-button-next{ margin:0;height: 0.35rem;transform: translateX(-50%) rotate(90deg);
    left: 50%; top:0; right: auto;background:rgba(0,0,0,0.8);z-index:333}
.faybox_con .swiper-button-next{bottom:0;top:auto;}
.faybox_con .swiper-button-prev:after, .faybox_con .swiper-button-next:after{font-size:0.22rem;color:#fff} 
@media screen and (max-width: 1280px) {
    :root {
        --smailSizex: 0.15rem;
    }
}
 
@media screen and (max-width: 999px) {
    :root {
        --bigSize: 18px;
        --titleSize: 16px;
        --smailSize: 15px;
        --innerWidth: 100%;
        --smailSizex: 14px;
    }
    .tsxylist .tbox-21 .tab_con .news_list2{
    /* bottom: -100%; */
}
    .tsxylist .tbox-21 .tab_con .news_list2 .news span{
    font-size: 13px;
}
.faybox_bcon .news_video{height:100%}
    .faybox_bcon .swiper2 .news{
}
    .faybox_bcon .swiper2 .news .news_imgs{
}
    .faybox_bcon .swiper2{
    height: auto;
    aspect-ratio: 371 / 100;
}
    .faybox_bcon .swiper1{
    width: 72%;
}
    .zcfclist .col_news_list .news_list.list2 .news{
    width: 33%;
    min-height: inherit;
}
    .zsjylist .zbox-11 .news_list .news.i2>a, .zsjylist .zbox-11 .news_list .news.i1>a{
    width: 50%;
    height: 1.9rem;
}
    .zsjylist .zbox-11 .news_list .news.i1.open>a, .zsjylist .zbox-11 .news_list .news.i2.open>a{
    height: auto;
    /* max-height: 100%; */
    /* width: auto; */
}
    .zsjylist .wp-inner{
    height: 4.8rem;
}
    .xybmlist .wp_subcolumn_list .news{
}
    .xrldlist .item-con>li .news_title{
    width: 48px;
}
    .zsjylist .zbox-11 .news_list .news a{
    padding: 0 10px;
}
    .zsjylist .zs-main3 .inner{
    padding: 30px 0;
}
    .zsjylist .zbox-21 .news_list .news{
    width: 33.33%;
    padding: 20px 0;
    text-align: center;
}
    .zsjylist .zbox-21 .news_list{
    flex-wrap: wrap;
    justify-content: center;
    height: auto;
    padding: 0;
}
    .zsjylist .zs-main2 .inner{
    padding: 30px 0;
}
    .zsjylist .zbox-11 .news_list .news.i1>a{
    width: 48%;
    top: 0;
}
    .zsjylist .zbox-11 .news_list .news{
    position: relative;
    left: 0 ! important;
    top: 0 ! important;
    right: 0 ! important;
    bottom: 0 ! important;
    width: 50%;
    box-sizing: border-box;
}
    .zsjylist .zs-main1{
    margin: 0;
}
    .zsjylist .col_menu_head{bottom: 0;}
    .zsjylist .zbox-11 .news_list .news.i2{
    width: 100%;
    height: 0;
    padding-top: 67.1%;
}
    .zsjylist .zbox-11 .news_list{
    flex-wrap: wrap;
    padding: 0;
}
    .zsjylist .zbox-11 .news_list .news.i1{
    width: 100%;
    height: 0;
    padding-top: 101%;
}
        .rcpylist .rbox-31 .news_list .news.i1>a{ padding: 0 20px;}
.rcpylist .rbox-31 .news_list .news>a{
    padding: 0 6px;
}
        .rcpylist .rbox-21 .con .news_imgs2{
    position: static;
    right: 4%;
    order: 2;
    margin-top: -37px;
}
    .rcpylist .rbox-21 .con .news_imgs{
    margin: 0;
}
    .rcpylist .rbox-11 .con .news_wz, .rcpylist .rbox-21 .con .news_wz{}
    .rcpylist .rbox-11 .con .news_imgs, .rcpylist .rbox-21 .con .news_imgs{
    width: 100%;
    margin-top: 10px;
    order: 1;
}
  .rcpylist .rbox-11 .con, .rcpylist .rbox-21 .con{
    flex-direction: column;
}
    .rcpylist .rc-main2{
    margin: 0;
}
    .rcpylist .rbox-22{
    position: static;
    width: 100%;
    margin-top: 20px;
}
    .rcpylist .rc-main1{
    margin: 0;
}
    .rcpylist .rbox-12{position: static;width: 100%;margin-top: 20px;}
    .rcpylist .rc-main1 .inner,.rcpylist .rc-main2 .inner{
    padding: 30px 0;
}
    .tsxylist .tbox-51 .news_list{
    row-gap: 20px;
}
    .tsxylist .tbox-51 .news_list .news .news_text{
    -webkit-line-clamp: 2;
}
    .tsxylist .tbox-51 .news_list .news .news_wz{
    padding: 10px;
}
    .tsxylist .tbox-51 .news_list .news.n4{width: 50%;order: 3;}
    .tsxylist .tbox-51 .news_list .news.n3{
    width: 50%;
    order: 4;
}
    .tsxylist .tbox-51 .news_list .news.n5{width: 50%;order: 5;}
    .tsxylist .tbox-51 .news_list .news.n2{
    width: 50%;
    order: 2;
}
    .tsxylist .tbox-51 .news_list .news.n1{
    width: 100%;
    order: 1;
}
    .tsxylist .ts-main5 .inner{padding: 30px 0;}
    .tsxylist .ts-main3 .inner{
    padding: 30px 0;
}
    .tsxylist .tbox-41 .news_list{
    width: 100%;
}
    .tsxylist .tbox-41 .news_list .news.n2, .tsxylist .tbox-41 .news_list .news.n3{
    position: relative;
    top: auto;
    left: auto;
    width: calc(50% - 0.05rem);
}
    .tsxylist .tbox-21 .tab_menu{
    gap: 5px;
}
    .tsxylist .tbox-21 .tab_con .xq_img img{
    max-width: 800px;
}
    .tsxylist .tbox-21 .tab_con{
    height: 81vh;
    /* margin-bottom: 188px; */
}
    .tsxylist .tbox-21 .tab_con .vr_w:after{
    width: 150px;
    height: 150px;
}
    .tsxylist .tbox-21 .tab_con .vr_w{
    width: 140px;
    height: 140px;
}
    .tsxylist .ts-main1 .inner{
    padding: 30px 0;
}
    .tsxylist .tbox-21 .tab_con .con .dragable {
    position: absolute;    overflow: scroll;
}.tsxylist .tbox-21 .tab_con .con2 .dragable {
    position: relative !important;
}

.tsxylist .tbox-21 .tab_con .con .dragable .news_list .news {
    position: absolute;
}
    .xyshlist .sbox-31 .news_imgs{
    width: 120px;
    margin-right: 20px;
}
    .xyshlist .sbox-21 .news_list .news{
    width: 25%;
    flex: none;
    height: 101px;
}
    .xyshlist .sbox-21 .news_list{
    flex-wrap: wrap;
    height: auto;
}
    .xyshlist .sh-main1 .inner{
    padding-bottom: 30px;
}
    .xyshlist .sh-main3 .inner{
    padding: 30px 0;
}
    .xyshlist .swiper-button-prev1{
    left: -16px;
    top: 4vw;
}
        .xyshlist .swiper-button-next1{
    right: -18px;
    top: 4vw;
}
    .xyshlist .sbox-11 .swiper2{
    margin: 30px 41px;
}
    .xyshlist .sbox-11{
    margin: -0;
}
    .xyshlist .col_menu_head{
    bottom: 0;
}
        .ky-main1 .inner{
    padding: 30px 0;
}
    .xxgklist .ky-main3 .inner, .xxgklist .ky-main4 .inner{
    padding: 30px 0;
}
    .xskylist .ky-main5 .inner .kbox-51 .news{
    width: 50%;
}
    .xskylist .ky-main4 .kbox-41 .more_btn{
    margin-top: 30px;
}
    .xskylist .ky-main4 .kbox-41 ul li.news .news_text{
    width: 100%;
}
    .xskylist .ky-main2 .inner{
    padding: 30px 0;
}
    .xskylist .kbox-21 .news_list .news{
    width: 33.3%;
}
    .ky-main1 .kbox-11 ul li.news .news_con{
    padding: 20px;
}
    .ky-main1 .kbox-11 ul li.news .news_wz{
    width: 100%;
}
    .ky-main1 .kbox-11 ul li.news .news_imgs{
    position: static;
    width: 100%;
}
    .ky-main1{
    margin-top: 0;
}
    .xskylist .col_menu_head, .xxgklist .col_menu_head{
    bottom: 0;
}
    .xxjjlist .col_news{
    padding: 0 30px;
}
    .xybmlist .wp_subcolumn_list .news_list, .xybmlist .class_con{
    --num: 3;
}
    .xrldinfo .article{
    flex-direction: column;
    gap: 30px;
}
    .xrldlist .leader:nth-child(3){
    background: #fff;
}
    .xrldlist .leader{
    padding: 30px 0;
}
    .xrldlist .item_title{
    width: 120px;
}
    .xrldlist .leader:nth-child(1) {
    width: 100%;
}
.xrldlist .leader:nth-child(2) {
    width: 100%;
}
    .datalist .show_data{
    position: relative;
    left: 0;
    width: 100%;
    left: 0;
    top: auto;
}
    .datalist .show_pic .news .news_intro{
    width: 100%;
    left: 0;
    padding: 0 20px;
    box-sizing: border-box;
}
    .datalist .show_pic .news_imgs{
    height: 318px;
    position: relative;
}
    .datalist .show_pic .news_imgs img{
}
    .datalist .show_data .news .count{
    font-size: 30px;
}
    .datalist .show_data .news{
    padding: 0 20px;
}
    .datalist .col_news_con .news_list{
    display: block;
}
    .datalist .col_news_con .news_list .news .news_title .num{
    font-size: 23px;
}
.tsxylist .ts-main2 .inner,.tsxylist .ts-main1 .inner{width:100%;}
}
@media screen and (max-width: 767px) {
    .zsjylist .zbox-11 .news_list .news.i1 .news_text{
    margin-bottom: 10px;
}
    .rcpylist .rbox-31 .news_list .news>a{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}
    .rcpylist .rbox-31 .news_list .news.i1{
    width: 100%;
    padding-top: 100%;
}
    .rcpylist .rc-main3 .inner{
    padding: 30px 0;
}
    .rcpylist .rbox-31 .news_list{
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.rcpylist .rbox-31 .news_list .news{
    position: relative;
    left: 0px ! important;
    top: 0 ! important;
    bottom: 0 ! important;
    padding-top: 100%;
    width: 50%;
    padding-top: 50%;
}
    .xyshlist .sbox-31 .con{
    padding: 10px;
}
    .xyshlist .sbox-21 .news_list .news{
    width: 33.3%;
}
    .xyshlist .sbox-11 .swiper1 .news_list .news{
    padding: 0;
}
    .xyshlist .sbox-11 .swiper1 .news_list .news_wz{
    position: static;
    padding: 20px;
}
    .xxgklist .kbox-21 .news_list .news{
    width: 100%;
    margin-bottom: 20px;
}
    .xxgklist .kbox-31 .news_list .news .news_con{
    padding: 0;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}
    .xxgklist .kbox-31 .news_list .news{
    width: 100%;
    flex: none;
    gap: 20px;
}
    .xxgklist .kbox-31 .news_list{
    flex-wrap: wrap;
}
    .xskylist .kbox-21 .news_list .news{
    width: 50%;
}
    .xxjjlist .col_news{
    padding: 0;
}
    .xybmlist .wp_subcolumn_list .news_list, .xybmlist .class_con{
    --num: 2;
}
    .xybmlist .firstLetter .letter-item{
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 20px;
}
    .xybmlist .firstLetter{
    position: static;
    margin-bottom: 20px;
    max-width: fit-content;
    flex-wrap: wrap;
}
    .xrldinfo .article .art_right .art_info{
    flex-direction: column;
    gap: 0;
}
}
@media screen and (max-width: 620px) {
.faybox_con .swiper-button-prev, .faybox_con .swiper-button-next{top:50%;left:0;transform:translateY(-50%)}
.faybox_con .swiper-button-next{left:auto;right:0;}
    .faybox .faybox_con{
    height: auto;padding:0 15px 15px
}
    .faybox_bcon .swiper2{
    width: 100%;
    /* aspect-ratio: auto; */
}
    .faybox_bcon .swiper1{
    width: 100%;
}
    .faybox_bcon{
    flex-direction: column;
}
    .zcfclist .col_news_list .news_list.list2 .news .news_wz1{
    display: none;
}
    .zcfclist .col_news_list .news_list.list2 .news .news_meta .xian{
    width: 30px;
}
    .zcfclist .col_news_list .news_list.list2 .news{
    width: 49.5%;
}
    .zsjylist .zbox-11 .news_list .news.i1>a{
    width: 60%;
}
    .rcpylist .rbox-12 .news_list{
    --gap: 20px;
}
    .tsxylist .tbox-31 .news_list .n2 .news_text{
    margin-bottom: 0.29rem;
}
    .tsxylist .tbox-31 .news_list .news.n2{
    flex-direction: column-reverse;
}
    .tsxylist .tbox-31 .news_list .news{
    flex: none;
    width: 100%;
}
    .tsxylist .tbox-31 .news_list{
    flex-wrap: wrap;
}
    .tsxylist .tbox-21 .tab_menu li{
    padding: 0 20px;
}
    .tsxylist .tbox-11 .news_list .news{
    margin-bottom: 20px;
}
    .tsxylist .tbox-11 .news_list{
    display: block;
}
}
@media screen and (max-width: 479px) {
    .xybmlist .wp_subcolumn_list .news_list, .xybmlist .class_con{
    --num: 1;
}
        .tsxylist .tbox-21 .tab_con .vr_w:after{
    width: 110px;
    height: 110px;
}
    .tsxylist .tbox-21 .tab_con .vr_w{
    width: 100px;
    height: 100px;
    font-size: 11px;
    padding: 0 17px;
    box-sizing: border-box;
}
    .xyshlist .sbox-21 .news_list .news{
    width: 50%;
}
    .xskylist .ky-main5 .inner .kbox-51 .news{
    width: 100%;
}
    .xskylist .ky-main4 .inner{
    padding: 30px 0;
}
    .xskylist .kbox-21 .news_list .news{
    width: 100%;
}
        .datalist .col_news_con .news_list .news .news_content{width: 100%;padding: 0;border-left: none;margin-top: 20px;border-top: 1px solid rgb(3 61 130 / 18%);padding-top: 20px;}
    .datalist .col_news_con .news_list .news.hascon{
    display: block;
}
    .datalist .col_news_con .news_list .news.hascon .news_title{
    flex-direction: row;
    align-items: center;
}
}
