.body-pagination {
  margin: 0.4rem auto 0.7rem;
  list-style: none;
  padding: 0;
  display: block;
  text-align: center;
}

.body-pagination a {
  display: inline-block;
  color: #333333;
  width: 0.42rem;
  height: 0.42rem;
  text-align: center;
  line-height: 0.42rem;
  border: 1px #333333 solid;
  background: white;
}

.body-pagination li {
  margin: 0 0.1rem;
  display: inline-block;
  vertical-align: top;
  font-size: 0.24rem;
}

.body-pagination li.is-active a {
  color: white;
  background: #00aad2;
  border-color: #00aad2;
}

@media (min-width: 1025px) {
  .page-body {
    width: 100%;
  }

  .page-header {
    height: 2.9rem;
    width: 100%;
    color: #666666;
    overflow: hidden;
    background: url(../../imgs/page-common/page-top-bg.jpg) 50% 50% no-repeat;
  }

  .page-header .page-header__breadcrumb {
    width: 11.2rem;
    height: 0.6rem;
    line-height: 0.6rem;
    margin: auto;
  }

  .page-header .page-header__breadcrumb a {
    color: #666666;
  }

  .page-header .page-header__breadcrumb a.is-active {
    color: #00aad2;
  }

  .page-header .page-header__title {
    height: 2.3rem;
    width: 93.75%;
    margin: auto;
    background: rgba(255, 255, 255, 0.7);
    text-align: center;
    display: table;
  }

  .page-header .page-header__title span {
    display: table-cell;
    vertical-align: middle;
  }

  .page-header .page-header__title h1 {
    margin: 0;
    font-size: 0.4rem;
    font-weight: 400;
    line-height: 1.4;
  }

  .page-header .page-header__title p {
    font-size: 0.24rem;
    line-height: 1.4;
    font-family: "HyundaiSansTextCN";
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .page-body {
    width: 100%;
  }

  .page-header {
    height: 3.6rem;
    width: 100%;
    color: #666666;
    overflow: hidden;
    background: url(../../imgs/page-common/page-top-bg.jpg) 50% 50% no-repeat;
  }

  .page-header .page-header__breadcrumb {
    width: 14.36rem;
    height: 1rem;
    line-height: 1rem;
    margin: auto;
  }

  .page-header .page-header__breadcrumb a {
    color: #666666;
  }

  .page-header .page-header__breadcrumb a.is-active {
    color: #00aad2;
  }

  .page-header .page-header__title {
    height: 2.6rem;
    width: 14.36rem;
    margin: auto;
    background: rgba(255, 255, 255, 0.7);
    text-align: center;
    display: table;
  }

  .page-header .page-header__title span {
    display: table-cell;
    vertical-align: middle;
  }

  .page-header .page-header__title h1 {
    margin: 0;
    font-size: 0.48rem;
    font-weight: 400;
    line-height: 1.4;
  }

  .page-header .page-header__title p {
    font-size: 0.3rem;
    line-height: 1.4;
    font-family: "HyundaiSansTextCN";
  }
}

@media (max-width: 767px) {
  .page-body {
    width: 100%;
  }

  .page-header {
    height: 2.2rem;
    width: 100%;
    padding-top: 0.3rem;
    color: #666666;
    overflow: hidden;
    background: url(../../imgs/page-common/page-top-mob-bg.jpg) 50% 50% no-repeat;
  }

  .page-header .page-header__breadcrumb {
    display: none !important;
  }

  .page-header .page-header__title {
    height: 1.9rem;
    width: 6.9rem;
    margin: auto;
    background: rgba(255, 255, 255, 0.7);
    text-align: center;
    display: table;
  }

  .page-header .page-header__title span {
    display: table-cell;
    vertical-align: middle;
  }

  .page-header .page-header__title h1 {
    margin: 0;
    font-size: 0.4rem;
    font-weight: 400;
    line-height: 1.4;
  }

  .page-header .page-header__title p {
    font-size: 0.28rem;
    line-height: 1.4;
    font-family: "HyundaiSansTextCN";
  }
}

#newscontent p {
  text-align: justify;
}

