.middle {
    width: 1420px;
    margin: 50px auto;
    background: #fff;
    overflow: hidden;
    box-shadow: 1px 1px 8px 1px rgba(0, 0, 0, 0.5);
}

.middle-head {
    width: 100%;
    height: 94px;
    border-bottom: 1px solid #EDEDED;
}

.middle-head-left {
    height: 100%;
    margin-left: 78px;
    overflow: hidden;
}

.middle-head-left li {
    width: 200px;
    height: 100%;
    text-align: center;
    line-height: 94px;
    font-size: 22px;
    cursor: pointer;
    position: relative;
}

.middle-head-left li div {
    width: 100px;
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.middle-head-right {
    height: 33px;
    overflow: hidden;
    position: relative;
    top: 30px;
    right: 80px;
    display: none;
}

.middle-head-right li {
    width: 116px;
    height: 100%;
    line-height: 33px;
    text-align: center;
    background: #F0F6FF;
    margin-left: 20px;
    font-size: 18px;
    cursor: pointer;
}

.middle-end {
    width: 1260px;
    margin: 50px auto 0;
    overflow: hidden;
    padding-bottom: 50px;
}

.middle-end-left {
    width: 282px;
}

.middle-end-left-head {
    width: 100%;
    height: 87px;
    background: url("../images/4.png") no-repeat;
    background-size: 100% 100%;
    color: #fff;
    font-size: 32px;
    text-align: center;
    line-height: 87px;
}

.middle-end-left-list {
    margin-top: 20px;
    border-bottom: 1px solid #E9EDF1;
}

.middle-end-left-list li {
    width: 90%;
    height: 54px;
    background: #F2F4F6 url("../images/5.png") 93% 20px no-repeat;
    line-height: 54px;
    padding-left: 10%;
    font-size: 18px;
    cursor: pointer;
    border-top: 1px solid #E9EDF1;
    font-family: "思源黑体";
}

.middle-end-right {
    width: 930px;
    border-bottom: 1px solid #E9EDF1;
}

.middle-end-right li {
    width: 100%;
    border-top: 1px solid #E9EDF1;
    font-family: "思源黑体";
}

.middle-end-right li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}

.middle-end-right li .drop {
    font-size: 20px;
    font-weight: bold;
    color: #066ED7;
}

.middle-end-right li .title {
    width: 88%;
}

.middle-end-right li .datar {
    color: #B9B9B9;
}


.switch {
    background: #2A6AC9 !important;
    color: #fff;
}

.switch2 {
    border: 1px solid #2A6AC9;
}

.switch3 {
    background: #E2EEFF url("../images/6.png") 93% 20px no-repeat !important;
    color: #2469E1 !important;
}

.show {
    display: block !important;
}

.middle-leader-box {
    width: 930px;

    .title {
        color: #7387B3;
        font-size: 22px;
        border-bottom: 1px solid #ABB0B3;
        padding-bottom: 10px;
    }

    .leaderList-box {
        width: 100%;
        min-height: 150px;
        margin: 20px 0;
        overflow: hidden;
        position: absolute;

        img {
            display: block;
            width: 150px;
            height: 150px;
            position: absolute;
            left: 0;
            top: 50%;
            transform: translate(0, -50%);
        }

        .details {
            width: 80%;

            p {
                margin-bottom: 10px;
                overflow: hidden;
            }

            .spanname {
                display: block;
                width: 100px;
            }

            .spanvalue {
                display: block;
                width: 86%;
                /* white-space: normal; */
                word-wrap: break-word;
            }
        }
    }
}