/*
 * RegCircle document-center refresh.
 * Loaded only by document/list.html and document/detail.html.
 */

.reg-document-modern {
    background: #f5f8fc;
    padding-bottom: 56px;
}

.reg-document-modern,
.reg-document-modern * {
    box-sizing: border-box;
}

.reg-document-modern .container {
    width: 1380px;
    max-width: calc(100% - 80px);
}

.reg-document-list .materialTop {
    margin: 28px 0 28px;
    padding: 18px 26px;
    background: #fff;
    border: 1px solid #e3edf9;
    border-radius: 10px;
    box-shadow: 0 10px 28px rgba(7, 108, 224, 0.07);
}

.reg-document-list .materialClassify {
    padding-bottom: 12px;
    border-bottom: 1px solid #e8f0fa;
}

.reg-document-list .materialClassify .swiper-slide {
    width: auto;
}

.reg-document-list .materialClassify p {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    margin: 0 22px 0 0;
    padding: 0 2px;
    color: #31415a;
    font-size: 18px;
    border-bottom: 3px solid transparent;
    cursor: pointer;
    transition: color 0.18s ease, border-color 0.18s ease;
}

.reg-document-list .materialClassify p:hover,
.reg-document-list .materialClassify p.on {
    color: #076ce0;
    border-bottom-color: #076ce0;
}

.reg-document-list .materialTop_box {
    padding-top: 16px;
}

.reg-document-list .materialTop_list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 16px;
    margin: 0 0 10px;
}

.reg-document-list .materialTop_list h6 {
    margin: 0 4px 0 0;
    color: #061b3a;
    font-size: 18px;
    font-weight: 700;
}

