html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b,  i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0 auto;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
}
a{
    text-decoration: none;
    cursor: pointer;
}
a:link,a:visited,a:hover,a:active{
    text-decoration: none;
}
ul li{
    list-style: none;
}
.top-banner{ width: 100%;}
.content-info{
    width: 100%;
    border-bottom: 1px solid #e4e3e2;
}
.content-info *{
    width: 94%;
    margin: auto;
}
.content-title{
    font-size: 16px;
    color: #333;
    margin: 10px auto 8px;
}
.content-detail{
    font-size: 14px;
    color: #999;
    margin-bottom: 8px;
}
.groups-ad{
    width: 94%;
    margin: auto;
    padding: 6px 0;
}
.groups-ad h6{
    padding-left: 7px;
    font-size: 12px;
    color: #666;
    height: 12px;
    line-height: 12px;
    border-left: 2px solid #f37c5c;
}
.groups-list{
    overflow: hidden;
    width: 94%;
    margin: auto;
}
.groups-list li{
    display: inline-block;
	width: 100%;
	padding-top:7px;
}
.groups-list .group-headphoto{
    width: 14%;
    max-width: 60px;
    border-radius: 50%;
    vertical-align: top;
    margin-top: 5px;
}
.group-info{
    display: inline-block;
    width: 80%;
    margin-left: 1%;
    border-bottom: 1px solid #e4e3e2;
    padding-bottom: 5px;
}
.group-info >*{
    line-height: 20px;
}
.info-line1 .group-name{
    font-size: 16px;
    color: #333333;
}
.info-line1 img{
    width: 14px;
}
.info-line2{
    font-size: 12px;
    color: #999999;
}
.info-line2 .address{
    margin-left: 10px;
}
.info-line3{
    font-size: 12px;
    color: #ccc;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.create-family{
    display: block;
    background: #F37C5C;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    width: 80%;
    line-height: 44px;
    border-radius: 10px;
    margin: 5px auto;
}