#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
}

#image1-box {
    width: 1362px;
    height: 800px;
    z-index: 888;
    display: flex;
    flex-wrap: wrap;
    margin-top: 48px;
}



#images img {
    display: block;
    vertical-align: top;
}

#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: 346px;
    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;
}

#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;
}

#why-select {
    width: 1360px;
    height: 420px;
    display: flex;
    justify-content: space-between;
    margin-top: 48px;
}

#select-list {
    width: 317px;
    height: 420px;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.08);
    background: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

#list-image {
    width: 106px;
    height: 106px;

}

#select-list p {
    margin: 0px 30px;
    color: rgb(68, 68, 68);
    font-family: PingFang SC;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

#select-list h2 {
    color: rgb(68, 68, 68);
    font-family: PingFang SC;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0%;
    text-align: center;
}



#zhao-box {
    width: 433PX;
    height: 280px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    background-color: #028678;
}

#zhaopin {
    width: 1360px;
    height: 280px;
    display: flex;
    justify-content: space-between;
    margin-top: 48px;
}

#zhaopin :hover {
    background-color: #13608E;
}

.zhao-img {
    background-image: url('404.png');
    z-index: 88;
}

.zhao-img1 {
    background-image: url('404.png');
}

.zhao-img2 {
    background-image: url('404.png');
}

#zhaopin h1 {
    padding-left: 30px;
    color: rgb(255, 255, 255);
    font-family: PingFang SC;
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0%;
    text-align: left;
    width: fit-content;
}

#zhaopin a {
    width: fit-content;
}

#xiangqin {
    margin-left: 30px;
    width: 105.14px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 4px;
    color: rgb(255, 255, 255);
    font-family: Microsoft YaHei UI;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0%;
    text-align: center;
}