
body {
    background-color: #ededed;
}
.banner {
    margin: 0;
    padding-bottom: 1px;
    background-color: #ededed;
}

.banner_cont_top {
    display: flex;
    align-items: center;
    margin: 20px 0;
}

.banner_cont_top_cont {
    font-size: 14px;
    color: #000;
}

.banner_cont_middle {
    padding: 25px 25px;
    background-color: #ffffff;
}

.banner_cont_middle_data {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.banner_cont_middle_data:last-child {
    margin-bottom: 0;
}

.banner_cont_middle_data_title {
    display: flex;
    align-items: center;
}

.banner_cont_middle_data_time {
    font-size: 15px;
    color: #333;
}

.banner_cont_bottom {
    margin: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.banner_cont_bottom_page {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.banner_cont_bottom_page_left {
    display: flex;
    align-items: center;
    margin-right: 30px;
}

.banner_cont_bottom_page_left_icon,
.last,
.next {
    width: 26px;
    height: 26px;
    font-size: 14px;
    color: #999;
    text-align: center;
    line-height: 26px;
    background-color: #ffffff;
    border-radius: 3px;
    border: solid 1px #d1cccc;
    margin: 0 5px;
    cursor: pointer;
}

.active3 {
    background-color: #0f77f3;
    color: #fff;
}

.banner_cont_bottom_page_input {
    width: 36px;
    height: 26px;
    background-color: #ffffff;
    border-radius: 3px;
    border: solid 1px #d1cccc;
}