.about .desc {
  margin-top: 10%;
  color: #545454;
  font-size: 16px;
  line-height: 24px;
}

/* header begin */
.about .common-header .saying .black {
  color: #000;
}
/* header end */

/* company begin */

.about .company b {
  color: #000;
}
/* company end */

/* news begin */
.about .news .card-title-share,
.about .news .card-title-share a{
  color: #E83828;
  background: none;
}

.about .news ul {
  margin-top: 9%;
}

.about .news ul li a img {
  display: inline-block;
  width: 100%;
  margin-bottom: 6%;
}

.about .news ul li a .title {
  margin-bottom: 3%;
  color: #000;
  font-size: 22px;
  font-weight: bold;
}

.about .news ul li a .time {
  margin-bottom: 5%;
  color: #9B9B9B;
  font-size:14px
}

.about .news ul li a .desc {
  margin: 0 0 10% 0;
  color: #545454;
  font-size:16px
}
/* news end */

/* work-chance begin */
.about .work-chance .comein {
  margin-top: 12%;
}

.about .work-chance .mail {
  text-decoration: underline;
}

.about .work-chance .position-swiper {
  margin-top: 10%;
  overflow: hidden;
}

.about .work-chance .position-swiper .swiper-slide {
  background: #fff;
}

.about .work-chance .position-swiper .swiper-slide .swiper-slide-item {
  /* padding: 2.1% 1.2%; */
  padding: 12.4% 7.5%;
  box-sizing: border-box;
}

.about .work-chance .position-swiper .swiper-slide .name {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: bold;
}

.about .work-chance .position-swiper .swiper-slide .salary {
  color: #9B9B9B;
  font-size: 14px;
}

.about .work-chance .position-swiper .swiper-slide .position-item {
  margin: 6% 0 3%;
  font-size: 22px;
  font-weight: bold;
}

.about .work-chance .position-swiper .swiper-slide ul {
  color: #5E5E5E;
  font-size: 14px;
}

.about .work-chance .position-swiper .swiper-pagination {
  margin-top: 9%;
}
/* work-chance end */

.news, .work-chance {
  position: relative;
}

.newsA, .workA {
  position: absolute;
  width: 50%;
  top: -49px;
  height: 49px;
}