@media (min-width: 1025px) {
  .news-filter {
    width: 11.2rem;
    margin: 0.3rem auto;
    position: relative;
  }

  .news-filter__date {
    position: absolute;
    border: 1px #cccccc solid;
    height: 0.6rem;
    width: 3.52rem;
    right: 0;
    top: 0;
    z-index: 1;
    line-height: calc(0.6rem - 2px);
    font-size: 0.18rem;
  }

  .news-filter__date input {
    width: 100%;
    border: none;
    height: 100%;
    line-height: 0.6rem;
    padding: 0 0.62rem 0 0.3rem;
    outline: none;
  }

  .news-filter__date img {
    width: 0.3rem;
    height: 0.3rem;
    position: absolute;
    right: 0.3rem;
    top: 50%;
    transform: translateY(-50%);
  }

  .news-type {
    font-size: 0;
    background: #f6f3f2;
    width: 7.35rem;
  }

  .news-type .news-type__item {
    font-size: 0.18rem;
    display: inline-block;
    vertical-align: top;
    width: 33.3%;
    height: 0.6rem;
    line-height: 0.6rem;
    text-align: center;
    cursor: pointer;
  }

  .news-type .news-type__item.is-active {
    color: white;
    background: #00aad2;
  }

  .news-list {
    margin-top: 0.48rem;
  }

  .news-list .news-list__wrapper {
    width: 11.2rem;
    margin: auto;
  }

  .news-list .news-list__wrapper .news-list__item {
    width: 100%;
    margin-bottom: 0.28rem;
  }

  .news-list .news-item {
    display: table;
    position: relative;
    height: 2.3rem;
    width: 100%;
    background: #f3f3f3;
  }

  .news-list .news-item:hover {
    background: white;
    box-shadow: 0 1px 13px 0 rgba(0, 0, 0, 0.2);
  }

  .news-list .news-item .news-item__click {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .news-list .news-item .news-item__left,
  .news-list .news-item .news-item__right {
    display: table-cell;
    position: relative;
    height: 100%;
    vertical-align: top;
  }

  .news-list .news-item .news-item__left {
    width: 4.08rem;
    height: 2.3rem;
  }

  .news-list .news-item .news-item__right {
    padding: 0.28rem 0.4rem;
  }

  .news-list .news-item .news-item__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .news-list .news-item .news-item__from {
    position: absolute;
    top: 0;
    left: 0.2rem;
    width: 0.9rem;
    height: 0.54rem;
  }

  .news-list .news-item .news-item__title {
    font-size: 0.24rem;
    line-height: 1.4;
    color: #313131;
  }

  .news-list .news-item .news-item__desc {
    font-size: 0.16rem;
    line-height: 1.4;
    margin-top: 0.05rem;
    color: #666666;
  }

  .news-list .news-item .news-item__addon {
    position: absolute;
    width: 100%;
    left: 0;
    padding: 0 0.4rem;
    bottom: 0.28rem;
    font-size: 0.18rem;
    color: #333333;
  }

  .news-list .news-item .news-item__addon a {
    float: right;
    color: #00aad2;
  }

  .news-list .news-item .news-item__addon::after {
    clear: both;
  }

  .news-detail {
    width: 11.2rem;
    margin: 0.6rem auto;
    font-size: 0.16rem;
    color: #333333;
    line-height: 1.8;
  }

  .news-detail img {
    width: 100%;
  }

  .news-detail .new-detail__nav {
    margin: 0.8rem 0 0.5rem;
    font-size: 0.18rem;
  }

  .news-detail .new-detail__nav a {
    color: #00aad2;
    text-decoration: underline;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .share {
    font-size: 0.28rem;
    position: absolute;
    right: 0.5rem;
    top: 50%;
    transform: translate(0, -50%);
  }

  .breadcrumbs {
    position: relative;
  }

  .icon-share {
    width: 0.28rem;
    height: 0.28rem;
  }

  .news-filter {
    width: 14.36rem;
    margin: 0.6rem auto;
    position: relative;
  }

  .news-filter__date {
    position: absolute;
    border: 1px #cccccc solid;
    height: 0.9rem;
    width: 4.6rem;
    right: 0;
    top: 0;
    z-index: 1;
    line-height: calc(0.9rem - 2px);
    font-size: 0.24rem;
  }

  .news-filter__date input {
    width: 100%;
    border: none;
    height: 100%;
    line-height: 0.9rem;
    padding: 0 0.75rem 0 0.3rem;
    outline: none;
  }

  .news-filter__date img {
    width: 0.45rem;
    height: 0.45rem;
    position: absolute;
    right: 0.3rem;
    top: 50%;
    transform: translateY(-50%);
  }

  .news-type {
    font-size: 0;
    background: #f6f3f2;
    width: 9.6rem;
  }

  .news-type .news-type__item {
    font-size: 0.24rem;
    display: inline-block;
    vertical-align: top;
    width: 33.3%;
    height: 0.9rem;
    line-height: 0.9rem;
    text-align: center;
    cursor: pointer;
  }

  .news-type .news-type__item.is-active {
    color: white;
    background: #00aad2;
  }

  .news-list {
    margin-top: 0.6rem;
  }

  .news-list .news-list__wrapper {
    width: 14.36rem;
    margin: auto;
  }

  .news-list .news-list__wrapper .news-list__item {
    width: 100%;
    margin-bottom: 0.34rem;
  }

  .news-list .news-item {
    display: table;
    position: relative;
    height: 3.28rem;
    width: 100%;
    background: #f3f3f3;
  }

  .news-list .news-item:hover {
    background: white;
    box-shadow: 0 1px 13px 0 rgba(0, 0, 0, 0.2);
  }

  .news-list .news-item .news-item__click {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .news-list .news-item .news-item__left,
  .news-list .news-item .news-item__right {
    display: table-cell;
    position: relative;
    height: 100%;
    vertical-align: top;
  }

  .news-list .news-item .news-item__left {
    width: 5.82rem;
    height: 3.28rem;
  }

  .news-list .news-item .news-item__right {
    padding: 0.28rem 0.4rem;
  }

  .news-list .news-item .news-item__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .news-list .news-item .news-item__from {
    position: absolute;
    top: 0;
    left: 0.2rem;
    width: 0.9rem;
    height: 0.54rem;
  }

  .news-list .news-item .news-item__title {
    font-size: 0.36rem;
    line-height: 1.4;
    color: #313131;
  }

  .news-list .news-item .news-item__desc {
    font-size: 0.24rem;
    line-height: 1.4;
    margin-top: 0.05rem;
    color: #666666;
  }

  .news-list .news-item .news-item__addon {
    position: absolute;
    width: 100%;
    left: 0;
    padding: 0 0.4rem;
    bottom: 0.28rem;
    font-size: 0.24rem;
    color: #333333;
  }

  .news-list .news-item .news-item__addon a {
    float: right;
    color: #00aad2;
  }

  .news-list .news-item .news-item__addon::after {
    clear: both;
  }

  .news-detail {
    width: 14.36rem;
    margin: 0.6rem auto;
    font-size: 0.24rem;
    color: #333333;
    line-height: 1.8;
  }

  .news-detail img {
    width: 100%;
  }

  .news-detail .new-detail__nav {
    margin: 1rem 0 1.2rem;
    font-size: 0.24rem;
  }

  .news-detail .new-detail__nav a {
    color: #00aad2;
    text-decoration: underline;
  }
}

@media (max-width: 767px) {
  .news-filter__date {
    position: relative;
    border: 1px #cccccc solid;
    height: 0.8rem;
    width: 6.9rem;
    margin: 0.4rem auto;
    line-height: calc(0.8rem - 2px);
    font-size: 0.3rem;
  }

  .news-filter__date input {
    width: 100%;
    border: none;
    height: 100%;
    line-height: calc(0.8rem - 2px);
    padding: 0 0.62rem 0 0.3rem;
    outline: none;
  }

  .news-filter__date img {
    width: 0.3rem;
    height: 0.3rem;
    position: absolute;
    right: 0.3rem;
    top: 50%;
    transform: translateY(-50%);
  }

  .news-type {
    font-size: 0;
    background: #f6f3f2;
    width: 6.9rem;
    margin: 0.3rem auto;
  }

  .news-type .news-type__item {
    font-size: 0.3rem;
    display: inline-block;
    vertical-align: top;
    width: 33.3%;
    height: 0.8rem;
    line-height: 0.8rem;
    text-align: center;
  }

  .news-type .news-type__item.is-active {
    color: white;
    background: #00aad2;
  }

  .news-list {
    margin-top: 0.48rem;
  }

  .news-list .news-list__wrapper {
    width: 6.9rem;
    margin: auto;
  }

  .news-list .news-list__wrapper .news-list__item {
    width: 100%;
    margin-bottom: 0.28rem;
  }

  .news-list .news-item {
    position: relative;
    width: 100%;
    background: #f3f3f3;
  }

  .news-list .news-item .news-item__click {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .news-list .news-item .news-item__left {
    width: 100%;
    height: 3.7rem;
  }

  .news-list .news-item .news-item__right {
    padding: 0.32rem;
  }

  .news-list .news-item .news-item__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .news-list .news-item .news-item__from {
    position: absolute;
    top: 0;
    left: 0.2rem;
    width: 0.9rem;
    height: 0.54rem;
  }

  .news-list .news-item .news-item__title {
    font-size: 0.34rem;
    line-height: 1.4;
    color: #313131;
  }

  .news-list .news-item .news-item__desc {
    font-size: 0.26rem;
    line-height: 1.4;
    margin-top: 0.05rem;
    color: #666666;
  }

  .news-list .news-item .news-item__addon {
    position: relative;
    width: 100%;
    margin-top: 0.1rem;
    font-size: 0.22rem;
    color: #666666;
  }

  .news-detail {
    width: 6.9rem;
    margin: 0.6rem auto;
    font-size: 0.28rem;
    color: #333333;
    line-height: 1.8;
  }

  .news-detail img {
    width: 100%;
  }

  .news-detail .new-detail__nav {
    margin: 0.8rem 0 0.5rem;
    font-size: 0.21rem;
  }

  .news-detail .new-detail__nav a {
    color: #00aad2;
    text-decoration: underline;
  }
}



img {
  max-width: 100%;
  transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  -o-transition: .3s;
}

.left-img {
  position: relative;
  flex: 0 1 auto;
  width: 728px;
  margin-right: 80px;
  /* margin-left: 53px; */
  overflow: hidden;
  display: none;
}

.new-detail-header {
  /* padding: 0 40px; */
  /* width: 87.5%; */
  margin: 0 auto;
  margin-bottom: 80px;
  display: flex;
  justify-content: flex-start;
  /* align-items: center; */
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: -moz-flex;
}

.other-wrap img {
  /* float: left; */
  width: 64px;
  width: 20px;
  /* margin-left: 16px; */
  cursor: pointer;
  background-position: 0 12px !important;
}

.news-detail {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  color: #000;
}

.news-detail {
  width: 1600px;
  margin: 0 auto;
  padding-top: 140px;
}


.news-detail {
  overflow: unset;
  /* font-family: "HyundaiSansHeadCN-Regular", serif; */
  font-family: "HyundaiSansTextCN-Regular", serif;
}

#newscontent {
  padding: 0 248px;
  font-size: 20px;
  line-height: 30px;
  line-height: 27px;
}

.new-detail-header {
  padding: 0 248px;
}


#newscontent p {
  line-height: 27px;
}

#newscontent p.desc {
  font-size: 16px;
  line-height: 16px;
  color: #6A767D;
  margin-top: 16px;
}

#newscontent img:parent {
  background-color: #00f;
}

