@charset "utf-8";
.news-main-wrap {
  padding-bottom:.56rem;
}
.m-latest {
  position: relative;
  margin-bottom:1rem;
  height:5.66rem;

}
.m-latest .img-box {
  display: block;
  padding-left:1.6rem;
  float:left;
  overflow: hidden;

  margin-right:-.6rem;
  text-align: right;
}
.m-latest .img-box .img:hover {opacity: .8;}
.m-latest .img-box .img{
  max-width: 100%;
}
.m-latest .info {
  position: absolute;
  left:0;
  bottom:.7rem;
  z-index:1;
}
.m-latest .date {
  margin-bottom:14px;
  display: inline-block;
  border-bottom:1px solid #878686;
  color:#040404;
  font-size:.32rem;
  font-family: 'Futura LT';
}
.m-latest .info .content {
  display: inline-block;
  margin-bottom:2px;
  font-family: 'Source Han Sans SC';
  height: .32rem;
  line-height: .32rem;
  background-color:#f5f5f5;
  padding-right:20px;
  font-size:.32rem;
  font-weight: 100;
  color:#232222;
  letter-spacing: 2px;
}
.m-latest .badge {
  position: absolute;
  left:0;
  top:0;
  z-index: 1;
  width:.2rem;
  height:1.26rem;
  background:url("images/icon-news-badege.jpg") no-repeat center;
  background-size:contain;
}

.m-news-list {
  display: flex;
}
.m-news-list .left-box {
  flex:0 auto;
  width:2.24rem;
}
.m-news-list .bar {
  position: relative;
  width: 100%;
  height:.32rem;
  line-height: .32rem;
  background:#878686;
  color:#fff;
  text-align: center;
}
.m-news-list .bar .title {
  font-size:.28rem;
  letter-spacing: 2px;
}
.m-news-list .bar .hx {
  position: absolute;
  left:0;
  top:0;
  z-index: 1;
  display: inline-block;
  width:.16rem;
  height:.16rem;
  border-bottom:1px solid #fff;
}
.m-news-list .list {
  padding-top:.6rem;
  padding-left:.6rem;
  font-size:.24rem;
  color:#040404;
  line-height: 1.8;
}
.m-news-list .list .content:hover {
  opacity: .7;
}
.m-news-list .list .item {
  display: flex;
  margin-bottom:.56rem;
}
.m-news-list .list .hx {
  margin:0 .2rem;
  width:.5rem;
  letter-spacing: 0;
  height:.24rem;
  border-bottom:1px solid #878686;
}
.m-news-list  .update-box {
  padding-top:.28rem;
  font-size:.28rem;
  color:#040404;
  font-family: 'Futura LT';
}
.news-main-wrap .u-view-more {
}
/***/
.swiper-container {
  /* height:5.1rem; */
}
.m-detai-thumb img {
  width:100%;
  /* height: 5.1rem; */
  display: block;
}
.detail-wrap {padding-top:.733rem;color:#000;}
.detail-wrap .title {
  margin:0 auto .42rem;
  padding:0 .42rem;
  width:5.2rem;
  border-left:1px solid #878686;
  border-right:1px solid #878686;
  font-size:.32rem;
  font-family: "Source Han Sans SC";
  letter-spacing: 2px;
  text-align: center;
  line-height: 1.2;
}
.detail-wrap .date {
  font-family: 'Futura LT';
  font-size:.24rem;
  text-align: center;
}
.detail-wrap .content {
  padding:.62rem .62rem 1.4rem;
  font-size:.24rem;
  line-height: 1.7;
  letter-spacing: 2px;
}
.social-btn  {
  text-align: center;
}
.swiper-pagination {margin-top:.32rem;position: static;}