body{
    font-family: 'Microsoft YaHei', sans-serif;
}
.mai-icon{
    background: #009933;
    color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    margin-right: 20px;
}

/*home*/
#home{
    margin-top: 40px;
    /*background: url("../images/home-bg.jpg");*/
    background-size: cover;
    /*color: #ffffff;*/
    text-align: center;
    width: 100%;
    /*height: 320px;*/
}



#home img{
    margin-top: 30px;
    display: inline-block;
}
@media(max-width: 500px) {
    #home img{
        margin-top: 20px;
    }
}

/*bbs4*/
/*0107修改*/
#bbs .outer{
    margin-top: 20px;
}
#bbs .inner{
    height: 40px;
    padding-top: 5px;
    border-bottom: 1px solid #3bd84e;
    overflow: auto;
}
#bbs .col-md-2 .inner .left{
    font-size: 18px;
    font-weight: bold;
    color: #3bd84e;
}
@media(max-width: 500px) {
    #bbs .col-md-2 .inner .left{
        font-size: 14px;
    }
}
#bbs .col-md-2{
    padding: 5px;
}

#bbs .col-md-2 .outer .list-group{
    margin-top: 20px;
}
#bbs .col-md-2 .outer .list-group li{
    list-style: none;
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 10px 0;
}
#bbs .col-md-2 .outer .list-group li a{
    font-size: 14px;
    color: #0f0f0f;
    text-decoration: none;
}
#bbs .col-md-2 .outer .list-group .active{
    background-color: #3bd84e;
    color: white;
}
#bbs .col-md-2 .outer .list-group li:hover{
    background-color: #3bd84e;
    color: white;
}
#bbs .col-md-2 .outer .list-group li:hover a{
    background-color: #3bd84e;
    color: white;
}
#bbs .col-md-2 .outer .list2{
    background-color: #FAFAFA;
}

#bbs .col-md-10 .inner{
    text-align: center;
}
#bbs .col-md-10 .inner .right{
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

#bbs .col-md-10 .col-md-10{
    padding: 5px;
}
#bbs .col-md-10 .outer{
    min-height: 400px;
    margin-bottom: 30px;
    background-color: #FAFAFA;
    overflow: auto;
}
#bbs .col-md-10 .outer .col-md-11{
    margin: 4px 40px 16px 40px;
}
#bbs .col-md-10 .outer .col-md-12 h4{
    text-align: center;
}

#bbs .col-md-10 .outer .col-md-12{
    padding: 0 4%;
    line-height: 28px;
}


/*active类控制bbs左边区域选中与不中*/
#bbs .active{
    border-radius: 5px;
    background-color: #3bd84e;
    color: white;
}


/*selected类控制bbs右边区域显示与隐藏*/
#bbs .bbsRight{
    display: none;
}
#bbs .selected{
    display: block;
}

