#section-image {
    width: 100%;
    height: 540px;
    background-image: url('404.png');
    background-size: cover;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

#box-section {
    width: 1360px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    
}

#section-list {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 88px;
}



#news-updates {
    width: 1360px;
    height: 44px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 88px;
}

#news-updates h1 {
    border-bottom: 3px solid rgb(183, 91, 88);
    color: rgb(1, 1, 1);
    font-size: 28px;
    line-height: 36px;
    letter-spacing: 0%;
    text-align: left;
}

#more {
    width: 121.14px;
    height: 32px;
    
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

    box-sizing: border-box;
    border: 1px solid rgb(240, 240, 240);
    border-radius: 4px;
    
    background: rgb(255, 255, 255);
    color: rgb(105, 105, 105);
    font-family: Microsoft YaHei UI;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0%;
    text-align: center;
    gap: 10px
}


.box-coment {
    width: 1360px;
    height: 560px;
    background-color: pink;
    position: relative;

}


.box-coment img {
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}


#text {
    width: 1360px;
    height: 100px;
    font-size: 24px;
    font-family: 微软雅黑;
    text-align: center;
    line-height: 80px;
    background: rgb(183, 91, 88, 0.7);
    color: #FFFFFF;
    position: absolute;
    left: 0px;
    bottom: 0px;
    font-weight: bold;
}

.banner-imgBox-div {
    width: 400px;
    position: absolute;
    bottom: 20px;
    left: 480px;
    display: flex;
    justify-content: center;
}

.on2 {
    background-color: #FFFFFF !important;
}

.on {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: rgb(255, 255, 255, 0.4);
    margin-left: 20px;
}

#statuy-list {
    width: 1360px;
    display: flex;
    flex-wrap: wrap;
    gap:29px;
    margin-top: 18px;
    list-style: none;
    padding-left: 0px;
}

#list {
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.08);
    width: 374px;
    height: 406px;
    margin-top: 30px;
    padding: 30px;
}

#list-coment {
    margin-top: 12px;
}

#list-coment h3 {
    color: rgb(0, 0, 0);
    font-family: PingFang SC;
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    letter-spacing: 0%;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
#list-coment h5{
    color: rgba(0,0,0,0.3);
    font-size: 14px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
#list-botton {
    display: flex;
    justify-content: space-between;
    width: 374px;
    height: 32px;
}

#botton-left {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgb(148, 148, 148);
    font-family: PingFang SC;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0%;
    text-align: justify;
}

#details-bottons {
    width: 96px;
    height: 32px;
    box-sizing: border-box;
    border: 1px solid rgb(240, 240, 240);
    border-radius: 4px;
    
    background: rgb(255, 255, 255);
    color: rgb(105, 105, 105);
    font-family: Microsoft YaHei UI;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper {
    width: 100%;
    height: 100%;

}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#banner {
    margin-top: 48px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    
    width: 1512px;
    height: 560px;
}