.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.ellipsis-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.ellipsis-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.ellipsis-5 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.banner {
  min-height: 12.2rem;
}
.banner-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.banner-mask .subject {
  margin-top: 3.6rem;
  text-align: center;
  color: #fff;
}
.banner-mask .subject h3 {
  margin: 0.16rem 0;
  font-size: 0.4rem;
  font-weight: 300;
  opacity: 0.3;
  letter-spacing: 1.2px;
}
.banner-mask .subject h3.patch-en {
  opacity: 1;
}
.banner-mask .subject h2 {
  margin-top: -0.35rem;
  font-size: 0.4rem;
  font-weight: 300;
  letter-spacing: 1.2px;
}
.banner-mask .subject h2.patch-en {
  opacity: 0;
}
.banner-mask .subject .line {
  width: 2.3rem;
  margin: 0.5rem auto 0.45rem;
}
.banner-mask .subject .slogan {
  margin: 0 auto;
  max-width: 12rem;
  font-size: 0.22rem;
  line-height: 2;
}
@media (max-width: 1366px) {
  .banner {
    min-height: 8.15rem;
  }
  .banner-mask .subject {
    margin-top: 2.3rem;
  }
}
@media (max-width: 1000px) {
  .banner {
    min-height: 6.67rem;
  }
  .banner .banner-mask .subject {
    margin: 1.4rem auto 0;
    width: 6.55rem;
  }
  .banner .banner-mask .subject h3 {
    font-size: 0.22rem;
    margin: 0.16rem 0;
  }
  .banner .banner-mask .subject h2 {
    font-size: 0.32rem;
    margin-top: -0.26rem;
  }
  .banner .banner-mask .subject .line {
    width: 1.55rem;
    margin: 0.32rem auto 0.43rem;
  }
  .banner .banner-mask .subject .slogan {
    font-size: 0.22rem;
    line-height: 1.4;
    max-width: 100%;
    text-align: justify;
  }
}
.section {
  position: relative;
  box-sizing: border-box;
  margin: 190px auto;
}
.section:first-of-type {
  margin-top: 60px;
}
.section-desc {
  margin: 60px auto;
  font-size: 16px;
  line-height: 2;
  font-weight: 300;
  text-align: left;
  color: #898a9c;
}
.section-desc.patch-en {
  line-height: 1.5;
}
.section-title {
  position: relative;
  margin: 0 auto 80px;
  font-size: 40px;
  font-weight: 300;
  text-align: center;
}
.section-title::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -26px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  border-radius: 2px;
  background: #0067ed;
}
@media (max-width: 1000px) {
  .section {
    margin: 1.3rem auto;
  }
  .section:first-of-type {
    margin-top: 0.6rem;
  }
  .section-desc {
    margin: 0.4rem auto;
    width: 6.6rem;
    font-size: 0.28rem;
    line-height: 1.6;
    font-weight: 400;
  }
  .section-title {
    margin: 0 auto 0.8rem;
    font-size: 0.38rem !important;
  }
  .section-title::after {
    bottom: -0.26rem;
    width: 0.6rem;
    height: 4px;
    border-radius: 2px;
  }
}
.section-scene {
  font-size: 0;
  margin-right: -30px;
}
.section-scene .scene-item {
  display: inline-block;
  box-sizing: border-box;
  width: 285px;
  height: 150px;
  margin: 0 20px 20px 0;
  overflow: hidden;
  transition: background-size 0.5s;
  position: relative;
  vertical-align: top;
}
.section-scene .scene-item::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.section-scene .scene-item h5 {
  font-size: 24px;
  margin: 0;
  height: 150px;
  line-height: 150px;
  text-align: center;
  font-weight: 300;
  color: #fff;
  position: relative;
  z-index: 1;
}
@media (max-width: 1366px) {
  .section-scene {
    margin-right: -0.3rem;
  }
  .section-scene .scene-item {
    width: 2.85rem;
    height: 1.5rem;
    margin: 0 0.2rem 0.2rem 0;
  }
  .section-scene .scene-item h5 {
    font-size: 0.26rem;
    height: 1.5rem;
    line-height: 1.5rem;
  }
}
@media (max-width: 1000px) {
  .section-scene {
    width: 100%;
    font-size: 0;
  }
  .section-scene .scene-item {
    width: 3.3rem;
    height: 1.73rem;
    margin: 0 0.4rem 0.37rem 0;
  }
  .section-scene .scene-item:nth-child(even) {
    margin: 0 0 0.37rem 0;
  }
  .section-scene .scene-item h5 {
    font-size: 0.28rem;
    line-height: 1.1;
    height: auto;
    margin-top: 0.86rem;
    transform: translate(0, -0.14rem);
  }
}
.section-adv {
  font-size: 0;
  text-align: left;
  margin-top: 100px;
}
.section-adv .adv-item {
  display: inline-block;
  margin-bottom: 60px;
  vertical-align: top;
  text-align: left;
}
.section-adv .adv-item-title {
  position: relative;
  padding-left: 25px;
  height: 70px;
  font-size: 24px;
  line-height: 1.2;
  color: #000;
  text-align: left;
  overflow: hidden;
}
.section-adv .adv-item-title::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 2px;
  width: 4px;
  height: 22px;
  background: #0067ed;
}
.section-adv .adv-item-desc {
  margin: 0;
  font-size: 16px;
  line-height: 2;
  color: #898a9c;
  font-weight: 300;
}
@media (max-width: 1366px) {
  .section-adv {
    margin-top: 1rem;
  }
  .section-adv .adv-item {
    margin-bottom: 0.6rem;
  }
  .section-adv .adv-item-title {
    height: 0.72rem;
    padding-left: 0.25rem;
    font-size: 0.24rem;
  }
  .section-adv .adv-item-title::before {
    top: 0.06rem;
    width: 0.04rem;
    height: 0.22rem;
  }
  .section-adv .adv-item-desc {
    font-size: 0.16rem;
  }
}
@media (max-width: 1000px) {
  .section-adv .adv-item {
    width: 3.3rem !important;
    margin-bottom: 0.6rem;
  }
  .section-adv .adv-item:nth-child(odd) {
    margin: 0 0.2rem 0.6rem !important;
  }
  .section-adv .adv-item-title {
    padding-left: 0.15rem;
    font-size: 0.28rem;
    height: 0.56rem;
  }
  .section-adv .adv-item-title::before {
    top: 0.05rem;
    width: 0.04rem;
    height: 0.22rem;
  }
  .section-adv .adv-item-desc {
    font-size: 0.24rem;
    line-height: 1.5;
    font-weight: 400;
  }
}
.section-card {
  font-size: 0;
  white-space: nowrap;
  text-align: center;
}
.section-card .card-item {
  display: inline-block;
  vertical-align: top;
  width: 360px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  white-space: normal;
}
.section-card .card-item .part-1 {
  display: inline-block;
  width: 360px;
  height: 180px;
  position: relative;
}
.section-card .card-item .part-1::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 4, 35, 0.5);
}
.section-card .card-item .part-1 .topic {
  position: absolute;
  bottom: 30px;
  width: 100%;
  text-align: center;
  font-size: 24px;
  line-height: 1;
  color: #fff;
}
.section-card .card-item .part-2 {
  display: inline-block;
  box-sizing: border-box;
  width: 360px;
  min-height: 225px;
  padding: 30px 30px 35px;
  font-size: 16px;
  line-height: 2;
  font-weight: 300;
  text-align: justify;
  color: #8a8a9c;
}
@media (max-width: 1366px) {
  .section-card .card-item {
    width: 3.6rem;
    box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, 0.1);
  }
  .section-card .card-item:nth-child(2) {
    margin: 0 0.6rem;
  }
  .section-card .card-item .part-1 {
    width: 3.6rem;
    height: 1.8rem;
  }
  .section-card .card-item .part-1 .topic {
    bottom: 0.3rem;
    font-size: 0.24rem;
  }
  .section-card .card-item .part-2 {
    width: 3.6rem;
    min-height: 2.25rem;
    padding: 0.3rem 0.3rem 0.35rem;
    font-size: 0.16rem;
  }
}
@media (max-width: 1000px) {
  .section-card {
    font-size: 0;
    white-space: normal !important;
    text-align: left;
  }
  .section-card .card-item {
    width: 96%;
    display: inline-flex;
    justify-content: space-between;
    align-items: stretch;
    margin: 0.2rem auto;
  }
  .section-card .card-item .part-1 {
    width: 4rem;
    min-height: 2rem;
    height: auto;
    align-self: stretch;
    position: relative;
  }
  .section-card .card-item .part-1 .topic {
    position: absolute;
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
    font-size: 0.35rem;
    line-height: 1;
    font-weight: 400;
  }
  .section-card .card-item .part-2 {
    box-sizing: border-box;
    width: 6rem;
    min-height: unset !important;
    padding: 0.2rem 0.4rem;
    font-size: 0.24rem;
    line-height: 1.5;
    font-weight: 400;
    display: flex;
    align-items: center;
    text-align: left;
  }
}
.banner {
  width: 100%;
  height: 12.2rem;
  background: url("/static/img/news-top.jpg") no-repeat center;
  background-size: cover;
  z-index: 1;
}
.banner .banner-mask {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: table;
}
.banner .banner-mask .subject {
  display: table-cell;
  vertical-align: middle;
  padding-bottom: 1.8rem;
  text-align: center;
  color: #fff;
}
.banner .banner-mask .subject h2 {
  font-size: 40px;
  font-weight: 300;
  margin: -43px 0 16px;
  letter-spacing: 1.2px;
}
.banner .banner-mask .subject h3 {
  font-size: 60px;
  font-weight: 300;
  margin: 16px 0;
  color: #fff;
  opacity: 0.3;
}
.banner .banner-mask .subject .line {
  width: 232px;
  margin: 60px auto 48px;
}
.banner .banner-mask .subject p {
  font-size: 24px;
  line-height: 20px;
  font-weight: 200;
  letter-spacing: 1px;
  color: #fff;
}
@media (max-width: 1366px) {
  .banner {
    height: 8.15rem;
  }
  .banner .banner-mask .subject h2 {
    font-size: 0.4rem;
    margin: -0.43rem 0 0.16rem;
  }
  .banner .banner-mask .subject h3 {
    font-size: 0.6rem;
    margin: 0.16rem 0;
  }
  .banner .banner-mask .subject .line {
    width: 2.32rem;
    margin: 0.6rem auto 0.48rem;
  }
  .banner .banner-mask .subject p {
    font-size: 0.24rem;
    line-height: 0.2rem;
  }
}
@media (max-width: 1000px) {
  .banner {
    height: 6.6rem;
    background-size: auto 100%;
  }
  .banner .banner-mask {
    width: 100%;
    height: 6.6rem;
    background-color: rgba(0, 0, 0, 0.5);
    display: table;
  }
  .banner .banner-mask .subject {
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }
  .banner .banner-mask .subject h2 {
    font-size: 0.4rem;
    margin: -0.4rem 0 0;
  }
  .banner .banner-mask .subject h3 {
    font-size: 0.4rem;
    margin: 0.13rem 0;
    color: rgba(255, 255, 255, 0.5);
  }
  .banner .banner-mask .subject .line {
    margin: 0.4rem auto;
    width: 1.54rem;
  }
  .banner .banner-mask .subject .slogan {
    font-size: 0.32rem;
  }
}
.information .tab {
  text-align: center;
  padding: 25px 0;
  border-bottom: 2px solid #f0f0f0;
}
@media (max-width: 1366px) {
  .information .tab {
    padding: 0.25rem 0;
  }
}
@media (max-width: 1000px) {
  .information .tab {
    padding: 0.13rem 0;
  }
}
.information .news .news-loadmore-mobile {
  display: none;
}
.information .news-item {
  height: 200px;
  margin: 30px 0;
}
.information .news-item .img-wrapper {
  position: relative;
  float: left;
  width: 260px;
  height: 200px;
}
.information .news-item .img-wrapper img {
  width: 100%;
  height: 100%;
}
.information .news-item .info {
  float: left;
  width: 727px;
  margin: 0 40px 0 30px;
}
.information .news-item .info h3 {
  margin: 40px 0 52px;
  color: #1d2143;
  font-size: 22px;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.information .news-item .info p {
  margin: 40px 0 23px;
  color: #898a9c;
  font-size: 16px;
  line-height: 30px;
  height: 60px;
  text-align: justify;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.information .news-item .info .time-mobile {
  display: none;
}
.information .news-item .time {
  float: left;
  color: #ced7eb;
}
.information .news-item .time .line-1 {
  font-size: 40px;
  margin: 35px 0 10px;
}
.information .news-item .time .line-2 {
  font-size: 22px;
}
@media (min-width: 1000px) {
  .information .news .top {
    height: 308px;
  }
  .information .news .top .img-wrapper {
    width: 370px;
    height: 308px;
  }
  .information .news .top .img-wrapper .tag {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    background: url("/static/img/news-tag-new.png");
  }
  .information .news .top .info {
    margin: 0 40px 0 60px;
    width: 584px;
  }
  .information .news .top .info h3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .information .news .top .info p {
    height: 150px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
  }
}
@media (min-width: 1000px) and (max-width: 1366px) {
  .information .news .top {
    height: 3.08rem;
  }
  .information .news .top .img-wrapper {
    width: 3.7rem;
    height: 3.08rem;
  }
  .information .news .top .img-wrapper .tag {
    width: 1rem;
    height: 1rem;
  }
  .information .news .top .info {
    margin: 0 0.4rem 0 0.6rem;
    width: 5.84rem;
  }
  .information .news .top .info p {
    height: 1.5rem;
  }
}
@media (max-width: 1366px) {
  .information .news-item {
    height: 2rem;
    margin: 0.3rem 0;
  }
  .information .news-item .img-wrapper {
    width: 2.6rem;
    height: 2rem;
  }
  .information .news-item .info {
    float: left;
    width: 7.27rem;
    margin: 0 0.4rem 0 0.3rem;
  }
  .information .news-item .info h3 {
    margin: 0.4rem 0 0.52rem;
    font-size: 0.22rem;
  }
  .information .news-item .info p {
    margin: 0.4rem 0 0.23rem;
    font-size: 0.16rem;
    line-height: 0.3rem;
    height: 0.6rem;
  }
  .information .news-item .time .line-1 {
    font-size: 0.4rem;
    margin: 0.35rem 0 0.1rem;
  }
  .information .news-item .time .line-2 {
    font-size: 0.22rem;
  }
}
@media (max-width: 1000px) {
  .information .news .news-loadmore-mobile {
    display: block;
    text-align: center;
    font-size: 0.24rem;
    color: #898a9c;
    margin: 0.45rem 0 0.2rem;
  }
  .information .news-item {
    height: 1.33rem;
    margin: 0.4rem 0;
  }
  .information .news-item .img-wrapper {
    float: left;
    width: 1.88rem;
    height: 1.45rem;
  }
  .information .news-item .img-wrapper img {
    width: 100%;
    height: 100%;
  }
  .information .news-item .info {
    float: left;
    width: 4.86rem;
    margin: 0 0 0 0.3rem;
  }
  .information .news-item .info h3 {
    color: #1d2143;
    margin: 0 0 0.05rem;
    font-size: 0.28rem;
    line-height: 0.35rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
  .information .news-item .info p {
    margin: 0.1rem 0;
    color: #898a9c;
    font-size: 0.2rem;
    line-height: 0.2rem;
    height: 0.81rem;
    text-align: justify;
    line-height: 0.28rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .information .news-item .info .time-mobile {
    display: block;
    font-size: 0.16rem;
    color: #ced7eb;
  }
  .information .news-item .time {
    display: none;
  }
  .information .news .scrollTop {
    width: 0.47rem;
    height: 0.47rem;
    background-color: #0067ed;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    z-index: 999;
    float: right;
    margin-right: 0.2rem;
    margin-top: 0.3rem;
  }
  .information .news .scrollTop span {
    color: #fff;
    line-height: 0.47rem;
    font-size: 0.37rem;
    vertical-align: text-top;
  }
}
.information .magazine {
  display: none;
  margin: 30px -15px;
}
.information .magazine .magazine-loadmore-mobile {
  display: none;
}
.information .magazine-item {
  width: 380px;
  height: 424px;
  margin: 15px;
  float: left;
  box-sizing: border-box;
}
.information .magazine-item .img-wrapper {
  cursor: pointer;
  width: 380px;
  height: 290px;
  box-sizing: border-box;
}
.information .magazine-item .img-wrapper img {
  width: 100%;
  height: 100%;
}
.information .magazine-item h3 {
  cursor: pointer;
  font-size: 22px;
  color: #1d2143;
  font-weight: 400;
  margin: 40px 0 19px;
  height: 22px;
  line-height: 22px;
}
.information .magazine-item p {
  margin: 19px 0 40px;
  color: #ced7eb;
  font-size: 18px;
}
@media (max-width: 1366px) {
  .information .magazine {
    margin: 0.3rem -0.15rem;
  }
  .information .magazine-item {
    width: 3.8rem;
    height: 4.24rem;
    margin: 0.15rem;
  }
  .information .magazine-item .img-wrapper {
    width: 3.8rem;
    height: 2.9rem;
  }
  .information .magazine-item h3 {
    font-size: 0.22rem;
    margin: 0.4rem 0 0.19rem;
    height: 0.22rem;
    line-height: 0.22rem;
  }
  .information .magazine-item p {
    margin: 0.19rem 0 0.4rem;
    font-size: 0.18rem;
  }
}
@media (max-width: 1000px) {
  .information .magazine {
    width: 6.3rem;
    margin: 0.56rem auto;
  }
  .information .magazine #magazineListDom {
    min-height: 3.5rem;
  }
  .information .magazine .magazine-loadmore-mobile {
    display: block;
    text-align: center;
    font-size: 0.24rem;
    color: #898a9c;
    margin: 0.45rem 0 0.2rem;
  }
  .information .magazine-item {
    width: 2.53rem;
    height: 2.82rem;
    margin: 0.02rem 0.3rem;
    float: left;
    box-sizing: border-box;
  }
  .information .magazine-item .img-wrapper {
    cursor: pointer;
    width: 2.53rem;
    height: 1.93rem;
    box-sizing: border-box;
  }
  .information .magazine-item .img-wrapper img {
    width: 100%;
    height: 100%;
  }
  .information .magazine-item h3 {
    cursor: pointer;
    font-size: 0.2rem;
    color: #1d2143;
    font-weight: 400;
    margin: 0.22rem 0 0.08rem;
    height: 0.2rem;
    line-height: 0.2rem;
  }
  .information .magazine-item p {
    margin: 0.08rem 0 0.26rem;
    color: #ced7eb;
    font-size: 0.16rem;
  }
}
