.news_imgs{background-color: #e5e5e5;}
.header .head-left{width:5.36rem;}
/* tab-container */
.tab-container{position: relative;}
.tab-container .handle{
    position: absolute;
    z-index: 30;
    left: 0.2rem;
    top: 0.6rem;
}
.tab-container .handle.fixed{
    position: fixed;
    z-index: 20;
    left: 0.2rem;
    top: 0.6rem;
}
.tab-container .handle>a{
    position: relative;
    width: 1.56rem;
    height: 0.75rem;
    background: #fff url(../images/n_title.png) no-repeat center / 100% 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.3rem;
    cursor: pointer;
    border-radius:0.05rem;
}
.tab-container .handle>a::after{
    content: '';
    position: absolute;
    z-index: 1;
    left: 50%;
    bottom: -0.3rem;
    /* transform: translateX(-50%); */
    display: block;
    width: 1px;
    height: 0.3rem;
    background: url(../images/news_line01.png) no-repeat center / 100% 100%;
}
.tab-container .handle>a:last-child::after{display: none;}
.tab-container .handle .year{
    font-size: 0.18rem;
    font-weight: bold;
    margin-bottom: 0.05rem;
    color: #6F6F6F;
}
.tab-container .handle .num{
    font-size: 0.13rem;
    color: #3988E4;
}

.tab-container .handle .title-item.selected{background-image: url(../images/n_title_s.png);}
.tab-container .handle .title-item.selected .news_title,
.tab-container .handle .title-item.selected .year,
.tab-container .handle .title-item.selected .num{color: #fff;}

.mainbox01 .post9 .tt{
    justify-content: flex-start;
}
.con-item:first-child .mainbox01 .inner{padding-top:0.62rem;}
.con-item:last-child .mainbox01 .inner{padding-bottom:0.62rem;}
.mainbox01 .inner{padding-top: 1.24rem;width: 15.25rem;}

.mainbox01 .box01{margin-bottom: 1.6rem;}
.mainbox01 .news_list.u1{float: left;width: 48.2%;}
.mainbox01 .news_list.u2{float: right;width: 49%;}

.mainbox01 .news_list.u1 .news_imgs{padding-top: 75%;margin-bottom: 0.2rem;}
.mainbox01 .news_list.u1 .news_con{
    display: flex;
}
.mainbox01 .news_list.u1 .news_metar{
    width: 1.2rem;
    height: 1.2rem;
    box-sizing: border-box;
    padding: 0.15rem 0.23rem 0;
    background: url(../images/metar_bg01.png) no-repeat center / 100% 100%;
    white-space: nowrap;
    text-align: center;
    color: #fff;
    font-family: 'æ€æºå®‹ä½“CN';
    flex-shrink: 0;
    margin-right: 0.38rem;
}
.mainbox01 .news_list.u1 .news_metar .news_line{
    width: 100%;
    border-top: 1px solid #fff;
    margin: 0.05rem 0;
}
.mainbox01 .news_list.u1 .news_metar .news_days{
    font-size: 0.44rem;
    font-weight: bold;
}
.mainbox01 .news_list.u1 .news_metar .news_month{
    font-size: 0.16rem;
    font-weight: bold;
}

.mainbox01 .box01 .news_title{
    font-family: 'syh';
    font-size: 0.2rem;
    color: #000;
    -webkit-line-clamp: 2;
    margin-bottom: 0.1rem;
}
.mainbox01 .box01 .news_intro{
    font-family: 'syh';
    font-size: 0.16rem;
    color: #9a9a9a;
    -webkit-line-clamp: 2;
}

.mainbox01 .news_list.u2 .news{
    display: flex;
    margin-bottom: 0.25rem;
}
.mainbox01 .news_list.u2 .news_imgs{
    width: 3.05rem;
    height: 2.29rem;
    margin-right: 0.3rem;
    flex-shrink: 0;
}
.mainbox01 .news_list.u2 .news_con{padding-top: 0.15rem;}
.mainbox01 .news_list.u2 .news_intro{margin-bottom: 0.4rem;}
.mainbox01 .news_list.u2 .news_timer{
    font-family: 'æ€æºå®‹ä½“CN';
    font-size: 0.16rem;
    font-weight: bold;
    color: #3988E4;
}
/* box02 */
.mainbox01 .box02 .news{float: left;display: flex;flex-direction: column;margin-bottom: 0.8rem;gap: 0.2rem;}
.mainbox01 .box02 .news:nth-child(3n+1){width: 35.88%;margin-right: 2.3%;}
.mainbox01 .box02 .news:nth-child(3n+2){width: 23.47%;margin-right: 2.3%;flex-direction: column-reverse;}
.mainbox01 .box02 .news:nth-child(3n){width: 35.88%;}

.mainbox01 .box02 .news:nth-child(3n) .news_imgs,
.mainbox01 .box02 .news:nth-child(3n+1) .news_imgs{padding-top: 54.14%;}
.mainbox01 .box02 .news:nth-child(3n+2) .news_imgs{padding-top: 107.8%;}

.mainbox01 .box02 .news:nth-child(3n),
.mainbox01 .box02 .news:nth-child(3n+1){transform:translateY(-0.8rem);}
.mainbox01 .box02 .news:nth-child(-n+3){transform:none;}

.mainbox01 .box02 .news .news_timer{
    font-size: 0.41rem;
    font-family: 'th';
    color: #3988E4;
}
.mainbox01 .box02 .news .title_box{
    margin: 0.05rem 0 0.2rem;
    padding: 0.1rem 0.25rem;
    background: linear-gradient(#7144B9,#3988E4);
}
.mainbox01 .box02 .news .news_title{
    -webkit-line-clamp: 2;
    color: #fff;
    font-family: 'syh';
    font-size: 0.2rem;
}
.mainbox01 .box02 .news_intro{
    font-family: 'syh';
    font-size: 0.16rem;
    color: #9a9a9a;
    -webkit-line-clamp: 5;
    margin-bottom: 0.1rem;
}
.mainbox01 .box02 .news_more{
    text-align: right;
    color: #3988E4;
    font-family: 'syh';
    font-size: 0.16rem;
}
.mainbox01 .post9 .box02{overflow:hidden;position:relative;}
.mainbox01 .post9 .box02::after{
    content:'';
    position:absolute;
    z-index:20;
    left:0;
    bottom:0;
    display:block;
    width:100%;
    height:2.9rem;
    background:linear-gradient(#ffffff01,#ffffff);
}
.mainbox01 .post9 .box02 .readMore{
    position:absolute;
    z-index:30;
    left:50%;
    bottom:0;
    transform:translateX(-50%);
    display: block;
    width: fit-content;
    font-size: 0.16rem;
    color: #fff;
    padding: 0.08rem 0.26rem;
    background: url(../images/more_bg01.png) no-repeat center / 100% 100%;
    cursor:pointer;
}
.mainbox01 .post9 .box02.allArt::after,
.mainbox01 .post9 .box02.allArt .readMore{display:none;}

@media screen and (max-width: 999px){
    .mainbox01 .inner{width:100%;}
    
    .tab-container .handle{
        position:relative !important;
        display:flex;
        flex-wrap:wrap;
        left: 0 !important;
        top: 20px !important;
    }
    .tab-container .handle>a{
        margin-bottom:20px;
        margin-right:30px;
    }
    .tab-container .handle>a::after{
        top:50%;
        left:auto;
        right:-0.2rem;
        transform: translateY(-50%) rotate(90deg);
    }
}
@media screen and (max-width: 767px){
    .tab-container .handle>a{width:80px;height:50px;}
    .mainbox01 .box02 .news .title_box{padding:10px;}

    .mainbox01 .news_list.u1,
    .mainbox01 .news_list.u2{width:100%;}
    
    .mainbox01 .news_list.u1,
    .mainbox01 .box01{margin-bottom:20px;}

    .mainbox01 .box02 .news_list .news{
        width:48%;
        margin:10px 1%;
        transform:none;
        flex-direction:column;
    }
    .mainbox01 .box02 .news_list .news .news_imgs{
        padding-top:54.14%;
    }
}
@media screen and (max-width: 479px){
    .header .head-left{width:80%;}
    .tab-container .handle>a{
        width:30%;
        margin:10px 1.6%;
    }
    .tab-container .handle>a::after{display:none;}
    
    .mainbox01 .news_list.u2 .news{
        flex-direction:column;
    }
    .mainbox01 .news_list.u2 .news_imgs{
        width:100%;
        height:0;
        margin-right:0;
        padding-top:75%;
    }
    .mainbox01 .news_list.u2 .news_intro{margin-bottom:10px;}
    
    .mainbox01 .box02 .news_list .news{
        width:100%;
        margin:10px 0;
    }
}