.memb_cen{
    width: 880px;
}
.mem_top{
    border-bottom: 2px solid #5fb274;
}
.mem_tit{
    font-size: 36px;
    color: #333333;
    font-weight: bold;
}
.mem_lcon{
    padding: 30px 0px;
}
.mem_lto{
    padding: 22px 20px;
}
.mem_lti{
    font-size: 26px;
    color: #333333;
    font-weight: bold;
}
.mem_lcul>li{
    padding: 20px;
    transition: all .6s;
    border-bottom: 1px solid #dedede;
}
.m_lca{
    font-size: 18px;
    color: #333333;
    display: block;
    position: relative;
}
.m_lca.on::after{
    transform: rotate(180deg);
    transition: all .6s;
}
/* .mem_lcul>li:hover .m_lca,
.mem_lcul>li.on .m_lca{ */
.m_lca:hover,
.m_lca.on{
    font-size: 20px;
    font-weight: bold;
    color: #309b4b;
}
.memli_con{
    margin-top: 30px;
    display: none;
}
.memli_con>p{
    margin-bottom: 10px;
    position: relative;
    font-size: 14px;
    color: #333333;
    vertical-align: middle;
    line-height: 36px;
    padding-left: 32px;
}
.memli_con>p>img{
    display: block;
    position: absolute;
    left: 0;
    top: 8px;
    width: 22px;
}
.memli_con>p:last-child{
    margin-bottom: 0;
}
.memli_con{
    position: relative;
    /* border: 1px solid red; */
}
.mem_look{
    position: absolute;
    right: 20px;
    bottom: 10px;
    width: 119px;
    height: 41px;
    border-width: 1px;
    border-color: rgb( 204, 204, 204 );
    border-style: solid;
    border-radius: 4px;
    text-align: center;
    line-height: 41px;
    font-size: 14px;
    color: #545454;
}
.mem_look:hover{
    border-color: #309b4b;
    background: #309b4b;
    color: #fff;
}
.mem_list{
    margin-bottom: 20px;
}


/*  */
.memb_asid{
    width: 280px;
}
.mem_asone{
    padding: 30px 20px;
}
.mem_asot{
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    line-height: 26px;
    margin-bottom: 10px;
}
.mem_asone>p{
    font-size: 14px;
    color: #333333;
    line-height: 24px;
    text-align: justify;
}