.pubCon {
  width: 81%;
  color: #333;
  margin: 0 auto;
}
.qualification {
  padding-top: 50px;
  padding-bottom: 138px;
}
.qualification ul li {
  position: relative;
  padding: 22px;
  background-color: #ffffff;
  border-radius: 4px;
  border: solid 1px #eeeeee;
  cursor: pointer;
}
.qualification ul li a {
  display: block;
}
.qualification ul li h3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.qualification ul li h3 p {
  width: 80%;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 18px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.qualification ul li h3 span {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  line-height: 26px;
  width: 83px;
  height: 26px;
  background-color: #f0eff0;
  border-radius: 3px;
  color: #7f7f7f;
}
.qualification ul li h3 span::before {
  display: block;
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-right-color: #f0eff0;
  left: -16px;
}
.qualification ul li .subTitle {
  font-size: 14px;
  width: 80%;
  line-height: 16px;
  color: #666;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.qualification ul li .subTitle::before {
  display: inline-block;
  vertical-align: middle;
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background-color: #bdc9d0;
  margin-right: 8px;
}
.qualification ul li.active {
  background-color: #fff9f9;
  transform: scale(1.1, 1.2);
  transition: all ease 0.4s;
}
.qualification ul li.active h3 p {
  color: #941d37;
}
.qualification ul li.active h3 p::before {
  display: inline-block;
  content: '';
  width: 4px;
  height: 16px;
  background-color: #941d37;
  position: absolute;
  left: 0;
  top: 26px;
}
.qualification ul li.active h3 span {
  background-color: #fad4d4;
  color: #941d37;
}
.qualification ul li.active h3 span::before {
  border-right-color: #fad4d4;
}
.qualification ul li:not(:last-child) {
  margin-bottom: 20px;
}
#pageHelp {
  font-size: 14px;
  margin: 120px auto 0;
  display: flex;
  justify-content: center;
}
#pageHelp .layui-laypage a,
#pageHelp .layui-laypage span {
  font-size: 14px;
}
.pagehelpAvtive {
  background-color: #941d37 !important;
  color: #fff !important;
  border-radius: 3px;
}
.firstPage i,
.lastPage i,
.prev i,
.next i {
  color: #d8d8d8;
}
.firstPage:hover i,
.lastPage:hover i,
.prev:hover i,
.next:hover i {
  color: #941d37;
}
@media (max-width: 1600px) {
  .pubCon {
    width: 1260px;
  }
}
.content_list {
  margin-top: 93px;
}
.content_list .item_block {
  margin-bottom: 78px;
  float: left;
  width: 27.34375%;
  margin-right: 8.984375%;
}
.content_list .item_block:nth-child(3n) {
  margin-right: 0;
}
.content_list a {
  display: block;
}
.content_list .item_img {
  padding-bottom: 69.7368421%;
  width: 100%;
}
.content_list img {
  height: 100%;
  position: absolute;
}
.content_list .title {
  font-size: 16px;
  color: #666;
  margin-top: 20px;
  line-height: 30px;
  text-align: center;
  transition: all ease 0.4s;
}
.content_list a:hover .item_img img {
  transform: scale(1.1);
}
