.cam{
  width: 100%;
  background-color: #fff;
}
.cam-auto{
  width: 1200rem;
  margin: auto;
}
.title{
  padding-top: 40rem;
  padding-bottom: 25rem;
  color: #EA4049;
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  text-align: center;
}
/* 教学风采开始 */
.style {
  width: 100%;
  padding-top: 63rem;
  padding-bottom: 55rem;
}

.style-tap-list {
  width: 100%;
  display: flex;
  border-bottom: 1rem solid #D9D9D9;
}

.style-tap-list ul {
  height: 60rem;
  line-height: 58rem;
  margin: auto;
  display: flex;
}

.style-tap-list ul li {
  cursor: pointer;
  font-weight: 400;
  font-size: 16rem;
  margin: 0 35rem;
  color: #333333;


}

.s-active {
  border-bottom: 2rem solid #333333;
}

.style-list {
  width: 100%;
  padding: 0 122rem !important;
  
  display: flex;
  margin-top: 30rem;
  flex-wrap: wrap;

}

.style-list li {
  width: 290rem;
  height: 290rem;
  background-color: #F2F2F2;
  border-radius: 13rem;
  margin-bottom: 40rem !important;
  margin-right: 40rem !important;
  position: relative;
  cursor: pointer;
}

.style-list li:nth-child(3n) {
  margin-right: 0 !important;
}.style-list li:nth-child(4n) {
  /* margin-right: 40rem !important; */

}
.style-list li img {
  border-radius: 13rem;
  width: 100%;
  height: 100%;
}

.style-list li .style-posi {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-radius: 0 0 10rem 10rem;
  background-color: #EAEAEA;
  line-height: 45rem;
  height: 45rem;
  text-align: center;
}

.style-img {
  width: 1200rem;
  height: 110rem;
  margin-top: 35rem;
}

.study-more {
  width: 145rem;
  height: 42rem;
  background: #D9D9D9;
  border-radius: 6rem;
  text-align: center;
  line-height: 42rem;
  margin: auto;
  font-size: 14rem;
  color: #333333;
  vertical-align: middle;
  cursor: pointer;
  margin-top: 40rem;
}

.study-more img {
  width: 20rem;
  height: 20rem;
  vertical-align: middle;
}

/* 教学风采结束 */