
/*details*/

.details-box {
    margin-top: 40px;
    padding: 30px 20px;
    background: #fff;
}
.details-title {
    margin-bottom: 14px;
    font-size: 28px;
    font-family: "Microsoft YaHei";
    color: #333;
    line-height: 38px;
    text-align: center;
    font-weight: bold;
}
.details-time {
    width: 100%;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: #999;
    line-height: 38px;
    text-align: center;
}
.details-box p {
    margin: 0 auto;
    width: 85%;
    font-size: 16px;
    font-family: "Microsoft YaHei";
    color: #333;
    text-indent: 2em;
    line-height: 28px;
}
.details-box img {
    display: block;
    margin: 21px auto;
    max-width: 60%;

}
.details-smalltitle {
    width: 100%;
    height: 44px;
    font-size: 14px;
    font-family: "SimSun";
    color: #555555;
    text-align: center;
    line-height: 44px;
}

