.community_all_line {
    overflow: hidden;
    padding-right: 32px;
}

#community_all_count {
    float: left;
    font-size: 14px;
    padding: 16px 0;
}

#community_all_showmode {
    float: right;
    font-size: 14px;
    padding: 14px 0;
}

#community_all_count_of_current_page {
    float: left;
    font-size: 12px;
    padding: 8px 0;
}

.community_all_page {
    float: right;
    font-size: 12px;
    padding: 8px 0;    
}

.community_all_page a {
    text-decoration: none;
    color: #000;    
}

.community_all_page a:hover {
    color: #F00;
}

.community_all_page span {
    text-decoration: underline;
    color: #F6921C;    
}

#community_all_list {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

#community_all_list li {
    margin: 0;
    margin-right: 12px;
    margin-bottom: 8px;
    padding: 0;
    width: 373px;
    height: 135px;
    border: 1px solid #BBBBB5;
    border-bottom: 0;
    background-color: #fff;
    background-image: url(images/box_bottom_bg.gif);
    background-position: bottom;
    background-repeat: repeat-x;
    overflow: hidden;
    float: left;
}

#community_all_list li img {
    width: 100px;
    height: 100px;
    margin: 16px;
    border: 1px solid #999;
    float: left;
}

#community_all_list li a {
    color: #000;
    text-decoration: underline;
    font-size: 16px;
    display: block;
    padding-top: 18px;
    line-height: 24px;
}

#community_all_list li span {
    display: block;
    line-height: 18px;
}

#community_all_list li button {
    float: right;
    border: 0;
    border-bottom: 1px dotted #BBBBB5;
    background-color: #fff;
    width: 110px;
    cursor: pointer;
}
