/* 内容 */
.content {
  width: 1000px;
  margin: auto;
}

.introduce {
  /* float: right; */
  width: 890px;
  margin: auto;
}
.introduce > ul {
  padding-left: 12px;
}

.introduceLi {
  padding: 24px 26px 0 0;
  clear: both;
}
.borderLine {
  width: 700px;
  clear: both;
  padding-top: 30px;
  float: right;
  border-bottom: 1px solid #e0e0e0;
}

.introduceH1 {
  font-size: 20px;
  color: rgba(0, 0, 0, 0.64);
  line-height: 29px;
  padding-left: 12px;
  font-weight: 600;
  display: none;
}
.introduceH2 {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.48);
  line-height: 20px;
  padding-left: 12px;
}

.introduceTxt li {
  margin-top: 24px;
  clear: both;
}
.introduceTxtLiF {
  padding-top: 24px;
  height: 150px;
  box-shadow: 0 2px 6px -2px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 2px 6px -2px rgba(0, 0, 0, 0.24);
  -webkit-box-shadow: 0 2px 6px -2px rgba(0, 0, 0, 0.24);
  filter: progid:DXImageTransform.Microsoft.Shadow(color='#969696', Direction=135, Strength=5);
}
.introduceTxt img {
  margin-top: 2px;
  width: 220px;
  height: 110px;
  float: left;
}
.introduceTxtDiv {
  float: right;
  width: 607px;
  padding-right: 12px;
}
.introduceTxtDivH1 {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.64);
  line-height: 20px;
  margin-top: -3px;
  font-weight: 600;
}
.introduceTxtDivH2 {
  margin-top: 8px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.48);
  line-height: 28px;
  height: 84px;
  overflow: hidden;
}
.introduceDetail {
  float: right;
  /* border: 2px solid #f76f20; */
  /* border-radius: 12px; */
  /* width: 90px;
  height: 22px; */
  font-size: 14px;
  /* color: #f76f20; */
  color: rgba(0, 0, 0, 0.48);
  /* text-align: center; */
  /* margin-right: 16px;
  margin-top: 16px; */
  /* display: none; */
}
