
.public-top{
    position: relative;
    width: 1080px;
    height: 140px;
    margin-bottom: 20px;
    background:  no-repeat;
    background-size: 100% 100%;
}
.com-icon{
    position: absolute;
    left: 17px;
    top: 23px;
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 1px solid #ddd;
}
.zh-username{
    position: absolute;
    left: 137px;
    top: 34px;
    height: 22px;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    line-height: 22px;
}
.zs-js{
    position: absolute;
    left: 137px;
    top: 65px;
    height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    line-height: 20px;
}
.zs-card{
    position: absolute;
    left: 137px;
    top: 90px;
    height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #0099e8;
    line-height: 20px;
}
.join{
    position: absolute;
    right: 20px;
    bottom: 11px;
    cursor: pointer;
}
/*左边menu*/
.bluebg {
    background: #0098e8;
    color: #fff;
}
.public-left{
    float: left;
    width: 180px;
    min-height: 600px;
    padding-top: 20px;
    background: #333351;
    box-sizing: border-box;
}
.public-left li{
    display: block;
    width: 180px;
    box-sizing: border-box;
}
.public-left li a{
    display: block;
    height: 48px;
    line-height: 48px;
    padding-left: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    text-decoration: none;
}

.li1 > a{
    padding-left: 20px;
}
.li1 ul a{
    padding-left: 50px;
}
.li1 ul{
   display: none;
}

.li1 ul.active {
    display: block;
}
.public-left li a:hover,
.public-left li a:active,
.public-left li a:visited{
    text-decoration: none;
}
.public-left li a:hover,
.public-left li a.active{
    background: #0099e8;
}
.public-left img{
    position: relative;
    top: -1px;
    width: 20px;
    height: 20px;
    margin-right: 6px;
}
.inner-a{
    line-height: 40px!important;
    padding-left: 60px!important;
    border-bottom: 1px solid rgba(255,255,255,.4);
}
.public-left .li1:last-child .active{
    background: #0099e8;
}
.lavel1 .icon{
    display: block;
    float: right;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    margin-top: 16px;
    background:  no-repeat;
}
.lavel1.active .icon{
    background:  no-repeat;
}
.public-left li.line{
    width: 160px;
    margin: auto;
    height: 1px;
    background: #ffffff;
    opacity: 0.2;
}
/*
参与者中心侧边栏 css
*/
/*.participate-left img{*/
/*    width: 20px;*/
/*    height: 20px;*/
/*}*/

.participate-left .bluebg,
.participate-left .active{
    background: #196781!important;
}
.participate-left li a:hover{
    background: #196781;
}