
* {
    margin: 0;
    padding: 0
}
.container {
    margin: 0 auto;
    max-width: 1050px
}
.content {
    padding: 0 20px;
    width: 100%;
    box-sizing: border-box;
    overflow-x: hidden
}
.content h1 {
    padding: 30px 0 18px;
    width: 100%;
    color: #333;
    font-size: 18px;
    text-align: center
}
.date p {
    width: 100%;
    height: 23px;
    line-height: 23px;
    color: #888;
    font-size: 12px;
    text-align: center
}
.bold {
    font-weight: bold
}
.intro {
    width: 100%
}
.intro p {
    margin-top: 18px;
    line-height: 25px;
    color: #333;
    font-size: 14px;
    text-indent: 2em
}
.list-item {
    margin-top: 18px
}
.intro a,.list-item a {
    color: #3e729a;
    text-decoration: none
}
.list-item h2 {
    margin-bottom: 15px;
    line-height: 23px;
    color: #333;
    font-size: 16px
}
.list-item p {
    margin-bottom: 14px;
    line-height: 25px;
    color: #333;
    font-size: 14px
}
.list-item-1 span {
    display: block;
    line-height: 25px
}