
* {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: 微软雅黑, serif;
}

li {
    list-style: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: none;
}

body {
    width: 100%;
    margin: 0 auto;
    overflow-x: hidden;
    min-width: 1200px;
    text-align: left;
}

.clearfix:after {
    content: "020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    /* 触发 hasLayout */
    zoom: 1;
}

.left {
    float: left;
}

.right {
    float: right;
}

.banner {
    background: url("../images/zdfw/banner_rx.jpg") no-repeat center top;
    width: 1200px;
    height: 233px;
    margin: 20px auto 50px;
}

.main {
    margin: 0 auto 40px;
    width: 1200px;
}

.main .title {
    margin: 20px auto;
    position: relative;
}

.main .title a{
    position: absolute;
    right: 0;
    color: #128ec7;
    font-size: 15px;
    top:-10px;
}

.main .fwjj {
    margin-bottom: 40px;
}

.main .fwjj p {
    font-size: 18px;
    line-height: 30px;
}

.sqlc {
    width: 581px;
    margin-bottom: 40px;
}

.sqlc img {
    display: block;
    margin: 26px auto 0;
}

.fwdx .title{
    margin: 10px 0;
}
.fwdx .section a{
    float: left;
    display: inline-block;
    text-align: center;
    margin: 0 60px 10px;
}
.fwdx .section p {
    line-height: 30px;
}

.fwdx .line {
    width: 583px;
    height: 1px;
    margin: 16px 0;
    border-bottom: 1px dashed #e1e1e1;
}

.zcjd {
    margin-top: 30px;
    margin-bottom: 50px;
}

.zcjd .title {
    margin-bottom: 30px;
}

.zcjd ul.list {
    width: 740px;
}

.zcjd ul.list li {
    height: 50px;
    line-height: 50px;
}

.zcjd ul.list li span {
    width: 8px;
    height: 8px;
    border-radius: 4px;
    vertical-align: 1px;
    margin-right: 6px;
    display: inline-block;
    background: #c81317;
}

.xxylb {
    margin-bottom: 40px;
}

.xxylb ul.list{
    margin-right: -20px;
}
.xxylb ul.list li {
    height: 50px;
    width: 580px;
    margin-right: 20px;
    line-height: 50px;
    display: inline-block;
}

.xxylb ul.list li span {
    width: 8px;
    height: 8px;
    border-radius: 4px;
    vertical-align: 1px;
    margin-right: 6px;
    display: inline-block;
    background: #c81317;
}
.footer{
    width: 1200px;
    margin: 20px auto;
    background: #ededed;
    color: #666666;
    font-size: 14px;
    text-align: center;
    height: 70px;
    line-height: 70px;
}
