/* line 5, ../../../../../static/pc/style/base/news.scss */
.news-card {
  margin: 50px auto 0;
  width: 1200px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
}
/* line 10, ../../../../../static/pc/style/base/news.scss */
.news-card .news-title {
  padding: 30px 20px;
  font-size: 26px;
  background-color: #f9f9f9;
}
/* line 14, ../../../../../static/pc/style/base/news.scss */
.news-card .news-title .span {
  position: relative;
  padding-left: 10px;
}
/* line 17, ../../../../../static/pc/style/base/news.scss */
.news-card .news-title .span:before {
  content: " ";
  position: absolute;
  left: 0;
  width: 3px;
  height: 26px;
  background-color: #cc262c;
}
/* line 28, ../../../../../static/pc/style/base/news.scss */
.news-card .news-title small {
  font-size: 16px;
}
/* line 34, ../../../../../static/pc/style/base/news.scss */
.news-card .news-title .more-btn {
  float: right;
  font-size: 16px;
  color: #666;
  margin-top: 6px;
}
/* line 39, ../../../../../static/pc/style/base/news.scss */
.news-card .news-title .more-btn:hover {
  color: #c8161d;
}
/* line 44, ../../../../../static/pc/style/base/news.scss */
.news-card .news-list {
  padding: 15px 20px;
}
/* line 46, ../../../../../static/pc/style/base/news.scss */
.news-card .news-list .news-item {
  padding: 15px 0;
  cursor: pointer;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
/* line 50, ../../../../../static/pc/style/base/news.scss */
.news-card .news-list .news-item:hover {
  background-color: #f9f9f9;
  color: #cc262c;
}
/* line 53, ../../../../../static/pc/style/base/news.scss */
.news-card .news-list .news-item:hover a {
  color: #cc262c;
}
/* line 55, ../../../../../static/pc/style/base/news.scss */
.news-card .news-list .news-item:hover a .date {
  color: #cc262c;
}
/* line 60, ../../../../../static/pc/style/base/news.scss */
.news-card .news-list .news-item a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  font-size: 16px;
  color: #666;
}
/* line 65, ../../../../../static/pc/style/base/news.scss */
.news-card .news-list .news-item a .title {
  -webkit-flex: 1;
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
/* line 69, ../../../../../static/pc/style/base/news.scss */
.news-card .news-list .news-item a .date {
  font-size: 14px;
  color: #999;
  margin-right: 10px;
}

/* line 7, ../../../../../static/pc/style/home/home.scss */
.banner-swiper .swiper-slide {
  margin: auto;
  text-align: center;
}
/* line 11, ../../../../../static/pc/style/home/home.scss */
.banner-swiper .banner-slide {
  margin: auto;
  height: 100%;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
/* line 19, ../../../../../static/pc/style/home/home.scss */
.banner-swiper .swiper-button-white {
  width: 60px;
  height: 150px;
  background-color: rgba(255, 255, 255, 0.2);
}
/* line 23, ../../../../../static/pc/style/home/home.scss */
.banner-swiper .swiper-button-white:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
/* line 30, ../../../../../static/pc/style/home/home.scss */
.banner-swiper .banner-pagination .swiper-pagination-bullet {
  width: 30px;
  height: 3px;
  background-color: #fff;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/* line 38, ../../../../../static/pc/style/home/home.scss */
.banner-swiper .banner-pagination .swiper-pagination-bullet-active {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

/* line 45, ../../../../../static/pc/style/home/home.scss */
.card-pannel {
  margin: 50px auto 0;
  padding: 30px;
  width: 1200px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
}
/* line 51, ../../../../../static/pc/style/home/home.scss */
.card-pannel.pd0 {
  padding: 30px 0;
}
/* line 54, ../../../../../static/pc/style/home/home.scss */
.card-pannel .card-title {
  position: relative;
  width: 530px;
  margin: 0 auto;
  text-align: center;
  font-weight: normal;
}
/* line 60, ../../../../../static/pc/style/home/home.scss */
.card-pannel .card-title:before {
  content: " ";
  position: absolute;
  top: 11px;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #cc262c;
}
/* line 69, ../../../../../static/pc/style/home/home.scss */
.card-pannel .card-title .title {
  position: relative;
  padding: 0 16px;
  font-size: 26px;
  z-index: 2;
  background-color: #fff;
}
/* line 77, ../../../../../static/pc/style/home/home.scss */
.card-pannel .card-title .small {
  margin-top: 20px;
  font-size: 16px;
}
/* line 83, ../../../../../static/pc/style/home/home.scss */
.card-pannel .text-content {
  margin-top: 30px;
  font-size: 14px;
  line-height: 21px;
  color: #666;
}
/* line 89, ../../../../../static/pc/style/home/home.scss */
.card-pannel .card-content {
  margin-top: 30px;
  display: -webkit-flex;
  display: flex;
}
/* line 92, ../../../../../static/pc/style/home/home.scss */
.card-pannel .card-content .rich-card {
  display: -webkit-flex;
  display: flex;
  margin-left: 20px;
  width: 568px;
  height: 216px;
  border: 1px solid #eef0f1;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 100, ../../../../../static/pc/style/home/home.scss */
.card-pannel .card-content .rich-card .img {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  width: 320px;
  height: 216px;
}
/* line 104, ../../../../../static/pc/style/home/home.scss */
.card-pannel .card-content .rich-card .img img {
  width: 100%;
  height: 100%;
}
/* line 109, ../../../../../static/pc/style/home/home.scss */
.card-pannel .card-content .rich-card .text {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 30px;
  width: 190px;
  font-size: 14px;
  line-height: 21px;
  color: #666;
  text-align: justify;
}
/* line 119, ../../../../../static/pc/style/home/home.scss */
.card-pannel .card-content .rich-card .text .more-btn {
  display: block;
  width: 190px;
  height: 50px;
  font-size: 16px;
  line-height: 50px;
  text-align: center;
  color: #cc262c;
  border: 1px solid #cc262c;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
/* line 131, ../../../../../static/pc/style/home/home.scss */
.card-pannel .card-content .rich-card .text .more-btn:hover {
  background-color: #cc262c;
  color: #fff;
}
/* line 139, ../../../../../static/pc/style/home/home.scss */
.card-pannel .card-content .img-card {
  position: relative;
  width: 373px;
  height: 216px;
  margin-left: 20px;
}
/* line 144, ../../../../../static/pc/style/home/home.scss */
.card-pannel .card-content .img-card img {
  width: 100%;
  height: 100%;
}
/* line 148, ../../../../../static/pc/style/home/home.scss */
.card-pannel .card-content .img-card .more-btn {
  position: absolute;
  right: 30px;
  bottom: 30px;
  cursor: pointer;
}
/* line 153, ../../../../../static/pc/style/home/home.scss */
.card-pannel .card-content .img-card .more-btn .more-small-btn-active {
  display: none;
}
/* line 157, ../../../../../static/pc/style/home/home.scss */
.card-pannel .card-content .img-card .more-btn:hover .more-small-btn-active {
  display: inline-block;
}
/* line 160, ../../../../../static/pc/style/home/home.scss */
.card-pannel .card-content .img-card .more-btn:hover .more-small-btn {
  display: none;
}

/* line 171, ../../../../../static/pc/style/home/home.scss */
.friends-card {
  padding-bottom: 30px;
}

/* line 175, ../../../../../static/pc/style/home/home.scss */
.friends-swiper {
  height: 202px;
}
/* line 176, ../../../../../static/pc/style/home/home.scss */
.friends-swiper .firends-company {
  overflow: hidden;
}
/* line 180, ../../../../../static/pc/style/home/home.scss */
.friends-swiper .company-logo {
  float: left;
  display: block;
  margin-top: 30px;
  margin-left: 20px;
}
