html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
div,
a,
ul,
ol,
li,
img,
button,
input {
    padding: 0;
    margin: 0;
}

body {
    font-size: 14px;
    font-family: PingFang SC, PingFang SC;
}

.left {
    float: left;
}

.right {
    float: right;
}

a {
    text-decoration: none;
}

ul,
ol,
li {
    list-style: none;
}

.inner {
    width: 1200px;
    margin: 0 auto;
}

/* //inner下的左右侧标题样式 */
.innerLeft,
.innerRight {
    float: left;
}

.innerLeft {
    width: 790px;
    margin-right: 20px;
}

.innerLeft>.title {
    width: 790px;

}

.innerLeft>.title>h3 {
    height: 36px;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: bold;
    font-size: 24px;
    color: #000000;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    border-bottom: 1px solid #139602;

}

.innerLeft>.title>h3>span {
    float: right;
    width: 56px;
    height: 20px;
    line-height: 24px;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    font-style: normal;
    text-transform: none;
}

.innerRight {
    width: 390px;
}

.innerRight>.title>h3 {
    height: 36px;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: bold;
    font-size: 24px;
    color: #000000;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    border-bottom: 1px solid #139602;
}

.innerRight>.title>h3>span {
    float: right;
    width: 56px;
    height: 20px;
    line-height: 24px;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    font-style: normal;
    text-transform: none;
}