
.news_detail .detail_top {    
    width: 600px;
    height: 127px;
    margin: 0 auto;
    text-align: center;
    line-height: 72px;
    margin-top: 55px;
}

.news_detail .detail_top h1 {
    font-size: 24px;
    font-family: "Microsoft YaHei";
    color: rgb(102, 102, 102);
    font-weight: bold;
}

.news_detail .detail_top span {
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: rgb(102, 102, 102);
}

.news_detail .detail_text {
    padding: 45px 0 0 0;
    border-top: 1px dashed #ccc;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: rgb(102, 102, 102);
    line-height: 28px;
}

.news_detail .detail_text .img {
    text-align: center;
    margin: 40px 0 40px 0;
}
