.sub-main.sub-new {
  padding-top: 1rem;
}
.news {
  margin-bottom: 0.66rem;
}
.news ul li {
  border-top: 1px solid #8C8D8D;
}
.news ul li a {
  padding: 0.25rem 0 0.3rem;
  align-items: flex-start;
  color: #333;
}
.news li .cover {
  flex-shrink: 0;
  margin-right: 0.66rem;
  width: 4.44rem; height: 2.18rem;
  overflow: hidden;
}
.news li .cover img {
  width: 100%;
}
.news li a:hover .cover img {
  transform: scale(1.1);
}
.news li .date {
  flex-shrink: 0;
  width: 1.34rem;
  white-space: nowrap;
}
.news li .date .p:nth-child(1) {
  font-size: 0.32rem;
  line-height: 0.38rem;
}
.news li .date .p:nth-child(2) {
  font-size: 0.22rem;
  line-height: 0.22rem;
}
.news li .infos {
  flex: 1;
  overflow: hidden;
  border-left: 1px solid #8C8D8D;
  padding: 0 0.38rem;
}
.news li .infos .h4 {
  font-size: 0.3rem; line-height: 0.36rem;
  font-weight: 400;
}
.news li .infos .desc {
  margin-top: 0.18rem;
}
.news li .infos .desc .p {
  /* font-size: 0.22rem; line-height: 0.3rem; */
  font-size: 0.16rem; line-height: 0.24rem;
}

.newsvideo ul li{width:30%;list-style:none; margin-right:3%;}
.newsvideo ul li .fbig{text-align:center; color:#333}
@media screen and (min-width: 1640px) {
  .sub-main .container {
    max-width: 1582px;
  }
  .news li .cover {
    margin-right: 76px;
    width: 444px; height: 218px;
  }
  .news li a:hover .cover img {
    transform: scale(1.1);
  }
  .news li .date {
    width: 134px;
  }
  .news li .date .p:nth-child(1) {
    font-size: 32px;
    line-height: 38px;
  }
  .news li .date .p:nth-child(2) {
    font-size: 22px;
    line-height: 22px;
  }
  .news li .infos {
    padding: 0 38px;
  }
  .news li .infos .h4 {
    font-size: 22px; line-height: 26px;
    font-weight: 400;
  }
  .news li .infos .desc {
    margin-top: 24px;
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }
  .news li .infos .desc .p {
    font-size: 0.16rem; line-height: 0.24rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1640px) {
  .sub-main.sub-new {
    padding-top: 0.7rem;
  }
  .news li .date .p:nth-child(1) {
    font-size: 0.32rem;
    line-height: 0.38rem;
  }
  .news li .date .p:nth-child(2) {
    font-size: 0.22rem;
    line-height: 0.22rem;
  }
  .news li .infos {
    padding: 0 0.38rem;
  }
  .news li .infos .h4 {
    font-size: 0.22rem; line-height: 0.26rem;
  }
  .news li .infos .desc {
    margin-top: 0.24rem;
  }
  .news li .infos .desc .p {
    font-size: 0.16rem; line-height: 0.2rem;
  }
}
@media screen and (max-width: 768px) {
  .news li a {
    position: relative;
  }
  .news li .cover {
    position: relative;
    width: 1.88rem;
    height: 1.68rem;
    margin-right: 0;
    overflow: hidden;
  }
  .news li .cover img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    max-height: 100%;
    transform: translate(-50%, -50%);
  }
  .news li a:hover .cover img {
    transform: scale(1) translate(-50%, -50%);
  }
  .news li .date {
    position: absolute;
    right: 0;
    bottom: 18px;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
  }
  .news li .date p {
    margin-left: 4px;
    font-size: 14px !important; line-height: 20px !important;
  }
  .news li .infos {
    border-left: 0;
    padding-left: 20px;
    padding-right: 0;
  }
}
