/* 头部父级盒子 */
.new-header23 {
    background-color: #da2129;
    /* position: absolute; */
    top: 0px;
    width: 100%;
    /* width: 1920px; */
    height: 1080px;
    z-index: 5;
}
/* 头部标题图片 */
.new-banner23 {
    display: block;
    width: 1200px;
    height: 405px;
    margin: 0 auto;
}
/* 头部轮播图盒子 */
.swiper {
    width: 1200px;
    height: 675px;
    margin: 0 auto;
    /* --swiper-theme-color: #c2bf8e; */
    /* --swiper-pagination-color: #da2129; */
}
/* 分页器样式 */
.my-bullet23 {
    border: #da2129;
    width: 17px;
    height: 17px;
    /* background-color: #da2129; */
    border: 1.5px solid #eee39a;
    display: inline-block;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
}
/* 当前选中的分页器样式 */
.my-bullet-active23 {
    background-color: #da2129;
    border: none;
}

/* 各模块次级内容盒子 */
.new-container23 {
    position: relative;
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    padding: 0 70px;
}

/* 前言父级盒子 */
.new-foreword23 {
    width: 100%;
    height: 675px;
    background-color: #f8eed3;
}

/* 前言左侧图片盒子 */
.new-left-imgs23 {
    position: absolute;
    left: 70px;
    top: 42px;
    width: 330px;
    height: 590px;
}
/* 前言图片 */
.new-intro-img23 {
    width: 330px;
    height: 190px;
    float: left;
}
.new-intro-img23:nth-child(2) {
    margin: 10px 0;
}
/* 前言右侧文字盒子 */
.new-right-text23 {
    position: absolute;
    right: 70px;
    top: 40px;
    width: 640px;
    height: 590px;
    padding-left: 10px;
}
/* 前言标题 */
.new-right-title23 {
    font-size: 42px;
    letter-spacing: 5px;
    font-weight: 700;
    color: #da2129;
    margin-bottom: 45px;
    padding-bottom: 25px;
    width: 95px;
    border-bottom: 3px solid #da2129;
}
/* 前言正文 */
.new-right-words23 {
    font-size: 18px;
    color: #555555;
    line-height: 1.444;
    text-indent: 2em;
    text-align: justify;
    margin-bottom: 35px;
}

/* 推荐位父级盒子 */
.new-recommendation23 {
    width: 100%;
    height: 675px;
    background-color: #da2129;
}
/* 推荐位左侧视频 */
.new-recom-video23 {
    width: 600px;
    height: 100%;
    position: absolute;
    left: 65px;
    /* vertical-align: middle; */
    padding-top: 165px;
}
/* 推荐位右侧文字盒子 */
.new-recom-text23 {
    width: 405px;
    height: 340px;
    position: absolute;
    right: 70px;
    padding-top: 165px;
}
/* 右侧标题 */
.new-recom-t23 {
    font-size: 40px;
    color: #f8eed3;
    font-weight: bold;
    line-height: 1.2;
    text-align: left;
    width: 100%;
    letter-spacing: 2px;
    padding-bottom: 25px;
    border-bottom: 2px solid #f8eed3;
    margin-bottom: 55px;
}
/* 右侧正文 */
.new-recom-w23 {
    font-size: 17px;
    color: rgb(248, 238, 211);
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 1px;
    text-align: justify;
}
/* 栏目展示父级盒子 */
.new-section23 {
    background-color: #f8eed3;
    height: 2600px;
    padding-top: 110px
}
/* 栏目展示次级外盒子 */
.new-sec-container23 {
    padding: 0;
}
/* 栏目展示内容盒子 */
.new-sec-ul23 {
    width: 100%;
    /* padding-left: 360px; */
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: space-between;
}
/* 栏目展示各栏目盒子 */
.new-sec-li23 {
    position: relative;
    width: 580px;
    height: 440px;
    display: flex;
    overflow: hidden;
    margin-bottom: 40px;
}
.new-sec-li23:nth-child(odd) {
    margin-right: 40px;
}
.new-sec-li23 a {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
/* 栏目内图片 */
.new-sec-li23 img {
    width: 100%;
    /* height: auto; */
    height: 100%;
}
/* 栏目内标题文字 */
.new-sec-li23 p {
    position: absolute;
    background-color: #da2129;
    width: 100%;
    height: 80px;
    color: #f8eed3;
    bottom: 0px;
    line-height: 80px;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
}