﻿.content-body {
    margin-top: 900px;
    min-height: 900px;
}

html,
body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
}
body{
    background-image: url(dsxxjyback.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: #FEF2BF;
}

.title {
    width: 1280px;
    margin: 0 auto;
    text-align: center;
    font-size: 28px;
    font-family: PingFang SC;
    font-weight: 600;
    color: #020202;
    line-height: 60px;
}

.blob-line {
    width: 1280px;
    height: 5px;
    background: #C40504;
    margin: 0 auto;
    margin-top: 16px;
}
.small-line{
    width: 1280px;
    height: 1px;
    background: #C40504;
    margin: 0 auto;
    margin-top: 6px;
}

.content-alt{
    text-align: center;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
}

.footer{
    text-align: center;
    width: 100%;
    height: 167px;
    padding-top: 40px;
    background: #C40504;
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FEF2BF;
    line-height: 20px;
}

ul,li{
    list-style-type: square;
    margin: 0px;
}

li{
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    font-family: PingFang SC;
    color: #020202;
}

.content-index{
    width: 1280px;
    margin: 0 auto;
    margin-top: 20px;
    min-height: 200px;
}
.c_showDoc_p{
    width: 1280px;
    margin: 0 auto;
    margin-top: 10px;
    text-align: right;
}
a:link{
    color: #020202;
    text-decoration: none;
}
.content-content{
    width: 1280px;
    margin: 0 auto;
    margin-top: 10px;
}