.right-content .title {
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 36px;
  margin-top: 0;
  font-family: "HyundaiSansHeadCN-Medium", serif;
  font-weight: normal;

}
#newscontent strong{
  font-family: "HyundaiSansHeadCN-Medium", serif;
  font-weight: normal;

}

.right-content {
  /* width: 38.5%; */
  flex: 0 1 auto;
  /* text-align: justify; */
}

.other-wrap .time {
  font-size: 16px;
  line-height: 1;
  position: relative;
  display: inline-block;
  margin-right: 20px;
  font-weight: bold;

}

.other-wrap .time-wrap {
  margin-bottom: 18px;
  font-size: 16px;
  line-height: 1;
}

.other-wrap .time:after {
  content: " ";
  position: absolute;
  width: 0px;
  height: 100%;
  border-right: 1px solid #95A3A7;
  right: -10px;
  top: 0;
  display: none;
}

.other-wrap {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 1680px) {
  .left-img {
    width: 600px;
    margin-right: 70px;
    /* margin-left: 40px; */
  }

  .new-detail-header {
    margin-bottom: 60px;
  }

  /* .other-wrap img {
    width: 56px;  
  } */

  .news-detail {
    width: 1200px;
  }

  #newscontent,
  .new-detail-header {
    padding: 0 190px;
  }

  .right-content .title {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 30px;
  }

}

