@font-face {
    font-family: "PingFang-SC-Medium";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/video/PingFang-SC-Medium.ttf?v=0.1") format("truetype"),url("../fonts/video/PingFang-SC-Medium.woff") format("woff"), url("../fonts/video/PingFang-SC-Medium.svg") format("svg");
}
@font-face {
    font-family: "SourceHanSansCN-Bold";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/video/SourceHanSansCN-Bold.ttf?v=0.1") format("truetype"),url("../fonts/video/SourceHanSansCN-Bold.woff") format("woff"), url("../fonts/video/SourceHanSansCN-Bold.svg") format("svg");
}
.team-tab a p{
    font-family: SourceHanSansCN-Bold
}.content-header span {
     font-family: PingFang-SC-Medium;
 }content-header a {font-family: PingFang-SC-Medium;
  }
.list-header {
    width: 100%;
    height: 46vh;
    background-size: 100% 100%;
    position: relative;
}

.list-header > img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.content-header {
    width: 66%;
}

.item-right div {
    font-size: 18px;
    font-weight: bold;
    color: #5d5d5d;
    margin: 0px 0px 10px;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.item-right p:last-child {
    margin-top: 10px;
    color: #8f8f8f;
    font-size: 0.7vw;
    text-align: right;
}
.item-right {
    width: 64%;
    line-height: 1.5;
    font-size: 14px;
}

.team-tab {
    padding-top: 299px;
    color: #ffffff;
    font-size: 0.9vw;
    display: flex;
    justify-content: center;
}

.team-tab span {
    display: inline-block;
    padding: 0.7vw 1.4vw 1.2vw;
    background: url('../images/teamcheck.png') no-repeat;
    background-size: 100% 100%;
    margin-right: 1.2vw;
    cursor: pointer;
}

.team-tab span:last-child {
    margin: 0;
}

.team-tab span.active {
    background: url('../images/teamchecked.png') no-repeat;
    background-size: 100% 100%;
}

.content-header {
    padding: 0vh 0;
    border-bottom: 2px solid #a50a22;
    display: flex;
    align-items: center;
    color: #5d5d5d;
    font-size: 0.8vw;
}

.content-header img {
    width: 1.2vw;
}

.content-header a {
    color: #5d5d5d;
    font-size: 17px!important;
    font-weight: normal!important;
    font-stretch: normal!important;
    line-height: 41px!important;
    letter-spacing: 1px!important;
    color: #726e71!important;
    padding-top: 9px;
}

.content-header span {
    margin: 0 0.2vw;
    font-size: 17px!important;
    font-weight: normal!important;
    font-stretch: normal!important;
    line-height: 41px!important;
    letter-spacing: 1px!important;
    color: #726e71!important;
    padding-top: 9px;
}

.list-items {
    margin-top: 3vh;
    display: flex;
    justify-content: space-between;
    min-width: 1200px;
}

.list-items .list-left {
    width: 66%;

}

.list-items .list-left .item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2vh;
    cursor: pointer;
    height: 150px;
}

.list-items .list-left .item .list-img {
    width: 13vw;
    height: 150px;
    overflow: hidden;
    background-color: #ffffff;
}

.list-img img {
    margin: 0px auto;
    height: 100%;
    width: 100%;
    display: block;
    object-fit: cover;
}
.layui-upload-iframe{
    display: none;
}.home {
     width: 38px!important;
     margin-right: 15px!important;
 }