.ysfc-content {
    width: 100%;
    margin-top: 10px;
}

.ysfc-content .banner {
    width: 100%;
    /* height: 520px; */
    border-radius: 18px;
    overflow: hidden;
    position: relative;
}

.ysfc-content .banner img {
    border-radius: 18px;
    width: 100%;
    /* margin-top: -120px; */
}

.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; */
}

.label {
    width: 700px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    margin: 25px auto 0;
    border: 1px dashed #ccc;
    border-radius: 5px;
    color: var(--blue);
    opacity: .8;
    text-align: center;
    font-family: "Noto Sans SC";
}

.title {
    height: 30px;
    color: var(--blue);
    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: 26px;
    line-height: 30px;
    font-family: "Noto Sans SC";
}

.details {
    font-family: "Noto Sans SC";
    border: 2px dashed #ccc;
    border-radius: 18px;
    display: flex;
    flex-wrap: wrap;
    padding: 25px 40px;
}

.details>div {
    text-align: left;
    margin-bottom: 20px;
}

.details>div:nth-of-type(2n) {
    padding-left: 50px;
}

.details>div:nth-last-of-type(1),
.details>div:nth-last-of-type(2) {
    margin-bottom: 0;
}

.details-two>div {
    width: 50%;
}

.details h4 {
    font-size: 14px;
    line-height: 18px;
    color: var(--blue);
    font-family: "Noto Sans SC";
}

.details h5 {
    margin-top: 12px;
    font-size: 16px;
    line-height: 20px;
    font-family: "Noto Sans SC";
    color: #333;
}

.details-three>p {
    width: 33.33%;
    text-align: left;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 30px;
    font-family: "Noto Sans SC";
}

.details-three>p:nth-last-of-type(1),
.details-three>p:nth-last-of-type(2) {
    margin-bottom: 0;
}

.details span {
    text-align: left;
    font-size: 16px;
    line-height: 38px;
    text-indent: 36px;
    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;
}