.home {
  background: #f6f8fa;
  padding-bottom: 15px;
}

.el-carousel {
  width: 100%;
  min-width: 1400px;
  height: 360px;
  margin-bottom: 20px;
  margin-top: -15px;
}

.el-carousel__container {
  height: 360px;
}

.el-carousel__container .bannerArr {
  width: 100%;
  height: 360px;
  vertical-align: middle;
  min-width: 1400px;
  object-fit: cover;
}

#component-home {
  font-size: 20px;
  display: flex;
  width: 1400px;
  margin: 0 auto;
  justify-content: space-between;
  background: #f6f8fa;
}

#component-home .left {
  width: 960px;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
}

#component-home h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 12px;
}

#component-home .left h3 img {
  width: 16px;
  height: 16px;
  margin-right: 5px;
  vertical-align: middle;
}

#component-home .left > ul li {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  padding-top: 15px;
  padding-left: 10px;
  padding-right: 10px;
}

#component-home .left > ul li:hover {
  background: #f6f8fa;
}

#component-home .left > ul li:hover .desc h4 {
  color: var(--primary-color);
}

#component-home .left > ul li .banner img {
  width: 160px;
  height: 122px;
  object-fit: cover;
  border-radius: 5px;
  margin-right: 15px;
}

#component-home .left > ul li .desc {
  flex: 1;
}

#component-home .left > ul li .desc h4 {
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: 500;
  margin-bottom: 12px;
}

#component-home .left > ul li .desc .content {
  color: var(--secondary-word-color);
  font-size: 14px;
  margin-bottom: 15px;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: box;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  text-overflow: ellipsis;
}

#component-home .left > ul li .desc .time {
  color: var(--secondary-word-color);
  font-size: 14px;
}

#component-home .left > ul li:not(:last-child) {
  border-bottom: 1px solid #f2f3f5;
  padding-bottom: 15px;
}

#component-home .right {
  width: 420px;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
}

#component-home .right ul li {
  padding: 10px 0;
  font-size: 16px;
  cursor: pointer;
}

#component-home .right ul li:hover {
  background: #f6f8fa;
}

#component-home .right ul li h4 {
  position: relative;
  padding-left: 15px;
  margin-bottom: 10px;
}

#component-home .right ul li:hover h4 {
  color: var(--primary-color);
}

#component-home .right ul li h4::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: var(--primary-color);
  border-radius: 50%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

#component-home .right ul li p {
  padding-left: 15px;
  font-size: 14px;
  color: #86909c;
}

#component-home .pointCard {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 7;
}

#component-home .pointCard .card {
  width: 318px;
  height: 430px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#component-home .pointCard .card .close {
  width: 24px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}

#component-home .pointCard .card .bg {
  width: 318px;
  height: 366px;
}

#component-home .pointCard .card h4 {
  font-weight: 500;
  font-size: 12px;
  color: #5a1717;
  position: absolute;
  top: 180px;
  width: 100%;
  text-align: left;
  padding: 0 50px;
}

#component-home .pointCard .card .content {
  font-weight: 500;
  font-size: 12px;
  color: #5a1717;
  position: absolute;
  top: 210px;
  width: 100%;
  text-align: left;
  padding: 0 50px;
  line-height: 22px;
}

#component-home .pointCard .card .card_button {
  width: 157px;
  height: 43px;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
}

/* 手机端（屏幕宽度≤768px） */
@media (max-width: 768px) {
  .el-carousel__container {
    height: 160px !important;
  }

  .el-carousel__container .banner_img {
    height: 160px;
  }

  header .content .left {
    margin-right: 0px;
    padding-left: 5px;
  }

  header .content .center,
  header .content .right .concat {
    display: none;
  }

  #component-home,
  #component-home .left,
  #component-home .right {
    width: 100%;
    min-width: 375px;
    border-radius: 0;
  }

  #component-home .left {
    margin-bottom: 15px;
  }

  #component-home {
    display: block;
  }
}
