/* 头部 */
.new-list-header23 {
    background-color: #da2129;
}

/* 列表父级盒子 */
.new-list-content23 {
    padding-top: 85px;
}

/* 前言父级盒子 */
.new-list-forewords23 {
    margin-bottom: 60px;
}

/* 前言标题 */
.new-list-title23 {
    width: 100%;
    border-color: #d2d2d2;
    margin-bottom: 30px;
}

/* 前言正文 */
.new-list-text23 {
    font-size: 22px;
    text-indent: 2em;
    letter-spacing: 2px;
    color: rgb(85, 85, 85);
    line-height: 1.6;
    text-align: justify;
    margin-bottom: 5px;
}

/* 列表各栏目 */
.new-list-li23 {
    position: relative;
    width: 1055px;
    height: 245px;
    border: 1px solid #d5d5d5;
    border-radius: 8px;
    margin-bottom: 20px;
}
/* 列表栏目图片 */
.new-list-img23 {
    position: absolute;
    top: 12px;
    left: 13px;
    display: inline-block;
    width: 385px;
    height: 220px;
    margin-right: 24px;
}
/* 列表栏目标题 */
.new-list-t23 {
    position: absolute;
    top: 27px;
    left: 425px;
    margin-bottom: 32px;
    font-size: 22px;
    font-weight: bold;
}
/* 列表栏目正文 */
.new-list-c23 {
    position: absolute;
    top: 80px;
    left: 425px;
    letter-spacing: 1px;
    height: 110px;
    width: 600px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre-wrap;
}
/* 列表栏目按钮 */
.new-list-btn23 {
    border: 2px solid #dc3038;
    border-radius: 15px;
    position: absolute;
    bottom: 13px;
    left: 425px;
    width: 85px;
    height: 33px;
    background-color: #fff;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    line-height: 30px;
    vertical-align: middle;
    color: #dc3038;
    text-align: center;
}