  .app-content {
    background: #f1f1f1;
  }

  .carousel-img {
    display: block;
    width: 100%;
    height: 566px;
  }

  .carousel .el-carousel__indicators--horizontal {
    bottom: 70px;
  }

  .panel-list {
    position: relative;
    width: 1200px;
    height: 500px;
    margin: 0 auto;
  }

  .panel-list .inner {
    position: absolute;
    top: -70px;
    left: 0;
    width: 1200px;
    z-index: 999;
  }

  .panel-list .item {
    width: 100%;
    background: #fff;
    padding: 32px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #b1b1b1;
    font-size: 16px;
    position: relative;
  }

  .panel-list .item .title {
    font-size: 32px;
    font-weight: bold;
    color: #333;
  }

  .panel-list .item .desc {
    width: 320px;
    line-height: 26px;
    height: 78px;
    overflow: hidden;
    margin: 30px 0;
    text-indent: 32px;
  }

  .panel-list .item .pic {
    padding: 16px;
    border: 1px solid #b5b5b5;
    width: 326px;
    height: 190px;
  }

  .panel-list .item .pic .img {
    display: block;
    width: 100%;
    height: 100%;
  }

  .panel-list .item .btn {
    margin-top: 16px;
    width: 180px;
  }

  .news-content {
    width: 1200px;
    margin: 0 auto 50px;
  }

  .news-content .news-title {
    font-size: 38px;
    color: #003894;
    margin-bottom: 48px;
    text-align: center;
  }

  .news-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .home-news-list {
    width: 470px;
  }

  .home-news-list .title1 {
    color: #003894;
    font-size: 24px;
    font-weight: bold;
  }

  .home-news-list .title2 {
    color: #fff;
    background: #003894;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 68px;
    height: 42px;
    margin: 26px 0 20px;
  }

  .home-news-list .home-news-carousel {
    width: 470px;
  }

  .home-news-carousel .el-carousel__indicators--horizontal {
    bottom: 0;
    left: 0;
    transform: translateX(0);
  }

  .home-news-carousel .el-carousel__indicator.is-active button {
    background: #003894;
  }

  .home-news-carousel .el-carousel__button {
    opacity: 1;
    background-color: #b5b5b5;
  }

  .home-news-item .home-news-title {
    color: #003894;
    font-size: 20px;
    margin-bottom: 14px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .home-news-item .home-news-desc {
    font-size: 12px;
    height: 120px;
    overflow: hidden;
    line-height: 20px;
    color: #666;
  }

  .news-imglist {
    display: flex;
  }

  .news-imglist .news-carousel {
    width: 456px;
    height: 280px;
    margin-right: 8px;
  }

  .news-carousel .carousel-img {
    display: block;
    width: 456px;
    height: 280px;
  }

  .news-imglist .card {
    display: block;
    width: 224px;
    height: 280px;
  }

  :root {
  --d: 700ms;
  --e: cubic-bezier(0.19, 1, 0.22, 1);
}

.carde {
  position: relative;
  overflow: hidden;
  padding: 1rem;
  width: 370px;
  height: 486px;
  text-align: left;
  color: whitesmoke;
  position: absolute;
  top:0px;
  display: flex;
}
.carde .title{
  font-size: 32px;
  font-weight: bold;
  color: whitesmoke;
}
.carde:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200%;
  pointer-events: none;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(29, 81, 154, 1) 50%);
  transform: translateY(-50%);
  transition: transform calc(var(--d) * 2) var(--e);
}
.contenter {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 1rem;
  transition: transform var(--d) var(--e);
  z-index: 1;
}
.contenter > * + * {
  margin-top: 1rem;
}
.copy {
  text-indent: 32px;
  font-size: 1rem;
  line-height: 1.35;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 12;
  -webkit-box-orient: vertical;
}
.carde:after {
  transform: translateY(0);
}

.contenter {
  transform: translateY(calc(100% - -7.5rem));
}
.contenter > *:not(.title) {
  opacity: 0;
  transform: translateY(1rem);
  transition: transform var(--d) var(--e), opacity var(--d) var(--e);
}

.carde:hover,
.carde:focus-within {
  align-items: center;
}
.carde:hover:before,
.carde:focus-within:before {
  transform: translateY(-4%);
}
.carde:hover:after,
.carde:focus-within:after {
  transform: translateY(-50%);
}
.carde:hover .contenter,
.carde:focus-within .contenter {
  transform: translateY(0);
}
.carde:hover .contenter > *:not(.title),
.carde:focus-within .contenter > *:not(.title) {
  opacity: 1;
  transform: translateY(0);
  transition-delay: calc(var(--d) / 8);
}

.carde:focus-within:before, .carde:focus-within:after,
.carde:focus-within .contenter,
.carde:focus-within .contenter > *:not(.title) {
  transition-duration: 0s;
}
