.detail-wrapper {
    width: 770px;
    padding: 0 70px 30px;
}
.detail-wrapper h1{
    font-size: 30px;
    color: #444;
    text-align: center;
    margin: 50px 0 30px;
    font-weight: bold;
}
.detail-wrapper .info{
    font-size: 12px;
    color: #595757;
    border-bottom: 1px solid #cccccc;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.detail-wrapper .summary{
    padding: 20px;
    background: #f8f8f8;
    font-size: 14px;
    line-height: 24px;
    margin-top: 30px;
}
.detail-wrapper .summary-content{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    *height: 70px;
}
.detail-wrapper .content{
    line-height: 32px;
    margin-top: 30px;
    font-size: 16px;
}
.detail-wrapper .content img{
    max-width: 100%;
}
.detail-wrapper .content p {
    margin-bottom: 16px;
}