.content {
    width: 100%;
    height: auto;
    background: #f4f4f4 url("/static/img/tdbg01.jpg") no-repeat;
    background-size: 100%;
    overflow: hidden;
}

.content > div {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

.ad-default {
    width: 100%;
    height: 100%;
    background: darkgray;
}

.content .ad1 {
    padding-top: 24px;
    width: 100%;
}

.ad1 .ad-size {
    width: 100%;
    height: 264px;
    margin: 0 auto;
}

.ad1 img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: fill !important;
}

.content .box {
    display: flex;
    justify-content: space-between;
    padding: 24px 0;
    min-height: 50vh;
}

.content .sideBar {
    width: 290px;
    background: #EAEDF9;
}

.content .sideBar .name {
    height: 66px;
    line-height: 66px;
    text-align: center;
    font-size: 21px;
    font-weight: bold;
    color: white;
    background: #3F51D0;
}

.content .sideBar ul li {
    position: relative;
    height: auto;
    font-size: 18px;
    text-align: center;
    padding: 20px 20px;
}

.content .sideBar ul li.active {
    background: white;
}

.content .sideBar ul li.active::before {
    content: "";
    width: 6px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: #3F51D0;
}

.content .sideBar ul li a:hover {
    color: #3f51d0;
    font-weight: bold;
}

.content .right {
    width: 900px;
    background: white;
    border-top: 6px solid #3F51D0;
}

.content .block1 {
    padding: 0 40px;
}

.content .right .team-name {
    font-size: 32px;
    font-weight: bold;
    padding: 22px 0;
}

.content .right .team .title,
.content .right .persons .title {
    position: relative;
    border-top: 1px dashed #8D8D8D;
    height: 80px;
    line-height: 80px;
    font-size: 24px;
    font-weight: bold;
    color: #3F51D0;
}

.content .right .team .title svg,
.content .right .persons .title svg {
    position: absolute;
    top: 22px;
    right: 0;
    cursor: pointer;
    transition: transform .2s;
}

.content .right .team .desc {
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 24px;
}

.content .right .persons .list {
    padding-top: 20px;
    display: flex;
    flex-wrap: wrap;
}

.content .right .persons .list .person:hover {
    transform: scale(1.05);
}

.content .right .persons .list .person {
    width: 300px;
    height: 168px;
    box-shadow: -1px 0 5px 1px rgba(34, 28, 25, 0.20);
    margin-right: 38px;
    margin-bottom: 34px;
    transition: transform .5s;
    display: flex;
}

.content .right .persons .list .person img {
    width: 140px;
    height: 100%;
}

.content .right .persons .list .person .info {
    width: 160px;
    height: 100%;
    padding: 15px;
}

.content .right .persons .list .person .name {
    font-size: 22px;
    color: #3F51D0;
    font-weight: bold;
    margin-bottom: 6px;
}

.content .right .persons .list .person .company,
.content .right .persons .list .person .level {
    font-size: 16px;
    color: #373737;
    margin-bottom: 6px;
}

.more-tab {
    height: 54px;
    background: linear-gradient(to right, #B3BAE3 80%, white 100%);
    padding-top: 6px;
    margin-left: 12px;
}

.more-tab .title {
    display: inline-block;
    height: 48px;
    line-height: 48px;
    font-size: 24px;
    font-weight: bold;
    color: white;
    padding: 0 20px;
    cursor: pointer;
}

.more-tab .title.active {
    background: white;
    color: #3F51D0;
}

.more-content {
    padding: 40px 34px;
}

.more-content > div {
    display: none;
}

.more-content > div.active {
    display: block;
}

.page {
    position: relative;
    height: 60px;
}

.layui-laypage {
    position: absolute;
    right: 0;
}