.list-header {
    width: 100%;
    height: 50vh;
    background: url('../img/list/teamBg.jpg') no-repeat;
    background-size: 100% 100%;
}
.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 {
    line-height: 1.5;
    font-size: 14px;
}
    .item-right63 div {
        font-size: 18px;
        font-weight: bold;
        color: #5d5d5d;
        margin: 0px 0px 10px;
        width: 100%;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

.item-right63 {
    line-height: 1.5;
    font-size: 14px;
}

.team-tab {
    padding-top: 40vh;
    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('../img/list/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('../img/list/teamChecked.png') no-repeat;
    background-size: 100% 100%;
}

.content-header {
    width: 100%;
    padding: 1.2vh 0;
    border-bottom: 2px solid #e2e2e2;
    display: flex;
    align-items: center;
    color: #5d5d5d;
    font-size: 0.8vw;
}

.content-header img {
    width: 1.2vw;
}

.content-header a {
    color: #5d5d5d;
}

.content-header span {
    margin: 0 0.2vw;
}

.list-items {
    margin-top: 5vh;
    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-items .list-left .item .list-img63 {
        width: 6vw;
        height: 150px;
        overflow: hidden;
        /*background-color: #a0bfc4;*/
    }

.list-img img {
    margin: 0px auto;
    height: 100%;
    width:100%;
    display: block;
    object-fit: cover;
}
.list-img63 img {
    margin: 0px auto;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    /* height: 100%;*/
}

.item-right {
    width: 64%;
}
.item-right63 {
    width: 82%;
}
.item-right p:first-child {
    font-size: 0.85vw;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.item-right p:last-child {
    margin-top: 10px;
    color: #8f8f8f;
    font-size: 0.7vw;
    text-align: right;
}

.item-right63 p:first-child {
    font-size: 0.85vw;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.item-right63 p:last-child {
    margin-top: 10px;
    color: #8f8f8f;
    font-size: 0.7vw;
    text-align: right;
}

.list-right {
    width: 28%;
}

    .list-right .big-code {
        width: 100%;
        /* height: 10vh; */
        border-top: 5px solid #a0bfc4;
        border-right: 2px solid #a0bfc4;
        border-bottom: 2px solid #a0bfc4;
        border-left: 2px solid #a0bfc4;
        display: flex;
        align-items: flex-start;
        padding: 10px 12px;
        box-sizing: border-box;
    }

        .list-right .big-code img {
            /*height:inherit;*/
            width: 94px;
            height: 94px;
        }

.list-right .big-code .code-right {
    margin-top: 1vh;
    margin-left:5px;
}

.list-right .big-code .code-right p:first-child {
    font-size: 1.2vw;
    letter-spacing: 2px;
}

.list-right .big-code .code-right p:nth-child(2) {
    font-size: 0.7vw;
    letter-spacing: 1px;
    margin: 4px 0 6px;
}

.list-right .big-code .code-right p:last-child {
    font-size: 0.6vw;
    color: #9c9c9c;
}

.list-right .small-code {
    width: 100%;
    margin-top: 1vh;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.list-right .small-code .small-items {
    width: 48%;
    height: 7vh;
    border-top: 5px solid #a0bfc4;
    border-right: 1px solid #a0bfc4;
    border-bottom: 1px solid #a0bfc4;
    border-left: 1px solid #a0bfc4;
    margin-bottom: 10px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.list-right .small-code .small-items img {
    width: 1.5vw;
    margin-right: 10px;
}

.list-right .small-code .small-items span {
    font-size: 0.8vw;
    font-weight: bold;
    color: #000;
}