@charset "UTF-8";
.page-news {
  /* 新闻列表 */
  /* 新闻详情 */
  /* 新闻媒体 */
  /* 视频新闻 */
}

.page-news .main {
  background: whitesmoke;
  padding-bottom: 50px;
}

.page-news .main .list .col-md-4 {
  padding-left: 5px;
  padding-right: 5px;
}

.page-news .main .list .col-md-4 .list-item {
  margin-bottom: 5px;
}

.page-news .main .list .col-md-4 .list-item .thumb {
  width: 100%;
  height: 260px;
  position: relative;
}

.page-news .main .list .col-md-4 .list-item .thumb.video:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin-top: -40px;
  margin-left: -40px;
  background: url("/static/module/index/theme/images/news/v1.png") no-repeat center center;
  background-size: cover;
  z-index: 2;
  cursor: pointer;
}

.page-news .main .list .col-md-4 .list-item .thumb img {
  width: 100%;
  height: 100%;
}

.page-news .main .list .col-md-4 .list-item .info {
  background: #fff;
  padding: 20px 40px;
}

.page-news .main .list .col-md-4 .list-item .info .date {
  font-size: 12px;
  color: #005ead;
}

.page-news .main .list .col-md-4 .list-item .info .title {
  font-size: 18px;
  font-weight: bold;
  margin: 20px 0 25px 0;
  height: 2em;
}

.page-news .main .pages {
  margin-top: 20px;
}

.page-news .news-detail {
  background: #fff;
  padding: 0;
  line-height: 2em;
  text-indent: 2em;
}

.page-news .news-detail img {
  max-width: 800px;
  height: auto;
  margin: 20px auto 0 auto;
  text-align: center;
  display: block;
}

.page-news .news-detail .detail-container .content .date {
  font-size: 20px;
}

.page-news .news-detail .detail-container .content .title {
  font-size: 28px;
  font-weight: 700;
  color: #333333;
  margin: 32px 0 46px 0;
}

.page-news .news-detail .detail-container .content .detail {
  font-size: 18px;
  padding-bottom: 60px;
}

.page-news .news-detail .detail-container .share-component {
  background: #f8f8f8;
  padding: 32px 15px;
  text-align: center;
  float: right;
  line-height: 0;
}

.page-news .news-detail .detail-container .share-component .title {
  font-size: 20px;
  font-weight: 400;
}

.page-news .news-detail .recommend {
  background: #f8f8f8;
  padding: 60px 0px;
}

.page-news .news-detail .recommend .title {
  font-size: 28px;
  margin-bottom: 40px;
}

.page-news .news-detail .recommend .list .recommend-item {
  border-radius: 4px;
  background: #ffffff;
  box-shadow: 0px 4px 8px #d7d7d7;
  padding: 20px 30px 16px 40px;
  border-bottom: 4px solid #fff;
}

.page-news .news-detail .recommend .list .recommend-item:hover {
  border-bottom: 4px solid #005ead;
}

.page-news .news-detail .recommend .list .recommend-item .date {
  font-size: 12px;
  font-weight: 400;
  color: #005ead;
}

.page-news .news-detail .recommend .list .recommend-item .title {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  color: #333333;
  margin-bottom: 24px;
}

.page-news .news-media .media-list {
  text-align: center;
  background: #fff;
  padding: 80px 100px;
}

.page-news .news-media .media-list h2 {
  font-size: 32px;
  font-weight: normal;
  color: #333;
  margin: 0 auto 60px auto;
}

.page-news .news-media .media-list .item img {
  width: 100%;
}

.page-news .news-media .media-list .item h5 {
  margin-top: 40px;
  font-size: 24px;
  font-weight: normal;
}
