.news_box {
    width: 1200px;
    margin: 20px auto 0;
    display: flex;
    justify-content: space-between
}

.news_box>.news_left {
    width: 200px;
    background: #fff
}

.news_box>.news_left>.title {
    background: #0072ff;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-weight: 700
}

.news_box>.news_left>.title_block>.block {
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    color: #666;
    cursor: pointer
}

.news_box>.news_left>.title_block>.active a{
    color: #0072ff
}

.news_box>.news-box {
    width: calc(100% - 220px);
    margin-left: 20px;
    display: inline-block
}

.news_box>.news-box>.title {
    width: 100%;
    height: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e3e3e3
}

.news_box>.news-box>.title h1 {
    font-size: 24px;
    font-weight: 400;
    color: #0072ff;
    border-left: 3px solid #0072ff;
    padding-left: 8px;
    display: inline-block;
    line-height: 24px
}

.news_box>.news-box>.title>.see-more:hover {
    color: #0172ff!important
}

.news_box>.news-box>.title>.see-more {
    float: right;
    font-size: 16px;
    color: #999;
    line-height: 24px;
    cursor: pointer
}

.news_box>.news-box>.news_list>.list:hover a{
    color: #0172ff!important
}

.news_box>.news-box>.news_list>.list {
    padding-top: 2px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #333;
    cursor: pointer
}

.news_box>.news-box>.news_list>.list>.title {
    width: 450px;
    line-height: 40px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px
}

.news_box>.news-box>.news_list>.list>.title>.sign {
    background-color: transparent;
    color: #0172ff;
    font-size: 16px;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    margin-top: 10px;
    border-radius: 2px;
    margin-right: 10px
}

.news_box>.news-box>.news_list>.list>.time {
    line-height: 40px;
    color: #999;
    text-align: right
}

.labelbox {
    display: flex;
    align-items: center;
    width: 1200px;
    margin: auto;
    font-size: 14px;
    color: #121212
}

.labelbox span {
    cursor: pointer
}

.labelbox>.index {
    font-weight: 700;
    font-size: 14px;
    color: #121212
}
