.sub_visual {
    position: relative;
    height: 38vh;
    background: url(../images/subvisual11.jpg)center center/cover;
}

.sub_visual::after {
    position: absolute;
    content: "";
    inset: 0 0 0 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
}

.sub_content {
    position: relative;
    background: url(../images/submain_bg.jpg) center center/cover;

}

.sub_content::after {
    position: absolute;
    content: "";
    inset: 0 0 0 0;
    background: rgba(255, 255, 255, 0.7);
}

.sub_content .title {
    margin-bottom: 4rem;
}

.sub_content .txt {
    width: 100%;
}

.sub_content .inner .dec {
    flex: 1;

    max-width: 1090px;
    width: 100%;

}

.sub_content .inner .dec .txt ul li {
    display: flex;
    justify-content: space-between;
    padding: 0 1.6rem;
    position: relative;
    border-bottom: 1px solid #ddd;
}

.sub_content .inner .dec .txt ul li a {
    display: block;
    line-height: 5.2rem;
    white-space: nowrap;
    width: calc(100% - 48rem);
    overflow: hidden;
    text-overflow: ellipsis;
}

.sub_content .inner .dec .txt .notice_list {
    /* border-top: 2px solid #000;
    border-bottom: 2px solid #000; */
}

/* .sub_content .inner .dec .txt .notice_list.on {
    display: block;
} */

.sub_content .inner .dec .txt .notice_list .title_line {
    border-top: 2px solid var(--mc);
    padding: 0.4rem 1.6rem;
    cursor: unset;
    line-height: 5.6rem;

    display: flex;
    align-items: center;
    justify-content: space-between;
}


.sub_content .inner .dec .txt .notice_list .title_line>* {
    font-size: 19px;

}

.sub_content .inner .dec .txt .notice_list .title_line b {
    color: var(--mc);
    font-weight: 600;
}

.sub_content .inner .dec .txt .notice_list .title_line span {
    font-weight: 500;
    color: #000;
}

.sub_content .inner .dec .txt .notice_list .title_line em {
    font-weight: 500;
    color: #444;
}


.sub_content .inner .dec .txt .notice_list li b {
    color: rgba(124, 27, 29, 0.6);
    margin-right: 2.4rem;
    font-size: 1.6rem;
}

.sub_content .inner .dec .txt .notice_list li span {
    margin-left: 8px;
    color: #444;
    font-weight: 300;

}

.sub_content .inner .dec .txt .notice_list li em {
    color: #6e6e6e;
    text-align: center;
}

.sub_content .inner .dec .txt .notice_list li .em_box {

    line-height: 4rem;
    display: flex;
    justify-content: end;
    align-items: center;
}

.sub_content .inner .dec .txt .notice_list li .em01 {
    width: 6.4rem;
}

.sub_content .inner .dec .txt .notice_list li .em02 {
    width: 10rem;
}

.sub_content .inner .dec .txt .notice_list li .em03 {
    width: 6.4rem;
}

 .sub_content .list_pagination  {
display: flex;
justify-content: center;
gap: 1.2rem;
align-items: center;
}

.sub_content .list_pagination button {
    width: 3.6rem;
    height: 3.6rem;
    border: 1px solid var(--line-color);
}

.list_pagination button:hover {
    border: 1px solid var(--mc);
}

.list_pagination button i {
    font-size: 1.2rem;
}

.list_pagination .active button{
   font-weight: 600;
 background: var(--mc);
 color: #fff;
}

.list_pagination .active button:hover{
 background: var(--sc);

}


@media(max-width:768px) {

    .sub_content {
        background: none;
    }

    .sub_content .tab {
        display: none;
    }

    .sub_content .dec {
        padding: 0 0 4rem 0;
    }


    .sub_content .dec .title strong {
        font-size: 2.4rem;
    }

    .sub_content .inner .dec .txt .notice_list li .em_box {
        justify-content: unset;

    }

    .sub_content .inner .dec .txt ul li a {
        width: calc(100% - 100px);
    }

    .sub_content .inner .dec .txt .notice_list li .em03 {
        display: none;
    }
}


@media(max-width: 386px) {

    .sub_content .dec .title strong {
        font-size: 2.2rem;
        word-break: keep-all;
    }

}