﻿/*edit from sunbey*/
/*common*/
.blankLine{
  clear: both;
  height: 20px;
}
.tempRight{
  float: right;
  width: 844px;
  overflow: hidden;
  font-size: 14px;
  color: #221815;
  line-height: 26px;
  padding-bottom: 20px;
}
.tempRight p{
  text-indent: 2rem;
}
.tempRight .noIndent,
.tempRight .noIndent p{
  text-indent: 0;
}
.tempRight .pAlignCenter{
  text-align: center;
  text-indent: 0;
}
.tempRight .sTitStyle1{
  font-size: 20px;
  line-height: 36px;
  font-weight: bold;
  text-indent: 0;
}
.tempRight .sTitStyle2{
  font-size: 18px;
  height: 34px;
  line-height: 34px;
  overflow: hidden;
  color: #ffffff;
  text-align: center;
  background-color: #3094d2;
  border-radius: 17px;
  margin: 10px 0 5px 0;
}
.tempRight .sTitStyle3{
  font-size: 22px;
  height: 26px;
  line-height: 26px;
  overflow: hidden;
  text-indent: 0;
  margin: 0 0 25px 0;
}
.tempRight .btnStyle1{
  display: inline-block;
  padding: 0 20px;
  margin: 0 10px;
  background-color: #3094d2;
  color: #ffffff;
  line-height: 36px;
  border-radius: 5px;
}
/*pages*/
.badminIntro .pComplaint{
  line-height: 50px;
}
.badminCoach ul li{
  position: relative;
  float: left;
  width: 270px;
  margin-right: 15px;
  margin-bottom: 40px;
  line-height: 20px;
  background-color: #ffffff;
  height: 430px;
  border-bottom: 2px solid #cccccc;
}
.badminCoach ul li:nth-child(3n){
  margin-right: 0;
}
.badminCoach ul li p{
  text-indent: 0;
  margin: 0 20px;
}
.badminCoach ul li h3{
  font-weight: normal;
  font-size: 16px;
  margin: 0 20px;
  padding-top: 10px;
}
.badminCoach ul li p.bcSort{
  line-height: 30px;
  margin-bottom: 10px;
  border-bottom: 1px solid #d4d4d4;
}
.badminCoach ul li p.bcSort em{
  font-style: normal;
  color: #3094d2;
}
.badminCoach ul li p.bcSort a{
  float: right;
  color: #3094d2;
  cursor: pointer;
}
.badminCoach ul li p.bcDis{
  color: #787878;
}
.badminCoach ul li i{
  display: block;
  position: absolute;
  bottom: -18px;
  left: 50%;
  width: 120px;
  margin-left: -60px;
  line-height: 36px;
  border-radius: 5px;
  font-style: normal;
  background-color: #3094d2;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
}

.badminPhoto ul li{
  position: relative;
  float: left;
  width: 270px;
  margin-right: 15px;
  line-height: 20px;
  height: 230px;
}
.badminPhoto ul li:nth-child(3n){
  margin-right: 0;
}
.badminPhoto ul li h3{
  font-weight: normal;
  padding-top: 10px;
  font-size: 14px;
  text-align: center;
}
.badminPhoto ul li h3 a{
  color: #3094d2;
  text-decoration: underline;
  margin-left: 10px;
}