body {
    font-family: '微软雅黑';
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: "020";
    height: 0px;
    display: block;
    overflow: hidden;
    clear: both;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

/*当前位置*/
.position {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #ededed;
}

.position .position-txt {
    height: 40px;
    line-height: 40px;
    background: url(position.png) no-repeat 2px 15px;
    margin: auto;
    font-size: 13px;
}

.position .position-txt span {
    height: 40px;
    line-height: 40px;
    float: left;
    padding: 0 5px 0 25px;
}

.position .position-txt a {
    color: #333;
}

.webMapTitle {
    background: url(webMapTitle.png) no-repeat center;
    width: 1200px;
    margin: 0 auto;
    height: 103px;
    text-align: center;
    font-size: 23px;
    color: #bb2335;
    line-height: 109px;
}

.webMapContent {
    width: 1200px;
    margin: 0 auto;
    padding: 27px 0 10px;
}

.webMapContent h1 {
    font-size: 19px;
    line-height: 50px;
    height: 50px;
    background: #f8f8f8 url(redPic.png) no-repeat left 10px;
    padding-left: 26px;
}

.webMapContent h1 a {
    color: #355e92;
}

.webMapContent ul {
    padding: 15px 28px 25px;
}

.webMapContent ul li {
    width: 25%;
    background: url(subColumnPic.png) no-repeat left center;
    font-size: 15px;
    line-height: 40px;
    padding-left: 12px;
    float: left;
}