.module-utile {
    width: calc(355px - 60px);
    height: 60px;
    background: #1A1F2B;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 17px 30px
}

.module-utile span {
    font-size: 18px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF
}

.module-utile img {
    width: 24px;
    height: 24px
}

.content .top {
    width: 362px !important
}

.content .top-list {
    width: 355px !important;
    max-height: 600px;
    transition: all .5s;
    cursor: pointer
}

.field-title {
    font-size: 30px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #242A3B;
    line-height: 42px;
    margin-bottom: 30px
}

.field-desc {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #242A3B;
    line-height: 28px
}

.filed-rg {
    margin-top: -87px;
    width: calc(1180px - 355px - 93px)
}

.filed-major {
    display: flex;
    flex-wrap: wrap
}

.filed-major img {
    width: 268px;
    height: 353px;
    margin-right: 34px;
    margin-bottom: 30px
}

@keyframes l-hide {
    0% {
        opacity: 1;
        min-height: 310px
    }

    100% {
        opacity: 0;
        height: 0
    }
}

.list-hide {
    animation: l-hide 1s linear forwards
}

.hidden {
    max-height: 0 !important;
    opacity: 0
}

.major-people-hide {
    position: absolute;
    animation: major-hide 2s forwards
}

.major-people-show {
    visibility: visible !important;
    transition: all 1s;
    animation: major-show linear 1s forwards
}

.major-people {
    margin-right: 34px;
    margin-bottom: 34px;
    width: 270px;
    height: 354px;
    position: relative
}

.major-people:hover div {
    visibility: visible;
    opacity: 1;
    transform: scale(1)
}

.major-people:hover img {
    visibility: hidden;
    position: absolute;
    opacity: 0;
    transform: scale(.98)
}

.major-people>img {
    display: block;
    width: 270px;
    height: 353px;
    opacity: 1;
    transform: scale(1);
    transition: all .5s
}

.major-people>div {
    position: absolute;
    left: 0;
    top: 0;
    width: 270px;
    height: 354px;
    background-color: #ffffff;
    border: 1px solid #98daf0;
    visibility: hidden;
    opacity: 0;
    transition: all 1s;
    transform: scale(.95)
}

.major-people>div .major-people-name {
    font-size: 26px;
    font-family: PingFangSC-Light, PingFang SC;
    font-weight: 300;
    color: #242a3b;
    margin-top: 2em;
    margin-left: 2em
}

.major-people>div .major-people-tag {
    font-size: 16px;
    font-family: PingFangSC-Light, PingFang SC;
    font-weight: 300;
    color: #242a3b;
    line-height: 22px;
    margin-top: 2em;
    margin-left: 3em
}

.major-people>div button {
    display: block;
    margin: 4em auto 0 auto;
    background-color: #98daf0;
    padding: 10px 20px;
    border: none;
    outline: none;
    font-size: 17px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #242a3b
}