* {
    margin: 0px;
    padding: 0px;
    font-size: 15px;
    font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, Helvetica, Roboto, Arial, PingFang SC, Hiragino Sans GB, Microsoft Yahei, Microsoft Jhenghei, sans-serif;
    letter-spacing: 1.4px;
    font-weight: 400;
}

.tou-bg {
    background: url(https://files.yuanian.com/yuanian/page_image/gyyn/tou.png) center top no-repeat;
    height: 68px;
}

.wd1100 {
    width: 1100px;
    margin: 0px auto;
    padding-top: 38px;
    padding-bottom: 62px;
}

.title {
    line-height: 60px;
    border-bottom: 2px solid #5598f3;
    font-size: 28px;
    display: inline-block;
}

strong {
    font-weight: bold;
}

.articleContent {
    border-top: 1px solid #e2e2e2;
    margin-top: -1px;
    padding-top: 30px;
    text-align: justify;
}

.articleContent img {
    max-width: 100%;
}

.articleContent p ,.articleContent ol li{
    color: #666;
    line-height: 2em;
    margin-bottom: 10px;
    font-size: 15px;
    font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, Helvetica, Roboto, Arial, PingFang SC, Hiragino Sans GB, Microsoft Yahei, Microsoft Jhenghei, sans-serif;
    letter-spacing: 1.4px;
    font-weight: 400;
    /*word-break: break-all;*/
    /*当遇到一串字母是系统自动认为其为一个英文单词，所以不换行*/
}

@media screen and (max-width: 800px) {
    .wd1100 {
        width: 90%;
        padding-top: 36px;
    }
}
