#center {
    position: relative;
    min-height:450px;
}

.banner {
    width: 100%;
    position: relative;
    height: 0;
    padding-top: 17.708%;
    background-image: url('../images/news-banner.png')/*tpa=http://47.92.87.171/images/news-banner.png*/;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.banner:before {
    content: '';
    display: block;
    position: absolute;
    width: 184px;
    height: 46px;
    top: 50%;
    margin-top: -16px;
    left: 50%;
    margin-left: -92px;
    background-image: url('../images/news-banner-text.png')/*tpa=http://47.92.87.171/images/news-banner-text.png*/;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.container {
    position:relative;
    width: 1200px;
    margin: 0 auto;
}

.container-title {
    font-size: 26px;
    text-transform: uppercase;
    line-height: 1.2;
    padding-top: 50px;
    padding-bottom: 30px;
}

.news-list {
    width: 100%;
    background-color: #fff;
    box-sizing: border-box;
    padding: 50px;
}

.news-items a {
    display: block;
    width: 100%;
    color: #333;
    padding: 28px;
    box-sizing: border-box;
}

.news-items a:hover {
    text-decoration: none;
    background-color: #edf3f7;
}

.news-items a + a {
    border-top: 1px solid #eee;
}

.news-items a .title {
    font-size: 18px;
}

.news-items a .lows {
    font-size: 14px;
    color: #999;
    margin-top: 12px;
}

.news-items a .lows span + span {
    margin-left: 8px;
}

.cN-pagination {
    padding-bottom: 100px;
}






