.title {
    text-align: center;
    margin: 20px auto;
    font-size: 24px;
    line-height: 48px;
}

hr {
    margin: 20px 0;
    border: 0;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #ffffff;
}

.audio {
    margin: 30px 0;
}

.container small {
    font-size: 14px;
    line-height: 20px;
    display: block;
    margin: 10px 0;
    text-align: center;
}

.cont p {
    line-height: 200%;
    overflow: hidden;
    font-size: 16px;
    font-family: "Microsoft YaHei";
    text-indent: 2em;
    margin-bottom: 10px;
}

.comment {
    border-top: 1px solid #eeeeee;
    margin: 30px 0 60px 0;
    padding-top: 15px;
}

.comment h3 {
    font-size: 20px;
    margin-bottom: 20px;
}

.comment .box {
    background: #FAFAFA;
    box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.09);
    border-radius: 2px 2px 0px 0px;
    padding: 15px 20px;
    border-top: 1px solid rgba(0,0,0,0.09);
    margin-top: -1px;
}

.comment .box p {
    font-size: 16px;
}