.hi {

    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 20%;
    background-blend-mode: multiply;
    background-color: rgba(80, 143, 206, 0.8);
}

.hi .title {
    font-weight: 700;
    color: #fff;
    text-shadow: 1px 1px 1px #485fc7;

}

.hi .subtitle {
    color: #fff;
    font-weight: 600;
    text-shadow: 1px 1px 2px #485fc7;

}

.search {
    width: 100%;
    height: 46px;
    font-size: 1rem;
    color: rgba(0, 0, 0, .5);
    border: 0;
    border-radius: 30px;
    font-weight: 500;

    text-align: center;
    background-color: #fff;
    cursor: pointer;
}

.search-but {
    height: 46px;
    color: #fff;
    border: 0;
    border-radius: 30px;
    background-color: #00d1b2;
    font-weight: 500;
    text-align: center;
    padding-top: 10px;
}

.search:hover {
    color: #000;
}

.search:hover .search-but {
    color: #000;
}

.section-title {
    font-size: 1.55rem;
    font-weight: 500;
}


.section-title-w-all {
    border: 0;
    border-radius: 30px;
    background-color: #032541;
    text-align: center;
    width: 140px;
    font-weight: 500;
    font-size: 1.02rem;

}

.section-title-w-all p {
    background: linear-gradient(to right, #c0fecf 0, #1ed5a9 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section-black {
    background: #032541;
}

.section-title-b {
    color: #fff;
}

.section-title-b-all {
    border: 0;
    border-radius: 30px;
    background: linear-gradient(to right, rgba(192, 254, 207, 1) 0%, rgba(30, 213, 169, 1) 100%);;
    text-align: center;
    width: 140px;

    font-weight: 500;
    font-size: 1.02rem;

}

.section-title-b-all p {
    color: rgb(3, 37, 65);
}

.shu-box {
    width: 260px;
    margin-left: 35px;


}

.shu-box-img {
    width: 260px;
    height: 320px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    box-shadow: 4px 4px 10px #888888;
    border-radius: 10px;

}

.shu-box-title {
    margin-top: 20px;
    white-space: nowrap; /* 不换行 */
    overflow: hidden; /* 超出部分隐藏 */
    text-overflow: ellipsis;
    font-weight: 600;
    width: 260px;
    color: #000;

}

.shu-box-subtitle {
    white-space: nowrap; /* 不换行 */
    overflow: hidden; /* 超出部分隐藏 */
    text-overflow: ellipsis;
    color: rgba(0, 0, 0, .6);
    font-size: 0.92rem;
    width: 260px;

}


.hen-box {
    width: 340px;
    margin-left: 35px;


}

.hen-box-img {
    width: 340px;
    height: 260px;
    background-size: cover;
    background-position: 50% 20%;
    background-repeat: no-repeat;
    box-shadow: 4px 4px 10px #888888;
    border-radius: 10px;

}

.hen-box-title {
    margin-top: 20px;
    white-space: nowrap; /* 不换行 */
    overflow: hidden; /* 超出部分隐藏 */
    text-overflow: ellipsis;
    font-weight: 600;
    width: 340px;
    color: #FFFFFF;

}

.hen-box-subtitle {
    white-space: nowrap; /* 不换行 */
    overflow: hidden; /* 超出部分隐藏 */
    text-overflow: ellipsis;
    color: rgba(255, 255, 255, .5);
    font-size: 0.92rem;
    width: 340px;

}

.more {
    color: #9DA4B0;
    font-size: 1.4rem;
    text-align: center;
    background: #fff;
    width: 100px;

    box-shadow: 4px 4px 10px #888888;
    border-radius: 10px;
    margin-right: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;


}

.more svg {
    width: 50px;
    height: auto;
    color: #9DA4B0;

}

.block-more {
    width: 20px;
    background: none;
}