
/* 栏目样式3 */
.class3_box{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.class3_box .class3_name{
    line-height: 1.2;
    font-size: 0.32rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    color: rgba(51, 51, 51, 1);
    column-gap: 0.08rem;
}
.class3_box .class3_name img{
    width: 0.26rem;
    height: 0.26rem;
    object-fit: contain;
    margin-top: 0.06rem;
}
.class3_box .class3_more{
    display: flex;
    align-items: center;
    width: auto;
    height: auto;
    line-height: 1.5;
    font-size: 0.16rem;
    color: rgba(153, 153, 153, 1);
    transition: all .3s;
    font-family: Microsoft YaHei;
}
.class3_box .class3_more:hover {
    color: #ba9c42;
}






/* 集团动态 */
.news{
    min-height: 3rem;
    padding: 0.9rem 0;
    box-sizing: border-box;
}
.news .main{
    display: flex;
    justify-content: space-between;
}
.news .news_fl{
    width: 64.5%;
    overflow: hidden;
}
.news .news_fl .news_swiper{
    position: relative;
    margin-top: 0.3rem;
}
.news .news_fl .news_item{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.news .news_fl .news_item .news_litpic{
    width: 49%;
}
.news .news_fl .news_item .news_img{
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 64%;
    border-radius: 0.15rem;
}
.news .news_fl .news_item .news_img img{
    position: absolute;
    top: 0;
    transition: all 0.5s;
}
.news .news_fl .news_item .news_txt{
    width: 48%;
}
.news .news_fl .news_item .news_time{
    font-size: 0.16rem;
    color: rgba(127, 140, 148, 1);
    line-height: 1.5;
    font-family: Arial;
    min-height: 0.2rem;
} 
.news .news_fl .news_item .news_title{
    width: auto;
    height: auto;
    line-height: 1.5;
    font-size: 0.18rem;
    color: rgba(51, 51, 51, 1);
    font-weight: bold;
    margin-top: 0.2rem;
    font-family: Microsoft YaHei;
}
.news .news_fl .news_item .news_info{
    font-size: 0.14rem;
    color: rgba(102, 102, 102, 1);
    line-height: 1.8;
    margin-top: 0.1rem;
    text-indent: 2em;
    font-family: Microsoft YaHei;
}
.news .news_fl .news_item .news_more{
    width: auto;
    height: fit-content;
    text-align: center;
    margin-top: 0.4rem;
    padding: 0.05rem 0.08rem;
    box-sizing: border-box;
    background: linear-gradient(to right, #ba9c42, #ba9c42);
    width: 1.2rem;
    border-radius: 0.3rem;
    font-size: 0.14rem;
    color: #ffffff;
    font-family: Microsoft YaHei;
}
.news .news_fl .news_item:hover .news_img img{
    transform: scale(1.1);
}
.news .news_fl .news_item:hover .news_title{
    color: #ba9c42;
}
.news .news_fl .news_swiper .swiper-pagination{
    bottom: 0.05rem;
    left: 0;
    width: 49%;
    text-align: center;
}
.news .news_fl .news_swiper .swiper-pagination span{
    width: 0.12rem;
    height: 0.12rem;
    display: inline-block;
    border-radius: 100%;
    background: #ffffff;
    opacity: 1;
}
.news .news_fl .news_swiper .swiper-pagination span.swiper-pagination-bullet-active{
    background: linear-gradient(to right, #ba9c42, #ba9c42);
}
.news .news_fl .news_li{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    column-gap: 0.4rem;
    padding: 0.27rem 0;
    box-sizing: border-box;
    position: relative;
}
.news .news_fl .news_li:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 1px;
    background: #ba9c42;
    z-index: 2;
    transition: 0.45s;
}
.news .news_fl .news_li:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #078e6633;
    z-index: 1;
}
.news .news_fl .news_li svg{
    font-size: 0.16rem;
    width: 0.2rem;
    height: 0.2rem;
    fill: #999999;
}
.news .news_fl .news_li .news_txt{
    width: calc(100% - 1.7rem);
    font-size: 0.18rem;
    line-height: 1.5;
    font-weight: bold;
    font-family: Microsoft YaHei;
}
.news .news_fl .news_li .news_date{
    font-size: 0.14rem;
    min-height: 0.2rem;
    line-height: 1.5;
    font-family: Arial;
    color: rgba(127,140,148,1);
}
.news .news_fl .news_li:hover:before {
    width: 100%;
}
.news .news_fl .news_li:hover .news_txt,
.news .news_fl .news_li:hover .news_date{
    color: #ba9c42;
}
.news .news_fl .news_li:hover svg{
    fill: #ba9c42;
}


.news .news_fr{
    width: 30%;
    overflow: hidden;
    padding: 0.3rem;
    box-sizing: border-box;
    background: #ffffff url(../img/news_bg.png) center no-repeat;
    background-size: cover;
    box-shadow: 0 0.23rem 0.9rem -0.05rem rgb(29 56 72 / 17%);
    border-radius: 0.15rem;
}
.news .news_fr .notice_list{
    margin-top: 0.3rem;
}
.news .news_fr .notice_list .notice_li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: auto;
    height: fit-content;
    padding: 0.2rem 0;
    box-sizing: border-box;
    border-bottom: 1px dashed #bed8e7;
    overflow: hidden;
    position: relative;
}
.news .news_fr .notice_list .notice_li svg{
    font-size: 0.16rem;
    width: 0.2rem;
    height: 0.2rem;
    margin-right: 0.03rem;
    fill: rgba(186,156,66);
    position: absolute;
    transform: translateX(-0.25rem);
    transition: all 0.5s;
}
.news .news_fr .notice_list .notice_li .notice_title{
    max-width: calc(100% - 1.3rem);
    font-weight: 400;
    line-height: 1.5;
    font-size: 0.16rem;
    color: #333333;
    font-family: Microsoft YaHei;
    transition: all 0.5s;
}
.news .news_fr .notice_list .notice_li .notice_time{
    min-height: 20px;
    font-size: 0.14rem;
    color: rgba(127, 140, 148, 1);
    line-height: 1.5;
    font-family: Arial;
}
.news .news_fr .notice_list .notice_li:hover svg{
    transform: translateX(0);
}
.news .news_fr .notice_list .notice_li:hover .notice_title{
    transform: translateX(0.25rem);
    color: #ba9c42;
}
.news .news_fr .notice_list .notice_li:hover .notice_time{
    color: #ba9c42;
}








/* 图片新闻 */
.news_body{
    padding: 0.6rem 0;
    box-sizing: border-box;
}
.litpic_list{
    display: flex;
    flex-wrap: wrap;
}
.litpic_list .litpic_item{
    width: calc(25% - 0.2rem);
    height: auto;
    margin: 0.1rem;
    box-sizing: border-box;
    position: relative;
}
.litpic_list .litpic_item::before{
    position: absolute;
    width: 0.5rem;
    height: 0.5rem;
    display: flex;
    content: "+";
    right: 0;
    bottom: 0;
    background: #ba9c42;
    color: #fff;
    border-radius: 5rem 0 0 0;
    align-items: center;
    justify-content: center;
    padding-top: 0.1rem;
    padding-left: 0.1rem;
    font-size: 0.2rem;
    pointer-events: none;
    transition: all 0.5s;
    z-index: 2;
}
.litpic_list .litpic_item .litpic_img{
    width: 100%;
    height: 3rem;
    overflow: hidden;
    background: url(../img/litpic_bg.png);
}
.litpic_list .litpic_item .litpic_img img{
    transition: all 0.5s;
}
.litpic_list .litpic_item .litpic_txt{
    padding: 0.4rem 0.4rem 0.8rem;
    box-sizing: border-box;
    background: url(../img/litpic_bg.png);
    position: relative;
}
.litpic_list .litpic_item .litpic_time{
    color: rgba(249, 247, 235, 1);
    font-size: 0.14rem;
    text-align: left;
    line-height: 1.8;
    font-family: Arial;
}
.litpic_list .litpic_item .litpic_title{
    margin-top: 0.1rem;
    font-size: 0.18rem;
    color: rgba(249, 247, 235, 1);
    line-height: 1.5;
    text-align: left;
    height: 0.5rem;
    font-size: 0.18rem;
}
.litpic_list .litpic_item .litpic_txt::before{
    content: "";
    position: absolute;
    width: calc(100% - 0.8rem);
    height: 0.01rem;
    bottom: 0.6rem;
    border-bottom: 0.01rem solid rgba(249,247,235,0.55);
}
.litpic_list .litpic_item:hover{
    box-shadow: 0.2rem 0.2rem 0.3rem rgba(0, 0, 0, 0.1);
}
.litpic_list .litpic_item:hover::before{
    background: #ba9c42;
    transform: scale(1.5);
    transform-origin: right bottom;
}
.litpic_list .litpic_item:hover .litpic_img img{
    transform: scale(1.1);
}





/* 集团新闻 */
.notice_ul{
    padding: 0 0.3rem;
    box-sizing: border-box;
}
.notice_ul .notice_item{
    display: flex;
    align-items: center;
    padding: 0.3rem 0;
    box-sizing: border-box;
}
.notice_ul .notice_item .notice_date{
    width: 8%;
    background: url(../img/notice_bg.png) center no-repeat;
    background-size: 100% 100%;
    padding: 0.2rem 0;
    box-sizing: border-box;
}
.notice_ul .notice_item .notice_date .date_ri{
    font-size: 0.48rem;
    color: rgba(255, 255, 255, 1);
    line-height: 1;
    font-weight: bold;
    text-align: center;
    min-height: 0.2rem;
    font-family: sanji;
}
.notice_ul .notice_item .notice_date .date_year{
    text-align: center;
    font-size: 0.2rem;
    color: rgba(255, 255, 255, 1);
    line-height: 1.5;
    text-align: center;
    transition: all .5s ease;
    margin-top: 0.1rem;
    min-height: 0.2rem;
}
.notice_ul .notice_item .notice_txt{
    width: 90%;
    padding: 0 0.35rem 0 0.3rem;
    box-sizing: border-box;
}
.notice_ul .notice_item .notice_txt .notice_name{
    font-weight: bold;
    line-height: 1.5;
    font-size: 0.22rem;
    color: rgba(0, 0, 0, 1);
}
.notice_ul .notice_item .notice_txt .notice_info{
    line-height: 1.5;
    font-size: 0.14rem;
    margin-top: 0.1rem;
    color: rgba(119, 119, 119, 1);
    margin-bottom: 0.2rem;
    font-family: Microsoft YaHei, 微软雅黑;
}
.notice_ul .notice_item .notice_txt .notice_more{
    font-size: 0.14rem;
    font-family: Microsoft YaHei, 微软雅黑;
    text-decoration: underline;
}
.notice_ul .notice_item:hover .notice_txt .notice_name{
    color: #ba9c42;
}








/* 扬子江动态 */
.file_body{
    background-color: rgba(232, 227, 209, 1);
    padding: 0.7rem 0;
    box-sizing: border-box;
}
.file_body .main{
    display: flex;
    justify-content: space-between;
    padding: 0 0.3rem;
    box-sizing: border-box;
}
.file_body .file_fl{
    width: 19.7%;
    padding-right: 0.5rem;
}
.file_body .file_fl .file_class{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(246,246,244,1);
    padding: 0.15rem;
    box-sizing: border-box;
    margin-bottom: 0.08rem;
    border-radius: 0.04rem;
}
.file_body .file_fl .file_class span{
    font-size: 0.15rem;
    font-family: Microsoft YaHei;
    line-height: 1;
    font-weight: 400;
}
.file_body .file_fl .file_class svg{
    width: 0.15rem;
    height: auto;
    margin: 0;
    font-size: 0.16rem;
    fill: rgba(234,234,234);
}
.file_body .file_fl .file_class:hover,
.file_body .file_fl .file_class.act{
    background: rgb(186 156 66);
}
.file_body .file_fl .file_class:hover span,
.file_body .file_fl .file_class.act span{
    color: #eaeaea;
}
.file_body .file_fl .file_code{
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}


.file_body .file_fr{
    width: 80.3%;
}
.file_body .file_fr .file_list{
    display: flex;
    flex-wrap: wrap;
    row-gap: 0.16rem;
}
.file_body .file_fr .file_list .file_item{
    width: calc(100% / 3);
    height: auto;
}
.file_body .file_fr .file_list .file_box{
    width: 96%;
    height: 100%;
    display: flex;
    column-gap: 0.15rem;
    padding: 0.32rem;
    box-sizing: border-box;
    border-radius: 0.2rem;
    background: url(../img/file_img.png) center no-repeat;
    background-size: cover;
}
.file_body .file_fr .file_list .file_img{
    width: 30%;
    height: fit-content;
    padding: 0.1rem;
    box-sizing: border-box;
    overflow: hidden;
    background: #ddd;
}
.file_body .file_fr .file_list .file_txt{
    width: calc(70% - 0.15rem);
    padding-bottom: 0.1rem;
    box-sizing: border-box;
}
.file_body .file_fr .file_list .file_title{
    font-family: Microsoft YaHei, 微软雅黑;
    margin-bottom: 0.05rem;
    font-size: 0.18rem;
    color: #333;
    font-weight: 400;
    transition: all 0.5s;
}
.file_body .file_fr .file_list .file_size{
    font-family: Microsoft YaHei, 微软雅黑;
    font-size: 0.14rem;
    font-weight: 400;
    color: rgba(80, 80, 80, 1);
    transition: all 0.5s;
}
.file_body .file_fr .file_list .file_down{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0.36rem;
    height: 0.36rem;
    margin-top: 0.2rem;
    background: rgba(246,246,246,1);
    border-radius: 50%;
}
.file_body .file_fr .file_list .file_down svg{
    font-size: 0.16rem;
    width: 0.2rem;
    height: 0.2rem;
    fill: #ba9c42;
}
.file_body .file_fr .file_item:hover .file_title,
.file_body .file_fr .file_item:hover .file_size{
    color: #ba9c42;
}
.file_body .file_fr .file_item .file_down:hover{
    background: #fff;
}










@media screen and (max-width: 1025px){
    .position .position_fl a{
        width: 120px;
    }
    
    
    
    .news{
        min-height: 300px;
        padding: 90px 0;
    }
    .news .main{
        flex-wrap: wrap;
        row-gap: 50px;
    }
    .news .news_fl,
    .news .news_fr{
        width: 100%;
    }
    .class3_box .class3_name{
        font-size: 32px;
        column-gap: 8px;
    }
    .class3_box .class3_name img{
        width: 26px;
        height: 26px;
        margin-top: 6px;
    }
    .class3_box .class3_more{
        font-size: 16px;
    }
    .news .news_fl .news_swiper{
        margin-top: 30px;
    }
    .news .news_fl .news_item .news_time{
        font-size: 16px;
        min-height: 20px;
    }
    .news .news_fl .news_item .news_title{
        font-size: 18px;
        margin-top: 20px
    }
    .news .news_fl .news_item .news_info{
        font-size: 14px;
        margin-top: 10px;
    }
    .news .news_fl .news_item .news_more{
        width: 120px;
        margin-top: 40px;
        padding: 5px 8px;
        border-radius: 30px;
        font-size: 14px;
    }
    .news .news_fl .news_swiper .swiper-pagination{
        bottom: 5px;
    }
    .news .news_fl .news_swiper .swiper-pagination span{
        width: 12px;
        height: 12px;
    }
    .news .news_fl .news_li{
        column-gap: 40px;
        padding: 27px 0;
    }
    .news .news_fl .news_li svg{
        width: 20px;
        height: 20px;
        font-size: 16px;
    }
    .news .news_fl .news_li .news_txt{
        width: calc(100% - 170px);
        font-size: 18px;
    }
    .news .news_fl .news_li .news_date{
        font-size: 14px;
        min-height: 20px;
    }
    
    
    
    
    
    
    .news .news_fr{
        padding: 30px;
    }
    .news .news_fr .notice_list{
        margin-top: 30px;
    }
    .news .news_fr .notice_list .notice_li{
        padding: 20px 0;
    }
    .news .news_fr .notice_list .notice_li svg{
        font-size: 16px;
        width: 20px;
        height: 20px;
        margin-right: 3px;
    }
    .news .news_fr .notice_list .notice_li .notice_title{
        max-width: calc(100% - 130px);
        font-size: 16px;
    }
    .news .news_fr .notice_list .notice_li .notice_time{
        font-size: 14px;
    }
    
    
    
    
    
    
    
    
    
    
    /*图片新闻 列表*/
    .news_body{
        padding: 60px 0;
    }
    .litpic_list .litpic_item{
        width: calc(33.33% - 20px);
        margin: 10px;
    }
    .litpic_list .litpic_item::before{
        width: 50px;
        height: 50px;
        border-radius: 50px 0 0 0;
        padding-top: 10px;
        padding-left: 10px;
        font-size: 20px;
    }
    .litpic_list .litpic_item .litpic_img{
        height: 0;
        padding-bottom: 70%;
        position: relative;
    }
    .litpic_list .litpic_item .litpic_img img{
        position: absolute;
        top: 0;
    }
    .litpic_list .litpic_item .litpic_txt{
        padding: 40px 40px 80px;
    }
    .litpic_list .litpic_item .litpic_time{
        font-size: 14px;
    }
    .litpic_list .litpic_item .litpic_title{
        margin-top: 10px;
        font-size: 18px;
        height: 50px;
    }
    .litpic_list .litpic_item .litpic_txt::before{
        width: calc(100% - 80px);
        height: 1px;
        bottom: 60px;
    }
    
    
    
    
    
    
    /*集团新闻*/
    .notice_ul{
        padding: 0;
    }
    .notice_ul .notice_item{
        padding: 30px 0;
    }
    .notice_ul .notice_item .notice_date{
        width: 128px;
        padding: 20px 0;
    }
    .notice_ul .notice_item .notice_date .date_ri{
        font-size: 48px;
        min-height: 20px;
    }
    .notice_ul .notice_item .notice_date .date_year{
        font-size: 20px;
        margin-top: 10px;
        min-height: 20px;
    }
    .notice_ul .notice_item .notice_txt{
        width: calc(100% - 128px);
        padding: 0 35px 0 30px;
    }
    .notice_ul .notice_item .notice_txt .notice_name{
        font-size: 22px;
    }
    .notice_ul .notice_item .notice_txt .notice_info{
        font-size: 14px;
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .notice_ul .notice_item .notice_txt .notice_more{
        font-size: 14px;
    }
    
    
    
    
    
    /*扬子江动态*/
    .file_body{
        padding: 70px 0;
    }
    .file_body .main{
        padding: 0 30px;
    }
    .file_body .file_fl{
        padding-right: 50px;
    }
    .file_body .file_fl .file_class{
        padding: 15px;
        margin-bottom: 8px;
        border-radius: 4px;
    }
    .file_body .file_fl .file_class span{
        font-size: 15px;
    }
    .file_body .file_fl .file_class svg{
        width: 15px;
        font-size: 16px;
    }
    .file_body .file_fr .file_list{
        row-gap: 16px;
    }
    .file_body .file_fr .file_list .file_box{
        column-gap: 15px;
        padding: 32px;
        border-radius: 20px;
    }
    .file_body .file_fr .file_list .file_img{
        padding: 10px;
        height: fit-content;
    }
    .file_body .file_fr .file_list .file_txt{
        width: calc(70% - 15px);
        padding-bottom: 10px;
    }
    .file_body .file_fr .file_list .file_title{
        padding-bottom: 5px;
        font-size: 18px;
    }
    .file_body .file_fr .file_list .file_size{
        font-size: 14px;
    }
    .file_body .file_fr .file_list .file_down{
        width: 36px;
        height: 36px;
        margin-top: 20px;
    }
    .file_body .file_fr .file_list .file_down svg{
        font-size: 16px;
        width: 20px;
        height: 20px;
    }
}

.cate_btn{
    display: none;
}
@media screen and (max-width: 769px){
    .position{
        height: auto !important;
    }
    .position .position_fl{
        flex-wrap: wrap;
        /*justify-content: left;*/
    }
    .position .position_fl a{
        width: 100px;
    }
    
    
    .class3_box .class3_name{
        font-size: 24px;
    }
    .class3_box .class3_more{
        font-size: 14px;
    }
    
    
    
    
    .news{
        padding: 50px 0 40px;
    }
    .news .main{
        padding: 0 30px;
    }
    .news .news_fl .news_item{
        flex-wrap: wrap;
    }
    .news .news_fl .news_item .news_litpic,
    .news .news_fl .news_item .news_txt{
        width: 100%;
    }
    .news .news_fl .news_item .news_txt{
        padding-top: 15px;
    }
    .news .news_fl .news_swiper .swiper-pagination{
        display: none;
    }
    .news .news_fl .news_item .news_time{
        font-size: 14px;
    }
    .news .news_fl .news_item .news_title{
        font-size: 16px;
    }
    .news .news_fl .news_item .news_info{
        display: none;
    }
    .news .news_fl .news_item .news_more{
        width: 100px;
        margin-top: 20px;
    }
    .news .news_fl .news_list{
        margin-top: 25px;
    }
    .news .news_fl .news_li{
        padding-top: 2.7%;
        padding-bottom: 2.7%;
        column-gap: 10px;
    }
    .news .news_fl .news_li .news_txt{
        font-size: 14px;
        width: calc(100% - 30px);
        white-space: normal;
        overflow: auto;
        text-overflow: initial;
    }
    .news .news_fl .news_li .news_date{
        display: none;
    }
    
    
    
    
    
    
    
    .news .news_fr{
        padding: 20px 10px;
    }
    .news .news_fr .notice_list{
        margin-top: 10px;
    }
    .news .news_fr .notice_list .notice_li{
        padding: 10px 0;
        flex-wrap: wrap;
    }
    .news .news_fr .notice_list .notice_li svg{
        display: none;
    }
    .news .news_fr .notice_list .notice_li .notice_title{
        max-width: 100%;
        width: 100%;
        font-size: 14px;
        
        white-space: normal;
        overflow: auto;
        text-overflow: initial;
    }
    .news .news_fr .notice_list .notice_li .notice_time{
        font-size: 12px;
    }
    
    
    
    
    
    /*图片新闻 列表*/
    .news_body{
        padding: 50px 0;
    }
    .litpic_list .litpic_item{
        width: 100%;
        margin: 10px 0;
    }
    .litpic_list .litpic_item .litpic_img{
        padding-bottom: 53%;
    }
    .litpic_list .litpic_item .litpic_title{
        height: auto;
        overflow: visible;
        -webkit-line-clamp: none;
    }
    
    
    
    /*集团新闻*/
     .notice_ul .notice_item{
        padding: 0;
    }
    .notice_ul .notice_item .notice_date{
        width: 80px;
        height: 80px;
        display: flex;
        flex-wrap: wrap;
        align-content: center;
    }
    .notice_ul .notice_item .notice_date .date_ri{
        font-size: 26px;
        width: 100%;
    }
    .notice_ul .notice_item .notice_date .date_year{
        font-size: 16px;
        line-height: 1;
        width: 100%;
    }
    .notice_ul .notice_item .notice_txt{
        width: calc(100% - 80px);
        padding: 20px 10px;
    }
    .notice_ul .notice_item .notice_txt .notice_name{
        font-size: 16px;
        line-height: 1.3;
        
        white-space: normal;
        overflow: auto;
        text-overflow: initial;
        margin-bottom: 10px;
    }
    .notice_ul .notice_item .notice_txt .notice_info{
        font-size: 13px;
        margin-top: 4px;
        margin-bottom: 8px;
        
        display: none;
    }
    
    
    
    
    
    
    /*扬子江动态*/
    .file_body{
        padding: 50px 0;
    }
    .file_body .main{
        flex-wrap: wrap;
    }
    .file_body .file_fl,
    .file_body .file_fr{
        width: 100%;
    }
    .file_body .file_fr .file_list .file_item{
        width: 100%;
    }
    
    .cate_btn{
        display: block;
        border: 1px solid #ebebeb;
        background: #f6f6f4;
        margin-bottom: 8px;
        padding: 6px 7px;
        border-radius: 4px;
        text-align: right;
        cursor: pointer;
        transition: all ease .3s;
        width: calc(100% - 50px);
    }
    .cate_btn:hover{
        background: #ebebeb;
        border: 1px solid #ebebeb;
    }
    .cate_btn svg{
        margin: 0;
        width: 29px;
        height: auto;
    }
    .file_body .file_fl{
        display: none;
    }
}










