.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;
}
.health .main-11 .container {
  display: flex;
}
.health .main-11 .container .item:hover .text p {
  color: #0252c7;
}
.health .main-11 .container .left {
  width: 35rem;
  flex-shrink: 0;
}
.health .main-11 .container .left .item {
  display: block;
  position: relative;
  border: 1px solid #ebebeb;
}
.health .main-11 .container .left .item .img {
  height: 19rem;
  background-color: #ccc;
}
.health .main-11 .container .left .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.health .main-11 .container .left .item .text {
  padding: 1rem;
  padding-top: 0.5rem;
  background-color: #fff;
}
.health .main-11 .container .left .item .text h6 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.health .main-11 .container .left .item .text p {
  line-height: 2;
  margin-bottom: 1rem;
  font-size: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.health .main-11 .container .left .item .time {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 4rem;
  height: 4rem;
  background-color: #0252c7;
}
.health .main-11 .container .left .item .time * {
  color: #fff;
}
.health .main-11 .container .left .item .time strong {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
.health .main-11 .container .left .item .time p {
  font-size: 0.7rem;
}
.health .main-11 .container .right {
  flex: 1;
  margin-left: 2rem;
  min-width: 0;
}
.health .main-11 .container .right .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.health .main-11 .container .right .container .item {
  width: 49%;
  position: relative;
  margin-bottom: 2%;
  border: 1px solid #ebebeb;
}
.health .main-11 .container .right .container .item:nth-of-type(n + 3) {
  margin-bottom: 0;
}
.health .main-11 .container .right .container .item .img {
  height: 8rem;
  background-color: #ccc;
}
.health .main-11 .container .right .container .item .text {
  padding: 1rem;
  padding-top: 0.9rem;
  background-color: #fff;
}
.health .main-11 .container .right .container .item .text p {
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 0.5rem;
}
.health .main-11 .container .right .container .item .text span {
  font-size: 0.7rem;
  color: #666;
}
.health .main-11 .container .right .container .item .time {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 4rem;
  height: 4rem;
  background-color: #0252c7;
}
.health .main-11 .container .right .container .item .time * {
  color: #fff;
}
.health .main-11 .container .right .container .item .time strong {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
.health .main-11 .container .right .container .item .time p {
  font-size: 0.7rem;
}
.health .main-1 .container {
  display: flex;
  justify-content: space-between;
}
.health .main-1 .container .img {
  width: 29.1rem;
  height: 14.9rem;
  background-color: #ccc;
  flex-shrink: 0;
}
.health .main-1 .container .text {
  flex: 1;
  margin-left: 2rem;
}
.health .main-1 .container .text h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.health .main-1 .container .text p {
  line-height: 1.8;
  margin-bottom: 1rem;
}
.health .main-2 {
  background-color: #f9f9f9;
}
.health .main-2 .container {
  display: flex;
  flex-wrap: wrap;
}
.health .main-2 .container .item {
  width: calc((100% - (4 - 1) * 1.5rem) / 4);
  margin-right: 1.5rem;
  margin-bottom: 0;
}
.health .main-2 .container .item:nth-of-type(4n) {
  margin-right: 0;
}
.health .main-2 .container .item {
  position: relative;
  border: 1px solid #ebebeb;
}
.health .main-2 .container .item .img {
  height: 8rem;
  background-color: #ccc;
}
.health .main-2 .container .item .text {
  padding: 0.5rem;
  background-color: #fff;
}
.health .main-2 .container .item .text p {
  line-height: 2;
  margin-bottom: 0.3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.health .main-2 .container .item .text span {
  color: #666;
  font-size: 0.7rem;
}
.health .main-2 .container .item .time {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 4rem;
  height: 4rem;
  background-color: #0252c7;
}
.health .main-2 .container .item .time * {
  color: #fff;
}
.health .main-2 .container .item .time strong {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
.health .main-2 .container .item .time p {
  font-size: 0.7rem;
}
.health .main-2 .container .item:hover .text p {
  color: #0252c7;
}
.health .main-3 .container {
  display: flex;
  flex-wrap: wrap;
}
.health .main-3 .container .swiper {
  width: 100%;
  padding-bottom: 2rem;
}
.health .main-3 .container .item {
  width: calc((100% - (5 - 1) * 1.5rem) / 5);
  margin-right: 1.5rem;
  margin-bottom: 0;
}
.health .main-3 .container .item:nth-of-type(5n) {
  margin-right: 0;
}
.health .main-3 .container .item {
  height: 17rem;
  padding: 0.5rem;
  padding-bottom: 0;
  border: 1px solid #ebebeb;
}
.health .main-3 .container .item .img img {
  height: 12rem;
}
.health .main-3 .container .item .text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  padding-top: 0.5rem;
}
.health .main-3 .container .item .text h6 {
  color: #0252c7;
  padding: 0.5rem 0;
  margin-bottom: 0.5rem;
}
.health .main-4 {
  background-color: #f9f9f9;
}
.health .main-4 .container {
  display: flex;
  flex-wrap: wrap;
}
.health .main-4 .container .item {
  width: calc((100% - (4 - 1) * 1.5rem) / 4);
  margin-right: 1.5rem;
  margin-bottom: 0;
}
.health .main-4 .container .item:nth-of-type(4n) {
  margin-right: 0;
}
.health .main-4 .item {
  padding: 1rem;
}
.health .main-4 .item:hover {
  background-color: #fff;
  box-shadow: 0 0 0.5rem #ebebeb;
}
.health .main-4 .item h6 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #ebebeb;
  line-height: 1.2;
}
.health .main-4 .item p {
  line-height: 2;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.health-department .sup {
  padding: 2rem 0;
}
.health-department .sup .container {
  display: flex;
}
.health-department .sup .container > span {
  color: #666;
  white-space: nowrap;
}
.health-department .sup .container div {
  flex: 1;
  display: flex;
  align-items: center;
}
.health-department .sup .container div a {
  position: relative;
  margin-left: 2rem;
  white-space: nowrap;
}
.health-department .sup .container div a:hover {
  color: #0252c7;
}
.health-department .sup .container div a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -1rem;
  height: 1rem;
  border-left: 1px solid #ebebeb;
  transform: translateY(-50%);
}
.health-department .sup .container div a:first-of-type {
  margin-left: 0;
}
.health-department .sup .container div a:first-of-type::after {
  display: none;
}
.health-department .sub {
  margin-bottom: 2rem;
}
.health-department .sub .container {
  display: flex;
}
.health-department .sub .container a {
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f2f2f2;
  height: 3rem;
  border-right: 1px solid #ebebeb;
}
.health-department .sub .container a:hover,
.health-department .sub .container a.active {
  background-color: #0252c7;
}
.health-department .sub .container a:hover *,
.health-department .sub .container a.active * {
  color: #fff;
}
.health-department .sub .container a i {
  margin-right: 1rem;
  color: #0252c7;
  font-size: 1.5rem;
}
.health-department .content {
  display: flex;
  flex-wrap: wrap;
}
.health-department .content .item {
  width: calc((100% - (3 - 1) * 1rem) / 3);
  margin-right: 1rem;
  margin-bottom: 1rem;
}
.health-department .content .item:nth-of-type(3n) {
  margin-right: 0;
}
.health-department .content > .item {
  display: block;
  padding: 1rem;
  border: 1px solid #ebebeb;
}
.health-department .content > .item .t {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ebebeb;
}
.health-department .content > .item .t h6 {
  position: relative;
  padding-bottom: 1rem;
}
.health-department .content > .item .t h6::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2rem;
  border-bottom: 2px solid #0252c7;
}
.health-department .content > .item .t .code {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.9rem;
  height: 1.9rem;
  background-color: #f2f2f2;
  transform: translateY(-0.5rem);
  position: relative;
}
.health-department .content > .item .t .code:hover .item {
  display: block;
}
.health-department .content > .item .t .code i {
  font-size: 2rem;
  color: #0252c7;
}
.health-department .content > .item .t .code .item {
  position: absolute;
  top: calc(100% + 1rem);
  left: 50%;
  width: auto !important;
  margin-right: 0;
  margin-bottom: 0;
  transform: translateX(-50%);
  background-color: #fff;
  padding: 1rem;
  box-shadow: 0 0 0.5rem #ccc;
  border-radius: 0.5rem;
  display: none;
}
.health-department .content > .item .t .code .item::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  border-bottom: 0.5rem solid #fff;
  border-left: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
  transform: translateX(-50%);
}
.health-department .content > .item .t .code .item .img {
  width: 5rem;
  height: 5rem;
  background-color: #ccc;
}
.health-department .content > .item .t .code .item p {
  margin-top: 1rem;
  text-align: center;
}
.health-department .content > .item .f {
  display: flex;
  border-bottom: 1px dashed #ebebeb;
  padding: 1rem 0;
}
.health-department .content > .item .f span {
  margin-right: 1rem;
}
.health-department .content > .item .b p span {
  color: #666;
}
.health-department .content > .item .b div {
  display: flex;
  justify-content: space-between;
  padding: 1rem 0;
}
.health-department .content > .item .b span {
  line-height: 1.6;
}
.health-department .content > .item .b span a {
  color: #0252c7;
  font-size: 0.7rem;
}
@media screen and (max-width: 768px) {
  .health .position {
    display: none;
  }
  .health .main-1 .container {
    flex-direction: column-reverse;
  }
  .health .main-1 .container > div {
    width: 100% !important;
  }
  .health .main-1 .container .img {
    display: none;
  }
  .health .main-1 .container .text {
    margin-left: 0;
    margin-bottom: 0;
  }
  .health .main-1 .container .text h3 {
    font-size: 1.2rem;
  }
  .health .main-2 .container {
    justify-content: space-between;
  }
  .health .main-2 .container .item {
    width: 49%;
    margin-right: 0;
    margin-bottom: 2%;
  }
  .health .main-3 .container {
    justify-content: space-between;
  }
  .health .main-3 .container .item {
    width: 49%;
    margin-right: 0;
    margin-bottom: 2%;
  }
  .health .main-4 .container {
    justify-content: space-between;
  }
  .health .main-4 .container .item {
    width: 100%;
    margin-right: 0;
    padding: 1rem 0;
  }
  .health .main-4 .container .item p {
    -webkit-line-clamp: 2;
  }
  .health .main-11 .container {
    flex-direction: column;
  }
  .health .main-11 .container .left {
    width: 100%;
    margin-bottom: 2%;
  }
  .health .main-11 .container .left .item .img {
    height: 15rem;
  }
  .health .main-11 .container .right {
    margin-left: 0;
  }
  .health .main-11 .container .right .container {
    flex-direction: row;
  }
  .health-department .sup .container > span {
    width: 3rem;
  }
  .health-department .sup .container div {
    flex: none;
    width: calc(100% - 3rem);
    overflow: auto;
  }
  .health-department .sub .container {
    flex-wrap: wrap;
  }
  .health-department .sub .container a {
    width: 50%;
    border-bottom: 1px solid #ebebeb;
  }
  .health-department .content .item {
    width: 100%;
    margin-right: 0;
  }
}

