.news-content .first-news {
  margin-bottom: 80px;
}
.news-content .first-news .left-img {
  width: 493px;
}
.news-content .first-news .left-img .img-box {
  width: 100%;
  padding-bottom: 65%;
  position: relative;
  overflow: hidden;
}
.news-content .first-news .left-img .img-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.news-content .first-news .right-info {
  width: calc(100% - 493px);
  padding: 40px 60px;
  background-color: #f5f5f5;
}
.news-content .first-news .right-info .date {
  font-size: 16px;
  line-height: 1;
  color: #333;
  margin-bottom: 24px;
}
.news-content .first-news .right-info h3 {
  font-size: 22px;
  line-height: 1;
  color: #3e3a39;
  margin-bottom: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap;
}
.news-content .first-news .right-info p {
  font-size: 16px;
  line-height: 36px;
  height: 102px;
  max-height: 102px;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.news-content .first-news .right-info .news-more {
  margin-top: 30px;
  font-size: 16px;
  line-height: 1;
  color: #999;
}
.news-content .first-news .right-info .news-more i {
  margin-left: 12px;
}
.news-content .first-news:hover .left-img .img-box img {
  transform: scale(1.1);
}
.news-content .first-news:hover .right-info h3 {
  color: #ed1b23;
}
.news-content .first-news:hover .right-info .news-more {
  color: #ed1b23;
}
.news-content ul li {
  font-size: 16px;
  border-bottom: 1px solid #ececec;
  transition: all 0.3s;
}
.news-content ul li:first-child {
  border-top: 1px solid #ececec;
}
.news-content ul li p {
  float: left;
  width: calc(100% - 110px);
  line-height: 73px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap;
}
.news-content ul li p:before {
  display: inline-block;
  content: '·';
  font-size: 40px;
  color: #666;
  vertical-align: top;
  margin-right: 15px;
}
.news-content ul li .date {
  color: #666;
  width: 100px;
  line-height: 73px;
  float: right;
  font-family: "Arial";
  text-align: right;
}
.news-content ul li:hover {
  background-color: #fff3f3;
  padding: 0 10px;
}
.news-content ul li:hover p {
  color: #ed1b23;
}
.news-content ul li:hover p:before {
  color: #ed1b23;
}
.news-content ul li:hover .date {
  color: #ed1b23;
}
.list-more {
  display: none;
}
.page01 {
  margin-top: 80px;
}
@media (max-width: 1080px) {
  .news-content .first-news {
    background-color: #f5f5f5;
  }
  .news-content .first-news .left-img {
    width: 360px;
  }
  .news-content .first-news .right-info {
    width: calc(100% - 360px);
    padding: 20px;
  }
  .news-content .first-news .right-info .date {
    margin-bottom: 15px;
    font-size: 14px;
  }
  .news-content .first-news .right-info h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .news-content .first-news .right-info p {
    font-size: 14px;
    line-height: 28px;
    height: 84px;
    max-height: 84px;
  }
  .news-content .first-news .right-info .news-more {
    font-size: 14px;
    margin-top: 20px;
  }
  .list-more {
    display: block;
  }
}
@media (max-width: 768px) {
  .news-content .first-news {
    margin-bottom: 40px;
  }
  .news-content .first-news .left-img {
    width: 100%;
  }
  .news-content .first-news .right-info {
    width: 100%;
    padding: 20px 2.5%;
  }
  .news-content .first-news .right-info h3 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .news-content ul li p {
    font-size: 14px;
    line-height: 52px;
  }
  .news-content ul li .date {
    line-height: 52px;
    font-size: 14px;
  }
  .news-content ul li p:before {
    font-size: 30px;
    margin-right: 8px;
  }
}
