* {
  box-sizing: border-box;
}

body {
  background: #f8f8f8;
}

.section-pressRelase .big-one {
  display: block;
  position: relative;
  overflow: hidden;
  background: white;
  margin: 3rem 0 30px 0;
  cursor: pointer;
}

.section-pressRelase .big-one:hover {
  box-shadow: 0 12px 12px -10px rgba(0, 0, 0, 0.15);
}

.section-pressRelase .big-one:hover .newsPic {
  transform: scale(1.05);
}

.section-pressRelase .big-one .bo-left {
  width: 56%;
  overflow: hidden;
  float: left;
}

.section-pressRelase .big-one .bo-left .bol-box {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 63.38%;
  overflow: hidden;
}

.section-pressRelase .big-one .bo-right {
  box-sizing: content-box;
  width: 37.84%;
  padding: 0 0 0 3%;
  float: left;
}

.section-pressRelase .big-one .newsPic {
  vertical-align: middle;
  transition: all 0.5s;
  height: 100%;
  width: auto;
  min-width: 100%;
  position: absolute;
  left: 0%;
}

.section-pressRelase .big-one .bor-desc {
  font-size: 2rem;
  color: #707070;
  margin: 4.8rem 0 2.4rem 0;
}

.section-pressRelase .big-one .bor-title {
  font-size: 3.2rem;
  font-weight: bold;
  color: #000;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  /* height: 16rem; */
  -webkit-box-orient: vertical;
}

.cn .section-pressRelase .big-one .bor-title{
  font-size: 2.6rem;
}

.section-pressRelase .big-one .bor-bottom {
  position: absolute;
  bottom: 4rem;
  left: 59%;
  font-size: 1.6rem;
  color: #707070;
  width: 35.84%;
}

.section-pressRelase .big-one .bor-bottom img {
  width: 3.7rem;
  float: right;
}

.section-pressRelase .small-lists {
  overflow: hidden;
}

.section-pressRelase .small-lists li:hover {
  box-sizing: border-box;
  box-shadow: 0 12px 12px -10px rgba(0, 0, 0, 0.15);
}

.section-pressRelase .small-lists li:hover .sml-pic img {
  transform: scale(1.05);
}

.section-pressRelase .small-lists li {
  width: calc((100% - 60px) / 3);
  float: left;
  background: white;
  margin-bottom: 30px;
  cursor: pointer;
}

.section-pressRelase .small-lists li a {
  list-style: none;
  text-decoration: none;
}

.section-pressRelase .small-lists li:nth-of-type(2),
.section-pressRelase .small-lists li:nth-of-type(5) {
  margin: 0 30px;
}

.section-pressRelase .small-lists .sml-pic {
  width: 100%;
  height: 0;
  padding-bottom: 63%;
  position: relative;
  overflow: hidden;
}
.section-pressRelase .small-lists .sml-pic.pdf-box {
  padding-bottom: 142.04%;
}
.section-pressRelase .small-lists .sml-pic img {
  width: auto;
  min-width: 100%;
  transition: all 0.5s;
  position: absolute;
  height: 100%;
}

.section-pressRelase .small-lists .sml-desc {
  font-size: 1.8rem;
  color: #707070;
  padding: 20px 20px 15px 20px;
}

