/*	
Author:kermit
Email:455196886@qq.com
Company:http://dragontrail.com/
Creattime:2017-03-26
*/
/*
===== 变量的定义 =====
*/
/*===== 媒体查询节点 ======*/
/*==== 缩放比例 =====*/
/*===== 颜色的定义 =====*/
/*===== 品牌颜色设置 =====*/
/*===== 网站外观的关键颜色设置 =====*/
/*===== 链接颜色设置 =====*/
/*===== 排版设计=====*/
/*===== 文字大小 =====*/
/*===== 混合函数 ======*/
@media (max-width: 992px) {
  .m-20 {
    font-size: 20px;
    line-height: 20px;
  }
}
@media (max-width: 992px) {
  .m-16 {
    font-size: 16px;
    line-height: 16px;
  }
}
@media (max-width: 992px) {
  .m-14 {
    font-size: 14px;
    line-height: 14px;
  }
}
@media (max-width: 992px) {
  .m-12 {
    font-size: 12px;
    line-height: 12px;
  }
}
.flex {
  display: flex;
}
.flex-shrink {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.hidden {
  display: none !important;
}
#banner_detail {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  #banner_detail {
    margin-bottom: 0.37333333rem;
  }
}
#banner_detail .swiper-container {
  height: auto;
}
#news_detail {
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1.5;
}
@media (max-width: 992px) {
  #news_detail {
    padding: 0 0.53333333rem;
  }
}
#news_detail img {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  #news_detail {
    flex-direction: column;
  }
}
#news_detail .left {
  width: 70%;
  flex-shrink: 0;
  padding-right: 60px;
  box-sizing: border-box;
  border-right: solid 1px #bfbfbf;
}
#news_detail .left.none-right {
  width: 100%;
  border-right: 0px;
}
@media (max-width: 992px) {
  #news_detail .left {
    width: 100%;
    padding-right: 0;
    border: 0;
  }
}
#news_detail .left header h1 {
  font-size: 30px;
  margin: 0;
  margin-bottom: 24px;
  line-height: 1.5;
}
@media (max-width: 992px) {
  #news_detail .left header h1 {
    font-size: 20px;
    line-height: 26px;
  }
}
#news_detail .left header p {
  font-size: 18px;
  line-height: 18px;
  margin: 0;
  margin-bottom: 61px;
}
@media (max-width: 992px) {
  #news_detail .left header p {
    margin-bottom: 0.8rem;
  }
}
#news_detail .left .img-box {
  cursor: pointer;
  width: 598px;
  height: 338px;
  position: relative;
  padding-bottom: 2em;
}
@media (max-width: 992px) {
  #news_detail .left .img-box {
    height: 40vw;
    width: 100%;
  }
}
#news_detail .left .img-box img {
  width: 100%;
  height: 100%;
  display: block;
}
#news_detail .left .img-box .detail {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 23px 30px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  color: #fff;
}
@media (max-width: 992px) {
  #news_detail .left .img-box .detail {
    padding: 0.57333333rem 0.53333333rem;
  }
}
#news_detail .left .img-box .detail p {
  width: 100%;
  font-size: 24px;
}
@media (max-width: 992px) {
  #news_detail .left .img-box .detail p {
    font-size: 14px;
    line-height: 14px;
  }
}
#news_detail .left .img-box .icon-box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#news_detail .left .img-box .icon-box img {
  width: 78px;
  height: 78px;
}
@media (max-width: 992px) {
  #news_detail .left .img-box .icon-box img {
    width: 1rem;
    height: 1rem;
  }
}
#news_detail .left p {
  margin-bottom: 44px;
}
#news_detail .left p img {
  width: auto;
  max-width: 100%;
  margin: auto;
}
@media (max-width: 992px) {
  #news_detail .left p {
    margin-bottom: 0.66666667rem;
  }
}
#news_detail .left * {
  line-height: 26px;
  color: #333;
  font-size: 16px;
}
#news_detail .left * * {
  line-height: 26px;
  color: #333;
  font-size: 16px;
}
@media (max-width: 992px) {
  #news_detail .left * {
    margin-bottom: 0.66666667rem;
    font-size: 14px;
    line-height: 25px;
    color: #333;
  }
  #news_detail .left * * {
    font-size: 14px;
    line-height: 25px;
  }
}
#news_detail .right {
  width: 30%;
  padding-left: 50px;
  box-sizing: border-box;
}
#news_detail .right .part-1 {
  margin-bottom: 76px;
}
@media (max-width: 992px) {
  #news_detail .right {
    width: 100%;
    padding: 0;
  }
}
#news_detail .right header {
  margin-bottom: 25px;
}
#news_detail .right header h2 {
  margin: 0;
  font-size: 24px;
}
@media (max-width: 992px) {
  #news_detail .right header h2 {
    font-size: 16px;
    line-height: 22px;
  }
}
#news_detail .right header h2 i {
  transform: rotate(-25deg);
  display: inline-block;
  font-size: 14px;
  vertical-align: middle;
  color: #bfbfbf;
}
@media (max-width: 992px) {
  #news_detail .right header {
    margin-bottom: 0.4rem;
  }
}
#news_detail .right .news-list {
  list-style: none;
}
#news_detail .right .news-list a {
  color: #000;
  text-decoration: none;
}
#news_detail .right .news-list a:hover li .new-detail p {
  color: #23ac38;
}
#news_detail .right .news-list li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 0;
  border-bottom: solid 1px #e3e3e3;
}
#news_detail .right .news-list li .new-img {
  width: 120px;
  height: 90px;
}
@media (max-width: 992px) {
  #news_detail .right .news-list li .new-img {
    width: 2.66666667rem;
    height: 2rem;
  }
}
#news_detail .right .news-list li .new-detail {
  flex: 1;
  padding-left: 22px;
  box-sizing: border-box;
}
#news_detail .right .news-list li .new-detail p {
  font-size: 14px;
  line-height: 1.2em;
  margin-bottom: 15px;
  max-height: 40px;
  line-height: 20px;
  overflow: hidden;
}
@media (max-width: 992px) {
  #news_detail .right .news-list li .new-detail p {
    font-size: 14px;
    line-height: 1.2em;
  }
}
#news_detail .right .news-list li .new-detail span {
  font-size: 14px;
}
@media (max-width: 992px) {
  #news_detail .right .news-list li .new-detail span {
    font-size: 12px;
    line-height: 12px;
  }
}
#news_detail .right .news-list li:last-child {
  border: none;
  padding-bottom: 0;
}
#news_detail:before,
#news_detail:after {
  content: " ";
  display: table;
}
#news_detail:after {
  clear: both;
}
@media (max-width: 1680px) {
  #banner_detail {
    margin-bottom: 0;
  }
  #banner_detail .swiper-container {
    height: auto;
  }
  #news_detail {
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
    box-sizing: border-box;
    font-size: 18px;
    line-height: 1.5;
  }
  #news_detail img {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  #news_detail .left {
    width: 70%;
    flex-shrink: 0;
    padding-right: 60px;
    box-sizing: border-box;
    border-right: solid 1px #bfbfbf;
  }
  #news_detail .left.none-right {
    width: 100%;
    border-right: 0px;
  }
  #news_detail .left header h1 {
    font-size: 30px;
    margin: 0;
    margin-bottom: 24px;
    line-height: 1.5;
  }
  #news_detail .left header p {
    font-size: 18px;
    line-height: 18px;
    margin: 0;
    margin-bottom: 61px;
  }
  #news_detail .left .img-box {
    cursor: pointer;
    width: 598px;
    height: 338px;
    position: relative;
    padding-bottom: 2em;
  }
  #news_detail .left .img-box img {
    width: 100%;
    height: 100%;
    display: block;
  }
  #news_detail .left .img-box .detail {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 23px 30px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    color: #fff;
  }
  #news_detail .left .img-box .detail p {
    width: 100%;
    font-size: 24px;
  }
  #news_detail .left .img-box .icon-box {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #news_detail .left .img-box .icon-box img {
    width: 78px;
    height: 78px;
  }
  #news_detail .left p {
    margin-bottom: 44px;
  }
  #news_detail .left p img {
    width: auto;
    max-width: 100%;
    margin: auto;
  }
  #news_detail .left * {
    line-height: 26px;
    color: #333;
    font-size: 16px;
  }
  #news_detail .left * * {
    line-height: 26px;
    color: #333;
    font-size: 16px;
  }
  #news_detail .right {
    width: 30%;
    padding-left: 50px;
    box-sizing: border-box;
  }
  #news_detail .right .part-1 {
    margin-bottom: 76px;
  }
  #news_detail .right header {
    margin-bottom: 25px;
  }
  #news_detail .right header h2 {
    margin: 0;
    font-size: 24px;
  }
  #news_detail .right header h2 i {
    transform: rotate(-25deg);
    display: inline-block;
    font-size: 14px;
    vertical-align: middle;
    color: #bfbfbf;
  }
  #news_detail .right .news-list {
    list-style: none;
  }
  #news_detail .right .news-list a {
    color: #000;
    text-decoration: none;
  }
  #news_detail .right .news-list a:hover li .new-detail p {
    color: #23ac38;
  }
  #news_detail .right .news-list li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 20px 0;
    border-bottom: solid 1px #e3e3e3;
  }
  #news_detail .right .news-list li .new-img {
    width: 120px;
    height: 90px;
  }
  #news_detail .right .news-list li .new-detail {
    flex: 1;
    padding-left: 22px;
    box-sizing: border-box;
  }
  #news_detail .right .news-list li .new-detail p {
    font-size: 14px;
    line-height: 1.2em;
    margin-bottom: 15px;
    max-height: 40px;
    line-height: 20px;
    overflow: hidden;
  }
  #news_detail .right .news-list li .new-detail span {
    font-size: 14px;
  }
  #news_detail .right .news-list li:last-child {
    border: none;
    padding-bottom: 0;
  }
  #news_detail:before,
  #news_detail:after {
    content: " ";
    display: table;
  }
  #news_detail:after {
    clear: both;
  }
}
@media (max-width: 1680px) and (max-width: 992px) {
  #banner_detail {
    margin-bottom: 0.37333333rem;
  }
}
@media (max-width: 1680px) and (max-width: 992px) {
  #news_detail {
    padding: 0 0.53333333rem;
  }
}
@media (max-width: 1680px) and (max-width: 992px) {
  #news_detail {
    flex-direction: column;
  }
}
@media (max-width: 1680px) and (max-width: 992px) {
  #news_detail .left {
    width: 100%;
    padding-right: 0;
    border: 0;
  }
}
@media (max-width: 1680px) and (max-width: 992px) {
  #news_detail .left header h1 {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 1680px) and (max-width: 992px) {
  #news_detail .left header p {
    margin-bottom: 0.8rem;
  }
}
@media (max-width: 1680px) and (max-width: 992px) {
  #news_detail .left .img-box {
    height: 40vw;
    width: 100%;
  }
}
@media (max-width: 1680px) and (max-width: 992px) {
  #news_detail .left .img-box .detail {
    padding: 0.57333333rem 0.53333333rem;
  }
}
@media (max-width: 1680px) and (max-width: 992px) {
  #news_detail .left .img-box .detail p {
    font-size: 14px;
    line-height: 14px;
  }
}
@media (max-width: 1680px) and (max-width: 992px) {
  #news_detail .left .img-box .icon-box img {
    width: 1rem;
    height: 1rem;
  }
}
@media (max-width: 1680px) and (max-width: 992px) {
  #news_detail .left p {
    margin-bottom: 0.66666667rem;
  }
}
@media (max-width: 1680px) and (max-width: 992px) {
  #news_detail .left * {
    margin-bottom: 0.66666667rem;
    font-size: 14px;
    line-height: 25px;
    color: #333;
  }
  #news_detail .left * * {
    font-size: 14px;
    line-height: 25px;
  }
}
@media (max-width: 1680px) and (max-width: 992px) {
  #news_detail .right {
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 1680px) and (max-width: 992px) {
  #news_detail .right header h2 {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 1680px) and (max-width: 992px) {
  #news_detail .right header {
    margin-bottom: 0.4rem;
  }
}
@media (max-width: 1680px) and (max-width: 992px) {
  #news_detail .right .news-list li .new-img {
    width: 2.66666667rem;
    height: 2rem;
  }
}
@media (max-width: 1680px) and (max-width: 992px) {
  #news_detail .right .news-list li .new-detail p {
    font-size: 14px;
    line-height: 1.2em;
  }
}
@media (max-width: 1680px) and (max-width: 992px) {
  #news_detail .right .news-list li .new-detail span {
    font-size: 12px;
    line-height: 12px;
  }
}
@media (max-width: 1440px) {
  #banner_detail {
    margin-bottom: 0;
  }
  #banner_detail .swiper-container {
    height: auto;
  }
  #news_detail {
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
    box-sizing: border-box;
    font-size: 15.42857143px;
    line-height: 1.5;
  }
  #news_detail img {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  #news_detail .left {
    width: 70%;
    flex-shrink: 0;
    padding-right: 51.42857143px;
    box-sizing: border-box;
    border-right: solid 1px #bfbfbf;
  }
  #news_detail .left.none-right {
    width: 100%;
    border-right: 0px;
  }
  #news_detail .left header h1 {
    font-size: 25.71428571px;
    margin: 0;
    margin-bottom: 20.57142857px;
    line-height: 1.5;
  }
  #news_detail .left header p {
    font-size: 15.42857143px;
    line-height: 15.42857143px;
    margin: 0;
    margin-bottom: 52.28571429px;
  }
  #news_detail .left .img-box {
    cursor: pointer;
    width: 512.57142857px;
    height: 289.71428571px;
    position: relative;
    padding-bottom: 2em;
  }
  #news_detail .left .img-box img {
    width: 100%;
    height: 100%;
    display: block;
  }
  #news_detail .left .img-box .detail {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 19.71428571px 25.71428571px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    color: #fff;
  }
  #news_detail .left .img-box .detail p {
    width: 100%;
    font-size: 20.57142857px;
  }
  #news_detail .left .img-box .icon-box {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #news_detail .left .img-box .icon-box img {
    width: 66.85714286px;
    height: 66.85714286px;
  }
  #news_detail .left p {
    margin-bottom: 37.71428571px;
  }
  #news_detail .left p img {
    width: auto;
    max-width: 100%;
    margin: auto;
  }
  #news_detail .left * {
    line-height: 26px;
    color: #333;
    font-size: 16px;
  }
  #news_detail .left * * {
    line-height: 26px;
    color: #333;
    font-size: 16px;
  }
  #news_detail .right {
    width: 30%;
    padding-left: 42.85714286px;
    box-sizing: border-box;
  }
  #news_detail .right .part-1 {
    margin-bottom: 65.14285714px;
  }
  #news_detail .right header {
    margin-bottom: 21.42857143px;
  }
  #news_detail .right header h2 {
    margin: 0;
    font-size: 20.57142857px;
  }
  #news_detail .right header h2 i {
    transform: rotate(-25deg);
    display: inline-block;
    font-size: 14px;
    vertical-align: middle;
    color: #bfbfbf;
  }
  #news_detail .right .news-list {
    list-style: none;
  }
  #news_detail .right .news-list a {
    color: #000;
    text-decoration: none;
  }
  #news_detail .right .news-list a:hover li .new-detail p {
    color: #23ac38;
  }
  #news_detail .right .news-list li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 17.14285714px 0;
    border-bottom: solid 1px #e3e3e3;
  }
  #news_detail .right .news-list li .new-img {
    width: 102.85714286px;
    height: 77.14285714px;
  }
  #news_detail .right .news-list li .new-detail {
    flex: 1;
    padding-left: 18.85714286px;
    box-sizing: border-box;
  }
  #news_detail .right .news-list li .new-detail p {
    font-size: 14px;
    line-height: 1.2em;
    margin-bottom: 12.85714286px;
    max-height: 40px;
    line-height: 20px;
    overflow: hidden;
  }
  #news_detail .right .news-list li .new-detail span {
    font-size: 12px;
  }
  #news_detail .right .news-list li:last-child {
    border: none;
    padding-bottom: 0;
  }
  #news_detail:before,
  #news_detail:after {
    content: " ";
    display: table;
  }
  #news_detail:after {
    clear: both;
  }
}
@media (max-width: 1440px) and (max-width: 992px) {
  #banner_detail {
    margin-bottom: 0.37333333rem;
  }
}
@media (max-width: 1440px) and (max-width: 992px) {
  #news_detail {
    padding: 0 0.53333333rem;
  }
}
@media (max-width: 1440px) and (max-width: 992px) {
  #news_detail {
    flex-direction: column;
  }
}
@media (max-width: 1440px) and (max-width: 992px) {
  #news_detail .left {
    width: 100%;
    padding-right: 0;
    border: 0;
  }
}
@media (max-width: 1440px) and (max-width: 992px) {
  #news_detail .left header h1 {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 1440px) and (max-width: 992px) {
  #news_detail .left header p {
    margin-bottom: 0.8rem;
  }
}
@media (max-width: 1440px) and (max-width: 992px) {
  #news_detail .left .img-box {
    height: 40vw;
    width: 100%;
  }
}
@media (max-width: 1440px) and (max-width: 992px) {
  #news_detail .left .img-box .detail {
    padding: 0.57333333rem 0.53333333rem;
  }
}
@media (max-width: 1440px) and (max-width: 992px) {
  #news_detail .left .img-box .detail p {
    font-size: 14px;
    line-height: 14px;
  }
}
@media (max-width: 1440px) and (max-width: 992px) {
  #news_detail .left .img-box .icon-box img {
    width: 1rem;
    height: 1rem;
  }
}
@media (max-width: 1440px) and (max-width: 992px) {
  #news_detail .left p {
    margin-bottom: 0.66666667rem;
  }
}
@media (max-width: 1440px) and (max-width: 992px) {
  #news_detail .left * {
    margin-bottom: 0.66666667rem;
    font-size: 14px;
    line-height: 25px;
    color: #333;
  }
  #news_detail .left * * {
    font-size: 14px;
    line-height: 25px;
  }
}
@media (max-width: 1440px) and (max-width: 992px) {
  #news_detail .right {
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 1440px) and (max-width: 992px) {
  #news_detail .right header h2 {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 1440px) and (max-width: 992px) {
  #news_detail .right header {
    margin-bottom: 0.4rem;
  }
}
@media (max-width: 1440px) and (max-width: 992px) {
  #news_detail .right .news-list li .new-img {
    width: 2.66666667rem;
    height: 2rem;
  }
}
@media (max-width: 1440px) and (max-width: 992px) {
  #news_detail .right .news-list li .new-detail p {
    font-size: 14px;
    line-height: 1.2em;
  }
}
@media (max-width: 1440px) and (max-width: 992px) {
  #news_detail .right .news-list li .new-detail span {
    font-size: 12px;
    line-height: 12px;
  }
}
@media (max-width: 1200px) {
  #banner_detail {
    margin-bottom: 0;
  }
  #banner_detail .swiper-container {
    height: auto;
  }
  #news_detail {
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
    box-sizing: border-box;
    font-size: 12.85714286px;
    line-height: 1.5;
  }
  #news_detail img {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  #news_detail .left {
    width: 70%;
    flex-shrink: 0;
    padding-right: 42.85714286px;
    box-sizing: border-box;
    border-right: solid 1px #bfbfbf;
  }
  #news_detail .left.none-right {
    width: 100%;
    border-right: 0px;
  }
  #news_detail .left header h1 {
    font-size: 21.42857143px;
    margin: 0;
    margin-bottom: 17.14285714px;
    line-height: 1.5;
  }
  #news_detail .left header p {
    font-size: 12.85714286px;
    line-height: 12.85714286px;
    margin: 0;
    margin-bottom: 43.57142857px;
  }
  #news_detail .left .img-box {
    cursor: pointer;
    width: 427.14285714px;
    height: 241.42857143px;
    position: relative;
    padding-bottom: 2em;
  }
  #news_detail .left .img-box img {
    width: 100%;
    height: 100%;
    display: block;
  }
  #news_detail .left .img-box .detail {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 16.42857143px 21.42857143px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    color: #fff;
  }
  #news_detail .left .img-box .detail p {
    width: 100%;
    font-size: 17.14285714px;
  }
  #news_detail .left .img-box .icon-box {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #news_detail .left .img-box .icon-box img {
    width: 55.71428571px;
    height: 55.71428571px;
  }
  #news_detail .left p {
    margin-bottom: 31.42857143px;
  }
  #news_detail .left p img {
    width: auto;
    max-width: 100%;
    margin: auto;
  }
  #news_detail .left * {
    line-height: 26px;
    color: #333;
    font-size: 16px;
  }
  #news_detail .left * * {
    line-height: 26px;
    color: #333;
    font-size: 16px;
  }
  #news_detail .right {
    width: 30%;
    padding-left: 35.71428571px;
    box-sizing: border-box;
  }
  #news_detail .right .part-1 {
    margin-bottom: 54.28571429px;
  }
  #news_detail .right header {
    margin-bottom: 17.85714286px;
  }
  #news_detail .right header h2 {
    margin: 0;
    font-size: 17.14285714px;
  }
  #news_detail .right header h2 i {
    transform: rotate(-25deg);
    display: inline-block;
    font-size: 14px;
    vertical-align: middle;
    color: #bfbfbf;
  }
  #news_detail .right .news-list {
    list-style: none;
  }
  #news_detail .right .news-list a {
    color: #000;
    text-decoration: none;
  }
  #news_detail .right .news-list a:hover li .new-detail p {
    color: #23ac38;
  }
  #news_detail .right .news-list li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 14.28571429px 0;
    border-bottom: solid 1px #e3e3e3;
  }
  #news_detail .right .news-list li .new-img {
    width: 85.71428571px;
    height: 64.28571429px;
  }
  #news_detail .right .news-list li .new-detail {
    flex: 1;
    padding-left: 15.71428571px;
    box-sizing: border-box;
  }
  #news_detail .right .news-list li .new-detail p {
    font-size: 14px;
    line-height: 1.2em;
    margin-bottom: 10.71428571px;
    max-height: 40px;
    line-height: 20px;
    overflow: hidden;
  }
  #news_detail .right .news-list li .new-detail span {
    font-size: 10px;
  }
  #news_detail .right .news-list li:last-child {
    border: none;
    padding-bottom: 0;
  }
  #news_detail:before,
  #news_detail:after {
    content: " ";
    display: table;
  }
  #news_detail:after {
    clear: both;
  }
}
@media (max-width: 1200px) and (max-width: 992px) {
  #banner_detail {
    margin-bottom: 0.37333333rem;
  }
}
@media (max-width: 1200px) and (max-width: 992px) {
  #news_detail {
    padding: 0 0.53333333rem;
  }
}
@media (max-width: 1200px) and (max-width: 992px) {
  #news_detail {
    flex-direction: column;
  }
}
@media (max-width: 1200px) and (max-width: 992px) {
  #news_detail .left {
    width: 100%;
    padding-right: 0;
    border: 0;
  }
}
@media (max-width: 1200px) and (max-width: 992px) {
  #news_detail .left header h1 {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 1200px) and (max-width: 992px) {
  #news_detail .left header p {
    margin-bottom: 0.8rem;
  }
}
@media (max-width: 1200px) and (max-width: 992px) {
  #news_detail .left .img-box {
    height: 40vw;
    width: 100%;
  }
}
@media (max-width: 1200px) and (max-width: 992px) {
  #news_detail .left .img-box .detail {
    padding: 0.57333333rem 0.53333333rem;
  }
}
@media (max-width: 1200px) and (max-width: 992px) {
  #news_detail .left .img-box .detail p {
    font-size: 14px;
    line-height: 14px;
  }
}
@media (max-width: 1200px) and (max-width: 992px) {
  #news_detail .left .img-box .icon-box img {
    width: 1rem;
    height: 1rem;
  }
}
@media (max-width: 1200px) and (max-width: 992px) {
  #news_detail .left p {
    margin-bottom: 0.66666667rem;
  }
}
@media (max-width: 1200px) and (max-width: 992px) {
  #news_detail .left * {
    margin-bottom: 0.66666667rem;
    font-size: 14px;
    line-height: 25px;
    color: #333;
  }
  #news_detail .left * * {
    font-size: 14px;
    line-height: 25px;
  }
}
@media (max-width: 1200px) and (max-width: 992px) {
  #news_detail .right {
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 1200px) and (max-width: 992px) {
  #news_detail .right header h2 {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 1200px) and (max-width: 992px) {
  #news_detail .right header {
    margin-bottom: 0.4rem;
  }
}
@media (max-width: 1200px) and (max-width: 992px) {
  #news_detail .right .news-list li .new-img {
    width: 2.66666667rem;
    height: 2rem;
  }
}
@media (max-width: 1200px) and (max-width: 992px) {
  #news_detail .right .news-list li .new-detail p {
    font-size: 14px;
    line-height: 1.2em;
  }
}
@media (max-width: 1200px) and (max-width: 992px) {
  #news_detail .right .news-list li .new-detail span {
    font-size: 12px;
    line-height: 12px;
  }
}
@media (max-width: 992px) {
  #banner_detail {
    margin-bottom: 0;
  }
  #banner_detail .swiper-container {
    height: auto;
  }
  #news_detail {
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
    box-sizing: border-box;
    font-size: 11.52px;
    line-height: 1.5;
  }
  #news_detail img {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  #news_detail .left {
    width: 70%;
    flex-shrink: 0;
    padding-right: 38.4px;
    box-sizing: border-box;
    border-right: solid 1px #bfbfbf;
  }
  #news_detail .left.none-right {
    width: 100%;
    border-right: 0px;
  }
  #news_detail .left header h1 {
    font-size: 19.2px;
    margin: 0;
    margin-bottom: 15.36px;
    line-height: 1.5;
  }
  #news_detail .left header p {
    font-size: 11.52px;
    line-height: 11.52px;
    margin: 0;
    margin-bottom: 39.04px;
  }
  #news_detail .left .img-box {
    cursor: pointer;
    width: 382.72px;
    height: 216.32px;
    position: relative;
    padding-bottom: 2em;
  }
  #news_detail .left .img-box img {
    width: 100%;
    height: 100%;
    display: block;
  }
  #news_detail .left .img-box .detail {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 14.72px 19.2px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    color: #fff;
  }
  #news_detail .left .img-box .detail p {
    width: 100%;
    font-size: 15.36px;
  }
  #news_detail .left .img-box .icon-box {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #news_detail .left .img-box .icon-box img {
    width: 49.92px;
    height: 49.92px;
  }
  #news_detail .left p {
    margin-bottom: 28.16px;
  }
  #news_detail .left p img {
    width: auto;
    max-width: 100%;
    margin: auto;
  }
  #news_detail .left * {
    line-height: 26px;
    color: #333;
    font-size: 16px;
  }
  #news_detail .left * * {
    line-height: 26px;
    color: #333;
    font-size: 16px;
  }
  #news_detail .right {
    width: 30%;
    padding-left: 32px;
    box-sizing: border-box;
  }
  #news_detail .right .part-1 {
    margin-bottom: 48.64px;
  }
  #news_detail .right header {
    margin-bottom: 16px;
  }
  #news_detail .right header h2 {
    margin: 0;
    font-size: 15.36px;
  }
  #news_detail .right header h2 i {
    transform: rotate(-25deg);
    display: inline-block;
    font-size: 14px;
    vertical-align: middle;
    color: #bfbfbf;
  }
  #news_detail .right .news-list {
    list-style: none;
  }
  #news_detail .right .news-list a {
    color: #000;
    text-decoration: none;
  }
  #news_detail .right .news-list a:hover li .new-detail p {
    color: #23ac38;
  }
  #news_detail .right .news-list li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 12.8px 0;
    border-bottom: solid 1px #e3e3e3;
  }
  #news_detail .right .news-list li .new-img {
    width: 76.8px;
    height: 57.6px;
  }
  #news_detail .right .news-list li .new-detail {
    flex: 1;
    padding-left: 14.08px;
    box-sizing: border-box;
  }
  #news_detail .right .news-list li .new-detail p {
    font-size: 14px;
    line-height: 1.2em;
    margin-bottom: 9.6px;
    max-height: 40px;
    line-height: 20px;
    overflow: hidden;
  }
  #news_detail .right .news-list li .new-detail span {
    font-size: 8.96px;
  }
  #news_detail .right .news-list li:last-child {
    border: none;
    padding-bottom: 0;
  }
  #news_detail:before,
  #news_detail:after {
    content: " ";
    display: table;
  }
  #news_detail:after {
    clear: both;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  #banner_detail {
    margin-bottom: 0.37333333rem;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  #news_detail {
    padding: 0 0.53333333rem;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  #news_detail {
    flex-direction: column;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  #news_detail .left {
    width: 100%;
    padding-right: 0;
    border: 0;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  #news_detail .left header h1 {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  #news_detail .left header p {
    margin-bottom: 0.8rem;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  #news_detail .left .img-box {
    height: 40vw;
    width: 100%;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  #news_detail .left .img-box .detail {
    padding: 0.57333333rem 0.53333333rem;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  #news_detail .left .img-box .detail p {
    font-size: 14px;
    line-height: 14px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  #news_detail .left .img-box .icon-box img {
    width: 1rem;
    height: 1rem;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  #news_detail .left p {
    margin-bottom: 0.66666667rem;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  #news_detail .left * {
    margin-bottom: 0.66666667rem;
    font-size: 14px;
    line-height: 25px;
    color: #333;
  }
  #news_detail .left * * {
    font-size: 14px;
    line-height: 25px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  #news_detail .right {
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  #news_detail .right header h2 {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  #news_detail .right header {
    margin-bottom: 0.4rem;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  #news_detail .right .news-list li .new-img {
    width: 2.66666667rem;
    height: 2rem;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  #news_detail .right .news-list li .new-detail p {
    font-size: 14px;
    line-height: 1.2em;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  #news_detail .right .news-list li .new-detail span {
    font-size: 12px;
    line-height: 12px;
  }
}
.members_new_detail {
  justify-content: center;
}
.members_new_detail::after {
  display: none !important;
}
.members_new_detail .left {
  margin-right: 0;
  border-right: none !important;
}
footer {
  margin-top: 0;
}
#banner_detail .news-banner-swiper-container .swiper-wrapper .swiper-slide {
  height: auto;
}
#banner_detail .news-banner-swiper-container .swiper-wrapper .swiper-slide img {
  width: auto;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
