.main {
  max-width: 1200px;
  margin: auto;
}
/* banner区域 */
.banner {
  /*margin-top: 55px;*/
  background: url(../img/special/banner.png) no-repeat center/1920px;
  height: 202px;
}
.banner .bannerContent {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.banner p.title {
  font-size: 30px;
  font-family: 'PingFang SC-Heavy, PingFang SC';
  font-weight: 800;
  color: #FFFFFF;
  margin-bottom: 12px;
}
.banner p.text {
  font-size: 14px;
  font-family: 'PingFang SC-Heavy, PingFang SC';
  font-weight: 800;
  color: #fff;
}
.banner p.text a {
  color: #E5A414;
}

.special-con .con {
  padding: 62px 0;
  display: flex;
}
.special-con .con .left {
  width: calc(100% - 400px);
  margin-right: 58px;
}
.special-con .con .item {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.special-con .con .item:last-child {
  margin-bottom: 0;
}
.special-con .con .item img {
  width: 270px;
  height: 167px;
  vertical-align: middle;
  margin-right: 23px;
}
.special-con .con .item .textBox {
  width: calc(100% - 293px);
}
.special-con .con .item .title {
  font-size: 18px;
  font-family: 'PingFang SC-Heavy, PingFang SC';
  font-weight: 800;
  color: #333333;
  margin-bottom: 13px;
  white-space: nowrap;/*设置不换行*/
  overflow: hidden; /*设置隐藏*/
  text-overflow: ellipsis; /*设置隐藏部分为省略号*/
}
.special-con .con .item .text {
  font-size: 16px;
  font-family: 'PingFang SC-Regular, PingFang SC';
  font-weight: 400;
  color: #333333;
  text-overflow:ellipsis;/*设置隐藏部分为省略号*/
  overflow: hidden;/*设置隐藏*/
  display: -webkit-box;
  -webkit-line-clamp: 3;/*设置显示行数，此处为2行，可设置其他数字*/
  -webkit-box-orient: vertical;
}
.special-con .con .rigth {
  width: 342px;
}
.special-con .con .rigth .modular1 {
  width: 342px;
  height: 424px;
}
.special-con .con .rigth .modular1 img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.special-con .con .rigth .modular2 {
  margin-top: 50px;
}
.special-con .con .rigth .modular2 .conBox {
  border-bottom: 1px solid #999999;
  padding-bottom: 8px;
  margin-bottom: 35px;
}
.special-con .con .rigth .modular2 .conBox .title {
  font-size: 24px;
  color: #333333;
  font-weight: bold;
  font-family: 'PingFang SC-Bold, PingFang SC';
}
.special-con .con .rigth .modular2 .conBox .title::before {
  content: '';
  width: 20px;
  height: 21px;
  background: url(../img/special/rigth.png) no-repeat center/100% 100%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-bottom: 3px;
}
.special-con .con .rigth .modular2 li {
  margin-bottom: 18px;
  width: 100%;
  height: 40px;
  border: 1px solid #E7E7E7;
  border-radius: 12px;
}
.special-con .con .rigth .modular2 li:hover {
  border-color: #E5A414;
}
.special-con .con .rigth .modular2 li:hover a {
  color: #E5A414;
}
.special-con .con .rigth .modular2 li a {
  width: 100%;
  height: 100%;
  display: block;
  line-height: 40px;
  padding: 0 20px;
  box-sizing: border-box;
  font-size: 16px;
  font-family: 'PingFang SC-Regular, PingFang SC';
  font-weight: 400;
  color: #444444;
  white-space: nowrap;/*设置不换行*/
  overflow: hidden; /*设置隐藏*/
  text-overflow: ellipsis; /*设置隐藏部分为省略号*/
}