.gonghua-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 23px;
}

.gonghua-h1 {
  font-size: 20px;
  color: #4A4A4A;
  font-weight: bold;
}

.gonghua-h1 span {
  display: block;
  width: 20px;
  height: 3px;
  background: #2E98E5;
  margin: 0 auto;
}

.gonghua-span {
  cursor: pointer;
}
.gonghua-span:hover{
  color: #2d98e5;
}

.gonghua-img {
  width: 100%;
}
.gonghua .swiper-container{
  width: 95%;
}
.gonghua .swiper-button-next::after,
.gonghua .swiper-button-prev::after {
  content: unset;
}

.gonghua .swiper-button-next.swiper-button-disabled,
.gonghua .swiper-button-prev.swiper-button-disabled {
  opacity: unset;
}

.gonghua-h2 {
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  line-height: 20px;
  font-weight: bold;
  margin-top: 7px;
  margin-bottom: 7px;
}

.gonghua-p {
  font-size: 12px;
  font-weight: 400;
  color: #666666;
  line-height: 17px;
  margin-bottom: 17px;
}

.gonghua-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.gonghua-leftDiv {
  display: flex;
  align-items: center;

}

.gonghua-imgBox {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  overflow: hidden;
}

.gonghua-imgBox img {
  width: 100%;
}

.gonghua-name {
  margin-left: 6px;
  font-size: 12px;
  font-weight: 400;
  color: #666666;
  line-height: 17px;
}

.gonghua-time {
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  line-height: 17px;
}