.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: #f1f1f1;
}
.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;
    min-width: 1200px;
}
.club .header .banner{
    width: 1200px;
    height: 500px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    position: absolute;
    left: 50%;
    top: 50px;
    margin-left: -600px;
    z-index: -1;
}
.club .header .banner2{
    width: 1200px;
    height: 370px;
    background-image: url(../image/club_bg_2_style2.png);
    background-repeat: repeat-x;
    position: absolute;
    left: 50%;
    top: 180px;
    margin-left: -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: 100%;
    padding: 0 50px 26px 175px;
    margin-top: 320px;
    position: relative;
}
.club_info .logo{
    width: 100px;
    height: 100px;
    border: 1px solid #dedede;
    display: table;
    position: absolute;
    left: 50px;
    top: 0;
}
.club_info .logo .logo_box{
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
    text-align: center;
}
.club_info .logo .logo_box img{
    width: 80px;
    height: 80px;
    margin-top: 4px;
}
.club_info .info{
    min-height: 100px;
}
.club_info .info h2{
    font-weight: bold;
    font-size: 22px;
    color: #333333;
}
.club_info .info .line{
    margin-top: 7px;
    color: #666666;
}
.club_info .info .line:first-child{
    margin-top: 0;
}
.club_info .info .line .loc{
    vertical-align: middle;
    margin-left: 20px;
    margin-top: 6px;
}
.club_info .info .line .loc .loc_icon{
    width: 13px;
    height: 18px;
    background: url(../image/location_icon.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
}
.club_info .info .line .loc span{
    vertical-align: middle;
    color: #333;
}
.club_info .info .line .det{
    margin-right: 30px;
}
.club_info .info .line.abstract{
    line-height: 20px;
    max-height: 40px;
    overflow: hidden;
}
.club_info .info .join_btn{
    width: 50px;
    height: 20px;
    background: #00b7b6;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    display: block;
    line-height: 20px;
    border-radius: 2px;
    margin-left: 20px;
    margin-top: 7px;
}

/*侧边栏*/
.club_sidebar{
    width: 347px;
    margin-top: 30px;
}
.club_sidebar .notice{
    padding: 20px 30px 25px;
    background: #ffffff;
    box-shadow: 0 2px 1px #d2d2d2;
}
.club_sidebar .notice h3{
    font-weight: bold;
}
.club_sidebar .notice .img{
    margin-top: 10px;
    width: 100%;
    height: 182px;
    display: block;
}
.club_sidebar .title{
    color: #fb093c;
    display: block;
    margin-top: 5px;
    line-height: 20px;
    font-size: 14px;
}
.club_sidebar .article_main{
    padding: 20px;
    box-shadow: 0 2px 1px #d2d2d2;
}
.club_sidebar .article_main .article_list li{
    margin-top: 15px;
    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_nav{
    height: 50px;
    line-height: 49px;
    text-align: center;
    border-top: 1px solid #e0e0e0;
}
.club_nav .li{
    font-size: 18px;
    color: #333333;
    margin: 0 30px;
    text-align: center;
    display: inline-block;
    width: 120px;
}
.club_nav .li.current{
    border-bottom: 3px solid #00b7b6;
}
.club_nav .li:hover{
    border-bottom: 3px solid #00b7b6;
}
/*内容*/
.club_content{
    width: 817px;
    margin-top: 30px;
}

.club_group{
    
}
.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;
}
.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{
}
.club_photo_list .li{
    width: 264px;
    height: 198px;
    display: block;
    margin-right: 12px;
    margin-bottom: 12px;
    float: left;
}
.club_photo_list .li:nth-child(3n){
	margin-right: 0;
}
.club_photo_list .li img{
    width: 100%;
    height: 100%;
}

/*视频*/
.club_video_list{
	padding: 0 50px 20px;
	background: #ffffff;
}
.club_video_list .li{
    padding: 25px 0 30px;
	border-bottom: 1px solid #eeeeee;
}
.club_video_list .li:last-child{
    border-bottom: 0;
}
.club_video_list .li .video_box{
    width: 100%;
    height: 404px;
}
.club_video_list .li .desc{
    font-size: 12px;
    color: #666666;
    line-height: 24px;
    margin-bottom: 10px;
}
.club_video_list .li .title{
    font-size: 20px;
    color: #000000;
    font-weight: bold;
	  margin-top: -5px
}

/*话题*/
.topic_box{
	background: #ffffff;
	padding: 30px 50px 15px;
	box-shadow: 0 2px 1px #d2d2d2;
}
.add_topic_btn{
	width: 100px;
	height: 36px;
	line-height: 36px;
	display: inline-block;
	background: #00b7b6;
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}
.club_topic_list{

}
.club_topic_list .li{
    padding: 15px 0;
    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: 657px;
    height: 40px;
    font-size: 14px;
    border: 1px solid #dadada;
    background: none;
    padding-left: 10px;
}
.club_group .topic_new .input_box .textarea{
    width: 657px;
    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;
}

.club_home_title{
    font-weight: bold;
    margin-bottom: 10px;
    margin-left: 5px;
}
.club_show_li{
    margin-bottom: 15px;
}