/**!
 * 景德镇网站地图
 * author: shenyh
 * date:2018-05-25
 */

* {
    padding: 0;
    margin: 0;
}

ul,
li {
    list-style: none;
}

a {
    text-decoration: none;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}


/* 网站地图 */

.ewb-map {
    margin-top: 10px;
}

.ewb-map:first-child {
    margin-top: 0;
}

.ewb-map-hd {
    height: 34px;
    background: #f1f1f1;
    border-bottom: 2px solid #001d83;
}

.ewb-map-tt {
    float: left;
    padding: 0 10px;
    line-height: 34px;
    text-align: center;
    background: #001d83;
}

.ewb-map-tt>a {
    font-size: 18px;
    color: #fff;
    font-family: "Microsoft YaHei";
}

.ewb-map-bd {
    padding: 10px 20px;
    border: 1px solid #e7e7e7;
    border-top: 0;
    background: #fff;
}

.ewb-item {
    float: left;
    width: 25%;
    line-height: 24px;
    text-indent: 10px;
    font-size: 12px;
    font-family: "SimSun";
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: url("imagesbd-icon.png") left center no-repeat;
}