
/* 头部 */
.new-detail-header23 {
    background-color: #da2129;
}

/* 详情父级盒子 */
.new-detail-content23 {
    padding-top: 90px;
}
/* 详情内容盒子 */
.new-detail-forewords23 {
    margin-bottom: 60px;
}
/* 详情标题 */
.new-detail-title23 {
    width: 100%;
    border-color: #d2d2d2;
    padding-bottom: 30px;
    margin-bottom: 40px;
    font-size: 42px;
    color: #000000;
}
/* 详情图片 */
.new-detail-img23 {
    width: 100%;
    /* height: 595px; */
}
/* 详情正文 */
.new-detail-text23 {
    margin-top: 50px;
    font-size: 22px;
    color: #555555;
    letter-spacing: 2px;
    line-height: 1.6;
}