@import "./common.css";
@import "../font/iconfont.css";
.club_frame{
  width: 78%;
  margin: 0 auto;
  padding: 30px 0;
}
.select_club{
  padding: 10px;
  text-align: center;
}
.select_club .input-group-btn i{
  color: #666;
  line-height: 20px;
}
.select_club .searhitem{ border: #ccc 1px solid; height: 35px; line-height: 35px; width: 220px; float: right; border-radius: 2px;}
.list_club li{
  width: 280px;
  margin: 10px;
  float: left;
  border-bottom: #ccc 1px solid;
}
.list_club li img{
  display: block;
  width: 280px;
  height: 184px;
}
.list_club li a:hover{ text-decoration: none;}
.list_club li p{
  line-height: 25px;
  color: #999;
  font-size: 14px;
}
.list_club li h3{
  font-size: 14px;
  font-weight: bold;
  line-height: 25px;
}
.club_title{
  border-bottom: #ccc 1px solid;
  height: 40px;
  margin: auto;
  width: 1200px;
}
.club_title p{
  line-height: 37px;
  border-bottom: #439cff 3px solid;
  font-size: 16px;
  color: #333;
  font-weight: 500;
  padding: 0 20px;
  display: inline-block;
}
.club_active{
  width: 1180px;
  padding: 20px 10px;
  margin: auto;
}
.club_active li{
  width: 173px;
  margin: 20px 10px;
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  background-color: #fff;
  height: 180px;
  float: left;
}
.club_active li img{
  width: 173px;
  height: 130px;
  margin-bottom: 5px;
}
.club_active li p{
  line-height: 20px;
  font-size: 14px;
  margin: 0;
  color: #888;
  padding: 0 5px;
}
.club_active li p.name{
  font-weight: bold;
  color: #000;
}
.club_inner_titlebox{
  background: url(../images/img_club_002.png) top center no-repeat;
  background-size: cover;
  padding-top: 100px;
  height: 250px;
  box-sizing: border-box;
  text-align: center;
}
.club_inner_titlebox p{ font-size: 14px; color: #fff; line-height: 30px; text-align: center;}
.club_inner_titlebox h3{
  font-size: 24px;
  color: #fff;
  line-height: 30px;
  text-align: center;
}
.gg_title{
  height: 41px;
  border-bottom: #ccc 1px solid;
  margin-bottom: 10px;
  box-sizing:border-box;
}
.gg_title li{
  line-height: 37px;
  border-bottom: #fff 3px solid;
  float: left;
  font-size: 14px;
  color: #333;
  font-weight: 500;
  cursor: pointer;
  padding: 0 20px;
}
.gg_title li.on{
  border-bottom: #439cff 3px solid;
}
.gg_news_list li{
 border-bottom: #ccc 1px solid;
 padding: 20px 5px;
 margin-bottom: 10px;
}
.gg_news_list li:hover,.gg_news_list li:active{
  background-color: #fafafa;
}
.gg_news_list li img{
  width: 280px;
  height: 150px;
  float: left;
}
.gg_news_list li .news{
  width: 640px;
  float: right;
}
.gg_news_list li .news h3{
  line-height: 40px;
  color: #439cff;
  font-size: 20px;
  overflow: hidden;
  width: 100%;
}
.gg_news_list li .news p{
  height: 50px;
  line-height: 25px;
  overflow: hidden;
  font-size: 14px;
  color: #666;
}
.gg_news_list li .news .tag{
  height: 24px;
  margin-bottom: 10px;
}
.gg_news_list li .news .tag em{
  margin-right: 10px;
  float: left;
  font-size: 14px;
  padding: 0 8px;
  color: #e15500;
  background-color: #fff;
  border: #e15500 1px solid;
  font-style: normal;;
  border-radius: 2px;
}
.gg_news_list li .news .tag span{
  float: left;
  font-size: 14px;
  color: #333;
}
.club_member{
  width: 1180px;
  padding: 20px 10px;
  margin: auto;
}
.club_member li{
  width: 210px;
  margin: 20px 10px;
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  background-color: #fff;
  height: 150px;
  padding-top: 20px;
  float: left;
}
.club_member li img{
  width: 80px;
  height: 80px;
  border-radius: 50px;
  display: block;
  margin: auto;
}
.club_member li p{
  font-size: 14px;
  color: #000;
  line-height: 30px;
  text-align: center;
}
.club_inner_title{
  height: 40px;
  border-bottom: #ccc 1px solid;
  margin-bottom: 30px;
}
.club_inner_title p{
  line-height: 37px;
  border-bottom: #439cff 3px solid;
  float: left;
  font-size: 14px;
  color: #333;
  font-weight: 500;
  padding: 0 20px;
}
.club_inner_active_list{
  padding: 10px 40px;
  overflow: hidden;
  width: 950px;
  height: 212px;
  position: relative;
}
.club_inner_active_list li{
  width: 154px;
  margin: 0 10px;
  margin-bottom: 12px;
  height: 190px;
  float: left;
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  background-color: #fff;
}
.club_inner_active_list .pre{
  position: absolute;
  top: 90px;
  left: 0;
}
.club_inner_active_list .next{
  position: absolute;
  top: 90px;
  right: 0;
}
.club_inner_active_list li img{
  width: 154px;
  height: 130px;
  margin-bottom: 5px;
}
.club_inner_active_list li p{
  line-height: 20px;
  padding-left: 10px;
  font-size: 14px;
  margin: 0;
  color: #666;
}
.club_inner_active_list li h3{
  color: #333;
  font-size: 16px;
  padding-left: 10px;
  line-height: 25px;
  margin: 0;
}
.club_honor_list li{
  width: 310px;
  height: 250px;
  margin-right: 10px;
  margin-bottom: 10px;
  float: left;
}
.club_honor_list li:nth-child(3n){
  margin-right: 0;
}
.club_honor_list li img{
  width: 310px;
  height: 250px;
}
.club_inner_slider{
  width: 950px;
  height: 675px;
}
.club_article{
  padding: 20px 10px;
}
.club_article p{
  font-size: 14px;
  color: #333;
  line-height: 25px;
}
.club_active_detail{
  padding: 0 10px;
}
.club_active_detail img{
  float: left;
  width: 263px;
  height: 263px;
  margin-right: 30px;
  border: #ccc 1px solid;
}
.club_active_detail .text{
  float:left;
  width: 637px;
}
.club_active_detail h3{
  line-height: 30px;
  margin-bottom: 20px;
  color: #000;
  font-size: 20px;
}
.club_active_detail p{
  line-height: 25px;
  color: #333;
  font-size: 14px;
}
.club_instro_detail{
  padding: 0 10px;
}
.club_instro_detail img{
  float: left;
  width: 263px;
  height: 263px;
  margin-right: 30px;
  border: #ccc 1px solid;
}
.club_instro_detail .text{
  float:left;
  width: 637px;
}
.club_instro_detail .text h3{
  line-height: 30px;
  margin: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: normal;
  color: #439cff;
}
.club_instro_detail .text p{
  height: 50px;
  line-height: 25px;
  overflow: hidden;
  margin-bottom: 10px;
}
.club_instro_detail .text .founder{ height: 35px; margin-bottom: 10px;}
.club_instro_detail .text .founder i{
  background-color: #439cff;
  width: 35px;
  height: 35px;
  border-radius: 20px;
  float: left;
  color: #fff;
  line-height: 35px;
  text-align: center;
  font-size: 20px;
}
.club_instro_detail .text .founder span{
  line-height: 35px;
  color: #333;
  font-size: 16px;
  padding-left: 10px;
}
.club_instro_detail .text .phone{
  height: 30px;
  margin-bottom: 10px;
}
.club_instro_detail .text .phone i{ font-size: 14px; color: #333; float: left; padding-right: 5px; line-height: 30px;}
.club_instro_detail .text .phone span{ line-height: 30px; font-size: 14px; color: #333; float: left;}
.club_instro_detail .text .btn_bar p{
  height: 38px;
  padding: 0 20px;
  float: left;
  border-radius: 2px;
  margin-right: 10px;
}

.club_instro_detail .text .btn_bar p i,.club_instro_detail .text .btn_bar p span{
  float: left;
  line-height: 38px;
  font-size: 16px;
  color: inherit;
}
.btn_blue{
 color: #fff;
  background-color: #439cff;
  border:  #439cff 1px solid;
}
.btn_white{
  background-color: #fff;
  border:  #ccc 1px solid;
  color: #333;
}
.club_inner_member{
  position: relative;
  padding: 10px 40px;
  height: 200px;
  width: 950px;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.club_inner_member ul{ width: 870px; height: 182px; overflow: hidden;}
.club_inner_member li{
  width: 154px;
  margin-bottom: 12px;
  margin: 20px 10px;
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  background-color: #fff;
  height: 150px;
  padding-top: 20px;
  float: left;
}
.club_inner_member li img{
  width: 80px;
  height: 80px;
  border-radius: 50px;
  display: block;
  margin: auto;
}
.club_inner_member li p{
  font-size: 14px;
  color: #000;
  line-height: 30px;
  text-align: center;
}
.club_inner_member .pre{
  position: absolute;
  top: 80px;
  left: 0;
}
.club_inner_member .next{
  position: absolute;
  top: 80px;
  right: 0;
}
