#section-image {
    width: 100%;
    height: 556px;
    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;
    
}

#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(0, 133, 121);
    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
}

#news-list {
    width: 1360px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 18px;
    list-style: none;
    padding-left: 0px;
}

#list {
    margin-top: 30px;
    width: 605px;
    height: 160px;
    

    padding: 30px;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.08);
    background: rgb(255, 255, 255);

}

#list a {
    display: flex;
    justify-content: space-between;
    gap: 22px;
}

#list-right {
    width: 326px;
    height: 164px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#list-right h2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
    letter-spacing: 0%;
    text-align: left;
    color: #000;
    margin: 0px;
}

#list-right p {
    color: rgb(68, 68, 68);
    font-family: PingFang SC;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0%;
    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: 326px;
    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;
}