.ewb-com-hd {
    text-align: center;
    overflow: hidden;
}

.ewb-com-tt {
    display: inline-block;
    padding: 0 10px;
    min-width: 182px;
    font-size: 30px;
    text-align: center;
    position: relative;
    line-height: 32px;
}

.ewb-com-tt a {
    color: #333;
    font-size: 24px;
    font-weight: bold;
}

.ewb-com-tt p {
    line-height: 24px;
    font-size: 12px;
    color: #999;
    text-transform: uppercase;
}

.ewb-com-l {
    position: absolute;
    height: 26px;
    width: 509px;
    left: -509px;
    top: 50%;
    margin-top: -13px;
    background: url("/images/l_img.png") left center no-repeat;
}

.ewb-com-r {
    position: absolute;
    height: 26px;
    width: 509px;
    right: -509px;
    top: 50%;
    margin-top: -13px;
    background: url("/images/r_img.png") right center no-repeat;
}

.ewb-list {
    background: #fff;
    margin-top: 20px;
}

.ewb-list-hd {
    height: 52px;
    border-bottom: 2px solid #2b6ccd;
}

.ewb-list-tt {
    float: left;
    border-right: 1px solid #fff;
    height: 52px;
}

.ewb-list-tt a {
    display: block;
    height: 52px;
    line-height: 50px;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    padding: 0 20px;
    min-width: 150px;
    text-align: center;
    border-bottom: 2px solid #d11625;
}
.ewb-list-bd{
    padding:20px;
}
.ewb-list-item {
    float: left;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    vertical-align: top;
    width: 16.6666%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.ewb-list-item a {
    padding-left: 13px;
    color: #333;
    font-size: 16px;
    background: url(/images/links_icon.jpg) left center no-repeat;
}

/* 979ÒÔÏÂ */
@media(max-width: 979px) {
    .ewb-list-item {
        width: 25%;
    }
}

/* ÊÖ»ú¶Ë */
@media(max-width: 767px) {
    .ewb-list-item {
        width: 50%;
    }

    .ewb-list-item {
        height: 30px;
        line-height: 30px;
        font-size: 14px;
    }

    .ewb-list-item a {
        font-size: 14px;
    }

    .ewb-list-tt a {
        min-width: 0;
    }
    .ewb-list-bd{
        padding:10px;
    }
}