﻿.top-banner {
    width: 100%;
}

.box01 {
    margin-top: 84px;
    height: 52px;
    position: relative;
    padding-left: 60px;
    margin-bottom: 8px;
}

.link1 {
    font-size: 14px;
    color: #657d9b;
}

.date {
    position: absolute;
    right: 80px;
    bottom: 0;
    font-size: 21px;
    color: #657d9b;
}

.title {
    background-image: url("/img/article/title-bg.png");
    background-repeat: no-repeat;
    background-size: 100%;
    padding-top: 20px;
    font-size: 24px;
    padding-left: 77px;
}

    .title h4 {
        color: #657d9b;
        font-size: 24px;
        font-weight: 700;
        margin-bottom: 25px;
    }

    .title a {
        display: block;
        font-size: 12px;
        width: 76px;
        height: 22px;
        color: #fff;
        background-color: #657d9b;
        text-align: center;
        line-height: 22px;
    }

.article {
    margin-top: 50px;
    padding-left: 166px;
    padding-right: 166px;
    margin-bottom: 103px;
}

.article-img {
    position: relative;
    display: block;
    margin: 0 auto;
    margin-bottom: 57px;
}

    .article-img::after {
        content: "";
        position: absolute;
        border: 1px solid #657d9b;
        width: 100%;
        height: 100%;
        top: 14px;
        left: 12px;
        border-radius: 15px;
        z-index: -1;
    }

.article p {
    color: #211815;
    font-size: 16px;
    line-height: 31px;
    font-weight: 700;
    margin-top: 3rem;
    text-align: justify;
}

.go-back {
    width: 75px;
    height: 86px;
    display: block;
    margin: 0 auto 57px auto;
}

.point {
    padding-top: 30px;
}

    .point h2 {
        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) {
    .title {
        background-image: url("/img/articles/mb/h4.png");
        margin-top: 41px;
        padding-top: 14px;
        padding-left: 20px;
    }

        .title h4 {
            margin-bottom: 18px;
        }

        .title a {
            width: 70px;
            height: 20px;
        }

    .title-2 {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .title-2 .MB {
            padding-right: 24px;
            font-size: 13px;
            color: #456376;
        }

    .article {
        padding-left: 8px;
        padding-right: 16px;
    }

        .article .article-img {
            margin-bottom: 33px;
        }

            .article .article-img img {
                width: 100%;
            }

    .article {
        margin-bottom: 29px;
    }

        .article p {
            padding-left: 13px;
            padding-right: 2px;
            font-size: 14px;
            line-height: 28px;
            font-weight: 400;
            text-align: justify;
        }

    .article-img::after {
        left: 8px;
        top: 8px;
    }

    .go-back {
        margin: 0 auto 74px auto;
    }

    .MB h4 {
        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: 30px;
        padding-right: 41px;
        background-image: url(/img/articles/mb/h4.png);
        background-repeat: no-repeat;
        background-size: 98%;
        background-position: top center;
    }

    .MB .hot .article {
        padding-left: 7px;
        padding-right: 21px;
        margin-bottom: 45px;
        margin-top: 0;
    }

        .MB .hot .article .article-img {
            width: 100%;
            display: block;
            position: relative;
            margin-bottom: 16px;
        }

            .MB .hot .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 .hot .time {
        padding-left: 15px;
        font-size: 13px;
        color: #456376;
        margin-bottom: 21px;
    }

    .MB .hot .article-title {
        padding-left: 11px;
        padding-right: 11px;
        font-size: 21px;
        font-weight: 500;
        margin-bottom: 10px;
        color: #657d9b;
    }

    .MB .hot .article-content {
        padding-left: 11px;
        padding-right: 11px;
        font-size: 15px;
        line-height: 28px;
        color: #657d9b;
        text-align:justify
    }

    .point h2 {
        padding-left: 22px;
        padding-bottom: 22px;
        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;
        }
}
