* {
    margin: 0;
    padding: 0;
}

#header {
    width: 100%;
    min-width: 900px;
    height: 40px;
}

#header ul {
    text-align: center;
}

#header ul li {
    display: inline-block;
    font-size: 16px;
    color: #000019;
}

#header a:hover {
    color: #0088cc;
}

#header ul li p {
    border-left: 1px solid #000019;
    margin-top: 12px;
    line-height: 16px;
    display: inline-block;
    padding: 0 8px 0 10px;
}

#banner {
    width: 100%;
}

#banner img {
    width: 100%;
    height: auto;
}

#center {
    width: 1200px;
    margin: 28px auto;
}

#center .enit img {
    width: 320px;
    height: auto;
}

#center .edit .edit-title {
    width: 390px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin:0 5px;
}

#center .edit .edit-title h2 {
    font-size: 30px;
    color: #db0000;
    line-height: 30px;
    margin-bottom: 15px;
}

#center .edit .edit-title p {
    text-align: left;
    text-indent: 20px;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 2px;
}

#center .middle .text {
    width: 47.9%;
    display: inline-block;
    margin: 32px 11px 0 11px;
}

#center .middle .text .title {
    width: 100%;
}

#center .middle .text .title .number {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #db0000;
    text-align: center;
    font-size: 30px;
    line-height: 40px;
    color: #ffffff;
    vertical-align: middle;
}

#center .middle .text .title .triangle-right {
    width: 0;
    height: 0;
    display: inline-block;
    border-top: 20px solid transparent;
    border-left: 20px solid #db0000;
    border-bottom: 20px solid transparent;
    vertical-align: middle;
    margin-left: -3.5px;
}

#center .middle .text .title p {
    display: inline-block;
    font-size: 20px;
    vertical-align: middle;
}

#center .middle .text .center {
    width: 100%;
    height: 174px;
    position: relative;
    border: 1px solid #ededed;
    border-top: 3px solid #000000;
}

#center .middle .text .center p {
    display: inline-block;
    width: 260px;
    margin: 20px 12px;
    height: 130px;
    vertical-align: top;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    text-indent: 28px;
    letter-spacing: 2px;
}

#center .middle .text .center img {
    width: 256px;
    height: auto;
    position: absolute;
    top: 18px;
    right: 12px;
}

#center a:hover {
    color: #db0000;
}

/*页脚*/

.footer {
    width: 1000px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding-top: 12px;
    text-align: center;
    padding: 12px 0px;
    background: #FFFFFF;
}

/*fnav*/
.fnav {
    width: 998px;
    height: 30px;
    color: #8d8d8d;
    overflow: hidden;
    line-height: 30px;
    border: 1px #dbdbdb solid;
    margin-top: 10px;
}

.fnav a {
    color: #000;
    margin: 0px 8px;
}

.fnav a:hover {
    text-decoration: underline;
}

/*qwxx*/
.qwxx {
    width: 999px;
    height: 57px;
    overflow: hidden;
    margin-top: 12px;
    border: 1px #dbdbdb solid;
    border-left: none;
}

.qwxx ul {
    width: 999px;
    height: 57px;
    display: block;
    overflow: hidden;
}

.qwxx ul li {
    float: left;
    width: 165px;
    display: block;
    overflow: hidden;
    border-left: 1px #dbdbdb solid;
}

.qwxx ul li a img {
    display: block;
    overflow: hidden;
}

/*foot*/
.foot {
    width: 1000px;
    height: auto;
    color: #000;
    overflow: hidden;
    line-height: 24px;
    padding-top: 6px;
}

.foot a {
    color: #555;
}

.foot a:hover {
    text-decoration: underline;
}

























