.detail{

}
.detail_title{
    /* width: 100%; */
    text-align: center;
    padding: 15px;
    border-bottom: 1px solid #ddd
}
.detail_title .text{
    color: #333;
    font-size: 24px;
    margin: 10px 0;
}
.content{
    color: #333;
    font-size: 14px;
    padding: 0 20px;
}
.content p{
    line-height: 30px;
    text-indent: 4ex
}