html {
  font-size: calc(100vw / 1920 * 16);
}

a,
li,
img {
  text-decoration: none;
  list-style: none;
  display: block !important;
}

.myContent {
  padding-top: 80px;
  overflow: hidden;
}

.myContent .mycontainer {
  width: 1328px;
  margin: auto;
}

.myContent .banner {
  width: 100%;
  height: inherit;
}

.myContent .banner .img {
  width: 100%;
  height: auto;
}

.myContent .banner .mobile {
  display: none !important;
}

.myContent .news {
  overflow: hidden;
}

.myContent .news .textImg {
  width: 185px;
  height: auto;
  margin: auto;
  margin-top: 100px;
}

.myContent .news .title {
  font-size: 32px;
  color: #272727;
  margin-top: 10px;
  margin-bottom: 50px;
  text-align: center;
}

.myContent .news .newsList {
  width: 915px;
  margin: auto;
}

.myContent .news .newsList .item {
  display: flex;
  height: 146px;
  margin-top: 40px;
}

.myContent .news .newsList .item .newsImg {
  width: 200px;
  height: 100%;
  background-size: cover;
  background-position: center center;
  margin-right: 20px;
}

.myContent .news .newsList .item .decribe .title {
  font-size: 18px;
  color: #272727;
  margin: 0;
  text-align: left;
}

.myContent .news .newsList .item .decribe .text {
  font-size: 14px;
  color: #878787;
  margin-top: 10px;
  width: 695px;
}

.myContent .news .newsList .item:nth-child(1) {
  margin-top: 0;
}

.myContent .pageChange {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
  margin-bottom: 100px;
}

.myContent .pageChange .icon path {
  fill: #666666;
}

.myContent .pageChange .prePage {
  margin-right: 10px;
}

.myContent .pageChange .pageList {
  display: flex;
  padding: 0;
  margin: 0;
}

.myContent .pageChange .pageList .item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  padding: 4px 8px;
  background: #FFF;
  font-weight: bold;
  border: 1px solid #eee;
  font-size: 12px;
  cursor: pointer;
}

.myContent .pageChange .pageList .active {
  background: #b9487d;
  color: #FFF;
  border-color: #b9487d;
}

.myContent .pageChange .icon:hover path {
  fill: #000;
}

@media (max-width: 1024px) {
  .myContent .banner .mobile {
    display: block;
  }
  .myContent .banner .pc {
    display: none !important;
  }
}

@media (max-width: 915px) {
  .myContent {
    padding-top: 50px;
  }
  .myContent .news .newsList {
    width: 100%;
  }
  .myContent .news .newsList .item .newsImg {
    width: 30%;
  }
  .myContent .news .newsList .item .decribe {
    width: 70%;
  }
  .myContent .news .newsList .item .decribe .title {
    font-size: 3.25rem;
  }
  .myContent .news .newsList .item .decribe .text {
    width: 100%;
    font-size: 2.25rem;
  }
}

@media (max-width: 610px) {
  .myContent .news .newsList .item .decribe .title {
    font-size: 3.55rem;
  }
  .myContent .news .newsList .item .decribe .text {
    width: 100%;
    font-size: 2.55rem;
  }
}

@media (max-width: 425px) {
  .myContent .news .newsList .item .decribe .title {
    font-size: 4.05rem;
  }
  .myContent .news .newsList .item .decribe .text {
    width: 100%;
    font-size: 3.05rem;
  }
}

@media (max-width: 375px) {
  .myContent .news .newsList .item .decribe .title {
    font-size: 4.55rem;
  }
  .myContent .news .newsList .item .decribe .text {
    width: 100%;
    font-size: 3.55rem;
  }
}
