﻿.yxxt-content {
  width: 100%;
  overflow: hidden;
}
.yxxt-content .yxxt-txt {
  width: 85%;
  margin: 0 auto;
  color: #999;
  font-size: 2rem;
  position: relative;
}
.yxxt-content .yxxt-txt strong {
  font-size: 2rem;
  color: #000;
  font-weight: normal;
}
.yxxt-content .yxxt-txt p {
  font-size: 1.2rem;
  letter-spacing: 4px;
  line-height: 2rem;
  margin-bottom:0;
}
.yxxt-content .yxxt-txt span {
  font-size: 1.2rem;
  line-height: 1.2rem;
}
.yxxt-content img {
  width: 100%;
  margin: 2rem 0;
}
.yxxt-content img:nth-of-type(3) {
  z-index: 1;
  margin-top: -4rem;
}
/*老师详情*/
.lsxq-content {
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
  color: #000;
}
.lsxq-content .title-txt {
  text-indent: 1rem;
  font-size: 1.4rem;
  line-height: 2.2rem;
 margin-bottom:0;
}
.lsxq-content img {
 width:100%;
  margin: 2rem auto 1rem;
}
.lsxq-content .lsxq-name p {
  font-size: 2rem;
  text-indent: 1rem;
 margin-bottom:0;
}
.lsxq-content .lsxq-name p i {
  font-size: 1rem;
  padding-left: 1.5rem;
}
.lsxq-content .lsxq-name span {
  font-size: 1.2rem;
  padding-left: 1rem;
  line-height: 3rem;
}
.lsxq-content dl {
  width: 92%;
  font-size: 1.4rem;
  margin: 0 auto 2rem;
  line-height: 2.4rem;
  border:none;
}
.lsxq-content dd {
	font-size:1.2rem;
}
/*老师详情end*/