body {
    background-color: #F7F9FF;
}

.top_title {
    position: absolute;
    left: -20%;
    top: 0;
    right: 0;
    border: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.top_title1 {
    font-size: 40px;
    color: #ffffff;
}

.top_title2 {
    font-size: 18px;
    margin-top: 30px;
    color: #F5F5F5;
}

.top_tab {
    margin: 0 auto;
    display: flex;
    margin-top: 20px;
    margin-bottom: 20px;
}

.top_tab_item {
    flex: 1;
    height: 50px;
    background-color: #ffffff;
    color: #1B1C1C;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
}

.top_tab_itemed {
    background-color: #3370FF;
    color: #ffffff;
}

.news_list {
    margin: 0 auto;
    min-height: 500px;
    display: none;
    margin-top: 50px;
}

.news_listed {
    display: block;
}

.news_list_ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
}

.news_list_li {
    display: flex;
    border-radius: 2px;
    padding: 4px 40px 4px 4px;
    background-color: #FFFFFF;
    box-sizing: border-box;
    margin-bottom: 15px;
}

.news_list_li img {
    flex-shrink: 0;
    width: 288px;
    height: 162px;
}

.news_list_li_text {
    padding: 20px 0;
    margin-left: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    text-decoration: none;
}

.news_list_li_text1 {
    color: #1B1C1C;
    font-size: 18px;
}

.news_list_li_text2 {
    color: #666666;
    font-size: 14px;
    margin-top: 10px;
}

.news_list_li_text3 {
    color: #999999;
    font-size: 14px;
}

.loadMore {
    color: #3370ff;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    margin-bottom: 20px;
}

.noContent {
    font-size: 18px;
    line-height: 400px;
    color: #333333;
    text-align: center;
}

.show {
    display: block;
}

.hide {
    display: none;
}