.nybox > .left {
  display: none;
}
body {
  background-color: #fafafa;
}
.head {
  display: none;
}
.nybox .mainny {
  width: 100%;
}
.nybox #article > div {
  background-color: #fff;
  margin-bottom: 60px;
}
.nybox #article h2 {
  font-size: 36px;
  font-weight: bold;
  color: #0169DE;
  text-align: center;
  padding: 40px 0;
}
.nybox #article .a-item {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  box-sizing: border-box;
  padding: 20px;
}
.nybox #article .a-item:nth-of-type(2) {
  display: block;
}
.nybox #article .a-item:nth-of-type(2) .text {
  padding-left: 0;
  padding-right: 0;
}
.nybox #article .a-item .img {
  width: 40%;
  flex-shrink: 0;
  height: 300px;
  background-color: #fafafa;
}
.nybox #article .a-item .img img {
  width: 100%;
}
.nybox #article .a-item .img-wrap {
  display: flex;
  justify-content: space-between;
  height: 280px;
  background-color: #fafafa;
  margin-bottom: 20px;
}
.nybox #article .a-item .img-wrap .img {
  width: auto;
  flex: 1;
  margin-right: 2%;
  position: relative;
}
.nybox #article .a-item .img-wrap .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.nybox #article .a-item .img-wrap .img:last-of-type {
  margin-right: 0;
}
.nybox #article .a-item .img-wrap p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 38px;
  line-height: 38px;
  padding: 0 10px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
  box-sizing: border-box;
}
.nybox #article .a-item h4 {
  font-size: 34px;
  color: #0169DE;
  margin-bottom: 20px;
}
.nybox #article .a-item h5 {
  font-size: 20px;
}
.nybox #article .a-item p {
  font-size: 18px;
}
.nybox #article .a-item .text {
  padding: 20px;
  flex: 1;
}
.nybox #article .a-honor .img {
  width: 50%;
  height: 220px;
}
.nybox #article .a-honor .text span {
  font-size: 20px;
  font-weight: bold;
}
.nybox #article .a-team {
  background-color: transparent;
}
.nybox #article .a-team .con {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.nybox #article .a-team .con > div {
  min-height: 300px;
  background-color: #fff;
  box-sizing: border-box;
  padding: 10px;
}
.nybox #article .a-team .con .img {
  width: 49.5%;
  margin-bottom: 1%;
}
.nybox #article .a-team .con img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.nybox #article .a-team .con .img-big {
  width: 100%;
}
.nybox #article .a-coo {
  background-color: transparent;
}
.nybox #article .a-coo .con {
  display: flex;
  flex-wrap: wrap;
}
.nybox #article .a-coo .con .list {
  display: block;
  width: calc((100% - 4%) / 3);
  margin-right: 2%;
  margin-bottom: 2%;
  position: relative;
  background-color: #fff;
  padding: 10px;
  box-sizing: border-box;
}
.nybox #article .a-coo .con .list:nth-of-type(3n) {
  margin-right: 0;
}
.nybox #article .a-coo .con .list .img {
  width: 100%;
}
.nybox #article .a-coo .con .list .img img {
  width: 100%;
}
.nybox #article .a-coo .con .list p {
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
.nybox #article .a-news {
  background-color: transparent;
}
.nybox #article .a-news .con ul {
  display: flex;
  flex-wrap: wrap;
}
.nybox #article .a-news .con ul li {
  width: calc((100% - 2%) / 3);
  margin-right: 1%;
  border-bottom: 1px solid #ccc;
}
.nybox #article .a-news .con ul li:hover * {
  color: #0169DE;
}
.nybox #article .a-news .con ul li:nth-of-type(3n) {
  margin-right: 0;
}
.nybox #article .a-news .con ul li a {
  display: flex;
  justify-content: space-between;
  padding: 0.3rem 0;
}
.nybox #article .a-news .con ul li a p {
  width: 70%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .nybox #article .a-item {
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
  }
  .nybox #article .a-item:nth-of-type(1) .img {
    display: none;
  }
  .nybox #article .a-item .text {
    padding: 0;
  }
  .nybox #article .a-item h4 {
    font-size: 20px;
    margin-bottom: 0;
  }
  .nybox #article .a-item p {
    font-size: 16px;
    line-height: 1.6;
  }
  .nybox #article .a-item .img {
    height: auto;
  }
  .nybox #article .a-item .img-wrap {
    height: auto;
  }
  .nybox #article .a-item .img-wrap p {
    height: 32px;
    line-height: 32px;
    font-size: 14px;
  }
  .nybox #article .a-item .img-wrap .img img {
    height: 100% !important;
  }
  .nybox #article .a-item h5 {
    font-size: 16px;
    line-height: 1.6;
  }
  .nybox #article .a-item .img {
    width: 80%;
    margin: 20px auto;
  }
  .nybox #article .a-honor .text span {
    font-size: 16px;
  }
  .nybox #article h2 {
    font-size: 18px;
    padding: 20px;
  }
  .nybox #article .a-team .con > div {
    min-height: 100px;
  }
  .nybox #article .a-coo .con .list {
    width: 48%;
  }
  .nybox #article .a-coo .con .list p {
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
    text-overflow: ellipsis;
  }
  .nybox #article > div {
    margin-bottom: 20px;
  }
  .nybox #article .a-news .con ul li {
    width: 100%;
  }
  .nybox #article .a-news .con ul li:nth-of-type(n+6) {
    display: none;
  }
  .index-banner .swiper-slide {
    height: 300px;
  }
  .index-banner .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
