.listNewsItem {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 1.38888889vw);
  margin: 0 0.69444444vw;
  color: #1D1D1D;
  text-decoration: none;
  background: #FFFFFF;
  padding: 2.77777778vw 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.listNewsItem:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.listNewsItem:hover .image img {
  -webkit-transform: scale(1.05) translate3d(0, 0, 0);
  -moz-transform: scale(1.05) translate3d(0, 0, 0);
  -o-transform: scale(1.05) translate3d(0, 0, 0);
  -ms-transform: scale(1.05) translate3d(0, 0, 0);
  transform: scale(1.05) translate3d(0, 0, 0);
}
.listNewsItem:hover .innerContent {
  opacity: 0.6;
}
.listNewsItem .image {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 11.11111111vw;
  height: 11.11111111vw;
  overflow: hidden;
}
.listNewsItem .image img {
  display: block;
  height: auto;
  object-fit: cover;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-transform: scale(1) translate3d(0, 0, 0);
  -moz-transform: scale(1) translate3d(0, 0, 0);
  -o-transform: scale(1) translate3d(0, 0, 0);
  -ms-transform: scale(1) translate3d(0, 0, 0);
  transform: scale(1) translate3d(0, 0, 0);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.listNewsItem .innerContent {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 6.94444444vw + 4.16666667vw);
  padding: 0.34722222vw 2.08333333vw;
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.listNewsItem .innerContent .date {
  opacity: 0.5;
  margin-bottom: 0.69444444vw;
  display: block;
}
.listNewsItem .innerContent .newsTitle {
  display: block;
  margin-bottom: 0.69444444vw;
}
.listNewsItem .innerContent .newsTitle strong {
  font-weight: 500;
}
.listNewsItem .innerContent .tags {
  display: block;
  margin-top: 0.69444444vw;
}
.listNewsItem .innerContent .tags .tagItem {
  margin-right: 0.69444444vw;
}
.listNewsItem .innerContent .text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0.69444444vw;
}
.listNewsItem .innerContent .url {
  color: #CCFF6C;
}
@media all and (max-width: 1024px) {
  .listNewsItem {
    width: calc(100% - 1.852vw);
    margin: 0 0.926vw;
    padding: 3.704vw 0;
  }
  .listNewsItem .image {
    width: 14.815vw;
    height: 14.815vw;
  }
  .listNewsItem .innerContent {
    width: calc(100% - 9.259vw + 5.556vw);
    padding: 0.463vw 2.778vw;
  }
  .listNewsItem .innerContent .date {
    margin-bottom: 0.926vw;
  }
  .listNewsItem .innerContent .newsTitle {
    margin-bottom: 0.926vw;
  }
  .listNewsItem .innerContent .tags {
    margin-top: 0.926vw;
  }
  .listNewsItem .innerContent .tags .tagItem {
    margin-right: 0.926vw;
  }
  .listNewsItem .innerContent .text {
    margin-bottom: 0.926vw;
  }
}
@media all and (max-width: 580px) {
  .listNewsItem {
    display: block;
    width: calc(100% - 5.09vw);
    margin: 0 2.54vw;
    padding: 7.63vw 0;
  }
  .listNewsItem .image {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 5.09vw;
  }
  .listNewsItem .image img {
    width: 100%;
    height: auto;
    position: relative;
  }
  .listNewsItem .innerContent {
    display: block;
    width: 100%;
    padding: 0 5.09vw;
  }
  .listNewsItem .innerContent .date {
    margin-bottom: 2.54vw;
  }
  .listNewsItem .innerContent .newsTitle {
    margin-bottom: 2.54vw;
  }
  .listNewsItem .innerContent .tags {
    margin-top: 2.54vw;
  }
  .listNewsItem .innerContent .tags .tagItem {
    margin-right: 2.54vw;
  }
  .listNewsItem .innerContent .text {
    margin-bottom: 2.54vw;
  }
}
