/**!
 * 首页
 * author: fxyue;
 * date:2019-11-1
 */
body {
    background: #f3f3f3;
}

/* 面包屑 */
.ewb-location {
    padding: 25px 0;
    line-height: 26px;
    color: #999;
    font-size: 16px;
}

.ewb-location a {
    color: #999;
}

.ewb-location span {
    color: #e2303c;
}


.ewb-menu {
    min-height: 700px;
    background: #fff;
}



.ewb-menu-hd {
    height: 50px;
    background: url("../images/menu_hd_bg.jpg") top center no-repeat ;
    background-size: 100% 100%;
    font-size: 0;
    text-align: center;
}

.ewb-menu-hd span {
    color: #fff;
    display: inline-block;
    font-size: 24px;
    line-height: 50px;
    font-weight: bold;
    padding-left: 32px;
}


.ewb-menu-bd {
    padding: 10px 20px 20px;
}

.ewb-menu-list {
    margin-top: 10px;
    font-size: 16px;
    line-height: 50px;
}

.ewb-menu-list a {
    display: block;
    padding: 0 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333;
    background: #f6f6f6;
    text-align: center;
}

.ewb-menu-list:hover a,
.ewb-menu-list.accfocus a,
.ewb-menu-list.cur a {
    color: #fff;
    background: #ef4837;
}
/* pad */
@media (max-width:979px){
    .ewb-menu{
        min-height: 0;
    }
}


.ewb-infors {
    min-height: 700px;
    background: #fff;
    padding: 12px 30px 20px 20px;
}

.ewb-col-list {
    height: 52px;
    line-height: 52px;
    font-size: 16px;
}

.ewb-col-list span {
    float: right;
    color: #999;
    position: relative;
}

.ewb-col-list a {
    position: absolute;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-right: 260px;
    color: #333;
    padding-left: 12px;
    background: url("../images/list_img.jpg") left center no-repeat;
}

.ewb-col-list:hover,
.ewb-col-list:hover a,
.ewb-col-list:hover span,
.ewb-col-list.accfocus,
.ewb-col-list.accfocus a,
.ewb-col-list.accfocus span {
    color: #e3434f;
}

.ewb-col-list:hover a,.ewb-col-list:hover a.accfocus {
    background-image: url("../images/list_imgh.jpg");
}

/* 分页 */
.ewb-page {
    margin-top: 12px;
    text-align: center;
    font-size: 0;
}

.pager {
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}

/* pad */
@media (max-width:979px){
    .ewb-infors{
        min-height: 0;
        margin-top: 20px;
        padding: 12px 20px 20px;
    }
    .ewb-col-list a{
        margin-right: 100px;
    }
}
/* 手机端 */
@media (max-width:979px){
    .ewb-col-list {
        height: 40px;
        line-height: 40px;

    }
    
}