@charset "UTF-8";
/*单行省略号*/
/*多行省略号*/
/**清除浮动**/
/**fit img**/
/*主色调*/
/*文本颜色*/
/*字体*/
.list-carousel {
  height: 448px;
  overflow: hidden;
  margin-top: 60px;
}

.list-carousel .wp {
  background-color: #F2F2F2;
  height: 100%;
}

.list-carousel .imgs {
  width: 730px;
  height: 448px;
  position: relative;
}

.list-carousel .imgs a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #eee;
}

.list-carousel .imgs a img {
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.list-carousel .imgs a.on {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  z-index: 5;
}

.list-carousel .data {
  width: 380px;
  box-sizing: border-box;
  padding: 60px 50px 60px 30px;
  position: relative;
  height: 100%;
}

.list-carousel .type {
  color: #063F88;
  font-size: 14px;
  font-weight: 400;
}

.list-carousel .date {
  font-size: 14px;
  line-height: 26px;
  line-height: 1;
  color: #999;
}

.list-carousel .tit {
  margin-top: 12px;
  max-height: 60px;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.list-carousel .link {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.list-carousel .link:hover {
  box-shadow: 0 -1px 0 0 #063F88 inset;
}

.list-carousel .des {
  line-height: 28px;
  margin-top: 15px;
  height: 112px;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.list-carousel .oper {
  position: absolute;
  bottom: 60px;
  left: 0;
  z-index: 1;
  text-align: center;
  right: 0;
}

.list-carousel .oper > div {
  display: inline-block;
}

.list-carousel .new-page {
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  padding: 0 15px;
}

.list-carousel .new-page span {
  width: 10px;
  height: 10px;
  background-color: #F37020;
  margin: 0 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 50%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  opacity: 0.2;
}

.list-carousel .new-page span.v-on {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  opacity: 0.6;
}

.list-carousel .new-page span.on {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}

.list-carousel .new-page span:hover {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}

.list-carousel .new-prev,
.list-carousel .new-next {
  vertical-align: middle;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  font-size: 40px;
  color: #F37020;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.list-carousel .new-prev:hover,
.list-carousel .new-next:hover {
  background: #f37020;
  color: #fff;
}

.list-filter {
  margin-top: 30px;
  margin-bottom: 20px;
}

.list-filter .wp {
  padding: 10px;
  background-color: #EDF2F8FF;
  box-sizing: border-box;
}

.list-filter .tit {
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

.list-filter .filter-box {
  background: #fff;
  border: 1px solid #E0E0E0;
  box-sizing: border-box;
  height: 34px;
  line-height: 34px;
  color: #063F88;
  font-size: 14px;
  font-weight: 500;
  box-sizing: border-box;
  padding: 0 26px 0 14px;
  position: relative;
  margin-left: 20px;
  float: left;
  width: 140px;
}

@-webkit-keyframes listShow {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    -webkit-transform: translate(0, -10px);
            transform: translate(0, -10px);
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
}

@keyframes listShow {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    -webkit-transform: translate(0, -10px);
            transform: translate(0, -10px);
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
}

.list-filter .filter-box:hover .list {
  display: block;
  -webkit-animation: listShow 0.3s;
          animation: listShow 0.3s;
}

.list-filter .filter-box:hover .arrow {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.list-filter .filter-box .cur {
  cursor: pointer;
}

.list-filter .filter-box .arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #F37020 transparent transparent transparent;
  position: absolute;
  top: 50%;
  right: 14px;
  z-index: 1;
  margin-top: -3px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.list-filter .filter-box .list {
  position: absolute;
  top: 32px;
  left: -1px;
  width: 100%;
  z-index: 20;
  background-color: #fff;
  border: 1px solid #E0E0E0;
  border-top: none;
  max-height: 272px;
  overflow: auto;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
  display: none;
}

.list-filter .filter-box .list li {
  width: 100%;
  height: 34px;
  line-height: 34px;
  padding: 0 26px 0 14px;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  cursor: pointer;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

.list-filter .filter-box .list li:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #f1f1f1;
}

.list-other {
  padding-top: 30px;
}

.list-more {
  display: block;
  margin: 0 auto;
  width: 158px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #063F88;
  color: #063F88;
  text-align: center;
  font-size: 16px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.list-more:hover {
  background-color: #063F88;
  color: #fff;
}

.list-bottom {
  height: 100px;
}

.news-list {
  margin: 0 -15px;
}

.news-list li {
  float: left;
  width: 33.333333%;
  padding: 0 15px;
  box-sizing: border-box;
  margin-bottom: 30px;
}

.news-list a {
  display: block;
  height: 415px;
  background-color: #F2F2F2;
  position: relative;
}

.news-list .ov-hide {
  height: 100%;
}

.news-list .img {
  height: 215px;
  width: 100%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  overflow: hidden;
}

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

.news-list .info {
  padding: 20px;
  height: 200px;
  box-sizing: border-box;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #F2F2F2;
  z-index: 10;
}

.news-list .info::before {
  content: "";
  display: block;
  border-style: solid;
  border-width: 0 14px 14px 14px;
  border-color: transparent transparent #F2F2F2 transparent;
  position: absolute;
  left: 22px;
  top: -14px;
  z-index: 1;
}

.news-list .time {
  font-size: 14px;
  color: #999;
  line-height: 1;
}

.news-list .tit {
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  margin-top: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  max-height: 120px;
}

.news-list .des {
  margin-top: 10px;
  font-size: 14px;
  line-height: 26px;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  max-height: 84px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.news-list a:hover .info {
  height: 240px;
}

.news-list a:hover .tit {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 60px;
}

.news-list a:hover .des {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}

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