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 .newsDetail {
  width: 70%;
  margin: auto;
  overflow: hidden;
}

.myContent .newsDetail .title {
  font-size: 30px;
  color: #333;
  font-weight: normal;
  padding-top: 50px;
}

.myContent .newsDetail .info {
  padding: 10px;
  background: #fafafa;
  border: 1px solid #ededed;
  font-size: 14px;
  color: #999;
  margin-top: 30px;
  display: flex;
  margin-bottom: 30px;
}

.myContent .newsDetail .info .item {
  display: flex;
  align-items: center;
  margin-right: 10px;
}

.myContent .newsDetail .info .item .text {
  margin-left: 5px;
}

.myContent .newsDetail .newsContent {
  width: 100%;
  font-size: 16px;
  color: #606060;
}

@media screen and (max-width: 1024px) {
  .myContent {
    padding-top: 50px;
  }
}
