/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 15 version
*/

/* 公共 */
.safe-zone {max-width: 1400px;margin: 0 auto;width: 100%;padding-left:50px;padding-right:50px;position: relative;}

/* hot-news */
.page-news .hot-news{padding:80px 0 60px;}
.page-news .hot-news a{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-shadow: 0 0 20px 20px rgba(0, 0, 0, .1);box-shadow: 0 0 20px 20px rgba(0, 0, 0, .1);}
.page-news .hot-news .pic-wrap{width: 408px;height: 300px;-ms-flex-negative: 0;flex-shrink: 0;}
.page-news .hot-news .pic-wrap img{width: 100%;height: 100%;-o-object-fit: cover;object-fit: cover;overflow: hidden;}
.page-news .hot-news .text-wrap{-webkit-box-flex: 1;-ms-flex: 1;flex: 1;height: 300px;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;align-items: center;padding: 30px;-webkit-box-sizing: border-box;box-sizing: border-box;word-break: break-all;}
.page-news .hot-news .text{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;max-width: 640px;-webkit-box-sizing: border-box;box-sizing: border-box;width: 100%;}
.page-news .hot-news .text .title{font-size: 24px; white-space: normal;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden;}
.page-news .hot-news .text .desc{font-size: 14px;line-height: 2;margin-top: 20px;color: #999;}
.page-news .hot-news .text time{font-size: 14px;margin-top: 40px;color: #999;}
.page-news .hot-news .text time i{font-size: 16px;vertical-align: -1px;}

/* news-list */
.page-news .news-list ul{display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;padding: 20px 0;border-top: 1px dashed #e1e1e1;border-bottom: 1px dashed #e1e1e1;}
.page-news .news-list ul li{width: 45%;padding: 14px 0;}
.page-news .news-list ul li a{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;-webkit-box-align: center;-ms-flex-align: center;align-items: center;line-height: 2;font-size: 16px;}
.page-news .news-list ul li a .title{-webkit-box-flex: 1;-ms-flex: 1;flex: 1;padding-right: 10px;font-weight: normal;}
.page-news .news-list ul li a time{color: #999999;}
.page-news .news-list ul li a:hover .title,.page-news .news-list ul li a:hover time{color: #d3291a;}

@media screen and (max-width:991px){

  /* 公共 */
  .safe-zone {padding-left:15px;padding-right:15px;}

  /* hot-news */
  .page-news .hot-news .pic-wrap{width: 280px;height: 240px;}
  .page-news .hot-news .text-wrap{height: 240px;}

  /* news-list */
  .page-news .news-list ul li{width: 47%;padding: 8px 0;}
}

@media screen and (max-width:767px){

  /* 公共 */
  .page-news .hot-news{padding:30px 0;}
  .safe-zone {padding-left:15px;padding-right:15px;}

  /* hot-news */
  .page-news .hot-news a{-ms-flex-wrap: wrap;flex-wrap: wrap;}
  .page-news .hot-news .pic-wrap{width: 100%;height: 60vw;}
  .page-news .hot-news .text-wrap{height: auto;padding: 5vw;}
  .page-news .hot-news .text .title{font-size: 18px;}
  .page-news .hot-news .text .desc{font-size: 12px;line-height: 1.8;margin-top: 4vw;}
  .page-news .hot-news .text time{font-size: 12px;margin-top: 4vw;}

  /* news-list */
  .page-news .news-list ul li{width: 100%;padding:0;}
  .page-news .news-list ul li a{line-height: 10vw;font-size: 14px;}
  .page-news .news-list ul li a .title{padding-right: 10vw;}
}