.ysfc-content {
    width: 100%;
    margin-top: 10px;
}

.ysfc-content .banner {
    width: 1030px;
    /* height: 450px; */
    margin: auto;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.ysfc-content .banner img {
    min-width: 100%;
    /* 确保图片宽度不会超过容器 */
    min-height: 100%;
    /* 确保图片高度也不会超过容器 */
    display: block;
    /* 移除图片下方的额外空间 */
    object-fit: cover;
}

.ysfc-content .banner div {
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 22px;
    text-align: center;
    font-family: "Noto Sans SC";
    color: #333;
    /* background: linear-gradient(to top, rgba(9, 164, 232, 1), rgba(9, 164, 232, .2)); */
    /* position: absolute; */
    /* bottom: 0; */
}

.name {
    height: 38px;
    line-height: 38px;
    font-size: 38px;
    color: #055ABC;
    margin-top: 38px;
}

.label {
    width: 700px;
    height: 16px;
    line-height: 16px;
    font-size: 16px;
    margin: 22px auto 0;
    color: #055ABC;
    text-align: center;
    font-family: "Noto Sans SC";
}

.title {
    height: 30px;
    color: #055ABC;
    font-size: 26px;
    text-align: center;
    margin: 40px auto 24px;
}

.title div {
    width: auto;
    height: 100%;
    display: inline-block;
}

.title img {
    width: 100px;
    float: left;
    margin-top: 14px;
}

.title div p {
    float: left;
    padding: 0 18px;
    font-size: 20px;
    line-height: 30px;
    font-family: "Noto Sans SC";
}

.details {
    font-family: "Noto Sans SC";
    display: flex;
    flex-wrap: wrap;
    padding: 40px 70px;
    background-color: #F2F3F8;
}

.details>div {
    text-align: left;
    margin-bottom: 20px;
}

.details-two>div {
    width: 100%;
}

.details h4 {
    width: 220px;
    float: left;
    font-size: 18px;
    line-height: 20px;
    color: #055ABC;
    font-family: "Noto Sans SC";
}

.details h5 {
    width: calc(100% - 220px);
    float: left;
    font-size: 18px;
    line-height: 20px;
    font-family: "Noto Sans SC";
    color: #686668;
}

.details-three>p {
    color: #686668;
    width: 100%;
    text-align: left;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 30px;
    font-family: "Noto Sans SC";
}

.details span {
    text-align: left;
    font-size: 18px;
    line-height: 38px;
    text-indent: 36px;
    color: #686668;
    font-family: "Noto Sans SC";
}

.this-a {
    text-align: left;
    font-size: 18px;
    line-height: 38px;
    text-indent: 36px;
    color: #686668;
    font-family: "Noto Sans SC";
}

.details .detail {
    width: 49%;
    height: 80px;
    line-height: 40px;
    font-size: 18px;
    font-family: "Noto Sans SC";
    background-color: #EFF8FB;
    border-radius: 8px;
    margin-bottom: 30px;
}

.details .detail:nth-of-type(2n-1) {
    margin-right: 1%;
}

.details .detail:nth-of-type(2n) {
    margin-left: 1%;
}

/* .details .detail:hover {
    border: 1px solid rgba(9, 164, 232, 1);
    color: var(--blue);
} */

.details .detail:nth-last-of-type(1),
.details .detail:nth-last-of-type(2) {
    margin-bottom: 0;
}


.details .detail p {
    font-size: 16px;
    font-family: "Noto Sans SC";
    line-height: 40px;
}