@media only screen and (max-width: 1440px) {
  .news-detail {
    width: 1040px;
  }

  .left-img {
    width: 580px;
    margin-right: 70px;
    /* margin-left: 30px; */
  }

  /* .new-detail-header {
    margin-bottom: 80px;
  } */

  #newscontent,
  .new-detail-header {
    padding: 0 130px;
  }

  .right-content .title {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 1200px) {
  .news-detail {
    width: 800px;
  }

  .left-img {
    width: 460px;
    margin-right: 70px;
  }

  /* .new-detail-header {
    margin-bottom: 60px;
  } */

  /* .other-wrap img {
    width: 50px;
    margin-left: 16px; 
    float: right;
    margin-left: 16px;
    background-position: 0 16px !important;
  } */


  #newscontent {
    padding: 0 100px;
    font-size: 16px;
    line-height: 22px;
    line-height: 23px;
  }

  .new-detail-header {
    padding: 0 100px;
  }
  #newscontent p.desc {
    font-size: 12px;
    line-height: 12px;
    color: #6A767D;
    margin-top: 8px;
  }
  
}

@media only screen and (max-width: 960px) {
  .new-detail-header {
    padding: 0;
    margin: 0 auto 60px;
    width: calc(100% - 40px);

  }

  .right-content .title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 16px;
  }
}

