.section-heading {
  /* width: 868px; */
  margin: 0 auto;
  font-size: 24px;
  line-height: 2;
  text-transform: uppercase;
  text-align: center;
  border-bottom: 1px solid #e9e7e8;
}

.section-subheading {
  font-size: 18px;
  line-height: 3;
  text-align: center;
  margin-top: -2px;
}

.section-subheading::before {
  content: '';
  display: block;
  height: 4px;
  width: 45px;
  background-color: #063fa5;
  margin: 0 auto;
}

.banner {
  background: url("../../img/industryCases/voiceOfCustomer/banner2.jpg") no-repeat 50% 0%;
  height: 399px;
  color: #fff;
  margin-bottom: 70px;
}

#testimonial-slider-container {
  width: 1093px;
  margin: 0 auto;
}

#testimonialSlider {
  position: relative;
  overflow: hidden;
  /* controls */
}

#testimonialSlider .swiper-container {
  width: 1005px;
  height: 316px;
  margin-left: auto;
  margin-right: auto;
}

#testimonialSlider .swiper-slide {
  /* Specify Slides's Size: */
  width: 1005px;
  height: 100%;
  background-position: 50% 0%;
  background-repeat: no-repeat;
  background-color: #fff;
}

#testimonialSlider .swiper-slide > a {
  display: block;
  height: 100%;
}

#testimonialSlider .swiper-slide > img {
  /* width: 896px; */
  float: left;
  width: 543px;
}

#testimonialSlider .swiper-slide .slide-desc-wrap {
  overflow: hidden;
  padding: 20px 60px;
}
#testimonialSlider .swiper-slide .slide-desc-testimonial-text {
  display: inline-block;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  background-color: #005eb3;
  border-radius: 12px;
  padding: 8px 22px;
  margin-bottom: 50px;
}

#testimonialSlider .swiper-slide .slide-desc-banner-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}

#testimonialSlider .swiper-slide .slide-desc-banner-wrap img {
  max-width: 100%;
}

#testimonialSlider .swiper-slide .slide-desc-from {
  text-align: right;
  font-size: 21px;
  line-height: 1;
  margin-bottom: 50px;
}

#testimonialSlider .swiper-slide .slide-desc-button {
  display: inline-block;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  background-color: #005eb3;
  border-radius: 15px;
  padding: 5px 16px;
}

#testimonialSlider .swiper-control {
  position: absolute;
  top: 0;
  bottom: 0;
  cursor: pointer;
  background-color: rgba(217, 229, 237, 60%);
  width: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
}

#testimonialSlider .swiper-control:hover {
  background-color: rgba(147, 182, 204, 60%);
}

#testimonialSlider .swiper-prev {
  left: 0;
}

#testimonialSlider .swiper-next {
  right: 0;
}

#testimonial-slider-bg {
  height: 130px;
  margin-top: -60px;
  margin-bottom: 50px;
  background-color: #005eb3;
}


#customer-testimonial {
  margin-bottom: 80px;
}

#article-list {
  margin-top: 60px;
}

#article-list .article-item {
  height: 110px;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 130px;
  border-bottom: 1px solid #EAEAEA;
}

#article-list .article-item .article-link {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 5;
}

#article-list .article-item .article-date .date-month {
  width: 50px;
  height: 50px;
  background-color: #E4E4E4;
  line-height: 50px;
  text-align: center;
}

#article-list .article-item .article-date .date-day {
  width: 50px;
  height: 60px;
  font-size: 18px;
  line-height: 60px;
  text-align: center;
}

#article-list .article-item .article-dec {
  margin-left: 10px;
  width: 945px;
  height: 110px;
  position: relative;
}

#article-list .article-item .article-dec .i-plus {
  height: 20px;
  width: 20px;
  color: #ffffff;
  line-height: 20px;
  text-align: center;
  background-color: #B7B7B7;
  position: absolute;
  right: 0px;
  top: 0px;
}

#article-list .article-item .article-dec .article-title {
  width: 90%;
}

#article-list .article-item .article-dec .article-title h4 {
  margin: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.702);
}

#article-list .article-item .article-dec .article-title h4 b {
  font-weight: 500;
}

#article-list .article-item .article-dec .article-read {
  margin-bottom: 20px;
  margin-top: 10px;
  font-size: 12px;
  font-family: "SimSun";
  color: rgba(0, 0, 0, 0.702);
}

#article-list .article-item .article-dec .article-abstract {
  height: 40px;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  color: rgba(0, 0, 0, 0.702);
}

#article-list .article-item.active .article-dec .i-plus {
  background-color: #C83842;
}

#article-list .article-item.active .article-date .date-month {
  background-color: #C83842;
  color: #ffffff;
}

#article-list .article-item.active .article-date .date-day {
  font-weight: bold;
}

#article-list .article-item.active .article-dec .article-title h4 {
  color: #C83842;
}

#article-list .article-item.active .article-dec .article-abstract {
  color: #000000;
}




/* deprecated */
#featured-testimonial {
  display: flex;
  margin-top: 20px;
}
#featured-testimonial-left,
#featured-testimonial-right {
  flex-grow: 1;
  /* flex-basis: 100px; */
  width: 100px;
}
#featured-testimonial-left {
  margin-right: 25px;
}
#featured-testimonial-left .cover {
  display: block;
  text-align: center;
}
#featured-testimonial-left .cover img {
  /* max-width: 100%; */
  width: 100%;
  height: 216px;
  vertical-align: middle;
}
 
#featured-testimonial-left .news-title-wrap {
  line-height: 1;
  margin-top: 10px;
  display: flex;
  align-items: flex-end;
}

#featured-testimonial-left .news-date {
  /* float: left; */
  color: #c83842;
  font-size: 18px;
  /* margin-right: 6px; */
  white-space: nowrap;
}

#featured-testimonial-left .news-date .date {
  font-size: 14px;
}

#featured-testimonial-left .news-title {
  /* display: block; */
  flex-grow: 1;
  font-size: 14px;
  /* margin-top: 3px; */
  margin: 0 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#featured-testimonial-left .more {
  /* float: right; */
  white-space: nowrap;
  font-size: 12px;
  /* margin-top: 6px; */
}

#featured-testimonial-left .read-amount {
  font-size: 12px;
  color: #888;
  margin: 4px 0 8px;
}

#featured-testimonial-left .news-detail {
  color: #888;
  height: 40px;
  overflow: hidden;
}

#featured-testimonial-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 0;
}

#featured-testimonial-right li {
  border: 1px solid #ccc;
  padding: 23px 20px 23px 25px;
  display: flex;
  align-items: center;
  /* overflow: hidden; */
  /* margin-bottom: 8px; */
}

/* #featured-testimonial-right li:first-child .news-date {
  color: #c83842;
} */

#featured-testimonial-right li:last-child {
  margin-bottom: 0;
}

#featured-testimonial-right .news-date {
  float: left;
  color: #666;
  font-size: 16px;
  margin-right: 15px;
}

#featured-testimonial-right .news-date .date {
  /* float: right; */
  font-size: 22px;
  line-height: 1;
  /* margin-top: 16px; */
}

#featured-testimonial-right .news-detail-wrap {
  overflow: hidden;
  border-left: 1px solid #ccc;
  padding-left: 15px;
  flex-grow: 1;
}

#featured-testimonial-right .news-title {
  display: block;
  font-size: 14px;
  line-height: 1.6;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 6px;
}

#featured-testimonial-right .news-detail {
  display: block;
  font-size: 12px;
  color: #888;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


