@charset "utf-8";
body {
    font-family: "微软雅黑", "arial";
    background-color: #f8f8f7;
    font-size: 16px;
    position: relative;
}

img {
    border: none;
}

button {
    cursor: pointer;
    font-size: 0px;
    outline: none;
    border: none;
}

input {
    outline: none;
}

i {
    font-style: normal;
}

ul {
    padding-left: 0px;
    margin-bottom: 0px;
}

.clearfix {
    zoom: 1;
}

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

a:focus {
    outline: none;
}

li:focus {
    outline: none;
}

div:focus {
    outline: none;
}

p:focus {
    outline: none;
}

span:focus {
    outline: none;
}


/* 主题内容 */

.main {
    min-height: 400px;
    width: 1200px;
    margin: 0px auto;
    background: #FFF;
    padding: 20px 26px 30px;
    margin-bottom: 40px!important;
}


/* 当前位置 */

.weizhi {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    text-align: left;
    background: #fff url(weizhi.png) no-repeat 26px center;
    padding-left: 51px;
    margin: 20px auto !important;
}

.weizhi .wz_span a {
    font-size: 14px;
    color: #333333;
}


/* 主体内容部分 */

.main_box {
    width: 100%;
    min-height: 400px;
}

.wzdt {
    width: 100%;
    text-align: center;
    height: 80px;
    font-size: 28px;
    color: #355e92;
    line-height: 80px;
    border-bottom: 3px #355e92 solid;
    font-weight: bold;
}

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

.wzdt_title a {
    color: #355e92;
    font-weight: bold;
}

.wzdt_list {
    padding: 30px;
    width: 100%;
    min-height: 20px;
}

.wzdt_list a {
    float: left;
    width: 25%;
    background: url(dian.png) no-repeat left center;
    padding: 0px 15px 0px 15px;
    font-size: 15px;
    line-height: 34px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer;
    color: #333333;
}