@media only screen and (max-width: 767px) {

  .news-detail {
    padding-top: 50px !important;
  }
}

@media only screen and (max-width: 750px) {
  .news-detail {
    width: 100%;
    margin-top: 0;
  }

  .left-img {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 24px;
  }

  .new-detail-header {
    /* margin-bottom: 0px; */
    flex-direction: column;
  }

  #newscontent {
    padding: 0px 16px;
    font-size: 12px;
    font-size: 14px;
    font-size: 16px;
    line-height: 18px;
    line-height: 16px;
    line-height: 20px;
  }

  #newscontent p {
    line-height: 16px;
    line-height: 20px;
  }

  .right-content .title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 28px;
  }

  .right-content {
    width: 100%;
    padding: 0 5px;
  }

  .other-wrap img {
    display: none;
  }

  .other-wrap .time {
    font-size: 12px;
  }

  .other-wrap .time-wrap {
    margin-bottom: 18px;
  }
  #newscontent p.desc {
    font-size: 12px;
    line-height: 18px; 
  }

}

/* huqq add */
/* #newscontent p {
  line-height: 30px;
} */

/* @media only screen and (max-width:1200px) {
  #newscontent p {
    line-height: 20px;
  }
}

@media only screen and (max-width:750px) {
  #newscontent p {
    line-height: 20px;
  }
} */

.left-img img:hover {
  cursor: pointer;
}

.left-img:hover img {
  transform: scale(1.05);
}