@import '../normalize.css';
html,
body {
  color: #080808;
  background:#e6e4dc;
}
ul,
p {
  padding: 0;
  margin: 0;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  color: #080808;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
/*.footer {
  width: 100%;
  text-align: center;
  font-size: .14rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333;
  line-height: 1.5;
  margin: 1.19rem 0 .2rem;
}*/
/** back btn**/
.back-text {
  margin-left: 30px;
  font-size: 16px;
/*  font-family: Helvetica Neue LT Pro;*/
  color: #080808;
  font-weight: bold;
}
.flut-container .news-detail-left .news-detail-article {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  line-height: 1.5;
  text-align: justify;
  text-justify:distribute-all-lines; /* 这行必加，兼容ie浏览器*/
}
@media only screen and (min-width: 980px) {
  .container {
    padding: 76px 119px 20px;
    min-height: 80vh;
  }
  span.back-arrow-left {
    cursor: pointer;
    border-left: 2px solid #080808;
    border-bottom: 2px solid #080808;
    height: 8px;
    width: 8px;
    transform: translate(2px, -1px) rotate(45deg);
    -webkit-transform: translate(2px, -1px) rotate(45deg);
    border-right: 2px solid transparent;
    border-top: 2px solid transparent;
    display: inline-block;
    -moz-transform: translate(2px, -1px) rotate(45deg);
    -ms-transform: translate(2px, -1px) rotate(45deg);
    -o-transform: translate(2px, -1px) rotate(45deg);
    position: relative;
  }
  span.back-arrow-left::after {
    content: '';
    position: absolute;
    left: -5px;
    top: -8%;
    width: 25px;
    height: 2px;
    background: #080808;
    transform: translate(2px, -1px) rotate(-45deg);
    -webkit-transform: translate(2px, -1px) rotate(-45deg);
  }
}

@media only screen and (max-width: 980px) {
  .container {
    /* padding: 1rem .3rem .2rem!important; */
  }
  .back-text {
    margin-left: .3rem;
    font-size: .18rem;
  }
  span.back-arrow-left {
    cursor: pointer;
    border-left: 0.02rem solid #080808;
    border-bottom: 0.02rem solid #080808;
    height: 0.08rem;
    width: 0.08rem;
    transform: translate(0.02rem, -1px) rotate(45deg);
    -webkit-transform: translate(0.02rem, -1px) rotate(45deg);
    border-right: 0.02rem solid transparent;
    border-top: 0.02rem solid transparent;
    display: inline-block;
    -moz-transform: translate(0.02rem, -1px) rotate(45deg);
    -ms-transform: translate(0.02rem, -1px) rotate(45deg);
    -o-transform: translate(0.02rem, -1px) rotate(45deg);
    position: relative;
  }
  span.back-arrow-left::after {
    content: '';
    position: absolute;
    left: -5px;
    top: -8%;
    width: 0.25rem;
    height: 0px;
    background: #080808;
    transform: translate(0px, -1px) rotate(-45deg);
    -webkit-transform: translate(0px, -1px) rotate(-45deg);
  }
}

@media only screen and (min-width: 980px) {
  .flut-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap-reverse;
    justify-content: space-between;
    align-content: flex-start;
/*    font-family: Arvo;*/
  }
  .flut-container .news-detail-left {
    width: 45%;
    max-width: 600px;
    font-size: 18px;
    color: #333;
  }
  .flut-container .news-detail-left .news-detail-title-box {
    margin-bottom: 50px;
  }
  .flut-container .news-detail-left .news-detail-title-box .news-detail-title {
    font-size: 30px;
    margin-top: 30px;
  }
  .flut-container .news-detail-left .news-detail-article {
    color: #000;
    margin-bottom: 60px;
    font-size: 18px;
    line-height: 1.8;
    opacity: 0.7;
  }
  .news-detail-article p{
    text-indent: 2em;
  }
  .flut-container .news-detail-right {
    padding-left: 10%;
    box-sizing: border-box;
    display: block;
    float: left;
    width: 55%;
/*    justify-content: space-between;
    align-content: flex-start;*/
  }
  .flut-container .news-detail-right .news-detail-imgs {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -webkit-flex-direction:row;
    -ms-flex-direction:row;
    flex-direction:row; /*沿水平主轴让元素从左向右排列*/
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap; /*宽100%，元素换行*/
    justify-content: space-between; 
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
  }
  .news-detail-right .news-detail-imgs .img-box {
    width: 48%;
    max-height: 400px;
    margin-bottom: 20px;
  }
  .news-detail-imgs .img-box img {
    width: 100%;
  }
  .img-loop {
    display: none;
  }
}

@media only screen and (max-width: 980px) {
  .flut-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap-reverse;
    justify-content: space-between;
    align-content: flex-start;
/*    font-family: Arvo;*/
    display: block;
  }
  .flut-container .news-detail-left {
    width: 100%;
    /*font-size: 0.30rem;*/
  }
  .flut-container .news-detail-left .news-detail-title-box {
    margin-bottom: 0.39rem;
  }
  .flut-container .news-detail-left .news-detail-title-box .news-detail-title {
    font-size: 0.34rem;
    color: #080808;
    margin-top: 0.2rem;
  }
  .flut-container .news-detail-left .news-detail-article p {
    line-height: 1.5;
    margin-bottom: 0.4rem;
  }
  .flut-container .news-detail-right {
    display: block;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
  }
  .flut-container .news-detail-right img {
    margin-bottom: 10px;
  }
  .flut-container .news-detail-right {
    display: none;
  }
  .flut-container .news-detail-left {
    margin-top: .62rem;
    margin-bottom: .4rem
  }
  .flut-container .img-loop {
    display: block;
  }
}