.reg-document-list .materialTop_list li {
    min-height: 34px;
    margin: 0;
    padding: 7px 14px;
    color: #31415a;
    background: #f5f9ff;
    border: 1px solid #dfebf9;
    border-radius: 8px;
    line-height: 1.35;
    cursor: pointer;
    transition: color 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

.reg-document-list .materialTop_list li:hover,
.reg-document-list .materialTop_list li.on {
    color: #fff;
    background: linear-gradient(135deg, #076ce0, #18afe5);
    border-color: transparent;
}

.reg-document-modern .materialCon,
.reg-document-detail .articleCon {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 28px;
    align-items: start;
}

.reg-document-modern .materialLeft,
.reg-document-modern .materialRight,
.reg-document-detail .articleLeft {
    width: auto;
    float: none;
}

.reg-document-modern .materialLeft,
.reg-document-detail .articleLeft_box,
.reg-document-modern .articleRight_user,
.reg-document-modern .materialBox {
    background: #fff;
    border: 1px solid #e3edf9;
    border-radius: 10px;
    box-shadow: 0 10px 28px rgba(7, 108, 224, 0.07);
}

.reg-document-list .materialLeft {
    padding: 16px 24px;
}

.reg-document-list .materialList {
    margin: 0;
    padding: 0;
}

.reg-document-list .materialList li {
    margin: 0;
    padding: 16px 0;
    border-bottom: 1px solid #e8f0fa;
}

.reg-document-list .materialList li:last-child {
    border-bottom: 0;
}

.reg-document-list .materialList li a {
    display: grid;
    grid-template-columns: 132px minmax(0, 1fr);
    gap: 18px;
    align-items: center;
    color: inherit;
}

.reg-document-list .materialList_img {
    width: 132px;
    height: 74px;
    overflow: hidden;
    border-radius: 8px;
    background: linear-gradient(135deg, #edf7ff, #f8fbff);
}

.reg-document-list .materialList_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.22s ease;
}

.reg-document-list .materialList li:hover .materialList_img img {
    transform: scale(1.03);
}

.reg-document-list .materialList_txt h6 {
    display: -webkit-box;
    margin: 0 0 10px;
    overflow: hidden;
    color: #061b3a;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.38;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.reg-document-list .materialList_txt p {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 18px;
    color: #64718a;
    line-height: 1.5;
}

.reg-document-list .materialList_txt .time {
    margin-left: 16px;
    white-space: nowrap;
}

.reg-document-list .materialList_more {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 38px;
    margin: 24px auto 4px;
    color: #fff;
    background: linear-gradient(135deg, #076ce0, #18afe5);
    border-radius: 999px;
    box-shadow: 0 10px 22px rgba(7, 108, 224, 0.16);
    cursor: pointer;
}

.reg-document-list .materialList_more.noColor {
    color: #8793a7;
    background: #f2f6fb;
    box-shadow: none;
}

.reg-document-modern .articleRight_user,
.reg-document-modern .materialBox {
    margin-bottom: 22px;
    padding: 18px;
}

.reg-document-modern .articleRight_userTop p {
    color: #061b3a;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.55;
}

.reg-document-modern .articleRight_userBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    color: #fff !important;
    background: linear-gradient(135deg, #076ce0, #18afe5) !important;
    border-radius: 999px;
    box-shadow: 0 10px 22px rgba(7, 108, 224, 0.16);
}

.reg-document-modern .materialBox_title {
    margin-bottom: 14px;
    color: #061b3a;
    font-size: 20px;
    font-weight: 700;
}

.reg-document-modern .materialBox_title::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 18px;
    margin-right: 9px;
    vertical-align: -3px;
    background: linear-gradient(180deg, #076ce0, #18afe5);
    border-radius: 99px;
}

.reg-document-modern .materialBox_list li {
    margin: 0;
    padding: 10px 0;
    border-bottom: 1px solid #e8f0fa;
}

.reg-document-modern .materialBox_list li:last-child {
    border-bottom: 0;
}

.reg-document-modern .materialBox_list a {
    display: grid;
    grid-template-columns: 28px 64px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    color: #31415a;
}

.reg-document-modern .materialBox_list2 a {
    grid-template-columns: 64px minmax(0, 1fr);
}

.reg-document-modern .materialBox_list_num {
    color: #076ce0;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

.reg-document-modern .materialBox_list_img {
    width: 64px;
    height: 38px;
    overflow: hidden;
    border-radius: 6px;
    background: #f2f7ff;
}

.reg-document-modern .materialBox_list_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.reg-document-modern .materialBox_list_txt {
    width: auto !important;
    min-width: 0;
    max-width: none;
}

.reg-document-modern .materialBox_list_txt p {
    display: -webkit-box;
    margin: 0;
    overflow: hidden;
    color: #31415a;
    line-height: 1.45;
    word-break: break-word;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.reg-document-detail .commentNav {
    margin: 24px 0 28px;
    color: #58667d;
    font-size: 15px;
}

.reg-document-detail .commentNav a {
    color: #58667d;
}

.reg-document-detail .commentNav a:hover,
.reg-document-detail .commentNav a:last-child {
    color: #076ce0;
}

.reg-document-detail .articleLeft_box {
    padding: 24px 26px;
}

.reg-document-detail .articleLeft_top h6 {
    color: #061b3a;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.38;
}

.reg-document-detail .materialBox2_txt p {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px 24px;
    color: #64718a;
}

.reg-document-detail .articleLeft_con {
    margin-top: 18px;
    padding: 18px;
    overflow: hidden;
    background-color: #fff !important;
    border: 1px solid #e8f0fa;
    border-radius: 10px;
    line-height: 1.9;
}

.reg-document-detail .articleLeft_con[style] {
    height: 74vh !important;
    min-height: 640px;
}

.reg-document-detail .articleLeft_con embed {
    display: block;
    border: 0;
    border-radius: 6px;
}

@media (max-width: 991px) {
    .reg-document-modern .container {
        max-width: calc(100% - 28px);
    }

    .reg-document-modern .materialCon,
    .reg-document-detail .articleCon {
        display: block;
    }

    .reg-document-modern .materialRight {
        margin-top: 22px;
    }
}

@media (max-width: 767px) {
    .reg-document-list .materialTop,
    .reg-document-list .materialLeft,
    .reg-document-modern .articleRight_user,
    .reg-document-modern .materialBox,
    .reg-document-detail .articleLeft_box {
        padding: 16px;
        border-radius: 9px;
    }

    .reg-document-list .materialClassify p {
        margin-right: 16px;
        font-size: 16px;
    }

    .reg-document-list .materialTop_list {
        flex-wrap: nowrap;
        overflow-x: auto;
        white-space: nowrap;
    }

    .reg-document-list .materialList li a {
        grid-template-columns: 92px minmax(0, 1fr);
        gap: 14px;
    }

    .reg-document-list .materialList_img {
        width: 92px;
        height: 58px;
    }

    .reg-document-list .materialList_txt h6 {
        margin-bottom: 10px;
        font-size: 18px;
    }

    .reg-document-list .materialList_txt p {
        gap: 8px 12px;
    }

    .reg-document-list .materialList_txt .time {
        margin-left: 0;
    }

    .reg-document-detail .articleLeft_top h6 {
        font-size: 23px;
    }

    .reg-document-detail .articleLeft_con[style] {
        height: 68vh !important;
        min-height: 480px;
    }
}
