.details {
    margin-top: 30px;
}

.details_title {
    padding: 15px 0;
    border-bottom: 1px solid #d8d8d8;
}

.details_title h3 {
    font-size: 25px;
    color: #4d4d4d;
}

.details_title p {
    color: #adadad;
    font-size: 12px;
    line-height: 30px;
    margin-top: 15px;
}

.details_title p span {
    font-size: 12px;
}

.details_title p em {
    font-style: normal;
    font-size: 12px;
    float: right;
}

.details_content {
    margin: 20px 0;
}

.details_content p {
    text-indent: 2em;
    line-height: 30px;
}

.details_content img {
    max-width: 100%;
}

.details_content p span {
    display: block;
    text-align: center;
}

p.img {
    text-align: center;
}

.details_content .d_content_title {
    text-indent: 0;
    color: red;
    font-size: 16px;
}

.details_next p {
    line-height: 35px;
}