@charset "utf-8";

span.p_br {display: block;}
span.m_br {display: none;}
@media (max-width:991px) {
    span.p_br {display: none;}
    span.m_br {display: block;}  
}

.notice_list_section .notice_top {
    margin-bottom: 40px;
}

.notice_list_section .mc03_title {
    font-size: min(3.3854vw, 65px);
    font-weight: 700;
    line-height: 1;
    margin-bottom: min(3.6458vw, 70px);
    color: #0c0c0c;
}

.notice_list_section .notice_banner {
    width: 100%;
}

.notice_list_section .notice_banner a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: min(1.9792vw, 38px) min(2.0833vw, 40px);
    background: #3333ff;
}

.notice_list_section .banner_left {
    display: flex;
    align-items: center;
    gap:0 14px;
}

.notice_list_section .banner_left img {
    width: 21px;
    height: 21px;
}

.notice_list_section .banner_left span {
    font-size: min(1.25vw, 24px);
    font-weight: 600;
    color:#fff;
}



.notice_list_section .banner_right img {
    width: 11px;
    height: 19px;
}



.notice_list_section .category_tab {
    display: flex;
    border-bottom: 2px solid #e5e5e5;
}

.notice_list_section .category_tab li {
    position: relative;
    cursor: pointer;
}


.notice_list_section .cate_li:nth-child(1) {
    padding: 17px 15px 17px 0;
}
.notice_list_section .cate_li:nth-child(2) {
    padding: 17px 15px ;
}


.notice_list_section .cate_li span {
    position: relative;
    display: block;
    font-size: 18px;
    font-weight: 400;
    color:#666666;
    transition: all .3s ease-in-out;
}

.notice_list_section .cate_li:hover span {
    font-weight: 500;
    color: #3333ff;
}


.notice_list_section .category_tab li.on span {
    font-weight: 500;
    color:#3333ff;
}


.notice_list_section .cate_li span::after {
    content: '';
    position: absolute;
    bottom: -19px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #e5e5e5;

}

.notice_list_section .category_tab li.on span::after {
    background: #3333ff;
}


/* content */

.notice_list_section .tab_content {
    display: none;
}

.notice_list_section .on.tab_content {
    display: block;
}

.notice_list_section .notice_ul {
    display: flex;
    flex-direction: column;
}

.notice_list_section .box_main_card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0;
    border-bottom: 1px solid #e3e3e3;
    cursor: pointer;
}


.notice_list_section  .list_label {
    margin-right: 14px;
    border-radius: 2px;
    padding: 5px 10px;
    font-weight: 500;
    font-size: 14px;
    color:#fff;
    background: #3333ff;
}

.notice_list_section .list_top {
    width: calc(100% - 160px);
}

.notice_list_section .list_title {
    font-size: 20px;
    font-weight: 600;
    color:#0c0c0c;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.notice_list_section .list_date {
    font-size: 16px;
    color:#999999;
    margin-left: 15px;
}

.notice_list_section .list_a {
    display: none;
    position: relative;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    border: 1px solid #d1d1d1;
    background: #fff;
    transition: all .3s ease-in-out;
}

.notice_list_section .list_a::before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: #3333ff;
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    transform-origin: center;
    transform: translate(-50%, -50%) scale(0);
    transition: all .3s 0s ease-in-out;
}

.notice_list_section .arrow_list {
    position: relative;
    z-index: 100;
}

.notice_list_section .cls_arrow{
    position: relative;
    fill: none;
    stroke: #d1d1d1;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2px;
    fill-rule: evenodd;
    transition: all .3s 0.2s ease-in-out;
}

.notice_list_section .box_main_card .list_content {
    display: none;
}

.notice_list_section .list_row.active .box_main_card {
    padding: min(2.0833vw, 40px) 0;
}

.notice_list_section .list_row.active .list_title {
    margin-bottom: 14px;
    font-size: 24px;
    font-weight: 700;
}

.notice_list_section .list_row.active .list_content {
    font-size: 16px;
    line-height: 1.63;
    color:#666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.notice_list_section .list_row.active .list_label {
    display: none;
}

.notice_list_section .list_row.active .list_date {
    display: none;
}

.notice_list_section .list_row.active .list_a {
    display: flex;
}


.notice_list_section .list_a:hover::before {
    transform: translate(-50%, -50%) scale(1);
}
.notice_list_section .list_row.active .list_a:hover .cls_arrow {
    stroke: #fff;
}


@media (max-width:991px) {
    .notice_list_section {
        overflow: hidden;
        box-sizing: border-box;
    }
    
    .notice_list_section .mc03_title {
        font-size: 30px;
        text-align: center;
        margin-bottom: 40px;
        opacity: 0;
        transform:translateY(100%); 
        transition:all 1s 0s;
    }

    .notice_list_section .notice_banner {
        opacity: 0;
        transform:translateY(100%); 
        transition:all 1s 0.2s;
    }

    .notice_list_section .notice_banner a {
        padding: 22px 20px;
    }

    .notice_list_section .banner_left {
        gap:0 17px;
    }


    .notice_list_section .news_container {
        transform:translateY(100%); 
        transition:all 1s 0.4s;
        opacity: 0;

    }

    .notice_list_section .banner_left span {
        font-size: 18px;
        line-height: 1;
    }

    .notice_list_section .banner_left img {
        width: 16px;
        height: 16px;
    }

    .notice_list_section .banner_right img {
        width: 9px;
        height: 15px;
    }
    
    .notice_list_section .notice_top {
        margin-bottom: 33px;
    }

    .notice_list_section .cate_li span {
        font-size: 17px;
    }
    
    .notice_list_section .box_main_card {
        padding: 18.5px 0;
    }

    .notice_list_section .list_label {
        font-size: 11px;
        border-radius: 1px;
        padding: 5px;
        margin-right: 13px;
    }
    .notice_list_section .list_top {
            width: calc(100% - 133px);
    }

    .notice_list_section .list_title {
        font-size: 16px;
    }

    .notice_list_section .list_date {
        font-size: 13px;
        margin-left: 20px;
    }


    .notice_list_section .list_row.active .box_main_card {
        padding: 26px 0;
    }

    .notice_list_section .list_row.active .list_top {
        width: calc(100% - 80px);
    }

    .notice_list_section .list_row.active .list_title {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .notice_list_section .list_row.active .list_content {
        font-size: 14px;
        line-height: 1.57;
    }

    .notice_list_section .list_a {
        width: 33px;
        height: 33px;
    }

    .notice_list_section .list_a svg {
        width: 12px;
        height: 7px;
    }


    .section07.animate .notice_list_section .mc03_title {
        opacity: 1;
        transform: translate(0,0);
    }

    .section07.animate .notice_list_section .notice_banner {
        opacity: 1;
        transform: translate(0,0);
    }

    .section07.animate .notice_list_section .news_container {
        opacity: 1;
        transform: translate(0,0);
    }
}
