@charset 'UTF-8';

.intro {
  width: 15.6rem;
  background: #F2F3F9;
  border-radius: .1rem;
  padding: .39rem .32rem;
  margin-top: .4rem;
  display: flex;
}

.intro .teacher-img {
  width: 2.2rem;
  height: 3.08rem;
  display: block;
  margin-right: .4rem;
}

.intro .teacher-text {
  width: 12rem;
}

.intro .teacher-name {
  font-size: .2rem;
  color: #333333;
  line-height: .3rem;
  font-weight: bold;
  padding-top: .1rem;
}

.intro .teacher-desc {
  font-size: .16rem;
  color: #999999;
  line-height: .3rem;
  margin-top: .1rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  overflow: hidden;
}

.intro-body {
  margin-top: .5rem;
  margin-bottom: 0.4rem;
}
.intro-body video{
  margin: 0.2rem auto;
}
.intro-body audio{
  margin: 0.2rem auto;
}
.intro-body p {
  font-size: .18rem;
  color: #333333;
  line-height: .36rem;
  margin-bottom: .42rem;
  text-align: justify;
}

.cq-article p {
  font-size: .18rem;
  color: #333333;
  line-height: .36rem;
}

.news-footer {
  padding: 0.7rem 0 0.8rem;
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news-footer img {
  width: 0.5rem;
  margin-right: 0.25rem;
}