html body {
    margin: 0;
    padding: 0;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.center {
    width: 1000px;
    margin: 18px auto 0;
    display: flex;
    border-bottom: 4px #2068b0 solid;
}
.center .rightcontent .titleleft {
    background-position: center top;
    width: 50%;
    background: url(../img/title_bg02.jpg) no-repeat;
    height: 47px;
    line-height: 45px;
    font-size: 18px;
    color: #084f63;
    padding-left: 50px;
}

.center .title_xilan {
    width: 96%;
    margin: 0 auto;
    line-height: 50px;
    text-align: center;
}
.center .title_xilan .h1 {
    font-weight: bold;
    font-size: 20px;
    color: #000;
}

.center .line_xilan {
    border-top: #999999 1px solid;
    line-height: 30px;
    border-bottom: #999999 1px solid;
    text-align: center;
    width: 96%;
    margin: 0 auto;
    font-size: 13px;
}
a {
    color: #333333;
    text-decoration: none;
}

.content p {
    text-align: justify;
    font-size: 17px;
    line-height: 250%;
    margin: 0;
}