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;
    flex: 0 0 20.666667%;
    max-width: 20.666667%;
}

.news-top-count {
    border-bottom: 1px solid #c7bfbf;
    font-size: 10px;
    color: #564f4f;
    line-height: 75px;
    text-align: right;
    flex: 0 0 68.49%;
    max-width: 67.49%;
}

.my-row {
    margin: auto;
    width: 95%;
    padding: 10px;
}

.news-item-top {
    margin-top: 20px;
    padding-left: 12px;;
    padding-right: 9px;
}

.news-item-top-title {
    width: 80%;
    float: left;
    color: black;
}

.news-item-top-time {
    width: 20%;
    float: left;
    text-align: right;
    font-size: 13px;
    color: #564f4f;
    padding-right: 30px
}


.news-item-top-title a {
    font-weight: 600;
    font-size: 16px;
    color: black;
    cursor: pointer;
}

.news-item-top-title a:hover {
    color: #191aed;
}

.news-item-abstract {
    border-bottom: 1px solid #c7bfbf;
    color: black;
    padding-left: 12px;;
    padding-right: 9px;
}

