.teacherIntroduction {
  margin: 0.4rem 0 1rem 0;
  padding: 0.8rem 0.6rem 0.3rem 0.6rem;
  overflow: hidden;
  box-shadow: 0 5px 7px rgba(0, 0, 0, 0.1);
  background: #fff;
}
.teacherIntroduction a.left {
  float: left;
  width: 35%;
  background: #fff;
}
.teacherIntroduction a.left img {
  width: 100%;
  border-radius: 50%;
  border: 1px solid rgba(255, 0, 0, 0.3);
}
.teacherIntroduction .right {
  position: relative;
  float: left;
  margin-right: 3%;
  width: 60%;
}
.teacherIntroduction .right h3,
.teacherIntroduction .right p {
  margin: 0 0 0 1rem;
}
.teacherIntroduction .right h3 {
  padding: 0 0 0.1rem 0;
  font-size: 1.3rem;
}
.teacherIntroduction .right h3 span {
  font-size: 0.8rem;
  font-weight: 400;
}
.teacherIntroduction .right p {
  margin: 0.3rem 0 0.3rem 1rem;
  line-height: 1.3rem;
  letter-spacing: 0.1rem;
}
.teacherIntroduction .right .assessment {
  margin: 0.5rem 0 0 1rem;
  display: flex;
  justify-content: space-between;
}
.teacherIntroduction .right .assessment a {
  padding: 0.2rem 0.3rem;
  text-align: center;
  border-radius: 5px;
}
.teacherIntroduction .right .assessment a:first-of-type,
.teacherIntroduction .right .assessment a:nth-of-type(2) {
  border: 1px solid #cd1336;
  color: #cd1336;
}
.teacherIntroduction .right .assessment a:last-of-type {
  color: #fff;
  background: #cd1336;
}
.blogIntroduction .fadeOutPhone {
  display: none;
}
.blogIntroduction .blogIntroductionPic {
  position: relative;
  width: 100%;
  background: url(../../../blog/content/img/1037.jpg) no-repeat;
  background-size: 100%;
  overflow: hidden;
}
.blogIntroduction .blogIntroductionPic .blogIntroductionLeft {
  float: left;
  width: 36%;
  text-align: center;
  color: #3D3C3A;
}
.blogIntroduction .blogIntroductionPic .blogIntroductionLeft img {
  margin: 0.7rem 0 0 0;
  padding: 0.1rem;
  width: 50%;
  border-radius: 50%;
  border: 1px solid #D4D4D4;
}
.blogIntroduction .blogIntroductionPic .blogIntroductionLeft h3 {
  font-size: 0.9rem;
}
.blogIntroduction .blogIntroductionPic .blogIntroductionLeft h4 {
  margin: 0.2rem 0;
  font-size: 0.6rem;
  font-weight: 400;
}
.blogIntroduction .blogIntroductionPic .blogIntroductionRight {
  float: right;
  padding: 0.5rem 0 0 0;
  width: 60%;
}
.blogIntroduction .blogIntroductionPic .blogIntroductionRight .blogIntroductionRightTxt {
  margin: 0.2rem 0;
  overflow: hidden;
  color: #fff;
}
.blogIntroduction .blogIntroductionPic .blogIntroductionRight .blogIntroductionRightTxt p {
  float: left;
  font-size: 0.6rem;
  line-height: 1rem;
}
.blogIntroduction .blogIntroductionPic .blogIntroductionRight .blogIntroductionRightTxt p:first-of-type {
  width: 30%;
}
.blogIntroduction .blogIntroductionPic .blogIntroductionRight .blogIntroductionRightTxt p:last-of-type {
  width: 69%;
  line-height: 1.2rem;
}
.blogIntroduction .blogIntroductionPic .zx {
  display: block;
  position: absolute;
  width: 35%;
  right: 2rem;
  bottom: 0.3rem;
  display: flex;
  justify-content: space-between;
}
.blogIntroduction .blogIntroductionPic .zx a {
  padding: 0.1rem 0.3rem;
  border-radius: 5px;
  font-size: 0.5rem;
  border: 1px solid #fff;
  color: #fff;
}
.blogHot p {
  padding: 0.5rem 0.3rem;
  color: #cd1336;
  background: #fff;
}
.blogHot p span {
  float: left;
  margin: 0 0.5rem 0 0;
  display: block;
  width: 0.3rem;
  height: 1.2rem;
  background: #cd1336;
}
.blogHot .blogHotBanner li {
  position: relative;
}
.blogHot .blogHotBanner li img {
  width: 100%;
}
.blogHot .blogHotBanner li i {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2rem;
  line-height: 2rem;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-style: normal;
  text-align: center;
}
.blogList {
  margin: 1rem 0 3rem;
  background: #F4F4F4;
}
.blogList li {
  margin: 1rem 0.5rem;
  padding: 0.5rem;
  background: #fff;
  border-radius: 7px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.blogList li a h3 {
  overflow: hidden;
  color: #cd1336;
  font-size: 1.1rem;
}
.blogList li a h3 i {
  display: block;
  margin: 0.6rem 0.5rem 0 0;
  float: left;
  width: 0.4rem;
  height: 0.4rem;
  border: 2px solid #cd1336;
  border-radius: 50%;
}
.blogList li a p {
  margin: 0.5rem 0 0 0;
  padding: 0 0 1rem 0;
  color: #5D5D5D;
  line-height: 22px;
  border-bottom: 1px solid #D4D4D4;
}
.blogList li .contontBottom {
  margin: 0.5rem 0 0 0;
  overflow: hidden;
}
.blogList li .contontBottom p {
  float: left;
}
.blogList li .contontBottom p span {
  float: left;
  margin: -0.2rem 0.3rem 0 0;
  font-size: 1.5rem;
  color: #cd1336;
}
.blogList li .contontBottom a {
  margin-right: 0.5rem;
  float: right;
  color: #cd1336;
}
.teacherPicBox {
  padding: 0.5rem 0 0.5rem 0.3rem;
  display: flex;
  justify-content: space-between;
  background: #fff;
  box-shadow: 0 5px 7px rgba(0, 0, 0, 0.1);
}
.teacherPicBox .teacherPic {
  width: 45%;
  overflow: hidden;
}
.teacherPicBox .teacherPic img {
  float: left;
  margin: 0 0.5rem 0 0;
  width: 25%;
  border-radius: 50%;
  border: 1px solid #cd1336;
}
.teacherPicBox .teacherPic h5 {
  float: left;
  margin: 0 0 0.3rem 0;
  font-size: 1rem;
}
.teacherPicBox .teacherPic p {
  float: left;
  color: rgba(0, 0, 0, 0.5);
}
.teacherPicBox .contact {
  margin: 0.7rem 0 0 0;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.teacherPicBox .contact a {
  float: left;
  padding: 0 0.5rem;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.5);
}
.teacherPicBox .contact a span {
  float: left;
  margin: 0 0.3rem 0 0;
  font-size: 1.3rem;
  color: #cd1336;
}
.teacherPicBox .contact a p {
  float: left;
}
.teacherContent h3 {
  padding: 0 0 0.8rem 0;
  text-align: center;
  color: #3d3d3d;
  font-weight: 400;
  font-size: 1.5rem;
}
.teacherContent .teacher {
  margin: 0 0 2rem 0;
  padding: 0 0.3rem;
  color: #5d5d5d;
}
.teacherContent .teacher p,
.teacherContent .teacher div {
  line-height: 30px;
}
.teacherContent .teacher img {
  width: 100%;
}
.teacherContent .teacherContentMore {
  margin: 0 0 3rem 0;
}
.teacherContent .teacherContentMore p {
  margin: 1rem 0 1rem 0.3rem;
  color: #cd1336;
}
.teacherContent .teacherContentMore ul {
  padding: 0.5rem 1rem;
  border: 1px dotted #D4D4D4;
  border-radius: 10px;
}
.teacherContent .teacherContentMore ul li {
  margin: 0 0 0.7rem 0;
  overflow: hidden;
}
.teacherContent .teacherContentMore ul li:last-of-type {
  margin-bottom: 0;
}
.teacherContent .teacherContentMore ul li i {
  float: left;
  display: block;
  margin: 0.5rem 0.5rem 0 0;
  width: 6px;
  height: 6px;
  background: #cd1336;
  border-radius: 50%;
}
.teacherContent .teacherContentMore ul li a {
  float: left;
}
