﻿
.contenLeft {
    width: 15%;
    height: 100%;
    background-color: white;
}

.contenLeftBox {
    height: 60px;
    background-color: #23b7b6;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    align-items: center;
    padding-left: 20px;
}
    /*  .contenLeft ul {
       padding-bottom:30px;
    }*/
    .contenLeft ul :last-child {
        border: 0;
    }

    .contenLeft ul li {
        /*        height: 60px;*/
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid #efefef;
        cursor: pointer;
    }

    .contenLeft dl .active {
        background-color: #eff8f8;
    }

    .contenLeft ul li .active {
        background-color: #eff8f8;
    }

        .contenLeft ul li .active span {
            color: #23b7b6;
        }

    .contenLeft dl .active span {
        color: #23b7b6;
    }

    .contenLeft ul li .Gotopage:hover {
        background-color: #eff8f8;
    }

        .contenLeft ul li .Gotopage:hover span {
            color: #23b7b6;
        }

    .contenLeft ul li span {
        color: #767676;
        font-size: 18px;
        font-weight: bold;
    }


.Gotopage {
    width: 100%;
    display: flex;
    height: 60px;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    position:relative;
}

.contenLeft ul li dl {
    width: 100%;
}

    .contenLeft ul li dl dd {
        padding: 0 30px;
    }

    .contenLeft ul li dl :hover {
        background-color: #eff8f8;
    }

        .contenLeft ul li dl :hover span {
            color: #23b7b6;
        }

    .contenLeft ul li dl dd {
        height: 50px;
        display: flex;
        align-items: center
    }

        .contenLeft ul li dl dd a span {
            font-size: 14px;
        }

.Gotopage .firstLeftContent {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.subPage {
    width: 100%;
    height: 100%;
    line-height: 50px;
}