body {
    background-color: #E1E8F0;
}

.main-body {
    background-color: white;
    width: 70%;
    margin: auto;
    min-height: 800px;
    margin-top: 10px;
    padding-bottom: 64px;
}

.news-top {
    height: 50px;
    padding-right: 3%;
    padding-left: 3%;
    line-height: 38px;
}

.news-top-title {
    color: #2071A8;
    border-bottom: 1px solid #2071A8;
    font-size: 19px;
    font-weight: 600;
    padding: 13px 0 5px 8px;
    -webkit-flex: 0 0 10.666667%;
    -ms-flex: 0 0 10.666667%;
    flex: 0 0 11.666667%;
    max-width: 11.666667%;
}

.news-top-title-en {
    font-size: 10px;
    color: #564f4f;
    padding: 13px 0 5px 23px;
    border-bottom: 1px solid #c7bfbf;
    line-height: 49px;
}

.news-detail-top-back {
    border-bottom: 1px solid #c7bfbf;
    font-size: 10px;
    color: #564f4f;
    line-height: 75px;
    text-align: right;
    -webkit-flex: 0 0 10.666667%;
    -ms-flex: 0 0 70.666667%;
    flex: 0 0 70.666667%;
    max-width: 70.666667%;
}

.news-detail-top-back a {
    cursor: pointer;
}


.news-detail-title {
    margin-top: 20px;
    padding: 4% 2% 7px 22px;
    font-weight: 600;
    font-size: 16px;
    color: black;
    text-align: center;
}

.news-detail-attribute {
    text-align: center;
    font-size: 13px;
    color: #564f4f;
}

.news-detail-content {
    margin-top: 30px;
    padding: 0 40px 20px 40px;
}