.h2title{
    text-align: center;
    font-size: 24px;
    color: #c62d27;
    font-weight: bold;
}
.h3title{
    font-size: 18px;
    color: #c62d27;
    font-weight: bold;
}
.syxb_wrap{
    padding: 50px 80px;
    background: linear-gradient(to bottom,transparent,#fff1d6 70%);
}
.syxb_container_wrap{
    position: relative;
    padding: 0 82px;
    margin-bottom: 80px;
}
.swiper_container{
    overflow-x: hidden;
}
.swp1_next,.swp1_prev{
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 32px;
    height: 51px;
}
.swp1_next{
    background: url(../images/syxbnext.png) no-repeat top left;
    background-size: 100% 100%;
}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after{
    content: "";
}
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after{
    content: "";
}
.swp1_prev{
    background: url(../images/syxbprev.png) no-repeat top left;
    background-size: 100% 100%;
}
.syxb_container_wrap::after{
    content: " ";
    position: absolute;
    bottom: -114px;
    left: 0;
    right: 0;
    height: 114px;
    background: url(../images/shzyxbdec.png) no-repeat top left;
    background-size: 100% 100%;
}
#swp1 .swiper-slide img{
    width: 100%;
}
.syxbtitle{
    text-align: center;
    margin-bottom: 10px;
}
.sce li {
    width: 50%;
    float: left;
    height: 47px;
    line-height: 47px;
    margin-bottom: 9px;
    padding-bottom: 9px;
    height: 50px;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
}
.sce li:nth-child(odd){
    padding-right: 40px;
}
.sce li:nth-child(even){
    padding-left: 40px;
}
.sce li a::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 8px;
    height: 8px;
    background-color: var(--font-red-color);
}

.sce li a{
    display: block;
    width: 100%;
    float: left;
    max-height: 50px;
    line-height: 1.6;
    overflow: hidden;
    display: block;
    padding-left: 20px;
    display: -webkit-box;
    box-sizing: border-box;
    -webkit-box-orient: vertical;
    position: relative;
}
.sce li em{
    float: right;
    width: 100px;
    /* line-height: 47px; */
    color: var(--font-red-color);
}

.sce li a:hover h3{
    color: var(--font-red-color)
}

.sce li span {
    float: left;
    margin-right: 12px;
    text-align: center;
    width: 70px;
    line-height: 40px;
    padding: 0 10px;
    font-size: 40px;
    color: #b51016
}

.sce li i {
    display: block;
    height: 30px;
    line-height: 30px;
    color: #b51016;
    font-size: 14px;
    border-top: 1px solid #b51016
}

.sce li h3{
    float: left;
    width: 100%;
    height: 47px;
    transition: all 200ms;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 47px;
    font-size: 16px;
    color: #333;
}
.more_style{
    height: 60px;
    line-height: 60px;
    text-align: right;
}
.more{
    float: right;
    margin-bottom: 20px;
    height: 60px;
}


/* 列表页 */
.syxbtitle{
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #f3f3f3;
}
.syxbtitle h3{
    display: inline-block;
   float: left;
   font-size: 24px;
    color: #c62d27;
    font-weight: bold;
}