.content-box {
    width: 1200px;
    min-height: 540px;
    height: auto;
    padding: 10px;
    /* background-color: #fff; */
    /* background: rgba(0, 0, 0, .5); */
    background-color: rgba(255, 255, 255, .5);
    box-shadow: 0 0 4px #202E72;
    margin-top: 20px;
    border-radius: 20px 20px 0 20px;}

.current-page {
    width: 1000px;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;}

.main-content {
    width: 90%;
    min-height: 500px;
    height: auto;
    background-color: #ffff;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;}

.main-content .article-name {
    text-align: center;
    width: 96%;
    height: 50px;
    line-height: 50px;
    font-size: 22px;
    font-weight: bold;
    border-bottom: 3px solid #202E72;}

.main-content .article-info {
    width: 96%;
    height: 40px;
    line-height: 40px;
    text-align: center;}

.main-content .article-content {
    width: 96%;
    height: auto;
    text-align: justify;}