﻿.top-banner {
    width: 100%;
}



.PC .box-01 {
    padding-top: 86px;
    padding-left: 52px;
    margin-bottom: 36px;
}

.PC .link1 {
    font-size: 14px;
    color: #657d9b;
}

.PC .box02 {
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 90px;
}

    .PC .box02 .content {
        background-image: url("/img/articles/border.png");
        background-repeat: no-repeat;
        background-size: 100%;
        padding-left: 76px;
        padding-right: 136px;
    }

        .PC .box02 .content h4 {
            padding-top: 19px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            letter-spacing: 6px;
            margin-bottom: 76px;
        }

            .PC .box02 .content h4 .title-1 {
                font-size: 43px;
                color: #657d9b;
            }

            .PC .box02 .content h4 .title-2 {
                /* font-size: 21px;
        color: #657d9b; */
                width: 510px;
                text-align:right
            }

                .PC .box02 .content h4 .title-2 img {
                    /*width: 100%;*/
                    height: 21px;
                }

.PC .articles {
    padding-left: 76px;
    padding-right: 76px;
}

.PC .article {
    display: flex;
    margin-bottom: 68px;
}

.PC .article-content {
    margin-right: 36px;
    width: 40%;
    position: relative;
}

    .PC .article-content h5 {
        font-size: 21px;
        margin-bottom: 25px;
        font-weight: bold;
        color: #657d9b;
    }

    .PC .article-content p {
        font-size: 15px;
        line-height: 28px;
        color: #657d9b;
        text-align:justify
    }

.PC .article .article-img {
    margin-top: -21px;
    position: relative;
}

    .PC .article .article-img::after {
        content: "";
        position: absolute;
        border: 1px solid #657d9b;
        width: 100%;
        height: 339px;
        bottom: -9px;
        right: -9px;
        border-radius: 15px;
        z-index: -1;
    }

.PC .article .more {
    position: absolute;
    bottom: 0;
    right: 0;
}

.PC .date {
    color: #657d9b;
    margin-bottom: 16px;
}

.PC .back {
    width: 100px;
    height: 35px;
    display: block;
    margin: 0 auto;
    font-size: 14px;
    color: #fff;
    background-color: #607d9e;
    text-align: center;
    line-height: 35px;
    border-radius: 10px;
}

.PC .box02 .content {
    padding-left: 36px;
    padding-right: 36px;
}

.point h2 {
    padding-left: 52px;
    padding-bottom: 57px;
    margin-top: 35px;
    border-bottom: 1px solid #456376;
    position: relative;
    margin-bottom: 38px;
}

    .point h2 .underline {
        width: 415px;
        height: 11px;
        background-color: #466276;
        position: absolute;
        bottom: -6px;
        left: 24px;
    }

.point .box04 {
    display: flex;
    flex-wrap: wrap;
    padding-left: 82px;
    padding-right: 82px;
    justify-content: space-between;
    padding-top: 32px;
    padding-bottom: 73px;
}

    .point .box04 a {
        width: 32.5%;
        margin-bottom: 1%;
    }

    .point .box04 img {
        width: 100%;
    }

@media (max-width: 992px) {
    .MB h4 {
        margin-top: 40px;
        margin-bottom: 25px;
        color: #657d9b;
        font-size: 18px;
        display: flex;
        justify-content: space-between;
        letter-spacing: 4px;
        align-items: center;
        padding-top: 12px;
        padding-left: 35px;
        padding-right: 35px;
        background-image: url("/img/articles/mb/h4.png");
        background-repeat: no-repeat;
        background-size: 98%;
        background-position: top center;
    }
}

.MB .article {
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: 45px;
}

    .MB .article .article-img {
        width: 100%;
        display: block;
        position: relative;
        margin-bottom: 16px;
    }

        .MB .article .article-img::after {
            content: "";
            position: absolute;
            border: 1px solid #657d9b;
            width: 100%;
            height: 100%;
            top: 7px;
            left: 7px;
            border-radius: 15px;
            z-index: -1;
        }

.MB .time {
    padding-left: 15px;
    font-size: 13px;
    color: #456376;
    margin-bottom: 21px;
}

.MB .article-title {
    padding-left: 11px;
    padding-right: 11px;
    font-size: 21px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #657d9b;
}

.MB .article-content {
    padding-left: 11px;
    padding-right: 11px;
    font-size: 15px;
    line-height: 28px;
    color: #657d9b;
    text-align: justify
}

.MB .article-page {
    text-align: center;
    font-size: 14px;
    margin-bottom: 39px;
}

    .MB .article-page a {
        margin-right: 18px;
    }

        .MB .article-page a.active {
            border-bottom: 1px solid #456376;
        }

.point h2 {
    padding-left: 22px;
    padding-bottom: 22px;
    margin-top: 20px;
    margin-bottom: 25px;
}

    .point h2 img {
        width: 133.5px;
    }

    .point h2 .underline {
        width: 153px;
        left: 14px;
    }

.point .box04 {
    padding: 0;
    margin-bottom: -2px;
}

    .point .box04 a {
        width: 50%;
        margin-top: -1px;
        margin-bottom: 0;
    }

    .point .box04 img {
        width: 100%;
        height: auto;
    }
