/* .webmain {
    width: 80%;
    margin: 0 auto;
} */

.webmain .webtop {
    /* width: 90%; */
    width: 93%; 
    border-radius: 4px;
    background-color:#FDF7F2 ;
    margin: auto;
    margin-top: 30px;
    font-size: 30px;
    text-align: center; 
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 35px;
    padding-bottom:35px;
    position: relative;
    &:hover {
        cursor: pointer;
        color: rgb(153, 15, 23);
    }
}

.webmain .webtop .webtop-1{
 position: absolute;
 left: -15px;
 top: -35px;
}
.webmain .webtop .webtop-2{
    font-size: 16px;
    color: #555555;
    white-space: nowrap; /* 保持内容在一行上 */
    overflow: hidden; /* 隐藏超出容器的部分 */
    text-overflow: ellipsis; /* 在超出部分显示省略号 */
    margin-top: 5px;
}
.dw{
    display: flex;
    justify-content: space-between; 
   padding-top: 20px;
   padding-bottom: 40px;
   height: 300px;
}
.dwpx{
    width: 93%;
    height: 300px;
    margin: 0px auto;
    margin-top: 82px;
    background-color: #FDF8F3;
}
.dwleft{
    width:20%;
    height:220px; 
}
.dwright{
width: 80%; 
}
.dwright-1{
    width: 100%;
    height: 130px; 
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.dwright-2{
    padding-left: 20px;
    padding-right: 10px;
    width:50%;
    height: 120px; 
    display: flex;
    justify-content: left;
    align-items: center;
}
 

.webmain .diver {
    width: 100%;
    border: 1px solid rgb(153, 15, 23);
    margin: 20px 0 30px 0;
}

.webmain li {
    list-style: none;
}

/* 标题下面的内容 */
.webmain .swp {
    width: 100%;

}

.back-top {
    position: sticky;
    bottom: 20%;
    height: 0px;
    float: right;
    right: 40px;
    z-index: 99;
}
.back-top>a {
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
    line-height: 50px;
    border-radius: 25px;
    background: #ffffff;
    color: 'rgb(171,15,14)';
}
.swiper-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #333;
    margin: 0 5px;
    color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.swiper-pagination-bullet-active {
    background-color: #f00; /* 激活状态颜色 */
}
 
.light {
    /* display: flex; */
    /* justify-content: space-around; */
    background-color: rgb(255, 250, 238);
    padding: 20px 0px 0px 0px;
    /* height: 500px; */
    margin-bottom: 30px;
}

.light .row_icon {
    color: white;
    position: relative;
}

.light .row_icon img {
    width: 44px;
    height: 55px;
    position: relative;
}

.row_icon .imgbox1 {
    font-size: 20px;
    position: absolute;
    left: 28px;
    top: 10px
}

.row_icon .imgbox2 {
    font-size: 11px;
    position: absolute;
    left: 18px;
    top: 40px
}


.light_yaowen {
    &:hover {
        color: rgb(211, 10, 34);
    }
}