.mobile-only {
  display: none;
}

.pc-only {
  display: block;
}

@media screen and (max-width: 750px) {
  .mobile-only {
    display: block !important;
  }

  .pc-only {
    display: none !important;
  }
}
.news-container {
  width: 1200.1px;
  margin: 0 auto;
  padding: 80px 0px 100px 0px;
}
.news-container .mobile {
  display: none;
}
.news-container .normal {
  display: block;
}

.news-wrapper {
  padding: 0px 0 40px 0;
}
.news-wrapper .mobile {
  display: none;
}
.news-wrapper .normal {
  display: block;
}
.news-wrapper .news-wrap .title {
  position: relative;
  font-size: 40px;
  font-weight: 600;
  line-height: 56px;
  vertical-align: middle;
  text-align: center;
}
.news-wrapper .news-wrap .title > a {
  color: #1f2227;
}
.news-wrapper .news-wrap .more-inf {
  position: absolute;
  right: 0;
  top: 0;
}
.news-wrapper .news-wrap .pri {
  width: auto !important;
}
.news-wrapper .news-box {
  margin-top: 80px;
  font-size: 0;
  display: flex;
  justify-content: space-between;
}
.news-wrapper .news-box .news-item {
  width: 380px;
  vertical-align: top;
  display: inline-block;
  transition: all 300ms ease;
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #eeeeee;
  margin-bottom: 20px;
  object-fit: cover;
}
.news-wrapper .news-box .news-item .item-img img {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  width: 100%;
  height: 210px;
  object-fit: cover;
}
.news-wrapper .news-box .news-item:hover {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 8px 35px 0px rgba(0, 0, 0, 0.07);
  transform: translateY(-5%);
}
.news-wrapper .news-box .item-title {
  margin-top: 30px;
  margin-left: 30px;
  margin-right: 24px;
  line-height: 30px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  font-weight: 600;
  color: #020202;
  line-height: 30px;
}
.news-wrapper .news-box .item-text {
  margin-top: 24px;
  margin-left: 30px;
  margin-right: 24px;
  margin-bottom: 49px;
  font-size: 14px;
  font-weight: 400;
  color: #727275;
  line-height: 20px;
  color: #1f2227;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-wrapper .news-box .date-see-details {
  margin-top: 34px;
}
.news-wrapper .news-box .date-see-details a {
  font-size: 14px;
  font-weight: 600;
  color: #366dff;
}
.news-wrapper .news-box .date-see-details .right-icon {
  position: relative;
  top: 2px;
  margin-left: 30px;
  width: 15px;
}
