.clubList{
    width: 100%;
    background: #ffffff;
    box-shadow: 0 2px 1px #d2d2d2;
    padding: 30px 0 5px 30px;
}
.clubList .li{
    margin-right: 30px;
    width: 350px;
    margin-bottom: 15px;
}
.clubList .li .img{
    width: 60px;
    height: 60px;
    float: left;
    display: block;
}
.clubList .li .desc{
    margin-left: 75px;
}
.clubList .li .desc .info{
    margin-top: 5px;
    font-size: 12px;
}
.clubList .li .desc .info p{
    margin-right: 20px;
    color: #a1a1a1;
}
.clubList .li .desc .info p:last-child{
    margin-right: 0;
}

body{
    background: #f5f5f5;
}
.club{
    padding-bottom: 60px;
}
.club .trans{
    background: rgba(255,255,255,0.8);
}

.club .header{
    height: 50px;
    width: 100%;
    background: #000000;
    padding: 0 50px;
    position: relative;
}
.club .header .banner{
    width: 100%;
    height: 849px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.club .header .banner2{
    width: 100%;
    height: 249px;
    background-image: url(../image/club_bg_2.png);
    background-repeat: repeat-x;
    position: absolute;
    left: 0;
    top: 600px;
    z-index: -1;
}
.club .header .title{
    color: #ffffff;
    line-height: 50px;
}
.club .header .title .logo{
    width: 120px;
    height: 49px;
    background: url(../image/club_logo.png) no-repeat;
}
.club .header .title .nav{
    margin-left: 30px;
    line-height: 50px;
    font-size: 15px;
}
.club .header .title .nav .li{
    width: 80px;
    float: left;
    text-align: center;
}
.club .header .title .nav .li.current{
    color: #00b7b6;
}
.club .header .title .nav .li:hover{
    background: #00b7b6;
    color: #ffffff;
}

/*俱乐部信息*/
.club_info{
    width: 220px;
    height: 626px;
    background: rgba(255,255,255,0.8);
    padding: 30px 30px 10px;
}
.club_info .logo{
    width: 100px;
    height: 100px;
    margin: 0 auto;
}
.club_info .logo .logo_box{
    width: 100px;
    height: 100px;
    border-radius: 100%;
    /*background: #ffffff;*/
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
    text-align: center;
}
.club_info .logo .logo_box img{
/*    max-width: 80px;
    max-height: 80px;*/
    width:80px;
    height:80px;
    margin-top: 4px;
}
.club_info h4{
    margin-top: 20px;
    font-size: 15px;
    text-align: center;
    font-weight: bold;
}
.club_info .join_btn{
    width: 60px;
    height: 28px;
    background: #00b7b6;
    color: #ffffff;
    text-align: center;
    margin: 17px auto 0;
    font-size: 14px;
    display: block;
    line-height: 28px;
    border-radius: 4px;
}
.club_info .info{
    margin-top: 30px;
    color: #666666;
    font-size: 14px;
    font-weight: bold;
}
.club_info .info li{
    margin-top: 5px;
    line-height: 20px;
}
.club_info .info li:first-child{
    margin-top: 0;
}
.club_info .abstract{
    margin-top: 35px;
    font-size: 13px;
    line-height: 20px;
    color: #8a8a8a;
    height: 180px;
    overflow: hidden;
}
.club_info .abstract b{
    font-weight: normal;
    color: #666666;
}

/*侧边栏*/
.club_sidebar{
    width: 280px;
}
.club_sidebar .notice{
    padding: 20px 20px;
}
.club_sidebar .notice h4{
    font-weight: bold;
}
.club_sidebar .notice .img{
    margin-top: 10px;
    width: 100%;
    height: 142px;
    display: block;
}
.club_sidebar .title{
    color: #fb093c;
    display: block;
    margin-top: 5px;
    line-height: 20px;
    font-size: 14px;
    min-height: 60px;
}
.club_sidebar .article_main{
    padding: 20px;
    box-shadow: none;
}
.club_sidebar .article_main .article_list li{
    margin-top: 15px;
    border-bottom: 1px solid #ebe7e4;
    padding-bottom: 15px;
    color: #666666;
}
.club_sidebar .article_main .article_list li .img{
    width: 90px;
    height: 60px;
}
.club_sidebar .article_main .article_list li .desc{
    margin-left: 100px;
    line-height: 20px;
    height: 60px;
    overflow: hidden;
}
.club_sidebar .article_main .article_list li:last-child{
    border-bottom: 0;
}

/*内容*/
.club_content{
    width: 680px;
    margin-left: 10px;
}
.club_content .club_nav{
    height: 50px;
    line-height: 50px;
    text-align: center;
}
.club_content .club_nav .li{
    font-size: 16px;
    font-weight: bold;
    padding: 5px 15px;
    margin: 0 15px;

}
.club_content .club_nav .li:hover{
    color: #00b7b6;
}
.club_content .club_nav .li.current{
    color: #00b7b6;
}

.club_group{
    padding: 15px 30px;
    margin-top: 10px;
}
.club_group>h4{
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 18px;
}

/*活动*/
.club_act_list .item_act{
    padding-bottom: 20px;
    border-bottom: 1px solid #dddddd;
}
.club_act_list .item_act:last-child{
    border-bottom: 0;
}
.club_act_list .item_act .img{
    width: 270px;
    height: 173px;
}
.club_act_list .item_act .desc{
    height: 173px;
    margin-left: 270px;
    background: none;
    box-shadow: none;
    padding: 0 15px 0 20px;
    position: relative;
}
.club_act_list .item_act .desc h4{
    font-size: 15px;
    white-space: normal;
    margin-bottom: 20px;
    line-height: 24px;
	max-height: 48px;
	overflow: hidden;
}
.club_act_list .item_act .desc p{
    line-height: 20px;
    font-size: 12px;
}
.club_act_list .item_act .desc p.price{
    margin-top: 0;
    position: absolute;
    bottom: 10px;
    left: 20px;
}
.club_act_list .item_act .desc .submit{
    width: 80px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    position: absolute;
    bottom: 10px;
    right: 0;
}

/*照片*/
.club_photo_list{
    padding-left: 1px;
    padding-bottom: 10px;
}
.club_photo_list .li{
    width: 203px;
    height: 126px;
    display: block;
    margin-right: 3px;
    margin-bottom: 3px;
    float: left;
}
.club_photo_list .li img{
    width: 100%;
    height: 100%;
}

/*视频*/
.club_video_list{

}
.club_video_list .li{
    margin-bottom: 10px;
    padding-bottom: 5px;
}
.club_video_list .li:last-child{
    margin-bottom: 0;
}
.club_video_list .li .video_box{
    width: 100%;
    height: 350px;
}
.club_video_list .li .desc{
    font-size: 12px;
    color: #666666;
    line-height: 24px;
    margin-top: 8px;
}
.club_video_list .li .title{
    font-size: 14px;
    color: #000000;
    font-weight: bold;
}

/*话题*/
.club_topic_list{

}
.club_topic_list .li{
    padding: 20px 0 25px;
    border-bottom: 1px solid #dddddd;
}
.club_topic_list .li:last-child{
    border-bottom: 0;
}
.club_topic_list .li .portrait{
    width: 50px;
    height: 50px;
    float: left;
    display: block;
    border-radius: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    overflow: hidden;
}
.club_topic_list .li .info{
    margin-left: 60px;
    padding-top: 10px;
    font-size: 13px;
    color: #808080;
}
.club_topic_list .li .info .username{
    color: #666666;
    margin-right: 5px;
}
.club_topic_list .li .info .reply{
    width: 70px;
    display: inline-block;
    text-align: left;
    white-space: nowrap;
}
.club_topic_list .li .info .title{
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 15px;
    font-size: 14.5px;
    color: #000000;
    padding-right: 30px;
}
.club_topic_list .li .info .content{
    margin-top: 5px;
    line-height: 20px;
    max-height: 40px;
    overflow: hidden;
    padding-right: 30px;
}
.club_topic_list .li .info .content.height_auto{
    max-height: inherit;
}

.club_group .add_topic_btn{
    width: 80px;
    height: 25px;
    line-height: 25px;
    display: inline-block;
    margin-left: 20px;
    background: #00b7b6;
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}

.club_group .reply_box{
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #dddddd;
}
.club_group .reply_box h5{
    font-size: 14.5px;
    font-weight: bold;
    margin-bottom: 18px;
}

.reply_list.mheight_308{
    max-height: 308px;
    overflow: hidden;
}
.reply_list .li{
    padding-bottom: 10px;
}
.reply_list .li .portrait{
    width: 50px;
    height: 50px;
    float: left;
    display: block;
    border-radius: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    overflow: hidden;
}
.reply_list .li .info{
    margin-left: 60px;
    padding-top: 5px;
    font-size: 13px;
    color: #808080;
}
.reply_list .li .info .username{
    color: #666666;
    margin-right: 5px;
}
.reply_list .li .info .content{
    margin-top: 5px;
    line-height: 20px;
    overflow: hidden;
}
.reply_box .show_all{
    margin-top: 20px;
    text-align: center;
    color: #6b6b6b;
    font-size: 13px;
}
.reply_box .show_all .arrow{
    width: 12px;
    height: 9px;
    display: inline-block;
    margin-left: 5px;
    background: url(../image/arrow_down.png) no-repeat;
}
.reply_box .show_all .arrow.active{
    background: url(../image/arrow_up.png) no-repeat;
}

/*新增话题*/
.club_group .topic_new{
    margin-top: 20px;
}
.club_group .topic_new .input_box{
    margin-top: 10px;
}
.club_group .topic_new .input_box .label{
    font-size: 15px;
    font-weight: bold;
    margin-right: 10px;
    line-height: 40px;
    vertical-align: top;
}
.club_group .topic_new .input_box .input{
    width: 560px;
    height: 40px;
    font-size: 14px;
    border: 1px solid #dadada;
    background: none;
    padding-left: 10px;
}
.club_group .topic_new .input_box .textarea{
    width: 560px;
    height: 510px;
    border: 1px solid #dadada;
    font-size: 14px;
    background: none;
    resize: none;
    padding: 10px;
}
.club_group .topic_new .submit{
    width: 60px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    display: block;
    background: #00b7b6;
    text-align: center;
    color: #ffffff;
    margin-top: 20px;
    margin-bottom: 10px;
}

.club_apply_box{
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 111111;
    display: table;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    background-color: rgba(0,0,0,0.5);
}
.club_apply{
    display: table-cell;
    vertical-align: middle;
}
.club_apply_main{
    width: 550px;
    margin: 0 auto;
}
.club_apply_main .top{
    height: 40px;
    line-height: 40px;
    background: #00b7b6;
    border-radius: 5px 5px 0 0;
    color: #ffffff;
    font-size: 16px;
    padding-left: 20px;
}
.club_apply_main .content{
    background: #ffffff;
    border-radius: 0 0 5px 5px;
    padding: 10px 20px 20px;
}
.club_apply_main .content .li{

}
.club_apply_main .content .li .label{
    line-height: 30px;
    display: block;
    float: left;
    width: 70px;
}
.club_apply_main .content .li .input_box{
    margin-left: 70px;
}
.club_apply_main .content .li .input_box .reason{
    width: 100%;
    height: 100px;
    padding: 5px;
    border: 1px solid #d2d2d2;
    resize: none;
}
.club_apply_main .error{
    color: #fe0303;
    font-size: 12px;
    margin-top: 2px;
    display: none;
}
.club_apply_main .checkbox_main{
    margin-top: 5px;
}
.club_apply_main .checkbox_main .checkbox{
    width: 18px;
    height: 15px;
    background: url(../image/checkbox.png) no-repeat;
    background-position: center bottom;
    display: inline-block;
    position: relative;
    cursor: pointer;
    vertical-align: middle;
}
.club_apply_main .checkbox_main .checkbox.checked{
    background: url(../image/checkbox_checked.png) no-repeat;
    background-position: center bottom;
}
.club_apply_main .checkbox_main span{
    vertical-align: middle;
}
.club_apply_main .deal_btns{
    margin-top: 10px;
    text-align: center;
}
.club_apply_main .deal_btns .btn{
    width: 90px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    display: inline-block;
    margin: 0 10px;
    border-radius: 4px;
}
.club_apply_main .tips{
    font-size: 16px;
    text-align: center;
    margin-bottom: 20px;
}