/* banner start */
.banner-wrap {
    margin-top       : 0;
    height           : 650px;
    width            : 100%;
    min-width: 1180px;
    background-size  : 100% 100%;
    background-image : url('/static/common/img/big/banner-news.png');
    background-repeat: no-repeat;
    overflow         : hidden;
}

.banner-title {
    margin     : 0 auto;
    margin-top : 299px;
    width      : 1180px;
    height     : 52px;
    font-size  : 52px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    line-height: 52px;
    color      : rgba(255, 255, 255, 1);
    text-align : center;
}

/* banner end */

.news-view-tabs {
    width  : 740px;
    height : 80px;
    margin : 0 auto;
    display: flex;
}

.news-view-tab a {
    text-decoration: none;
}

.news-view-tab .title {
    line-height   : 80px;
    vertical-align: middle;
    margin-right  : 60px;
    font-size     : 18px;
}

.active .title {
    color        : #000000;
    border-bottom: 3px solid #555555;
    cursor       : pointer;
}

/* 新闻列表 */
.news-list {
    width     : 740px;
    min-height: 500px;
    margin    : 0 auto;
}

.news-item-wrap {
    margin       : 0 auto;
    width        : 740px;
    border-bottom: 1px solid #ECECEC;
    padding      : 20px 0;
    cursor       : pointer;
}

.news-item {
    width   : 740px;
    height  : 160;
    display : flex;
    overflow: hidden;
}

.main_image {
    height : 160px;
    width  : 160px;
    display: block;
}

.item-right {
    position   : relative;
    height     : 160px;
    width      : 550px;
    margin-left: 30px;
    overflow   : hidden;
}

.news-title {
    width      : 550px;
    height     : 24px;
    font-size  : 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 24px;
    color      : rgba(0, 0, 0, 1);
}

.news-content {
    margin-top : 20px;
    width      : 550px;
    height     : 52px;
    font-size  : 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 26px;
}

.news-tip {
    position: absolute;
    bottom  : 0px;
    height  : 20px;
    width   : 550px;
    overflow: hidden;
}

.news-tip img {
    height        : 20px;
    width         : 20px;
    display       : inline-block;
    vertical-align: bottom;
}

.news-tip .create-time {
    font-size  : 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 20px;
    display    : inline;
}

.news-tip .page-view {
    right      : 0;
    position   : absolute;
    font-size  : 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 20px;
    color      : rgba(204, 204, 204, 1);
    display    : inline-block;
}

ul,
li {
    display   : flex;
    padding   : 0;
    margin    : 0;
    list-style: none
}

/* 分页 */
.page-num {
    margin       : 0 auto;
    display      : flex;
    margin-bottom: 50px;
}

.page-num li {
    margin: 0 5px;
}