.section-pressRelase .small-lists .sml-title {
  height: 118px;
  font-size: 22px;
  font-weight: 700;
  color: #000;
  line-height: 1.3;
  padding: 0 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.section-pressRelase .small-lists .sml-bottom {
  padding: 20px 20px 20px 20px;
  font-size: 1.6rem;
  color: #707070;
  width: calc(100% - 40px);
}

.section-pressRelase .small-lists .sml-bottom img {
  width: 3.7rem;
  float: right;
}

.section-pressRelase .readmore {
  margin: 0 auto;
  margin-top: 1rem;
  font-size: 2rem;
  text-align: center;
  color: #3573e7;
  font-weight: normal;
}

.cn .section-pressRelase .readmore {
  font-size: 1.7rem;
}

.section-pressRelase .readmore a {
  color: #3573e7;
}

.section-pressRelase .readmore div {
  display: inline-block;
  cursor: pointer;
}

.section-pressRelase .readmore img {
  width: 6px;
  margin-left: 4px;
  margin-top: -3px;
}

.section-featured {
  position: relative;
  margin-top: 7rem;
  padding: 7rem 0 5.5rem 0;
  background: white;
  overflow: hidden;
}

.section-featured .content {
  position: relative;
  height: 56.5rem;
}

.section-featured .big-title,
.section-pressRelase .big-title {
  font-size: 3.6rem;
  font-weight: bold;
  color: #000;
  margin-bottom: 3rem;
}

.cn .section-featured .big-title,
.cn .section-pressRelase .big-title {
  font-size: 3rem;
}

.section-pressRelase .big-title {
  margin-top: 6rem;
}

.section-featured .box-lists {
  width: 100%;
  /*height: 100%;*/
  overflow-x: scroll;
  /*添加横向滚动条*/
  white-space: nowrap;
  overflow: visible;
  position: absolute;
  left: 0;
}

/* 谷歌浏览器 隐藏滚动条 */
.section-featured .box-lists::-webkit-scrollbar {
  /*display: none;*/
}

.section-featured .box-lists .box-one {
  width: 59.2%;
  max-width: 710px;
  height: auto;
  overflow: hidden;
  position: relative;
  float: none;
  display: inline-block;
  cursor: pointer;
}

.section-featured .one-wz {
  position: relative;
  width: 100%;
}

.section-featured .one-wz .box-image {
  position: relative;
  height: 0;
  padding-bottom: 61.84%;
  overflow: hidden;
}

/*.section-featured .box-lists .box-one:hover img{
	transform: scale(1.05);
}*/
.section-featured .box-lists .box-one:not(:last-child) {
  margin-right: 30px;
}

.section-featured .box-lists .box-one img {
  width: 100%;
  min-width: 100%;
  transition: scale 0.5s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.section-featured .box-one .boxo-bottom {
  /* position: absolute;
	bottom: 0;
	left: 0; */
  width: 100%;
  /*height: 15.5rem;*/
  background: #fafafa;
  height: 140px;
}

.section-featured a {
  text-decoration: none !important;
}

.section-featured .boxo-bottom .boxob-title {
  /*height: 7rem;*/
  padding: 20px 4.5rem 0 4.5rem;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  color: #000;
  line-height: 1.3;
  max-height: 90px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  white-space: pre-wrap;
}

.section-featured .boxo-bottom .boxob-time {
  font-size: 16px;
  color: #707070;
  padding: 1.5rem 4.5rem 2rem 4.5rem;
}

.section-featured .box-button {
  overflow: hidden;
}

.section-featured .box-button .boxb-num {
  font-size: 1.8rem;
  color: #707070;
  float: left;
  width: 5.4rem;
}

.section-featured .box-button .boxb-process {
  width: 41.67%;
  min-width: 400px;
  position: relative;
  margin: 8px 50px 0 65px;
  float: left;
}

.section-featured .boxb-process .process1 {
  width: 100%;
  height: 3px;
  background: #d8d8d8;
}

.section-featured .boxb-process .process2 {
  width: 0px;
  height: 3px;
  background: #dc000c;
  position: absolute;
  top: 0;
  left: 0;
}

.section-featured .box-button .boxb-arrow {
  float: left;
}

.section-featured .box-button .boxb-arrow img {
  cursor: pointer;
  width: 10px;
}

.section-featured .box-button .boxb-arrow img.leftArrow {
  margin-right: 38px;
}

.new-container {
  max-width: 1000px;
}

.short-news-item,
.slide-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.slide-wrap {
  padding: 20px 40px;
  margin-top: 20px;
  background: #fff;
}

.short-news-item {
  justify-content: flex-start;
}
.short-news-time {
  display: flex;
  align-items: center;
  justify-content: left;
  margin-right: 3rem;
  font-size: 16px;
  line-height: 24px;
  color: #707070;
}
.short-news-date {
  font-size: 48px;
  line-height: 64px;
  margin-right: 10px;
}
.short-news-container {
  flex-grow: 1;
  height: 96px;
  overflow: hidden;
}
.short-news-content {
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  max-height: 72px;
  overflow: hidden;
  color: #000;
}
.cn .short-news-content{
  font-size: 16px;
}
.short-news-buttons {
  flex-grow: 0;
  flex-shrink: 0;
  width: 28px;
  margin-left: 20px;
}
.short-news-button {
  cursor: pointer;
  outline: 0;
}
.short-news-button {
  width: 28px;
  padding: 4px;
}
.short-news-button img {
  width: 20px;
}
.short-news-button.disabled,
.short-news-button.swiper-button-disabled {
  opacity: 0.5;
  cursor: default;
}
.short-news-button.short-news-button-next img {
  transform: rotate(180deg);
}
.short-news-time-m {
  display: none;
}
.readmore-xs {
  display: none;
}
@media only screen and (max-width: 1440px) {
  .section-featured .content {
    height: 62rem;
  }
}

@media only screen and (max-width: 1320px) {
  .section-pressRelase .big-one .bor-title {
    font-size: 28px;
    line-height: 36px;
    height: 144px;
  }
  .cn .section-pressRelase .big-one .bor-title {
    font-size: 24px;
  }
}

@media only screen and (max-width: 1180px) {
  .section-pressRelase .big-one .bor-title {
    font-size: 26px;
    line-height: 32px;
    height: 128px;
  }
  .cn .section-pressRelase .big-one .bor-title {
    font-size: 22px;
  }
}

@media only screen and (max-width: 1024px) {
  .section-pressRelase .big-title {
    margin-top: 9rem;
  }

  .section-pressRelase .big-one .bor-desc {
    margin: 30px 0 12px 0;
  }

  .new-container {
    max-width: 650px;
  }

  .section-pressRelase .big-one .bor-title {
    font-size: 20px;
    line-height: 24px;
    height: 96px;
  }

  .cn .section-pressRelase .big-one .bor-title {
    font-size: 18px;
  }

  .section-pressRelase .small-lists .sml-title {
    height: 96px;
    font-size: 20px;
    line-height: 24px;
    padding: 0 17px;
  }

  .section-pressRelase .big-one .bor-bottom {
    bottom: 3rem;
  }

  .section-featured .content {
    height: 70rem;
  }

  .section-pressRelase .small-lists li {
    width: calc((100% - 20px) / 2);
  }

  .section-pressRelase .small-lists li:nth-of-type(2),
  .section-pressRelase .small-lists li:nth-of-type(5) {
    margin: 0;
  }

  .section-pressRelase .small-lists li:nth-child(even) {
    margin-left: 20px !important;
  }

  .section-pressRelase .small-lists li {
    margin-bottom: 20px !important;
  }

  .section-featured .box-button .boxb-process {
    margin: 8px 25px 0 35px;
  }

  .section-featured .box-button {
    padding-top: 20px;
  }

  .section-featured .content {
    height: 435px;
  }

  .section-featured .boxo-bottom .boxob-title {
    padding: 1rem 20px 0 20px;
  }

  .section-featured .boxo-bottom .boxob-time {
    padding: 10px 20px;
  }

  .section-pressRelase {
    margin-top: 77px;
  }
  .section-magazine {
    margin-top: 40px;
  }

  .box-button.hidden-xs {
    display: block !important;
  }

  .section-featured .visible-xs {
    display: none !important;
  }

  .section-featured {
    margin-top: 4rem;
    padding: 3rem 0 5.5rem 0;
  }
}

@media screen and (max-width: 767px) {
  .new-container {
    width: 90%;
    max-width: 400px;
  }

  .box-button.hidden-xs {
    display: none !important;
  }

  .section-featured .visible-xs {
    display: block !important;
  }

  .visible-xs {
    display: block !important;
  }
  .short-news-time,
  .short-news-buttons {
    display: none;
  }
  .big-title .readmore {
    display: none;
  }

  .slide-wrap {
    padding: 10px 20px;
  }
  .short-news-container {
    height: 118px;
  }
  .short-news-content {
    font-size: 18px;
    line-height: 22px;
    max-height: 118px;
  }
  .short-news-content .title {
    max-height: 88px;
    overflow: hidden;
  }

  .short-news-time-m {
    display: block;
    font-size: 14px;
    color: #707070;
    font-weight: normal;
    padding-top: 10px;
  }

  .section-pressRelase {
    margin-top: 6vw;
  }
  .section-pressRelase .big-one .bor-bottom {
    width: 100%;
    position: relative;
    left: 0;
    /* right: 0; */
    bottom: 0;
    padding: 10px 0 27px 0;
    font-size: 14px;
  }

  .section-pressRelase .small-lists .sml-bottom {
    padding: 10px 17px 27px 17px;
    width: calc(100% - 34px);
    font-size: 14px;
  }

  .section-pressRelase .small-lists li:nth-of-type(2),
  .section-pressRelase .small-lists li:nth-of-type(5) {
    margin: 0;
  }

  .section-pressRelase .readmore {
    font-size: 16px;
    color: #0064d9;
    margin-top: 3px;
  }
  .section-pressRelase .readmore-xs {
    display: block;
    margin-top: 20px;
  }
  .section-pressRelase .big-one {
    margin: 17px 0;
  }

  .section-pressRelase .small-lists li {
    margin-bottom: 17px !important;
  }

  .section-featured {
    margin-top: 6vw;
    padding: 6vw 0 90px 0;
  }

  .section-featured .box-lists {
    width: 600%;
  }

  .section-featured .box-lists .box-one {
    width: 16.65%;
    /* width: 100vw; */
    max-width: 768px;
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding: 0 20px;
    float: left;
    display: block;
  }

  .section-featured .box-lists .box-one:first-child {
    /* margin-left: 20px; */
  }

  .section-featured .box-lists .box-one:not(:last-child) {
    /* margin-right: 20px; */
    /*margin-right: 17px;*/
  }

  .section-featured .big-title,
  .section-pressRelase .big-title {
    font-size: 23px;
    margin-top: 20px;
    margin-bottom: 12px;
  }

  .section-featured .big-title {
    text-indent: 17px;
    margin-top: 0;
    margin-bottom: 23px;
  }

  .section-featured .content {
    height: 90px;
    padding-bottom: 61.84%;
    box-sizing: content-box;
  }

  .section-featured .boxo-bottom .boxob-title {
    /* padding: 0 17px 0 17px; */
    padding: 0;
    font-size: 17px;
    line-height: 20px;
    /*height: 60px;*/
  }

  .section-featured .boxo-bottom .boxob-time {
    font-size: 14px;
    /*padding: 0 17px;*/
    /* padding: 13px 17px 23px 17px;
		 */
    padding: 13px 0 23px;
  }

  .section-featured .box-one .boxo-bottom {
    padding-top: 10px;
    background: none;
  }

  .section-featured .box-lists {
    /*overflow: scroll;*/
    /*position: relative;*/
  }

  .section-featured .sl-box {
    background: rgba(255, 255, 255, 0.6);
    width: 44px;
    height: 44px;
    text-align: center;
    z-index: 9;
    position: absolute;
    top: 50%;
    cursor: pointer;
  }

  .section-featured .sl-box img {
    width: 10px;
    margin-top: 12px;
  }

  .section-featured .box-lists::-webkit-scrollbar {
    display: none;
  }

  .section-featured .box-lists {
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .section-pressRelase .big-one .newsPic {
    left: 0;
    transition: none;
  }

  .section-pressRelase .big-one .bo-left,
  .section-pressRelase .big-one .bo-right,
  .section-pressRelase .small-lists li {
    width: 100%;
  }

  .section-pressRelase .small-lists li:nth-child(even) {
    margin-left: 0px !important;
  }

  .section-pressRelase .big-one .bo-right {
    padding: 0 17px;
    width: calc(100% - 34px);
  }

  .section-pressRelase .big-one .bor-desc {
    font-size: 14px;
    margin: 20px 0 10px 0;
  }

  .section-pressRelase .small-lists .sml-title {
    height: auto;
    font-size: 18px;
    line-height: 22px;
    padding: 0 17px;
  }

  .cn .section-pressRelase .small-lists .sml-title{
    font-size: 16px;
  }

  .section-pressRelase .small-lists .sml-desc {
    font-size: 14px;
    padding: 20px 17px 10px 17px;
  }

  .section-pressRelase .big-one .bor-title {
    font-size: 18px;
    line-height: 22px;
    height: auto;
  }

  .section-featured .sl-box:nth-of-type(1) {
    left: 20px;
    display: none;
  }

  .section-featured .sl-box:nth-of-type(2) {
    right: 20px;
  }
}

@media screen and (max-width: 414px) {
  .section-pressRelase, .section-featured {
    margin-top: 9vw;
  }
}
