
.content-text {
    font-family: "Microsoft YaHei", tahoma, arial, "Hiragino Sans GB";
    font-size: 18px;
    line-height: 30px;
    color: #343648;
}
.content-image {
    padding-top: 80px;
}

.content-image img {
    width: 480px;
}

section {
    padding: 20px;
    border-bottom: 1px solid #ccc;
}

h2 {
    font-size: 26px;
    margin-bottom: 15px;
    margin-top: 15px;
    font-weight: 700;
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style-type: disc;
}

footer {
    background: #f5f5f5;
    padding: 20px;
    text-align: center;
}



p {
    line-height: 1.5;
    margin-bottom: 10px;
    text-indent: 2em;
}

footer p {
    line-height: 1.5;
    margin-bottom: 10px;
    text-indent: 0em;

}