/**!
 * 交易中心金融服务平台-列表
 * author: qianyuting;
 * date:2020-09-08
 */

@font-face {
    font-family: "SourceHanSansCN-Regular";
    src: url("../fonts/SourceHanSansCN-Regular.woff") format("woff"),
        url("../fonts/SourceHanSansCN-Regular.ttf") format("truetype"),
        url("../fonts/SourceHanSansCN-Regular.eot") format("embedded-opentype");
}

@font-face {
    font-family: "SourceHanSansCN-Medium";
    src: url("../fonts/SourceHanSansCN-Medium.woff") format("woff"),
        url("../fonts/SourceHanSansCN-Medium.eot") format("embedded-opentype"),
        url("../fonts/SourceHanSansCN-Medium.ttf") format("truetype");
}

@font-face {
    font-family: "SourceHanSansCN-Bold";
    src: url("../fonts/SourceHanSansCN-Bold.woff") format("woff"),
        url("../fonts/SourceHanSansCN-Bold.eot") format("embedded-opentype"),
        url("../fonts/SourceHanSansCN-Bold.ttf") format("truetype");
}

.center{text-align:center}

/* 按钮 */

.btn-group {
    padding: 0 27px;
}

.btn-group a {
    display: block;
    height: 45px;
    line-height: 45px;
    font-size: 20px;
    text-align: center;
    font-family: "SourceHanSansCN-Bold";
    border-radius: 4px;
    
}

.hack-pan {
    padding-left: 27px;
    padding-right: 27px;
}

.hudong {
    width: 228px;
    color: #fff;
    background-color: #3880d0;
    padding-left: 27px;
    padding-right: 27px;
}

.hudong a {
    display: block;
    height: 45px;
    line-height: 45px;
    font-size: 20px;
    text-align: center;
    font-family: "SourceHanSansCN-Bold";
    border-radius: 4px;
}

.reply-btn {
    width: 228px;
    color: #fff;
    background-color: #3880d0;
}

.reply-btn>span {
    padding-left: 40px;
    background: url('../images/wblistlh.png') left center no-repeat;
}

.linespace{clear:both;height:10px}

.interact-btn {
    width: 135px;
    color: #fff;
    background-color: #ff9000;
}

.interact-btn>span {
    padding-right: 47px;
    background: url('../images/icon_chat.png') right center no-repeat;
}

/* 列表 */

.news-items {
    margin: 3px 46px 0;
}

.news-items>li {
    position: relative;
    line-height: 48px;
    vertical-align: top;
    font-family: "SourceHanSansCN-Regular";
}

.news-items>li:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    margin-top: -2.5px;
    width: 5px;
    height: 5px;
    background-color: #333;
    border-radius: 50%;
}

.news-items>li>a {
    display: block;
    padding-left: 10px;
    padding-right: 180px;
    font-size: 16px;
    color: #333;    
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news-time {
    position: absolute;
    right:0;
    top:0;
    color: #999;
}

.news-items>li:hover a,
.news-items>li:hover .news-time {
    color: #3880d0;
}

.news-items>li:hover:before {
    background-color: #3880d0;
}

/* 分页 */

.ewb-page-info {
    position: relative;
}

.m-pagination-page>li>a,
.m-pagination-size>select,
.m-pagination-group>input,
.m-pagination-group>button {
    width: auto;
    height: 26px;
    line-height: 24px;
    padding: 0 12px;
    border: 1px solid #c7dbf6;
    color: #333;
    border-radius: 4px;
    font-size: 14px;
    box-sizing: border-box;
}

.m-pagination-group>input {
    width: 34px;
    margin-right: 5px;
    padding: 0;
}

.m-pagination-info,
.m-pagination-jump {
    position: static;
    font-size: 16px;
    font-weight: normal;
    display: inline-block !important;
}

.m-pagination-group>button {
    padding: 0 5px;
    color: #fff;
    background-color: #3880d0;
}

.m-pagination-page > li.active > a,
.m-pagination-page>li:hover>a,
.m-pagination-group>button:hover {
    color: #3880d0;
    background: #fff;
    border-color: #3880d0;
    font-family: 'SourceHanSansCN-Bold';
}
