html,body{
    height: 100%;
}
.main{
    height: 100%;
    overflow: hidden;
    margin-top: 0.44rem;
}
.m_list{
    width: 50%;
    height: 100%;
    overflow: hidden;
    /*border-right: 1px solid #E8E8E8;*/
}
.main .now{
    width: 100%;
    background: #fff;
}
.m_con{
    width: 50%;
    background: #fff;
}
.con{
    display: none;
}
.m_con .con ul li a{
    height: 0.46rem;
    
    font-size: 0.13rem;
    color: #333;
    line-height: 0.46rem;
}

.m_list ul li,.m_con .con ul li{
    height: 0.46rem;
    padding-left: 0.12rem;
    border-bottom: 1px solid #E8E8E8;
    position: relative;
}
.m_con .con ul li
{
    border-bottom: 1px solid #f2f2f2;
}
.m_list ul li .tit{
    height: 0.46rem;
    
    font-size: 0.13rem;
    color: #333;
    line-height: 0.46rem;
    border-right: 1px solid #E8E8E8;
}

.m_con .con ul li a{
    display: block;
    line-height: 0.46rem;
    margin-left: 0.12rem;
}
.m_list ul li.current{
    background: #fff;
    position: relative;
}
.m_list ul li.current:before{
    content: "";
    display: block;
    width: 0.03rem;
    height: 0.46rem;
    background: #5B98EB;
    position: absolute;
    left: 0rem;
    top: 0rem;
}
.m_list ul li.current .tit{
    border-right: none;
}