@charset "utf-8";
/*单行省略号*/
/*多行省略号*/
/**清除浮动**/
/**fit img**/
/*主色调*/
/*移动左右间隙*/
br {
  content: "";
  display: block;
  height: 10px;
}

.newlist-body {
  background-color: #f5f5f5;
}

.newlist-main {
  margin-top: 80px;
  padding-bottom: 80px;
}

.new-banner {
  padding-bottom: 80px;
}

.new-banner .img {
  width: 100%;
  height: 480px;
  -webkit-transform: scale(0.96) translateY(30px);
          transform: scale(0.96) translateY(30px);
  position: relative;
  -webkit-transition-duration: .8s;
          transition-duration: .8s;
}

.new-banner .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}

.new-banner .info {
  margin-top: 68px;
  background-color: #f5f5f5;
  opacity: 0;
  -webkit-transform: scale(0.96) translateY(30px);
          transform: scale(0.96) translateY(30px);
  -webkit-transition-duration: .8s;
          transition-duration: .8s;
  position: relative;
  padding-right: 370px;
}

.new-banner .arrow {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  color: #979797;
  line-height: 24px;
  z-index: 1;
}

.new-banner .tit {
  font-size: 24px;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}

.new-banner .des {
  margin-top: 20px;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.new-banner .date {
  margin-top: 30px;
  color: #666666;
}

.new-banner .swiper-pagination {
  bottom: unset;
  top: 450px;
}

.new-banner .swiper-pagination span {
  background-color: transparent;
  border: 1px solid #fff;
  opacity: 1;
}

.new-banner .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}

.new-banner .swiper-slide {
  z-index: 1;
  -webkit-transition-duration: .8s;
          transition-duration: .8s;
  opacity: .1 !important;
}

.new-banner .swiper-slide-active {
  z-index: 3;
  opacity: 1 !important;
}

.new-banner .swiper-slide-active .img {
  -webkit-transform: scale(1) translateY(0);
          transform: scale(1) translateY(0);
}

.new-banner .swiper-slide-active .img img {
  opacity: 1;
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
}

.new-banner .swiper-slide-active .info {
  opacity: 1;
  -webkit-transform: scale(1) translateY(0);
          transform: scale(1) translateY(0);
}

.new-banner .swiper-slide-prev, .new-banner .swiper-slide-prev {
  z-index: 2;
  opacity: .6 !important;
}

.new-banner .swiper-slide-prev .img, .new-banner .swiper-slide-prev .img {
  background-color: rgba(22, 107, 172, 0.31);
  -webkit-transform: scale(0.98) translateY(15px);
          transform: scale(0.98) translateY(15px);
}

.type-list {
  float: left;
}

.type-list:after {
  content: '';
  display: block;
  clear: both;
}

.type-list li {
  float: left;
}

.type-list li ~ li {
  margin-left: 1px;
}

.type-list a {
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0 30px;
  color: #999;
  position: relative;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  background-color: #fff;
}

.type-list a::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(127deg, #009FEA 0%, #00E1B3 100%);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  opacity: 0;
  color: #fff;
}

.type-list a.on, .type-list a:hover {
  background-color: transparent;
  color: #fff;
}

.type-list a.on::after, .type-list a:hover::after {
  opacity: 1;
}

.key-word {
  float: right;
  height: 40px;
  line-height: 40px;
}

.key-word .tit {
  font-weight: bold;
}

.key-word .val {
  margin-left: 48px;
  font-size: 14px;
  color: #666;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
}

.key-word .val:hover {
  box-shadow: 0 1px 0 0 #666;
}

.new-list {
  margin: 0 -20px;
  padding-top: 24px;
}

.new-list:after {
  content: '';
  display: block;
  clear: both;
}

.new-list li {
  margin-top: 40px;
  float: left;
  width: 33.333333%;
  box-sizing: border-box;
  padding: 0 20px;
}

.new-list a {
  display: block;
  background-color: #fff;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.new-list a:hover {
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  -webkit-transform: translate3d(0, -2px, 0);
          transform: translate3d(0, -2px, 0);
}

.new-list a:hover .img img {
  -webkit-transform: scale3D(1.05, 1.05, 1.05);
          transform: scale3D(1.05, 1.05, 1.05);
}

.new-list a:hover .arrow {
  color: #333;
}

.new-list .img {
  width: 100%;
  height: 210px;
  overflow: hidden;
}

.new-list .img img {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.new-list .info {
  padding: 20px 15px 27px 20px;
}

.new-list .tit {
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}

.new-list .des {
  margin-top: 12px;
  color: #666;
  height: 56px;
  overflow: hidden;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.new-list .other {
  margin-top: 24px;
  border-top: 1px solid #ddd;
  padding-top: 24px;
}

.new-list .other:after {
  content: '';
  display: block;
  clear: both;
}

.new-list .date {
  float: left;
  color: #666;
}

.new-list .arrow {
  float: right;
  font-size: 1px;
  color: #ccc;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

/*# sourceMappingURL=maps/news_list.css.map */
