﻿.left-menu{
    /* width:80px; */
    height: 180px;
    position: absolute;
    top: 5.2rem;
    left: 50px;
    flex-direction: column;
    float: left;
    z-index: 1;
}
.link{
    width: 180px;
    font-size: 14px;
    line-height: 35px;
    /*padding-left: 25px;*/
    cursor: pointer;
    display:  block;
}
.link span{color: #beac98;font-size: 14px;margin-left: 23px;}
.link.cur{
    width: 180px;
    margin-top: 5px;
}
.list-inc-dix{display: none}
.link.cur .list-inc-dix{display: flex}
.link.cur span{display: none}
.logo{
    width: 20px;
    height: 10px;
    background: url("../images/point.png") no-repeat;
    background-size: 100%;
}
.title{
    flex-direction: column;
    margin-left: 2px;
}
.e_title{
    font-size: 12px;
    color: #ffffff;
    line-height: 20px;
}
.c_title{
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
}
.link:hover{color: #ffffff;}

/*手机端隐藏*/
@media screen and (max-width: 1025px) and (min-width: 320px){
    .left-menu{
        display: none;
    }
}