.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;
}

.content .right .head {
    height: 390px;
    background: url("/static/img/grbg02.jpg");
    padding: 57px;
    display: flex;
}

.content .right .head img {
    width: 180px;
    height: 244px;
    margin-right: 50px;
}

.content .right .head .info {
    flex: 1;
    color: white;
    line-height: 30px;
    font-size: 16px;
    overflow: hidden;
}

.content .right .head .info div {
    margin-bottom: 29px;
}

.content .right .head .info .team {
    font-size: 21px;
}

.content .right .head .info .name {
    font-size: 30px;
}

.content .right .head .info .level {
    font-size: 24px;
}

.content .right .body {
    padding: 34px 34px 80px;
    font-size: 16px;
    color: #000000;
    line-height: 30px;
    background: white;
}