#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-list {
    width: 1360px;
    height: auto;
    display: flex;
    gap: 30px;
    margin-top: 48px;
}

#left-title {
    height: 188px;
    width: 202px;
}

#left-top {
    width: 202px;
    height: 92px;
    background-image: url('404.png');
    display: flex;
    align-items: center;
}

#left-top1 {
    width: 202px;
    height: 64px;
    background-image: url('404.png');
    display: flex;
    align-items: center;
}

#left-top h1 {
    color: rgb(255, 255, 255);
    font-family: PingFang SC;
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0%;
    margin: 12px 30px;
}

#left-top1 h1 {
    color: rgb(255, 255, 255);
    font-family: PingFang SC;
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0%;
    margin: 12px 30px;
}

#left-center {
    width: 202px;
    height: 48px;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
}

#left-center h2 {
    color: rgb(68, 68, 68);
    font-family: PingFang SC;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    margin: 12px 30px;
}

#left-botton {
    width: 202px;
    height: 48px;
    background: rgb(19, 96, 142);
}

#botton-coment {
    display: flex;
    justify-content: space-between;
    margin: 0px 30px;
    align-items: center;
}

#botton-coment h2 {
    color: rgb(255, 255, 255);
    font-family: PingFang SC;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0%;
}

#news-box {

    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.08);
}

#news {
    list-style: none;
    width: 1008px;
    height: auto;
    padding: 30px 56px 60px 60px;

}

#news li a {
    width: 1008px;
    height: 106px;
    padding: 30px 0px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgb(240, 240, 240);
    gap: 24px;
    position: relative;

}

#news-top {
    min-width: 59px;
    display: flex;
    flex-direction: column;

}

#news-top h2 {
    color: rgb(105, 105, 105);
    font-family: 阿里妈妈数黑体;
    font-size: 32px;
    font-weight: 700;
    line-height: 0px;
    letter-spacing: 0%;
    text-align: left;
}

#news-top p {
    color: rgb(148, 148, 148);
    font-family: PingFang SC;
    font-size: 14px;
    font-weight: 400;
    line-height: 0px;
    letter-spacing: 0%;
}



#news-botton h1 {
    color: rgb(0, 0, 0);
    font-family: PingFang SC;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0%;
}

#news-botton p {
    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;
}

#news li :hover {
    color: #13608E !important;
}

#boder-right {
    width: 1px;
    height: 50px;
    background-color: rgb(239, 239, 239);

}



#news-img {
    width: 192px;
    height: 130px;
    margin-right: 40px;

}

#news-data {
    min-width: 50px;
    min-height: 92px;
    border-top: 2px solid rgb(0, 133, 121);
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.08);
    position: absolute;
    left: 170px;
    background: rgb(255, 255, 255);
    z-index: 9999;
    text-align: center;
}

#news-data1 {
    min-width: 50px;
    min-height: 92px;
    border-top: 2px solid rgb(183, 91, 88);
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.08);
    position: absolute;
    left: 170px;
    background: rgb(255, 255, 255);
    z-index: 9999;
    text-align: center;
}

#news-data h2 {
    color: rgb(105, 105, 105);
    font-family: 阿里妈妈数黑体;
    font-size: 24px;
    font-weight: bold;
    line-height: 0px;
    letter-spacing: 0%;
    line-height: 20px;
}

#news-data p {
    color: rgb(148, 148, 148);
    font-family: PingFang SC;
    font-size: 14px;
    font-weight: 400;
    line-height: 5px;
    letter-spacing: 0%;
}

#news-data1 h2 {
    color: rgb(105, 105, 105);
    font-family: 阿里妈妈数黑体;
    font-size: 24px;
    font-weight: bold;
    line-height: 0px;
    letter-spacing: 0%;
    line-height: 20px;
}

#news-data1 p {
    color: rgb(148, 148, 148);
    font-family: PingFang SC;
    font-size: 14px;
    font-weight: 400;
    line-height: 5px;
    letter-spacing: 0%;
}