body {
    margin: 0;
    padding: 0;
    background: #f7f7f7;
}

.main_content {
    max-width: 1764px;
    display: flex;
    box-sizing: border-box;
}

.main_content .AidList_Menu {
    width: 20.5%;
    padding: 30px 24px;
    background: #e6edf7;
}

.main_content .AidList_Content {
    width: 79.5%;
}

.AidList_Menu .title {
    display: flex;
    margin-bottom: 28px;
    justify-content: center;
}

.menu_list .menu_item {
    height: 79px;
    display: flex;
    font-size: 20px;
    cursor: pointer;
    color: #333333;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    border-radius: 10px;
    background: #ffffff;
}

.menu_list .menu_active {
    color: #ffffff;
    background: #005da4;
}

.AidList_Content .address {
    margin-left: 27px;
    margin-top: 30px;
    display: flex;
    font-size: 16px;
    font-weight: bold;
    align-items: center;
    color: #333333;
}

.AidList_Content .address img {
    margin-right: 8px;
}

.text_color {
    color: #005da4;
}

.news_list {
    margin-top: 28px;
    background: #ffffff;
    border-radius: 10px;
    margin-left: 136px;
    padding: 50px 60px;
    box-shadow: 0 0 10px #e4e4e4;
}

.link_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.link_flex a {
    width: 80%;
    font-weight: bold;
    display: block;
    overflow: hidden;
    font-size: 18px;
    color: #333333;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-decoration: none;
}

.link_flex {
    font-size: 18px;
    margin-bottom: 10px;
}

.link_flex a:hover {
    color: #005da4;
    font-weight: bold;
}

.news_list .news_item {
    padding-bottom: 23px;
    margin-bottom: 21px;
    border-bottom: 2px dashed #cdc5c5;
}

.news_list .news_item:last-child {
    border: 0;
    margin-bottom: 0;
}

.news_item p {
    margin: 0;
    font-size: 16px;
    color: #999999;
}

.news_item .details_text {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.topage a {
    background: #f0f3f5;
    border: 2px solid #7baacd;

}

.topage .current_page {
    color: #333333;
    background: #005da4;
}

.topage .to_page_num {
    background: #005da4;
}
.topage .current_page{
    color: #ffffff;
}