html,
body {
    position: relative;
    height: 100%;
}

body {
    background: #fff;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    color: #000;
    margin: 0;
    padding: 0;
}

.header {
    background: #FFFFFF;
    box-shadow: 0px -1px 0px 0px #EEEEEE;
    font-size: 1.14rem;
    padding: 1.46875rem 0 1.28125rem 0.91rem;
    border-bottom: 1px solid #EEEEEE;
}

.title {
    font-family: PingFang SC;
    font-weight: bold;
    color: #4C525B;
}

.time {
    font-size: 0.74rem;
    font-family: PingFang SC;
    font-weight: 500;
    color: #9A9AA6;
}

.content {
    padding-top: 1.2857142857142858rem;
    padding-right: 1.2857142857142858rem;
    padding-left: 0.9428571428571428rem;
}

.content_name {
    font-size: 0.9142857142857143rem;
    font-family: PingFang SC;
    font-weight: 500;
    color: #4C525B;
}

.content_detail {
    font-size: 0.8rem;
    font-family: PingFang SC;
    font-weight: 500;
    padding: 1rem 0 1.5142857142857142rem;
    color: #9A9AA6;
    line-height: 1.542857142857143rem;
}

img {
    width: 100%;
    height: 100%;
}

.imp {
    font-weight: bold;
}

.indent {
    text-indent:2em;
}