.news-list {
  margin: 0 -6px;
}
.news-list .item {
  width: 25%;
}
.news-list .item:nth-child(4n + 1) {
  clear: left;
}
.news-list .box {
  margin: 0 auto 50px;
  padding: 10px 10%;
  position: relative;
  max-width: 220px;
}
.news-list .item .cover {
  font-size: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 30;
}
.news-list .item:nth-child(4n + 1) .box {
  background: none;
}
.news-list .pic {
  position: relative;
  overflow: hidden;
  max-width: 220px;
  margin: 0 auto;
  border: 1px solid #ddd;
}
.news-list .pic:before {
  content: "MORE";
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 3px;
  color: #fff;
  background: rgb(0 0 0 / 50%);
  border-radius: 0;
  opacity: 0;
  font-family: "Open Sans", sans-serif;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 18px;
  font-weight: bold;
  transition: all 0.3s;
}
.news-list .box:hover .pic:before {
  opacity: 1;
  letter-spacing: 1px;
}
.news-list .date {
  display: block;
  color: #fff;
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: 500;
  padding: 10px 0 6px;
  background: #1a73e8;
  border-radius: 0;
  padding: 5px;
  max-width: 125px;
  text-align: center;
  margin: 0 auto;
  margin-top: -18px;
  margin-left: 0;
  z-index: 2;
  position: relative;
}
.news-list .date:before {
}
.news-list .name {
  color: #333333;
  font-size: 18px;
  font-weight: 500;
  /* font-weight: normal; */
  letter-spacing: 0.06em;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 10px 0 6px;
  height: 26px;
}
.news-list .box:hover .name {
  color: #1a73e8;
}
.news-list .description {
  color: #999999;
  font-size: 15px;
  letter-spacing: 0.06em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 45px;
  height: auto;
}
.news-detail .title {
  color: #333;
  font-size: 20px;
  letter-spacing: 0.06em;
  text-align: center;
  margin: 0 0 15px;
  font-weight: 500;
}
.news-detail .date {
  display: block;
  color: #fff;
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: 500;
  background: #1a73e8;
  line-height: 20px;
  text-align: center;
  padding: 0 15px;

  padding: 5px;
  max-width: 125px;
  margin: 0 auto 30px;
}
.news-detail .date:before {
}
.news-detail .editor {
  background: url("../../images/common/border_dot_h.png") repeat-x;
  padding: 28px 0;
}
@media screen and (max-width: 1000px) {
  .news-list .item {
    width: 50%;
  }
  .news-list .item:nth-child(4n + 1) {
    clear: none;
  }
  .news-list .item:nth-child(2n + 1) {
    clear: left;
  }
  .news-list .item:nth-child(2n + 1) .box {
    background: none;
  }
  .news-list .name {
    font-size: 16px;
    margin: 8px 0 3px;
    height: auto;
  }
  .news-list .description {
    font-size: 14px;
  }
  .news-list .box {
    margin: 0 auto 25px;
    padding: 5px 10%;
  }
  .news-detail .title {
    font-size: 18px;
    margin: 0 0 10px;
  }
  .news-detail .date {
    margin: 0 auto 10px;
  }
  .news-detail .editor {
    padding: 13px 0;
  }
}
