/**!
 * 网站地图
 * author: wangkai;
 */


/* main */

.ewb-site-hd {
    margin-top: 10px;
    height: 44px;
    line-height: 44px;
}

.ewb-site-tt {
    float: left;
    margin-left: 2px;
    padding-left: 11px;
    font-size: 18px;
    font-weight: bold;
    color: #ef3b40;
    background: url(images/site_jt.png) left center no-repeat;
}

.ewb-site-bd {
    padding: 12px 0;
    border: 1px dashed #bfbfbf;
}

.ewb-site-node {
    float: left;
    padding: 0 16px 0 10px;
    height: 28px;
    line-height: 28px;
    vertical-align: top;
    *float: none;
    *display: inline;
    *zoom: 1;
}


.ewb-site-name {
    display: block;
    padding-left: 8px;
    font-size: 16px;
    color: #333;
	width:130px;
    background: url(images/dian.jpg) left center no-repeat;
}
.ewb-footer {
    margin-top: 30px;
}

@media (max-width: 767px) {
    .ewb-site-tt {
        font-size: 16px;
    }
    .ewb-site-node {
        padding: 0 10px;
    }
    .ewb-site-name {
        font-size: 14px;
    }
}
