.ttBox{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:0.6rem;
}
.ttBox .more_text{
    display:block;
    font-size:0.2rem;
    color:#2E74FF;
    padding-right:0.39rem;
    background: url(../images/arrow04.png) no-repeat right center / 0.19rem auto;
}
.ttBox .title{
    font-size: 0.3rem;
    font-family: 'HY';
}
.mainbox01 .inner{padding:1rem 0;}
.mainbox02 .inner{padding-bottom:1rem;}
.profilebox .defalult_slick{
    box-sizing: border-box;
    margin-bottom: 1rem;
}
.profilebox .news_list.u2{
    margin: 0 auto;
}

.profilebox .defalult_slick .img_box{
    position:relative;
    width: 100%;
    float: left;
}
.profilebox .defalult_slick .news_imgs{padding-top: 75.03%;}
.profilebox .defalult_slick .news{position:relative;}
.profilebox .defalult_slick .sign03{
    position:absolute;
    z-index:15;
    left:0.4rem;
    top:0.4rem;
}
.profilebox .defalult_slick .sign04{
    position:absolute;
    z-index:15;
    left:51.58%;
    bottom:0;
}
.profilebox .defalult_slick .sign03 img,
.profilebox .defalult_slick .sign04 img{width:0.69rem;}
.profilebox .defalult_slick .news_con{
    position:relative;
    width: 48.42%;
    height:auto;
    float: right;
}

.profilebox .defalult_slick .news_intro{
    font-size: 0.2rem;
    font-family: 'HY';
    margin-top: 0.4rem;
    -webkit-line-clamp: 6;
    color: #00000099;
}
.profilebox .news_list.u2{
    display: flex;
    justify-content: space-between;
}
.profilebox .news_list.u2 .news{
    width: 31.92%;
}
.profilebox .news_list.u2 .news_imgs{
    padding-top: 56.1%;
    margin-bottom: 0.2rem;
}
@media screen and (max-width: 999px) {
    .ttBox{margin-bottom:20px;}
    .profilebox .defalult_slick .sign03{
        left:20px;
        top:20px;
    }
    .profilebox .defalult_slick .sign04{display:none;}
}
@media screen and (max-width: 767px){
    .profilebox .defalult_slick .news_con{width:100%;}
.profilebox .defalult_slick .news_intro{margin-top:10px;}
.mainbox01 .inner{padding:20px 0;}
}
@media screen and (max-width: 479px){
    .profilebox .news_list.u2{
        flex-wrap:wrap;
    }
    .profilebox .news_list.u2 .news{
        width:100%;
        margin-bottom:20px;
    }
}