@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;
}

.banner-box .wp {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15%;
  z-index: 1;
}

.banner-box .tit span {
  line-height: 1.1;
  display: inline-block;
  font-size: 36px;
  color: #fff;
  padding: 0 20px;
  border-right: 4px solid #fff;
  border-left: 4px solid #fff;
}

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

.digitization-list .vertical {
  height: 730px;
}

.digitization-list .vertical .img {
  width: 350px;
  height: 380px;
}

.digitization-list .vertical .info {
  height: 350px;
}

.digitization-list li {
  float: left;
  height: 350px;
  padding: 0 15px;
  margin-bottom: 30px;
}

.digitization-list .info {
  border: 1px solid #E0E0E0;
  box-sizing: border-box;
  width: 350px;
  height: 100%;
  background-color: #fff;
  padding: 30px 30px 50px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.digitization-list .type {
  font-size: 14px;
  color: #063F88;
  line-height: 20px;
}

.digitization-list .tit {
  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;
  margin-top: 22px;
  color: #063F88;
  max-height: 60px;
}

.digitization-list .des {
  font-size: 14px;
  line-height: 26px;
  margin-top: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  max-height: 104px;
}

.digitization-list .date {
  font-size: 14px;
  color: #999;
  line-height: 1;
  margin-top: 18px;
}

.digitization-list .more {
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 10;
}

.digitization-list .img {
  width: 380px;
  height: 100%;
  position: relative;
  display: block;
}

.digitization-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;
}

.digitization-list .img .arrow {
  position: absolute;
  z-index: 10;
  border-style: solid;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.digitization-list .img .arrow.r {
  border-width: 14px 0 14px 14px;
  border-color: transparent transparent transparent #fff;
  left: -1px;
  top: 28px;
}

.digitization-list .img .arrow.l {
  border-width: 14px 14px 14px 0;
  border-color: transparent #fff transparent transparent;
  right: -1px;
  top: 28px;
}

.digitization-list .img .arrow.t {
  border-width: 0 14px 14px 14px;
  border-color: transparent transparent #fff transparent;
  bottom: -1px;
  right: 28px;
}

.digitization-list .img .arrow.b {
  border-width: 14px 14px 0 14px;
  border-color: #fff transparent transparent transparent;
  top: -1px;
  right: 28px;
}

.digitization-list li:hover .info {
  background-color: #DFDFDF;
}

.digitization-list li:hover .img {
  background: #000;
}

.digitization-list li:hover .img .l {
  border-right-color: #DFDFDF;
}

.digitization-list li:hover .img .r {
  border-left-color: #DFDFDF;
}

.digitization-list li:hover .img .t {
  border-bottom-color: #DFDFDF;
}

.digitization-list li:hover .img .b {
  border-top-color: #DFDFDF;
}

.digitization-list li:hover .img img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  opacity: 0.8;
}

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