@charset "UTF-8";
body {
  background: #F8F8F8;
}
.news-page {
  padding-top: 38px;
}
.news-page .container {
  padding-left: 66px;
}
.news-page .news-title {
  display: block;
  margin-bottom: 6px;
  font-size: 16px;
  height: 20px;
  line-height: 20px;
  color: #535353;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.news-page .news-title:hover {
  color: #005591;
}
.news-page .news-intro {
  display: block;
  font-size: 14px;
  height: 40px;
  line-height: 20px;
  color: #808183;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news-page .more {
  display: block;
  width: 160px;
  height: 40px;
  color: #8D8D8D;
  text-align: center;
  line-height: 40px;
}
.news-page .date-box {
  font-family: Arial;
  width: 76px;
  height: 76px;
  background: #979797;
  color: #fff;
}
.news-page .date-box .year {
  font-size: 14px;
}
.news-page .date-box .day {
  font-size: 25px;
}
.news-page .tops {
  padding-bottom: 40px;
}
.news-page .tops .img-box {
  display: block;
  position: relative;
}
.news-page .tops .img-box img {
  width: 434px;
  height: 225px;
}
.news-page .tops .img-box .date-box {
  position: absolute;
  left: 0;
  top: 0;
  background: #005591;
}
.news-page .tops .tips {
  font-size: 12px;
  line-height: 20px;
  color: #808183;
}
.news-page .tops .top-content {
  padding-left: 20px;
  padding-top: 66px;
}
.news-page .tops .more {
  margin-top: 20px;
  background: #979797;
  color: #fff;
}
.news-page .tops .more:hover {
  background: #005591;
}
.news-page .news-list .news-item {
  position: relative;
  padding: 16px 0;
  border-bottom: 1px solid #E4E4E4;
}
.news-page .news-list .item-body {
  padding-left: 10px;
  width: 570px;
}
.news-page .news-list .more {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  right: 80px;
}
.news-page .news-list .list-item:hover {
  background: #fff;
}
.news-page .news-list .list-item:hover .date-box {
  background: #005591;
}
.news-page .news-list .list-item:hover .news-title {
  color: #005591;
}
.news-page .news-list .list-item:hover .more {
  background: #005591;
  color: #fff;
}
