.index-swiper .swiper-slide {
  height: 30rem;
  background-color: #ccc;
}
.fff * {
  color: #fff;
}
.dot {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dots {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.main-2 .container {
  display: flex;
  flex-wrap: wrap;
}
.main-2 .container .item {
  width: calc((100% - (3 - 1) * 1.2rem) / 3);
  margin-right: 1.2rem;
  margin-bottom: 1.2rem;
}
.main-2 .container .item:nth-of-type(3n) {
  margin-right: 0;
}
.main-2 .container .link {
  display: flex;
  padding: 1rem;
  border: 1px solid #ebebeb;
}
.main-2 .container .link .time {
  width: 3.4rem;
  height: 2.95rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-right: 1.5rem;
  background-color: #0252c7;
  flex-shrink: 0;
}
.main-2 .container .link .time * {
  color: #fff;
}
.main-2 .container .link .time strong {
  font-size: 1.2rem;
}
.main-2 .container .link .time p {
  font-size: 0.7rem;
  line-height: 1.6;
}
.main-2 .container .link .text h6 {
  font-size: 0.8rem;
  line-height: 1.6;
  margin-bottom: 0.3rem;
}
.main-2 .container .link .text p {
  font-size: 0.7rem;
  color: #666;
  line-height: 2;
}
.main-2 .container .link:hover .text > p:first-of-type {
  color: #0252c7;
}
.main-3 {
  background-color: #fbfbfb;
}
.main-3 .container {
  display: flex;
  flex-wrap: wrap;
}
.main-3 .container .item {
  width: calc((100% - (3 - 1) * 1rem) / 3);
  margin-right: 1rem;
  margin-bottom: 0;
}
.main-3 .container .item:nth-of-type(3n) {
  margin-right: 0;
}
.main-3 .container .item {
  padding: 1rem;
  background-color: #fff;
}
.main-3 .container .content .link {
  display: block;
  padding: 1rem 0;
  border-bottom: 1px dashed #ebebeb;
}
.main-3 .container .content .link:last-of-type {
  border-bottom: none;
}
.main-3 .container .content .link h6 {
  font-size: 0.8rem;
}
.main-3 .container .content .link:hover > p:first-of-type {
  color: #0252c7;
}
.main-4 .container {
  display: flex;
  flex-wrap: wrap;
}
.main-4 .container .item {
  width: calc((100% - (4 - 1) * 1rem) / 4);
  margin-right: 1rem;
  margin-bottom: 0;
}
.main-4 .container .item:nth-of-type(4n) {
  margin-right: 0;
}
.main-4 .container .item {
  position: relative;
}
.main-4 .container .img {
  height: 10.25rem;
  background-color: #ccc;
}
.main-4 .container .text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.main-4 .container .text h6 {
  text-align: center;
  padding: 1rem 0;
  color: #fff;
}
.zs .mb-title,
.fc .mb-title {
  display: none;
}
.zs .container {
  display: flex;
  justify-content: space-between;
}
.zs .container .item {
  padding: 3rem 0;
  border-radius: 0.5rem;
  width: 48%;
  background-color: #ccc;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-size: cover;
}
.zs .container .item * {
  color: #fff;
}
.zs .container .item i {
  font-size: 3rem;
}
.zs .container .item h3 {
  font-size: 2rem;
  line-height: 2;
}
.zs .container .item a {
  margin-top: 1rem;
  padding: 0.5rem 1.2rem;
  background-color: #fff;
  color: #0252c7;
  border-radius: 3rem;
}
.fc .container {
  display: flex;
  flex-wrap: wrap;
}
.fc .container .item {
  width: calc((100% - (4 - 1) * 1.5rem) / 4);
  margin-right: 1.5rem;
  margin-bottom: 1.5rem;
}
.fc .container .item:nth-of-type(4n) {
  margin-right: 0;
}
.fc .container .item {
  position: relative;
}
.fc .container .item .img {
  height: 10rem;
}
.fc .container .item .text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 1rem 0;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
}
.fc-show .top .swiper-slide {
  position: relative;
}
.fc-show .top .swiper-slide .text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
}
.fc-show .bottom {
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 1rem;
}
.fc-show .bottom .swiper {
  width: calc(100% - 6rem);
}
.fc-show .bottom .swiper-slide {
  height: 5rem;
  background-color: #ccc;
}
.fc-show .bottom .swiper-slide img {
  height: 100%;
  object-fit: cover;
}
.fc-show .bottom .swiper-button {
  position: initial;
  height: 5rem !important;
  margin-top: 0;
  border-radius: 0;
  border: none;
  background-color: rgba(0, 0, 0, 0.5);
}
.fc-show .bottom .swiper-button::after {
  color: #fff;
}
.fc-show .photo {
  margin-top: 3rem;
}
.zs-show h2 {
  font-size: 1.6rem;
  text-align: center;
  font-weight: normal;
  margin-bottom: 4rem;
}
.zs-show .content {
  border: 1px solid #ebebeb;
  padding: 4rem 3rem;
}
.zs-show .container > div {
  display: flex;
  margin-bottom: 2rem;
}
.zs-show .container > div P {
  margin-bottom: 0.5rem;
}
.zs-show .container > div P b {
  color: red;
}
.zs-show .container .item {
  margin-right: 4rem;
}
.zs-show .container .item > div {
  display: flex;
  align-items: center;
}
.zs-show .container label {
  display: flex;
  align-items: center;
  margin-right: 1rem;
  white-space: nowrap;
}
.zs-show .container label input {
  margin-right: 0.2rem;
}
.zs-show .container input {
  margin: 0;
}
.zs-show .container input[type="text"],
.zs-show .container textarea {
  height: 2rem;
  border: 1px solid #ebebeb;
  border-radius: 0.2rem;
}
.zs-show .container textarea {
  width: 100%;
  height: 5rem;
  resize: none;
  padding: 0.5rem;
}
.zs-show .container input[type="submit"] {
  height: 2rem;
  background-color: #0252c7;
  color: #fff;
  width: 6rem;
  border-radius: 0.2rem;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .main-2 .container .link {
    width: 100%;
    margin-right: 0;
  }
  .main-3 .container .item {
    width: 100% !important;
    padding: 2rem 0;
    margin-bottom: 1rem;
  }
  .main-4 .container {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .main-4 .container .item {
    width: 49%;
    margin-right: 0;
    margin-bottom: 2%;
  }
  .main-4 .container .item .text h6 {
    font-size: 0.8rem;
    padding: 0.5rem 0;
  }
  .zs .mb-title,
  .fc .mb-title {
    display: block;
    font-size: 18px;
    margin-bottom: 20px;
  }
  .zs .container .item {
    padding: 2rem 0;
  }
  .zs .container .item .i i {
    font-size: 2rem;
  }
  .zs .container .item h3 {
    font-size: 1rem;
  }
  .zs .container .item p {
    font-size: 0.6rem;
    text-align: center;
    min-height: 1.5rem;
  }
  .fc .container {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .fc .container .item {
    width: 49%;
    margin-right: 0;
    margin-bottom: 2%;
  }
  .fc .container .item .text {
    padding: 0.5rem 0;
    font-size: 0.8rem;
    font-weight: normal;
  }
}

