.infoFun p:nth-child(1) {
  font-size: 20px;
  color: #4980fe;
  font-weight: bold;
}
.button {
  width: 30%;
  height: 40px;
  line-height: 40px;
  border-radius: 10px;
  text-align: center;
  background-color: #4980fe;
  cursor: pointer;
}
.button:hover {
  background-color: #1656eb;
}
.textOverflow {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.box :after {
  position: absolute;
  right: 0px;
  bottom: 0px;
  content: "";
  height: 25px;
  width: 25px;
  border-right: 2px solid #00FFF5;
  border-bottom: 2px solid #00FFF5;
}
.box :before {
  position: absolute;
  left: 0px;
  top: 0px;
  content: "";
  height: 25px;
  width: 25px;
  border-left: 2px solid #00FFF5;
  border-top: 2px solid #00FFF5;
}
.left-top {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 25px;
  width: 25px;
  border-left: 2px solid #00FFF5;
  border-top: 2px solid #00FFF5;
}
.left-bottom {
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 25px;
  width: 25px;
  border-left: 2px solid #00FFF5;
  border-bottom: 2px solid #00FFF5;
}
.right-top {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 25px;
  width: 25px;
  border-right: 2px solid #00FFF5;
  border-top: 2px solid #00FFF5;
}
.right-bottom {
  position: absolute;
  right: 0px;
  bottom: 0px;
  height: 25px;
  width: 25px;
  border-right: 2px solid #00FFF5;
  border-bottom: 2px solid #00FFF5;
}
.media-body-child {
  height: 100%;
  width: 100%;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.body-child-item {
  height: 16.66%;
  display: flex;
  align-items: center;
  width: 100%;
}
.body-child-item > a {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.body-child-item > a > .left {
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 17px;
  color: black;
}
.body-child-item > a > .right {
  width: 20%;
  text-align: right;
  /* overflow: hidden; */
  /* text-overflow: ellipsis; */
  white-space: nowrap;
  font-size: 17px;
  color: black;
}
.anli-a {
  /* color: #8c8c8c; */
  color: black;
  font-size: 17px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 90%;
  position: absolute;
}
.tenServe1 {
  border: 1px solid #d7e8fd;
  position: absolute;
  width: 33%;
  height: 19%;
  left: 5%;
  top: 8%;
  display: flex;
  position: relative;
  box-shadow: 0px 5px 10px 10px #ecf3fe;
}
.tenServe1 div:nth-child(1) {
  width: 20%;
  height: 100%;
  font-size: 30px;
  font-weight: bold;
}
.tenServe1 div:nth-child(2) {
  width: 80%;
  height: 100%;
}
.tenServe1 div:nth-child(2) p:nth-child(1) {
  text-align: left;
  padding-top: 10px;
  font-size: 18px;
}
.tenServe1 div:nth-child(2) p:nth-child(2) {
  text-align: left;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.tenServe1 div:nth-child(3) {
  position: absolute;
  right: 0;
  height: 80px;
  bottom: -35px;
}
.tenServe2 {
  border: 1px solid #d7e8fd;
  position: absolute;
  width: 33%;
  height: 19%;
  right: 6%;
  top: 13%;
  box-shadow: 0px 5px 10px 10px #ecf3fe;
}
.tenServe2 div:nth-child(1) {
  width: 20%;
  height: 100%;
  font-size: 30px;
  font-weight: bold;
  float: left;
}
.tenServe2 div:nth-child(2) {
  width: 80%;
  height: 100%;
  float: right;
}
.tenServe2 div:nth-child(2) p:nth-child(1) {
  text-align: left;
  padding-top: 10px;
  font-size: 18px;
}
.tenServe2 div:nth-child(2) p:nth-child(2) {
  text-align: left;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.tenServe2 div:nth-child(3) {
  position: absolute;
  left: 12%;
  height: 80px;
  bottom: -45px;
}
.tenServe3 {
  border: 1px solid #d7e8fd;
  position: absolute;
  width: 33%;
  height: 19%;
  right: 0%;
  top: 41%;
  box-shadow: 0px 5px 10px 10px #ecf3fe;
}
.tenServe3 div:nth-child(1) {
  width: 20%;
  height: 100%;
  font-size: 30px;
  font-weight: bold;
  float: left;
}
.tenServe3 div:nth-child(2) {
  width: 80%;
  height: 100%;
  float: right;
}
.tenServe3 div:nth-child(2) p:nth-child(1) {
  text-align: left;
  padding-top: 10px;
  font-size: 18px;
}
.tenServe3 div:nth-child(2) p:nth-child(2) {
  text-align: left;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.tenServe3 div:nth-child(3) {
  position: absolute;
  left: -15px;
  height: 80px;
  bottom: -45px;
}
.tenServe4 {
  border: 1px solid #d7e8fd;
  position: absolute;
  width: 33%;
  height: 19%;
  left: 0%;
  top: 39%;
  box-shadow: 0px 5px 10px 10px #ecf3fe;
}
.tenServe4 div:nth-child(1) {
  width: 20%;
  height: 100%;
  font-size: 30px;
  font-weight: bold;
  float: left;
}
.tenServe4 div:nth-child(2) {
  width: 80%;
  height: 100%;
  float: right;
}
.tenServe4 div:nth-child(2) p:nth-child(1) {
  text-align: left;
  padding-top: 10px;
  font-size: 18px;
}
.tenServe4 div:nth-child(2) p:nth-child(2) {
  text-align: left;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.tenServe4 div:nth-child(3) {
  position: absolute;
  right: 50px;
  height: 80px;
  bottom: -50px;
}
.tenServe5 {
  border: 1px solid #d7e8fd;
  position: absolute;
  width: 33%;
  height: 19%;
  left: 33%;
  bottom: 13%;
  box-shadow: 0px 5px 10px 10px #ecf3fe;
}
.tenServe5 div:nth-child(1) {
  width: 20%;
  height: 100%;
  font-size: 30px;
  font-weight: bold;
  float: left;
}
.tenServe5 div:nth-child(2) {
  width: 80%;
  height: 100%;
  float: right;
}
.tenServe5 div:nth-child(2) p:nth-child(1) {
  text-align: left;
  padding-top: 10px;
  font-size: 18px;
}
.tenServe5 div:nth-child(2) p:nth-child(2) {
  text-align: left;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.tenServe5 div:nth-child(3) {
  position: absolute;
  right: 10px;
  height: 80px;
  bottom: -50px;
}
@media screen and (max-width: 1100px) {
  .tenServe {
    display: flex;
    flex-direction: column;
  }
  .tenServe0 {
    display: none;
  }
  .tenServe1 {
    width: 100%;
    left: 0;
    top: 0;
  }
  .tenServe2 {
    width: 100%;
    right: 0;
    top: 19%;
  }
  .tenServe3 {
    width: 100%;
    right: 0;
    top: 38%;
  }
  .tenServe4 {
    width: 100%;
    left: 0%;
    top: 57%;
  }
  .tenServe5 {
    width: 100%;
    left: 0%;
    bottom: 5%;
  }
  .met-news-list h3 {
    font-size: 20px!important;
  }
  .zc {
    display: flex;
    flex-direction: column;
  }
  .zc .media-left {
    width: 100%!important;
  }
  .mediaBody {
    width: 100%!important;
  }
}
.p-list {
  text-align: left!important;
  font-size: 17px!important;
}
