.health{
  margin: 32px 0;
}
.health .hleft{
 /* background: #f2f2f2;*/
  float: left;
}

.health .hleft .ftitle{
  color: #37a25c;
  font-size: 18px;
 /* padding: 20px 21px; */
}
.health .hleft form p{
  font-size: 14px;
}
.health .hleft form input.btn{
  width: 182px;
  font-size: 16px;
  font-family: "Microsoft YaHei";
  display: block;
  border-style: none;
  background: #37a25c;
  color: #fff;
  height: 40px;
  margin-bottom: 34px;
}
.health .hleft form input.btn:hover{
  cursor: pointer;
}
.health .hleft form input{
  border-style: none;
  height: 28px;
  border:1px solid #e5e5e5;
  padding-left: 10px;
}
.health .hleft form input,textarea{
  margin: 10px 22px;
}
.health .hleft form p{
  padding: 0 22px;
}
.health .hleft form p,.health .hleft .ftitle,.health .hleft form input,textarea{
 /* width: 170px; */  
  width: 250px;
}
textarea{
  height: 68px;
  border:1px solid #e6e6e6;
  resize:none;
  padding-top: 10px;
  padding-left: 10px;
}
.health .hleft form p span{
  color: #e73157;
}
.health .hright{
  float: right;
  width: 744px;
  font-size: 14px;
}
.health .hright>ul li{
  border: 1px solid #e6e6e6;
  margin-bottom: 25px;
}
.health .hright>ul li table{
  width: 704px;
  margin: 0 auto;
  padding-bottom: 20px;
}

.health .hright>ul li table tr td.htitle{
  border-bottom: 1px dashed #e6e6e6;
  height: 50px;
}
.health .hright>ul li table tr td.htitle span.zhuti{
  float: left;
  color: #37a25c;
}
.health .hright>ul li table tr td.htitle span.shijian{
  float: right;
  font-size: 12px;
  color: #888;
}
.health .hright>ul li table tr td.spl{
  padding: 10px 0;
}
.health .hright>ul li table tr td.back{
  color: #666;
  background: #eee;
  padding: 10px 10px;
}
.health .hright>ul li table tr td.back span{
  color: #555;
  font-weight: bold;
}
