.wrap {
  margin: 200px auto 0;
}
@media screen and (max-width: 1024px) {
  .wrap {
    margin: 160px auto 0;
  }
}
.page-title {
  font-size: 32px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 56px;
  color: rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 1024px) {
  .page-title {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .page-title {
    font-size: 20px;
  }
}
.news-page {
  margin-bottom: 100px;
}
.news {
  width: 100%;
  padding: 0 10px;
}
.news .item {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 60px;
  display: flex;
  transition: all 0.4s;
}
@media screen and (max-width: 768px) {
  .news .item {
    margin-bottom: 100px;
  }
}
.news .item .time-label {
  font-size: 13px;
  font-weight: 700;
  font-style: italic;
  position: absolute;
  top: -20px;
  left: 13px;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  color: rgba(255, 255, 255, 0.9);
}
.news .item .time-label .time-num {
  font-size: 46px;
  margin-right: 6px;
  line-height: 42px;
  color: #a5cd39;
}
.news .item .cover-img {
  width: 200px;
  height: 200px;
  display: flex;
  flex-direction: column;
  position: relative;
  flex-shrink: 0;
  overflow: hidden;
}
.news .item .cover-img img {
  border-radius: 0 0 0 16px;
}
@media screen and (max-width: 768px) {
  .news .item .cover-img {
    width: 100%;
    height: auto;
    flex: 1;
  }
}
.news .item .cover-img:before {
  content: "";
  position: absolute;
  top: 30px;
  left: 0;
  background: rgba(255, 255, 255, 0);
  height: 24px;
  width: 24px;
  border-top-left-radius: 15px;
  box-shadow: -5px -5px 0 2px #19222d;
}
.news .item .cover-img a {
  border-radius: 18px;
  overflow: hidden;
}
.news .item .cover-img a img {
  width: 100%;
  height: 100%;
}
.news .item .cover-img .cover-border {
  border-bottom-right-radius: 10px;
  height: 30px;
  width: 50px;
  background: #19222d;
  position: absolute;
  top: 0;
  left: 0;
  transform: skew(-34deg);
  box-shadow: -10px -10px 0 0 #19222d;
}
.news .item .cover-img .cover-border:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  top: 0;
  right: -15px;
  background: rgba(255, 255, 255, 0);
  border-top-left-radius: 10px;
  box-shadow: -5px -5px 0 2px #19222d;
}
.news .item .info {
  width: 100%;
  padding: 20px 30px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 0 16px 16px 0;
}
@media screen and (min-width: 769px) {
  .news .item .info {
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .news .item .info {
    padding: 16px 12px;
    flex: 1.2;
  }
}
.news .item .info .ften {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #aaa;
  padding-bottom: 10px;
}
.news .item .info .ften .word-count {
  width: fit-content;
  margin-left: 60px;
  flex-shrink: 0;
  text-align: center;
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (max-width: 768px) {
  .news .item .info .ften .word-count {
    position: absolute;
    right: 10px;
    top: -32px;
  }
}
.news .item .info .ften .word-count .num {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0;
  color: rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 768px) {
  .news .item .info .ften .word-count .num {
    font-size: 13px;
  }
}
.news .item .info .ften .word-count .text {
  font-size: 12px;
  color: #aaa;
}
@media screen and (max-width: 768px) {
  .news .item .info .ften .word-count .text {
    font-size: 11px;
  }
}
.news .item .info .ften .new-title {
  font-size: 22px;
  font-weight: 700;
  text-align: justify;
  color: rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 768px) {
  .news .item .info .ften .new-title {
    font-size: 14px;
  }
}
.news .item .info .ften .new-title a {
  transition: all 0.4s;
  color: rgba(255, 255, 255, 0.9);
}
.news .item .info .new-desc {
  font-size: 13px;
  color: #aaa;
  margin-top: 10px;
  width: 80%;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .news .item .info .new-desc {
    font-size: 11px;
    width: 100%;
  }
}
.news .item .info .time {
  font-size: 12px;
  letter-spacing: 0;
  color: #aaa;
  position: absolute;
  bottom: 20px;
  left: 30px;
}
@media screen and (max-width: 768px) {
  .news .item .info .time {
    left: 10px;
    bottom: -26px;
  }
}
.news .item .info .time .label-title {
  font-size: 12px;
  font-weight: 500;
  color: #FFF;
  background-color: #0080ff;
  padding: 4px 8px;
  font-style: normal;
  border-radius: 6px;
  margin-right: 16px;
}
.news .item .info .time i {
  font-size: 11px;
  margin: 0 4px 0 20px;
}
.news .item .info .go-btn {
  background-color: #87ad21;
  color: #FFF;
  padding: 0 20px;
  height: 32px;
  border-radius: 8px;
  position: absolute;
  right: 30px;
  bottom: 20px;
  font-size: 13px;
  opacity: 0;
  transition: all 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .news .item .info .go-btn {
    opacity: 1;
    height: 24px;
    right: 10px;
    bottom: -30px;
    font-size: 11px;
    padding: 0 8px;
    border-radius: 6px;
  }
}
.news .item .info .go-btn i {
  color: #ffffff;
  font-size: 13px;
  margin-left: 4px;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .news .item .info .go-btn i {
    animation: goRead 1s infinite;
  }
}
@keyframes goRead {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(6px);
  }
  60% {
    transform: translateX(3px);
  }
}
@media screen and (min-width: 1025px) {
  .news .item:hover {
    transform: translateX(-10px);
  }
  .news .item:hover .go-btn {
    opacity: 1;
  }
  .news .item:hover .go-btn i {
    animation: goRead 1s infinite;
  }
}
