.aptitudeArea{
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: #eee;
}

.aptitudeArea button {
  height: 32px;
  border-radius: 6px;
  border: 1px solid #bdbcbc;
  width: 100px;
  color:#fff;
  margin-left: 30px;
  background-color: #002063;
}

.aptitude{
  color: #999;
  margin-left: -30px;
}
.aptitudeButton{
  text-align: center;
  width: 80px;
  color: #fff;
  padding: 5px;
  margin-left: 20px;
  background-color: #00307D;
}


.cp-container {
  margin:0 auto;
  width: 1200px;
}

.cp-content {
  display: flex;
  flex-wrap: wrap;
}

.cp-content :nth-child(3n){
  margin-right: 0;
}

.cp-content :nth-child(3n) {
  margin-right: 0;
}

.cp-content :nth-last-child(1), .cp-content :nth-last-child(2), .cp-content :nth-last-child(3) {
  margin-bottom: 0;
}

.cp-card {
  width: 386px;
  margin-right: 21px;
  margin-bottom: 23px;
}

.cp-card:hover .cp-card-des{
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
}

.cp-card img{
  height: 289px;
}

.cp-card-des {
  padding: 20px 20px 38px;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
}

.cp-card-title {
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #121212;
}

.cp-card-des p{
  height: 56px;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #121212;
  line-height: 26px;
  margin-top: 12px;
  margin-bottom: 10px;
}



.train-box{
  background: #F5F5F5;
}

.train-wrapper {
  overflow: hidden;
  padding-bottom: 40px;
}

.train-content-left{
  width: 438px;
  word-break:break-all;
  float: left;
}


.left-top{
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #121212;
  margin-bottom: 10px;
  margin-top: 60px;
}

.left-top,.left-middle{
  width: 438px;
}

.middle-introduce{
  height: 112px;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #121212;
  line-height: 28px;
}

.middle-button{
  margin-top: 20px;
  overflow: hidden;
  text-align: center;
}

.button1{
  float: left;
  width: 138px;
  height: 48px;
  background: #1C45AE;
  border-radius: 6px;
  line-height: 48px;
  margin-right: 10px;
  box-sizing: border-box;
}
.button1 a{
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
}
.button1 a:hover,.button1 a:active,.button1 a:visited{
  color: #FFFFFF;
}
.button2{
  float: left;
  width: 138px;
  height: 48px;
  border: 1px solid #1C45AE;
  border-radius: 6px;
  line-height: 48px;
  margin-right: 10px;
  box-sizing: border-box;
}
.button2 a{
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #1C45AE !important;
}
.button3{
  float: left;
  width: 138px;
  height: 48px;
  border: 1px solid #000000;
  border-radius: 6px;
  line-height: 48px;
  box-sizing: border-box;
}
.button3 a{
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #000000 !important;
}

.train-content-right{
  float: right;
  width: 530px;
}

.train-content-right img{
  width: 530px;
  height: 298px;
}



.teacher-container {
  padding-bottom: 40px;
  margin: 0 auto;
  width: 1200px;
}


.latest-teacher-wrapper {
  position: relative;
  width: 100%;
  min-height: 421px;
}

#fengcaiList{
  width: 100%;
  display: flex;
}

#fengcaiList :nth-last-child(1){
  margin-right: 0;
}

#jiangshiList{
  width: 100%;
  display: flex;
}

#jiangshiList :nth-last-child(1){
  margin-right: 0;
}

.latest-teacher-card {
  width: 386px;
  margin-right: 21px;
}

.latest-teacher-card img{
  height: 289px;
}

.news-content {
  text-align: center;
  padding: 20px 40px 38px;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
}

.news-content .name{
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #121212;
  line-height: 28px;
  margin-bottom: 20px;
}

.news-content .level{
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #121212;
  line-height: 26px;
  text-overflow:ellipsis;
  overflow: hidden;
  white-space: nowrap;
}



