body {
    background: #f6f6f6!important;
}

.center-content {
    width: 1200px;
    padding: 20px 0;
    min-height: 600px;
    margin: 0 auto;
}

.center-content:after {
    content: '';
    display: table;
    clear: both;
}

.left-content {
    width: 880px;
    min-height: 600px;
    float: left;
    padding: 15px;
    background-color: #fff;
}

.left-content .h2-title {
    font-size: 18px;
    font-weight: 500;
    color: #005495;
    line-height: 28px;
    margin-bottom: 10px;
}

.left-content li {
    font-size: 14px;
    line-height: 40px;
    height: 40px;
    overflow: hidden;
    background: url('/static/images/news-center/spr.gif') no-repeat;
    background-position: 0 6px;
    padding-left: 10px;
    list-style: none;
}

.left-content li a {
    color: #333;
    display: flex;
    justify-content: space-between;
}

.left-content li a span.time {
    font-family: Verdana, Geneva, sans-serif;
    color: #2677bd;
}

.left-content li a:hover .title {
    color: #2677bd;
}

.right-content {
    width: 300px;
    float: right;
    background-color: #fff;
}

.right-content h2 {
    font-size: 18px;
    font-weight: 500;
    color: #005495;
    line-height: 54px;
    margin-left: 18px;
    margin-bottom: 0;
}

.right-content h2 a {
    font-size: 18px;
    font-weight: 500;
    color: #005495;
    line-height: 34px;
    margin-top: 8px;
    text-decoration: none
}

.right-content h2 a:hover {
    font-size: 18px;
    font-weight: 500;
    color: #ba2636;
    line-height: 34px;
    margin-top: 8px;
    text-decoration: underline
}

.main_right_cbl ul.dffwlinks {
    margin: 0;
    padding: 10px;
}

.main_right_cbl ul.dffwlinks li {
    width: 56px;
    height: 28px;
    float: left;
    padding-left: 8px;
    text-align: center;
    line-height: 24px;
    list-style: none;
}

.main_right_cbl ul.dffwlinks li a {
    width: 44px;
    height: 24px;
    color: #333;
    text-decoration: none;
    display: block;
    line-height: 24px
}

.main_right_cbl ul.dffwlinks li a:hover {
    width: 44px;
    height: 24px;
    color: #02396f;
    background: #d5eef5;
    display: block;
    line-height: 24px;
    border-radius: 3px
}

.main_right_cbl ul.dffwlinks li a.active {
    width: 44px;
    height: 24px;
    color: #02396f;
    background: #d5eef5;
    display: block;
    line-height: 24px;
    border-radius: 3px
}

.paginator {
    display: flex;
    justify-content: center;
}

.paginator .page-item {
    float: right;
    overflow: hidden;
    margin-top: 40px;
    margin-bottom: 20px;
    text-align: center;
}

.paginator .page-item ul {
    display: flex;
}

.paginator .page-item li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 4px;
    cursor: pointer;
    list-style: none;
    background: none;
}

.paginator .page-item li {
    box-sizing: content-box;
    display: inline-block;
    padding: 0 8px;
    min-width: 20px;
    height: 32px;
    line-height: 32px;
    border-radius: 16px;
    font-size: 16px;
    cursor: pointer;
}

.paginator .page-item li.page-active {
    color: #2267bd;
    text-align: center;
    background-color: #eee;
}

.notification-page .menu-list {
    margin-top: 25px;
    border: 1px solid #d6d6d6;
}

.list .no-data {
    height: 100px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
