/**!
 * 二级页
 * author: fxyue;
 * date:2019-10-28
 */
 
.ewb-main {
    margin: 0 -30px;
    background: #fff;
    min-height: 783px;
    border-radius: 20px;
    padding: 30px 0 40px;
}

/* 小屏 */
@media (max-width:1359px) {
    .ewb-main {
        margin: 0;
    }
}

/* pad */
@media (max-width:979px) {
    .ewb-main {
        min-height: 0;
    }
}

/* 手机端 */
@media (max-width:480px) {
    .ewb-main {
        padding: 20px 0;
    }
}

.ewb-column {
    margin: 0 30px;
}

.ewb-column-hd {
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
    overflow: auto;
}

.ewb-column-node {
    margin-left: -20px;
    font-size: 0;
    white-space: nowrap;
}

.ewb-column-tt {
    display: inline-block;
    vertical-align: middle;
    width: 186px;
    height: 46px;
    border: 1px solid #e5e5e5;
    text-align: center;
    line-height: 44px;
    margin-left: 20px;
    border-radius: 23px;
    font-size: 18px;
    cursor: pointer;
    padding: 0 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.ewb-column-tt  a{
    color: #333;
}
.ewb-column-tt:hover a,
.ewb-column-tt.accfocus a,
.ewb-column-tt.cur{
	color: #f7f7f7;
}
.ewb-column-tt:hover,
.ewb-column-tt.accfocus,
.ewb-column-tt.cur {
    font-weight: bold;
    background: #df313e;
    border: 1px solid #df313e;
}


.ewb-column-bd {
    margin-top: 10px;
}

.ewb-column-list {
    height: 56px;
    line-height: 56px;
    font-size: 16px;
}

.ewb-column-list span {
    float: right;
    color: #999;
}

.ewb-column-list a {
    display: block;
    margin-right: 120px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 13px;
    background: url("../images/column_list_img.png") left center no-repeat;
}

.ewb-page {
    margin-top: 40px;
    font-size: 0;
    text-align: center;
}


.pager {
    display: inline-block;
    vertical-align: middle;
}


/* 手机端 */
@media (max-width:480px) {
    .ewb-column {
        margin: 0 20px;
    }

    .ewb-column-node {
        margin-left: -10px;
    }

    .ewb-column-tt {
        font-size: 16px;
        width: 140px;
        height: 36px;
        line-height: 36px;
        margin-left: 10px;
    }

    .ewb-column-hd {
        padding-bottom: 10px;
    }

    .ewb-column-list {
        height: 40px;
        line-height: 40px;
    }

    .ewb-page {
        margin-top: 20px;
    }
}