@media (min-width: 1025px) {
  header .navbar nav#hw-navbar .navbar-nav li.menu-list .nav-open .nav-ani>.container-custom {
    z-index: 10;
  }
}

.swiper-wrapper {
  height: auto;
}

.page-tit-h1 {
  display: flex;
  padding: 60px 0;
}

.page-tit-h1 h1 {
  margin-top: 0.67em;
  width: 50%;
  text-align: left;
}

.page-tit-content {
  width: 50%;
}

.page-tit-content p {
  line-height: 1.4em;
  color: #000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.page-tit-content .btn-round {
  margin-top: 30px;
}

.page-tit-content .btn-rect {
  padding: 0 30px;
  min-width: 140px;
  text-align: center;
  border: 1px solid #333;
  color: #333;
  display: inline-block;
  height: 2.5em !important;
  line-height: 2.5em !important;
  padding-left: 35px;
  padding-right: 35px;
  font-size: 1em;
}

@media (min-width: 992px) {
  .page-tit-content .btn-rect:hover {
    color: #fff;
    border-color: #C7000B;
  }
}

.read-more .iconfont {
  font-size: 1.2em !important;
  margin-top: 2px;
}

.inside-swiper-banner .swiper-pagination .swiper-pagination-bullet {
  width: 30px !important;
  background-color: #fff !important;
}

.inside-swiper-banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #c7000b !important;
}

/*宮格系列欄目樣式開始*/
.miyagi-box .panel-img-list>.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.miyagi-box .up {
  padding-bottom: 15px;
}

.miyagi-box .down {
  padding-top: 15px;
}

.miyagi-box .img-box {
  height: 100%;
}

.miyagi-box a .img-box img {
  max-width: none;
  width: 100%;
}

.miyagi-box a {
  display: block;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.inside-swiper-banner .swiper-slide .mask {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, .3);
  z-index: 1;
}

.miyagi-box .text-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 90%;
}

.miyagi-box.content-box .panel-img-list {
  font-size: inherit;
}

.miyagi-box.content-box .panel-img-list .row+.row {
  margin-top: 30px;
}

.miyagi-box h2 {
  color: #fff;
  display: inline-block;
  margin: 0 auto;
}

.miyagi-box h2+.btn-rect {
  margin-top: 30px;
}

.miyagi-box .subtitle {
  color: #fff;
  max-width: 100%;
  max-height: 63px;
  overflow: hidden;
}

.miyagi-box .text-box2 {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(0, 0, 0, .3);
  z-index: 1;
}

.miyagi-box .text-box2 h3 {
  color: #fff;
  font-size: 1.2em;
  text-align: left;
  padding: 10px 15px;
  margin: 0;
  max-height: 92px;
}

.miyagi-box .text-box3 {
  background: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  padding: 0 15px;
}

.miyagi-box .text-box3 h3 {
  text-align: center;
}

.miyagi-box .text-box3 p {
  color: #fff;
  line-height: 1.625em;
  max-height: 79px;
  overflow: hidden;
}

.miyagi-box .type {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .4);
  padding: 5px 10px;
  color: #fff;
  z-index: 3;
  text-align: left;
}

@media(min-width:992px) and (max-width:1024px) {
  .miyagi-box .subtitle {
    margin: 10px 0 !important;
  }

  .miyagi-box .text-box2 h3 {
    font-size: 1em;
    padding: 5px 15px;
    max-height: 60px;
  }
}

@media (min-width:992px) {
  .miyagi-box .img-box {
    overflow: hidden;
  }

  .miyagi-box a .img-box img {
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
    -o-object-position: center;
    object-position: center;
  }

  .miyagi-box a:hover .img-box img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }

  .miyagi-box .panel-img-list>.row [class*="col-md"] {
    float: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  .miyagi-box {
    overflow: hidden;
  }

  .miyagi-box a .img-box img,
  .miyagi-box .img-box {
    height: auto;
  }

  .miyagi-box .img-box {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
  }

  .miyagi-box .img-box picture {
    width: 100%;
    height: 100%;
  }

  .miyagi-box a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .miyagi-box .panel-img-list>.row [class*='col-md'] {
    display: block;
  }
}

@media(max-width:1024px) {
  .miyagi-box h2 {
    max-width: 100%;
  }
}

@media (max-width:991px) {
  .miyagi-box .img-box {
    height: auto;
  }

  .miyagi-box {
    margin-bottom: 0px !important;
  }

  .miyagi-box .panel-img-list>.row {
    display: block;
  }

  .miyagi-box .panel-img-list>.row>[class*="col-"] {
    margin-bottom: 15px;
  }

  .miyagi-box.content-box .panel-img-list .row+.row {
    margin-top: 0;
  }

  .miyagi-box.content-box .panel-img-list .row>.col-md-6 {
    float: left;
    width: 100%;
  }

  .miyagi-box .row {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }

  .miyagi-box .row [class*="col-"] {
    padding: 0 7.5px;
  }

  .miyagi-box .down {
    padding-top: 0px;
  }
}

@media (max-width:767px) {
  .miyagi-box .panel-img-list>.row>[class*="col-"] {
    margin-bottom: 15px;
  }

  .miyagi-box .text-box2 h3 {
    font-size: 1em;
    max-height: 65px;
  }

  .miyagi-box .text-box3 h3 {
    padding-left: 0;
    padding-right: 0;
  }

  .miyagi-box h2+.btn-rect {
    margin-top: 15px;
  }

}

/*宮格系列欄目樣式開始結束*/
/*slide 内容单张轮播效果*/
.miyagi-swiper .content-box {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0px;
  z-index: 1;
}

.miyagi-swiper .content-box p {
  color: #fff;
  font-size: 1em;
  margin-top: 5px;
}

.miyagi-swiper .content-box h3 {
  color: #fff;
}

.miyagi-swiper .content-box .read-more {
  font-size: 1em;
  margin-top: 15px;
}

.miyagi-swiper .imgbox {
  position: relative;
}

.miyagi-swiper .imgbox .mask {
  visibility: visible;
  opacity: 1;
  height: 70%;
  width: 100%;
  content: "";
  background: -o-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 70%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(70%, rgba(0, 0, 0, 0.3)));
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 70%);
  display: block;
  top: auto;
  bottom: 0;
  position: absolute;
}

@media(max-width:991px) {
  .miyagi-swiper picture.hidden-md+.mask {
    visibility: visible;
    opacity: 1;
    height: 70%;
    width: 100%;
    content: "";
    background: -o-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 70%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(70%, rgba(0, 0, 0, 0.3)));
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 70%);
    display: block;
    top: auto;
    bottom: 0;
    position: absolute;
  }
}

.miyagi-swiper .content .subtitle {
  color: #fff;
  max-height: 87px;
  overflow: hidden;
}

.miyagi-swiper .content h2 {
  padding-bottom: 30px;
}

.miyagi-swiper .content div.btn-rect {
  margin-top: 20px;
}

.miyagi-swiper .content div.btn-rect a {
  color: #fff;
}

.miyagi-swiper .content-box .text p {
  max-height: 71px;
  overflow: hidden;
}

.miyagi-swiper .swiper-pagination {
  bottom: 5%;
}

.miyagi-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 30px;
  height: 3px;
  border: none;
  background-color: rgba(255, 255, 255, .2);
  border-radius: 0;
  margin: 0 5px;
}

.miyagi-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #c7000b;
  border: 0;
}

@media(min-width:768px) {
  .miyagi-swiper .content {
    width: 50%;
    position: absolute;
    z-index: 2;
  }

  .miyagi-swiper .content.right {
    top: 50px;
    right: 50px;
    text-align: right;
  }

  .miyagi-swiper .content.left {
    top: 50px;
    left: 50px;
    text-align: left;
  }

  .miyagi-swiper .content.center {
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
  }

  .miyagi-swiper .content h2 {
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .miyagi-swiper .content.right h2::after {
    left: auto;
    right: 0;
    -webkit-transform: initial !important;
    -ms-transform: initial !important;
    transform: initial !important;
    margin: 0;
  }

  .miyagi-swiper .content.left h2::after {
    left: 0;
    -webkit-transform: initial !important;
    -ms-transform: initial !important;
    transform: initial !important;
    margin: 0;
  }

  .miyagi-swiper .content.center h2::after {
    left: 50%;
    -webkit-transform: translateX(-50%) !important;
    -ms-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
    margin: 0;
  }

  .miyagi-swiper .content.right .subtitle {
    text-align: right;
    margin-right: 0;
    padding: 0;
  }

  .miyagi-swiper .content.left .subtitle {
    text-align: left;
    margin-left: 0;
    padding: 0;
  }

  .miyagi-swiper .content.center .subtitle {
    text-align: center;
    margin-left: auto;
    padding: 0;
  }

  .miyagi-swiper .content-box {
    max-width: 60%;
    text-align: left;
    left: 50px;
    top: auto;
    height: auto;
    bottom: 70px;
  }
}

@media (max-width:1400px) {
  .miyagi-swiper .content .subtitle {
    max-width: 100%;
  }
}

@media(min-width:992px) and (max-width:1024px) {
  .miyagi-swiper .content-box {
    max-width: 50%;
  }

  .miyagi-swiper .content-box {
    bottom: 40px;
  }

  .miyagi-swiper .content h2 img {
    max-width: 170px;
  }
}

@media(min-width:768px) and (max-width:991px) {
  .miyagi-swiper .content .subtitle {
    max-height: 57px;
  }

  .miyagi-swiper .content h2 img {
    max-width: 150px;
  }

  .miyagi-swiper .content h2 {
    padding-bottom: 20px;
  }
}

@media(max-width:991px) {
  .miyagi-swiper {
    margin-bottom: 15px !important;
  }

  .miyagi-swiper .title-box {
    background-color: rgba(0, 0, 0, .7);
    margin-bottom: 30px;
    padding: 30px;
  }

  .miyagi-swiper .content-box {
    height: auto;
    bottom: 60px;
    top: auto;
    text-align: left;
    padding: 0 30px;
  }

  .inside-swiper-banner .imgbox img {
    width: 100%;
    max-width: none;
  }

  .miyagi-swiper .title-box {
    padding: 0;
    margin-bottom: 15px;
  }

  .miyagi-swiper .title-box a {
    display: block;
    position: relative;
  }

  .miyagi-swiper .title-box .mask {
    height: 100%;
  }

  .miyagi-swiper .title-box picture img {
    width: 100%;
  }

  .miyagi-swiper .title-box .content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 30px;
    width: 100%;
  }
}

@media(max-width:767px) {
  .miyagi-swiper {
    margin-bottom: 15px !important;
  }

  .miyagi-swiper .imgbox img {
    max-width: none;
    width: 100%;
  }

  .miyagi-swiper .content-box {
    padding: 0 15px;
  }

  .miyagi-swiper .content {
    width: 100%;
    position: absolute;
    z-index: 2;
    padding: 0 15px;
  }

  .miyagi-swiper .content.right {
    bottom: 50px;
    right: 0px;
    text-align: right;
  }

  .miyagi-swiper .content.left {
    bottom: 50px;
    left: 0px;
    text-align: left;
  }

  .miyagi-swiper .content.center {
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
  }

  .miyagi-swiper .content.right .subtitle {
    text-align: right;
    margin-right: 0;
    padding: 0;
  }

  .miyagi-swiper .content.left .subtitle {
    text-align: left;
    margin-left: 0;
    padding: 0;
  }

  .miyagi-swiper .content.center .subtitle {
    text-align: center;
    margin-left: auto;
    padding: 0;
  }

  .miyagi-swiper .content.right h2::after {
    left: auto;
    right: 0;
    -webkit-transform: initial !important;
    -ms-transform: initial !important;
    transform: initial !important;
    margin: 0;
  }

  .miyagi-swiper .content.left h2::after {
    left: 0;
    -webkit-transform: initial !important;
    -ms-transform: initial !important;
    transform: initial !important;
    margin: 0;
  }

  .miyagi-swiper .content.center h2::after {
    left: 50%;
    -webkit-transform: translateX(-50%) !important;
    -ms-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
    margin: 0;
  }

  .miyagi-swiper .content h2 img {
    max-width: 150px;
  }

  .miyagi-swiper .content h2 {
    padding-bottom: 15px;
  }

  .miyagi-swiper .swiper-pagination {
    bottom: 10px;
  }

  .miyagi-swiper .content .subtitle {
    max-height: 57px;
  }
}

/*slide 内容单张轮播效果結束*/
.tr-h1 {
  position: absolute;
  top: 30px;
  right: 13.5%;
  max-width: 60px;
}

@media(max-width:1366px) {
  .tr-h1 img {
    max-height: 50px;
  }

  .tr-h1+.subtitle {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2 !important;
    overflow: hidden;
  }
}

.btn2-box a {
  margin: 0 10px;
  display: inline-block;
}

.vertical-middle-sm .btn2-box a+a {
  display: none;
}

html[data-url*="/en/"] .vertical-middle-sm .btn2-box a+a {
  display: inline-block;
}

.tr-top-box {
  margin-top: -50px;
}

.tr-top-box .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #f5f5f5;
}

.tr-top-box .content .left {
  max-width: 66%;
  position: relative;
  flex: 1 0 auto;
}

.tr-top-box .content .left .imgbox img {
  max-width: none;
  width: 100%;
}

.tr-top-box .content .right {
  max-width: 34%;
  position: relative;
}

.tr-top-box .content .right .down {
  bottom: 0;
  position: absolute;
  width: 100%;
}

.tr-top-box .content .right .down .type {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .4);
  padding: 5px 10px;
  color: #fff;
  z-index: 3;
}

.tr-top-box .content .right .up {
  padding: 30px 10%;
}

.tr-top-box .content .right .up h4 {
  margin-top: 10px;
  font-size: 1.2em;
  color: #666;
}

.tr-top-box .content .right .up .yinyan {
  position: relative;
  text-align: left;
}

.tr-top-box .content .right .up .yinyan::before {
  content: "";
  width: 34px;
  height: 30px;
  background: url(../images/tr-16.png) no-repeat center center;
  -webkit-transform: rotate(180deg) translateX(-50%);
  -ms-transform: rotate(180deg) translateX(-50%);
  transform: rotate(180deg) translateX(-50%);
  display: block;
  position: relative;
  left: 50%;
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  margin-bottom: 10px;
}

.tr-top-box .content .right .up .yinyan::after {
  content: "";
  width: 34px;
  height: 30px;
  background: url(../images/tr-16.png) no-repeat center center;
  display: block;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: 10px;
}

.tr-top-box .content .right .up .yinyan p {
  max-height: 253px;
  min-height: 180px;
  overflow: hidden;
  font-size: 1.2em;
}

.tr-top-box .content .text {
  position: absolute;
  left: 0;
  bottom: 30px;
  padding: 0 30px;
  width: 100%;
}

.tr-top-box .content .text h3 {
  color: #fff;
  max-width: 70%;
  text-align: left;
}

@media (max-width:1440px) {
  .tr-top-box .content .right .up .yinyan p {
    max-height: 188px;
    min-height: 100px;
    font-size: 1em;
  }
}

@media (max-width:1280px) {
  .tr-top-box .content .right .up .yinyan p {
    max-height: 170px;
    min-height: 100px;
    font-size: .875em;
  }

  .tr-top-box .content .right .up h4 {
    font-size: 1em;
  }

  .tr-top-box .content .right .up h4+p {
    font-size: .875em;
  }
}

@media (max-width:1200px) {
  .tr-top-box .content .right .up .yinyan p {
    max-height: none;
    min-height: 100px;
    font-size: .875em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
  }
}

@media (max-width:1200px) {
  .tr-top-box .content .right .up .yinyan p {
    max-height: none;
    min-height: 100px;
    font-size: .875em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
  }
}

@media (min-width:992px) and (max-width:1100px) {
  .tr-top-box {
    margin-top: 70px;
  }
}

@media (max-width:991px) {
  .tr-top-box .content {
    display: block;
  }

  .tr-top-box .content .left {
    max-width: 100%;
  }

  .tr-top-box .content .right .down {
    position: relative;
  }

  .tr-top-box .content .right .up .yinyan p {
    max-height: none;
    min-height: 100px;
    font-size: .875em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
  }

  .tr-top-box .content .right .up .yinyan::after,
  .tr-top-box .content .right .up .yinyan::before {
    width: 24px;
    height: 19px;
    background-size: contain;
    position: absolute;
  }

  .tr-top-box .content .right .up .yinyan::before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    top: -15px;
    left: -5px;
  }

  .tr-top-box .content .right .up .yinyan::after {
    left: auto;
    right: -15px;
    bottom: -15px;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@media (min-width:768px) and (max-width:991px) {
  .tr-top-box .content .right {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .tr-top-box .content .right .up {
    max-width: 50%;
    padding: 30px 40px;
  }

  .tr-top-box .content .right .down {
    max-width: 50%;
    overflow: hidden;
  }

  .tr-top-box .content .right .down a {
    display: block;
    height: 100%;
  }

  .tr-top-box .content .right .down a img {
    position: relative;
    height: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: none;
    width: 100%;
  }

}

@media (max-width:767px) {
  .tr-top-box .content .right {
    max-width: 100%;
  }

  .tr-top-box .content .left {
    max-width: 100%;
  }
}

.audio-icon-play {
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  text-decoration: none;
  z-index: 10;
  border: 1px solid #fff;
  padding: 0;
  width: 70px;
  height: 70px;
  margin-left: -35px;
  margin-top: -35px;
}

.articles-list span.red {
  font-weight: bold;
  font-size: 1.5em;
}

.articles-list ul {
  margin: 0 -15px;
  text-align: left;
  letter-spacing: -0.32em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.articles-list ul li {
  display: inline-block;
  vertical-align: top;
  padding: 0 15px;
  letter-spacing: normal;
  margin-top: 50px;
}

.articles-list ul li .content a>div {
  position: relative;
}

.articles-list ul li .content a>p {
  line-height: 1.425em;
  margin-top: 10px;
  max-height: 52px;
  overflow: hidden;
}

.articles-list ul li .imgbox {
  height: 385px;
  position: relative;
  overflow: hidden;
}

.articles-list ul li .imgbox img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  height: 100%;
  max-width: none;
}

.articles-list ul li .content:hover .imgbox img {
  -webkit-transform: translateX(-50%) scale(1.05);
  -ms-transform: translateX(-50%) scale(1.05);
  transform: translateX(-50%) scale(1.05);
}

.articles-list ul li .imgbox .mask {
  visibility: visible;
  opacity: 1;
  height: 70%;
  width: 100%;
  content: "";
  background: -o-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 70%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(70%, rgba(0, 0, 0, 0.3)));
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 70%);
  display: block;
  top: auto;
  bottom: 0;
  position: absolute;
}

.articles-list ul li .no {
  color: #c7000b;
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 10px;
}

.articles-list ul li {
  width: 25%;
}

.articles-list ul li:first-child,
.articles-list ul li:nth-child(2),
.articles-list ul li:nth-child(3) {
  margin-top: 0;
}

.articles-list ul li:first-child,
.articles-list ul li:nth-child(6),
.articles-list ul li:nth-child(11),
.articles-list ul li:nth-child(16),
.articles-list ul li:nth-child(21),
.articles-list ul li:nth-child(26),
.articles-list ul li:nth-child(31),
.articles-list ul li:nth-child(36) {
  width: 44%;
}

.articles-list ul li:nth-child(2),
.articles-list ul li:nth-child(3),
.articles-list ul li:nth-child(4),
.articles-list ul li:nth-child(5),
.articles-list ul li:nth-child(12),
.articles-list ul li:nth-child(13),
.articles-list ul li:nth-child(14),
.articles-list ul li:nth-child(15),
.articles-list ul li:nth-child(22),
.articles-list ul li:nth-child(23),
.articles-list ul li:nth-child(24),
.articles-list ul li:nth-child(25),
.articles-list ul li:nth-child(32),
.articles-list ul li:nth-child(33),
.articles-list ul li:nth-child(34),
.articles-list ul li:nth-child(35) {
  width: 28%;
}

.articles-list ul li h3 {
  position: absolute;
  width: 100%;
  padding: 0 15px;
  bottom: 5px;
  left: 0;
  color: #fff;
  max-height: 81px;
  overflow: hidden;
  font-size: 1.2em;
  line-height: 1.2em;
}

@media (max-width:1440px) {
  .articles-list ul li .imgbox {
    height: 330px;
  }
}

@media (max-width:1200px) {
  .articles-list ul li .imgbox {
    height: 270px;
  }

  .articles-list ul li h3 {
    font-size: 1.2em;
  }
}

@media(min-width:992px) and (max-width:1024px) {
  .articles-list ul li .imgbox {
    height: 220px;
  }
}

@media(max-width:991px) {
  .articles-list ul li h3 {
    max-height: 60px;
  }
}

@media(max-width:767px) {
  .articles-list ul {
    display: block;
    margin: 0 -7.5px;
  }

  .articles-list ul li:first-child,
  .articles-list ul li:nth-child(6),
  .articles-list ul li:nth-child(11),
  .articles-list ul li:nth-child(16),
  .articles-list ul li:nth-child(21),
  .articles-list ul li:nth-child(26),
  .articles-list ul li:nth-child(31),
  .articles-list ul li:nth-child(36) {
    width: 100%;
  }

  .articles-list ul li:nth-child(2),
  .articles-list ul li:nth-child(3),
  .articles-list ul li:nth-child(4),
  .articles-list ul li:nth-child(5),
  .articles-list ul li:nth-child(12),
  .articles-list ul li:nth-child(13),
  .articles-list ul li:nth-child(14),
  .articles-list ul li:nth-child(15),
  .articles-list ul li:nth-child(22),
  .articles-list ul li:nth-child(23),
  .articles-list ul li:nth-child(24),
  .articles-list ul li:nth-child(25),
  .articles-list ul li:nth-child(32),
  .articles-list ul li:nth-child(33),
  .articles-list ul li:nth-child(34),
  .articles-list ul li:nth-child(35) {
    width: 50%;
  }

  .articles-list ul li {
    width: 50%;
    padding: 0 7.5px;
    margin-top: 30px;
  }

  .articles-list ul li h3 {
    padding: 0 7.5px;
  }

  .articles-list ul li:nth-child(2),
  .articles-list ul li:nth-child(3) {
    margin-top: 30px;
  }

  .articles-list ul li .imgbox {
    height: 240px;
  }
}

.more-lssues {
  padding-bottom: 120px;
}

.more-lssues .btn-rect-white {
  margin-top: 70px;
}

.more-lssues .content {
  text-align: left;
}

.more-lssues .content p {
  color: #333;
}

.more-lssues .content img {
  max-width: none;
  width: 100%;
}

.more-lssues .content h4 {
  margin-top: 10px;
}

@media (max-width:991px) {
  .more-lssues .row [class*="col-"] {
    margin-bottom: 30px;
  }
}

@media (max-width:767px) {
  .more-lssues .row {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }

  .more-lssues .row [class*="col-"] {
    padding-left: 7.5px;
    padding-right: 7.5px;
    margin-bottom: 15px;
  }
}

.your-views {
  padding-bottom: 50px;
}

.your-views .touxiang {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.your-views .touxiang .imgbox {
  width: 90px;
  height: 90px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.your-views .touxiang .imgbox img {
  border-radius: 50px;
}

.your-views .touxiang .title {
  padding-left: 10px;
  text-align: left;

}

.your-views .touxiang h3 {
  margin: 0;
  line-height: 1;
}

.your-views p {
  text-align: left;
}

.your-views .swiper-container .slide {
  max-width: 33%;
}

.your-views .swiper-container.swiper-container-horizontal .slide {
  max-width: none;
}

.your-views .swiper-pagination {
  bottom: -50px;
}

.your-views .swiper-pagination .swiper-pagination-bullet {
  width: 48px;
  height: 3px;
  border: none;
  background-color: #ddd;
  border-radius: 0;
  margin: 0 8px;
}

.your-views .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #c7000b;
  border: 0;
}

@media(max-width:767px) {
  .your-views {
    padding-bottom: 20px;
  }

  .your-views .swiper-pagination {
    bottom: -20px;
  }

  .your-views .touxiang {
    margin-bottom: 10px;
  }

  .your-views .row [class*="col"] {
    margin-bottom: 30px;
  }
}

.logo-img {
  position: absolute;
  top: 30px;
  left: 30px;
  max-width: 70px;
}

.logo-img2 {
  position: absolute;
  top: 30px;
  left: 30px;
  max-width: 181px;
}

.h1style .yinyan {
  position: relative;
  font-size: 1.5em;
  font-weight: bold
}

.h1style .yinyan::before {
  content: "";
  width: 34px;
  height: 30px;
  background: url(../images/tr-16.png) no-repeat center center;
  -webkit-transform: rotate(180deg) translateX(-50%);
  -ms-transform: rotate(180deg) translateX(-50%);
  transform: rotate(180deg) translateX(-50%);
  display: block;
  position: relative;
  left: 50%;
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  margin-bottom: 10px;
}

.h1style .yinyan::after {
  content: "";
  width: 34px;
  height: 30px;
  background: url(../images/tr-16.png) no-repeat center center;
  display: block;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: 10px;
}

.tr-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tr-detail .left {
  width: 30%;
  margin-right: 10%;
  text-align: left;

}

.tr-detail .left .title {
  padding-bottom: 5px;
  border-bottom: 1px solid #666;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tr-detail .left h3 {
  margin: 0;
  display: inline-block;
}

.downbtn {
  float: right;
  margin-top: 5px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.downbtn a {
  display: inline-block;
  margin-left: 15px;
  font-size: 22px;
  color: #c7000b;
}

.downbtn a.iconsubscribe {
  font-size: 24px;
  font-weight: bold;
  position: relative;
  bottom: -2px;
}

.tr-detail .left ul {
  border-bottom: 1px solid #666;
}

.tr-detail .left ul li {
  padding: 10px 0px;
  border-top: 1px solid #ddd;
}

.tr-detail .left ul li:first-child {
  border-top: 0;
}

.tr-detail .left ul li a,
.tr-detail .left ul li>div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 10px;
}

.tr-detail .left ul li.active a,
.tr-detail .left ul li.active>div {
  background-color: #f5f5f5;
}

.tr-detail .left ul li .imgbox {
  width: 76px;
  height: 76px;
  margin-right: 10px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
  overflow: hidden;
}

.tr-detail .left ul li .imgbox img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: none;
  height: 100%;
}

.tr-detail .left ul li .tit .no {
  font-size: 1.3em;
  font-weight: bold;
  color: #c7000b;
}

.tr-detail .left ul li .tit h4 {
  line-height: 1.425em;
  max-height: 50px;
  overflow: hidden;
}

.tr-detail .right {
  width: 60%;
  text-align: left;
}

.tr-detail .right .bh-share {
  border-bottom: 1px solid #666;
  padding-bottom: 10px;
  margin-bottom: 10px;
  text-align: left;
  position: relative;
}

.tr-detail .right .bh-share .bianhao {
  color: #c7000b;
  font-size: 2.5em;
  display: inline-block;
  font-weight: bold;
}

.tr-detail .right .bh-share .share-box {
  position: absolute;
  right: 0;
  bottom: 15px;
  width: auto;
  margin-bottom: 0;
}

.tr-detail .right .bh-share .share-box li {
  padding: 0 10px;
}

.tr-detail .right .bh-share .share-box .line {
  display: none;
}

.tr-detail .right .detail-title {
  border-bottom: 1px solid #ddd;
}

.tr-detail .right .detail-title h1 {
  color: #333;
  padding: 0;
  max-width: 100%;
  text-align: left;
}

.tr-detail .right .detail-title .subtitle {
  text-align: left;
  color: #333;
  max-width: 100%;
  margin: 10px 0;
  padding: 0;
}

.tr-detail .right .by {
  margin: 15px 0
}

.tr-detail .right .news-detail-box {
  margin-top: 20px;
}

.tr-detail .right .news-detail-box .news-detail-content {
  padding: 0;
}

.detail-contact {
  margin-top: 50px;
  text-align: center;
}

.detail-contact a {
  color: #c7000b;
}

.detail-contact a:hover {
  text-decoration: underline;
}

@media(min-width:992px) {
  .tr-detail .left {
    position: relative;
    right: 60%;
  }

  .tr-detail .right {
    position: relative;
    left: 40%;
  }

  .tr-detail+div .detail-contact {
    text-align: right;
  }

  .tr-detail+div .detail-contact p {
    width: 60%;
    text-align: left;
    margin-left: auto;
  }
}

@media (max-width:991px) {
  .tr-detail .left {
    width: 100%;
    margin: 0;
  }

  .tr-detail .right {
    width: 100%;
  }

  .detail-contact {
    width: 100%;
  }

  .detail-contact p {
    text-align: center;
  }

  .downbtn {
    position: absolute;
    top: 25px;
    right: 20px;
  }

  .downbtn a {
    margin-left: 20px;
    font-size: 34px;
    color: #fff;
  }

  .downbtn a.iconsubscribe {
    font-size: 38px;
  }

  .logo-img {
    top: 20px;
    left: 20px;
  }
}

@media(max-width:767px) {
  .tr-detail .left {
    margin-top: 30px;
  }
}

.pvp-tab-box .tab-line {
  text-align: center;
  border-bottom: 1px solid #ddd;
}

.pvp-tab-box .tab-line>div {
  position: relative;
}

.pvp-tab-box .nav {
  margin-bottom: 0 !important;
}

.pvp-tab-box ul.nav li.avtive a {
  font-weight: bold;
}

@media(min-width:768px) {
  .pvp-tab-box ul.nav li:first-child {
    margin-left: 0;
  }
}

.newsroom-tab-box {
  position: relative;
}

.newsroom-tab-box .pvp-tab-box {
  display: flex;
  justify-content: space-between;
  align-items: start;
}

.newsroom-tab-box .nav-tabs.nav {
  padding-bottom: 1px;
  margin: 0;
  width: 75%;
  text-align: left;
}

.newsroom-tab-box .nav-arrow {
  margin-top: -5px;
  height: 42px;
  line-height: 42px;
}

@media (min-width: 768px) {
  .newsroom-tab-box .nav-arrow {
    display: none;
  }
}

.newsroom-tab-box .nav-tabs.nav li {
  border: 1px solid #e6e6e6;
  border-radius: 5px;
}

.newsroom-tab-box .nav-tabs.nav li a {
  font-size: 0.875em;
  display: flex;
  align-items: center;
}

.newsroom-tab-box .nav-tabs.nav li a .iconfont {
  font-size: 0.875em;
  margin-right: 8px;
  height: 20px;
}

.newsroom-filter-list {
  width: 25%;
  position: absolute;
  right: 15px;
  top: 0;
  background-color: #fff;
  padding-left: 30px;
}

.newsroom-filter-list .filter-media>div {
  display: block;
}

.newsroom-filter-list-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* margin-bottom: 30px; */
  width: 25%;
  padding-left: 30px;
}

.newsroom-filter-list-title h3 {
  margin: 0;
}

.newsroom-filter-list .newsroom-filter-list-title .iconfont,
.newsroom-filter-btn {
  cursor: pointer;
}

.newsroom-filter-line {
  width: 100%;
  height: 1px;
  background-color: #e6e6e6;
  margin: 30px 0;
}

.newsroom-filter-list .filter-media .msg-box {
  margin-bottom: 15px;
}

.newsroom-filter-list .filter-media .msg-box ul li a {
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.newsroom-filter-list .filter-media .msg-box ul li a:hover {
  color: #c7000b;
  border-color: #c7000b;
  background-color: #fff;
}

.newsroom-filter-list .filter-media .msg-box ul li.active a {
  color: #c7000b;
  background-color: rgb(250, 230, 231);
  border-color: rgb(250, 230, 231);
}

.newsroom-tab-box .nav-tabs li {
  border: 1px solid #e6e6e6;
  /* border-radius: 5px; */
  margin-bottom: 1px;
  font-size: 0.875em;
  cursor: pointer;
}

.newsroom-tab-box ul.nav-tabs li a {
  padding: 6px 0;
  color: #000;
  margin-left: 10px;
  margin-right: 15px;
}

.newsroom-tab-box ul.nav-tabs li.active {
  background-color: #c7000b;
  border: 1px solid #c7000b;
}

.newsroom-tab-box .nav-tabs>li.active>a {
  color: #fff !important;
}

.newsroom-tab-box .nav-tabs>li>a::after {
  display: none;
}

.newsroom-tab-box .nav-tabs>li.active>a:focus {
  background-color: #c7000b;
  border: none;
}

.newsroom-tab-box .nav-tabs>li.active>a:hover {
  color: #fff !important;
  background-color: #c7000b;
}

.newsroom-tab-box .nav-tabs.nav li:first-child .iconfont::before {
  content: '';
  width: 20px;
  display: inline-block;
  height: 20px;
  background-size: 100%;
  background-repeat: no-repeat;
  filter: #333;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.336 5h2.5a.833.833 0 0 1 .833.833V15a1.667 1.667 0 0 1-1.666 1.667m0 0A1.667 1.667 0 0 1 13.336 15V4.167a.834.834 0 0 0-.833-.833H4.169a.833.833 0 0 0-.833.833v10a2.5 2.5 0 0 0 2.5 2.5h9.167zm-8.334-10h3.334M6.669 10h3.334m-3.334 3.334h3.334' stroke='%23333' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.newsroom-tab-box .nav-tabs.nav li:nth-child(2) .iconfont::before {
  content: '';
  width: 20px;
  display: inline-block;
  height: 20px;
  background-size: 100%;
  filter: #333;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 10v6.667M13.336 12.5a4.167 4.167 0 1 0-6.667 0' stroke='%23333' stroke-width='1.5' stroke-linecap='round'/%3E%3Ccircle cx='10' cy='10' r='1.25' fill='%23333'/%3E%3Cpath d='M5.42 15a6.784 6.784 0 0 1-2.084-4.908c0-3.733 2.985-6.759 6.667-6.759 3.681 0 6.666 3.026 6.666 6.76 0 1.932-.8 3.675-2.083 4.907' stroke='%23333' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
}

.newsroom-tab-box .nav-tabs.nav li:nth-child(3) .iconfont::before {
  content: '';
  width: 20px;
  display: inline-block;
  height: 20px;
  background-size: 100%;
  filter: #333;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.167 8.177v-2.01a2 2 0 0 0-2-2H4.5a2 2 0 0 0-2 2v4.805c0 .967.784 1.75 1.75 1.75.242 0 .438.196.438.438v1.285a.5.5 0 0 0 .885.32l1.54-1.862a.5.5 0 0 1 .386-.18h1.199' stroke='%23333' stroke-width='1.5'/%3E%3Cpath d='M17.5 9.5a2 2 0 0 0-2-2h-5.167a2 2 0 0 0-2 2v2.722a2 2 0 0 0 2 2h2.08a.5.5 0 0 1 .342.136l1.61 1.516a.5.5 0 0 0 .843-.365v-.828c0-.254.206-.459.459-.459 1.012 0 1.833-.82 1.833-1.833V9.5z' stroke='%23333' stroke-width='1.5'/%3E%3C/svg%3E");
}

.newsroom-tab-box .nav-tabs.nav li:nth-child(4) .iconfont::before {
  content: '';
  width: 20px;
  display: inline-block;
  height: 20px;
  background-size: 100%;
  filter: #333;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.169 3.834c1.397 1.397-.231 5.29-3.637 8.696-3.405 3.405-7.298 5.033-8.696 3.636-1.397-1.397.231-5.29 3.637-8.696 3.405-3.405 7.299-5.033 8.696-3.636z' stroke='%23333' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.836 3.834c-1.397 1.397.231 5.29 3.637 8.696 3.405 3.405 7.299 5.033 8.696 3.636 1.397-1.397-.231-5.29-3.637-8.696-3.405-3.405-7.298-5.033-8.696-3.636z' stroke='%23333' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.newsroom-tab-box .nav-tabs.nav li.active:nth-child(1) .iconfont::before {
  filter: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.336 5h2.5a.833.833 0 0 1 .833.833V15a1.667 1.667 0 0 1-1.666 1.667m0 0A1.667 1.667 0 0 1 13.336 15V4.167a.834.834 0 0 0-.833-.833H4.169a.833.833 0 0 0-.833.833v10a2.5 2.5 0 0 0 2.5 2.5h9.167zm-8.334-10h3.334M6.669 10h3.334m-3.334 3.334h3.334' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.newsroom-tab-box .nav-tabs.nav li.active:nth-child(2) .iconfont::before {
  filter: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 10v6.667M13.336 12.5a4.167 4.167 0 1 0-6.667 0' stroke='%23fff' stroke-width='1.5' stroke-linecap='round'/%3E%3Ccircle cx='10' cy='10' r='1.25' fill='%23fff'/%3E%3Cpath d='M5.42 15a6.784 6.784 0 0 1-2.084-4.908c0-3.733 2.985-6.759 6.667-6.759 3.681 0 6.666 3.026 6.666 6.76 0 1.932-.8 3.675-2.083 4.907' stroke='%23fff' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
}

.newsroom-tab-box .nav-tabs.nav li.active:nth-child(3) .iconfont::before {
  filter: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.167 8.177v-2.01a2 2 0 0 0-2-2H4.5a2 2 0 0 0-2 2v4.805c0 .967.784 1.75 1.75 1.75.242 0 .438.196.438.438v1.285a.5.5 0 0 0 .885.32l1.54-1.862a.5.5 0 0 1 .386-.18h1.199' stroke='%23fff' stroke-width='1.5'/%3E%3Cpath d='M17.5 9.5a2 2 0 0 0-2-2h-5.167a2 2 0 0 0-2 2v2.722a2 2 0 0 0 2 2h2.08a.5.5 0 0 1 .342.136l1.61 1.516a.5.5 0 0 0 .843-.365v-.828c0-.254.206-.459.459-.459 1.012 0 1.833-.82 1.833-1.833V9.5z' stroke='%23fff' stroke-width='1.5'/%3E%3C/svg%3E");
}

.newsroom-tab-box .nav-tabs.nav li.active:nth-child(4) .iconfont::before {
  filter: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.169 3.834c1.397 1.397-.231 5.29-3.637 8.696-3.405 3.405-7.298 5.033-8.696 3.636-1.397-1.397.231-5.29 3.637-8.696 3.405-3.405 7.299-5.033 8.696-3.636z' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.836 3.834c-1.397 1.397.231 5.29 3.637 8.696 3.405 3.405 7.299 5.033 8.696 3.636 1.397-1.397-.231-5.29-3.637-8.696-3.405-3.405-7.298-5.033-8.696-3.636z' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.content-list-box .js-newsroom-list.active {
  display: flex;
  flex-direction: row-reverse;
}

.content-list-box .js-newsroom-list .filter-media {
  width: 25%;
  margin: 0;
  position: relative;
  padding-left: 30px;
}

.content-list-box .js-newsroom-list .video-list {
  width: 100%;
}

.filter-mobile-title,
.newsroom-filter-btn-content {
  display: none !important;
}

.newsroom-list-box .filter-mobile-btn {
  cursor: pointer;
  position: relative;
  display: none;
}

.newsroom-list-box.content-list-box .c-box .imgbox {
  /* height: 200px; */
  width: 100%;
  padding-top: 62.5%;
  overflow: hidden;
  height: auto !important;
}

.newsroom-list-box.content-list-box .c-box .imgbox img {
  /* position: static; */
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  transition: all 0.5s;
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}

@media (min-width: 992px) {
  .newsroom-list-box.content-list-box .c-box:hover .imgbox img {
    -webkit-transform: translateY(0) scale(1.05);
    -ms-transform: translateY(0) scale(1.05);
    transform: translateY(0) scale(1.05);
  }
}

/* @media (max-width: 1616px) {
  .newsroom-list-box.content-list-box .c-box .imgbox {
    height: 180px;
  }
} */
@media (max-width: 1470px) {
  .newsroom .content-list-box .c-box .imgbox {
    height: 170px !important;
  }
}

@media (max-width: 1390px) {
  .newsroom .content-list-box .c-box .imgbox {
    height: 160px !important;
  }
}

@media (max-width: 1310px) {
  .newsroom .content-list-box .c-box .imgbox {
    height: 150px !important;
  }

  .newsroom .text-box h4 {
    height: 50px !important;
  }

  .newsroom .text-box {
    height: 120px !important;
  }
}

/* @media (max-width: 767px) {
  .newsroom-list-box.content-list-box .c-box .imgbox {
    height: 230px !important;
  }
} */

/* .newsroom-list-box .js-newsroom-list .time {
  color: #666;
  margin-top: 10px;
  font-size: 0.7em;
  font-family: Microsoft YaHei, Arial, Helvetica, sans-serif !important;
} */

.newsroom-list-box .js-newsroom-list .row {
  /* display: -webkit-box;
  display: flex;
  flex-wrap: wrap; */
}

.newsroom-list-box .js-newsroom-list .row>[class*='col-'] a:hover .imgbox img {
  transform: scale(1.05);
}

.newsroom-filter-btn {
  border: 1px solid #e6e6e6;
  /* display: flex; */
  position: relative;
  /* border-radius: 5px; */
  float: right;
  padding: 5px 10px;
  color: #000;
  display: none;
  align-items: center;
}

.filter-items-nubmer {
  position: absolute;
  color: #fff;
  background-color: #c7000b;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  top: -10px;
  right: -10px;
  border-radius: 50%;
  font-size: 0.657em;
  display: none;
}

.newsroom-filter-btn .iconfont {
  margin-right: 10px;
}

.newsroom-filter-list .filter-media {
  position: relative;
  display: none;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.newsroom-filter-list .filter-media.active {
  display: block;
}

.time-select-box {
  position: relative;
  width: 100%;
}

.time-select-box span {
  position: absolute;
  right: 1px;
  top: 2px;
  width: 28px;
  height: calc(100% - 4px);
  background: #fff;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  align-items: center;
}

.filter-media .msg-box #footer-search {
  visibility: visible !important;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  padding: 0;
  width: 100%;
  position: static;
}

.newsroom-filter-list .filter-media .time-select {
  width: 100%;
  height: 50px;
  padding: 10px;
  border-color: #e6e6e6;
  border-radius: 5px;
}

.newsroom-filter-list .filter-media .first-select-option {
  display: none;
}

.newsroom-filter-btn-item {
  width: 100%;
  border: 1px solid #e6e6e6;
  text-align: center;
  line-height: 35px;
  cursor: pointer;
}

.newsroom-filter-apply {
  display: none;
}

.newsroom-filter-mobile {
  display: none;
}

.filter-mobile-btn {
  cursor: pointer;
  position: relative;
}

.newsroom-tab-box .newsroom-filter-list-title .icon-pc {
  display: block;
  cursor: pointer;
}

.newsroom-tab-box .newsroom-filter-list-title .icon-moblie {
  display: none;
}

.iconfont-menu::before {
  content: '';
  width: 24px;
  display: inline-block;
  height: 24px;
  background-size: 100%;
  margin-top: 5px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 5.25h16M12 9.75h8M12 14.25h8M4 18.75h16' stroke='%238C8C8C' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3 9.883a.5.5 0 0 1 .757-.429l3.528 2.117a.5.5 0 0 1 0 .858l-3.528 2.117a.5.5 0 0 1-.757-.43V9.884z' fill='%238C8C8C'/%3E%3C/svg%3E");
}

html[lang="zh"] .filter-media h4,
html[lang="cn"] .filter-media h4 {
  min-width: 50px;
}

.filter-media .pulldown {
  position: absolute;
  top: 8px;
  right: 0;
  display: none;
}

.filter-media .pulldown span {
  /* font-size: 20px;
  font-weight: bold;
  color: #666;
  display: inline-block; */
  font-size: 20px;
  font-weight: bold;
  color: #c7000b;
  display: inline-block;
  background: #f8f8f8;
  border-radius: 50%;
  height: 24px;
  width: 25px;
  padding-left: 3px;
}

.filter-media.show .pulldown span {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

@media (max-width:767px) {
  .pvp-tab-box ul.nav li {
    float: none;
  }
  .newsroom-list-box .js-newsroom-list .time {
    font-size: 0.875em;
  }
  .newsroom-list-box .filter-media {
    padding-right: 0;
    overflow: visible;
  }

  .filter-media {
    height: 40px;
    overflow: hidden;
    padding-right: 20px;
  }

  .multimedia-tab-content .filter-media {
    height: auto;
  }

  .filter-media.show {
    height: auto;
  }

  .newsroom-list-box .filter-mobile-btn {
    display: block;
  }

  .filter-media .pulldown {
    display: none;
  }
}

.msg-box {
  margin: 0;
}

.msg-box ul li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-top: 10px;
}

.msg-box ul li a {
  border: 1px solid #bbb;
  color: #666;
  border-radius: 30px;
  padding: 3px 10px;
  display: inline-block;
  font-size: 0.7em;
  margin-left: 0px;
  min-width: 35px;
  text-align: center;
}

.msg-box ul li:first-child a {
  margin-left: 0;
}

@media(min-width:1025px) {
  .msg-box ul li a:hover {
    background: #666;
    color: #fff;
    border: 1px solid #666;
  }
}

.msg-box ul li.active a {
  background: #666;
  color: #fff;
  border: 1px solid #666;
}

.msg-box ul li a span {
  display: none;
  padding-left: 5px;
  position: relative;
  top: -1px;
}

.msg-box ul li.active a span {
  display: inline-block;
}

.gallery {
  margin: 9px -9px 0 -9px;
  font-size: 0;
  text-align: left;
}

.gallery .photo {
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 9px;
}

.gallery .photo .imgbox {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.multimedia-photo-text {
  padding: 15px;
  background-color: #f8f8f8;
  height: 5.6em;
}

@media(min-width:1200px) {
  .gallery .photo[data-standalone-row="true"] .imgbox {
    height: auto;
  }

  .gallery .photo[data-standalone-row="true"]:last-child {
    max-width: 30% !important;
    height: auto !important;
  }
}

.gallery .photo .imgbox a {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #fff;
}

.gallery .photo .imgbox a:hover .info {
  bottom: 18px;
}


@media(min-width:768px) {
  .gallery[data-gallery-ok="true"] .photo .imgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.gallery .photo .imgbox img {
  display: block;
  transition: all .5s ease;
}

.gallery .photo .imgbox:hover img {
  transform: scale(1.05);
}

.gallery .photo .imgbox .mask {
  visibility: visible;
  opacity: 1;
  height: 50%;
  width: 100%;
  content: "";
  background: -o-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 70%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(70%, rgba(0, 0, 0, 0.3)));
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 70%);
  display: block;
  top: auto;
  bottom: 0;
  position: absolute;
}

.gallery .photo:hover>.imgbox .mask {
  height: 100%;
}

.gallery .photo .imgbox .info {
  position: absolute;
  left: 0;
  bottom: 15px;
  width: 100%;
  z-index: 2;
  font-size: 16px;
  padding: 0 15px;
}

.gallery .photo .imgbox .info h4 {
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gallery .photo .imgbox .info p {
  color: #fff;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  opacity: 0;
  display: none;
}

.gallery .photo:hover>.imgbox .info h4 {
  margin-bottom: 5px;
}

.gallery .photo:hover>.imgbox .info p {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  display: block;
  line-height: 1.425em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  max-height: 137px;
}

.gallery .photo.show-div {
  animation: showdiv 0.8s 1;
  -webkit-animation: showdiv 0.8s 1;
}

.pvp-tab-box .getmore {
  text-align: center;
  font-size: 16px;
}

.pvp-tab-box .getmore a {
  margin: 30px 0 0;
}

.pvp-tab-box .getmore div {
  display: inline-block;
  color: #737373;
  cursor: pointer;
}

.pvp-tab-box .getmore img {
  display: block;
  margin: 7px auto 0 auto;
}

.pvp-tab-box .no-data {
  margin-top: 25px;
}

@media (max-width: 991px) {
  .gallery {
    margin: 5px -5px 0 -5px;
  }

  .gallery .photo {
    margin: 5px;
  }

  .gallery .photo .imgbox a:hover .info {
    bottom: 18px;
  }

  .gallery .photo .imgbox img {
    display: block;
    width: 100%;
  }

  .gallery .photo .imgbox .info p {
    left: 0;
    bottom: 12px;
    color: #fff;
    font-size: 14px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 3;
  }

  .pvp-tab-box .getmore {
    font-size: 15px;
  }

  .pvp-tab-box .no-data {
    margin-top: 60px;
  }
}

@media (max-width:767px) {
  .gallery .photo {
    width: 100% !important;
    height: auto !important;
    margin: 0 0 15px 0 !important;
  }

  .gallery .photo .imgbox,
  .gallery .photo .imgbox a {
    height: auto;
  }
}

.brochures-list-over {
  display: flex;
  flex-wrap: wrap;
}

.brochures-list-item {
  width: calc(50% - 15px);
  margin-bottom: 15px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.brochures-list-item:hover .brochures-list-right-download .icon-down {
  margin-left: 5px;
}

.brochures-list-item:nth-child(odd) {
  margin-left: 15px;
}

.brochures-list-item:nth-child(even) {
  margin-right: 15px;
}

.brochures-list-img {
  width: 120px;
  height: 75px;
  float: left;
  position: relative;
  overflow: hidden;
}

.brochures-list-img img {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.brochures-list-right {
  width: calc(100% - 135px);
  margin-left: 15px;
  float: left;
}

.brochures-list-right-download {
  font-size: 0.8em;
  color: #c7000b;
  margin-top: 10px;
  display: inline-block;
}

.brochures-list-right-download .iconfont {
  font-size: 1em;
  font-weight: 600;
}

.brochures-list-right-download:hover {
  color: #c7000b;
}

.media-search input {
  width: 100%;
  border: 1px solid #DDDDDD;
  height: 39px;
  padding-left: 10px;
  font-size: 0.875em;
  padding-right: 70px;
  /* border-radius: 5px; */
}

.newsroom-list-box .media-search {
  position: static;
  width: 100%;
  padding-bottom: 30px;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 15px;
}

.filter-media h4 {
  display: inline-block;
  margin: 0;
  margin-right: 15px;
  flex: 0 0 auto;
  padding-top: 5px;
  min-width: 100px;
}

.media-search .newroom-search {
  position: absolute;
  top: 9px;
  right: 10px;
}

.media-search .newroom-search span {
  font-size: 18px;
  color: #666;
}

.media-search h4 {
  display: none;
  text-align: left;
}

.video-list-item {
  width: 33.3%;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}
.video-list-item .text-box h4{
  height: 4.8em;
  font-size: 0.875em;
}
.showOver .video-list-item {
  width: 25%;
}

.media-search-input {
  position: relative;
}

@media (max-width: 1199px) {
  .newsroom-tab-box .nav-tabs.nav li {
    margin-left: 0;
    margin-bottom: 10px;
  }

  .newsroom-filter-list-title {
    margin-bottom: 15px;
  }

  .video-list-item {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
  }

  .showOver .video-list-item {
    width: 33.3%;
  }

  .newsroom-list-box .media-search {
    padding-bottom: 15px;
  }
}

@media (max-width: 991px) {
  .newsroom-tab-box {
    margin: 0 15px;
    padding: 0;
  }

  .media-search {
    right: 0;
  }
}

@media (max-width: 767px) {
  .video-list-item .text-box h4{
    font-size: 1em;
  }
  .newsroom-filter-list {
    display: none;
    position: fixed;
    width: 100%;
    padding: 0;
    height: 100vh;
    background: #fff;
    z-index: 999;
    right: auto;
    left: 0;
  }

  .newsroom-filter-list .newsroom-filter-list-title {
    padding: 30px;
    padding-bottom: 0;
  }

  .newsroom-filter-list .media-search {
    display: none;
  }

  .newsroom-filter-list .filter-media {
    padding: 0 30px;
    border: none;
    margin-bottom: 0;
    height: calc(100vh - 200px);
  }

  .newsroom-tab-box {
    margin-left: 5px;
  }

  .newsroom-filter-mobile {
    display: flex;
    margin-top: 15px;
    margin-bottom: 30px;
  }

  .filter-mobile-btn .iconfont {
    width: 39px;
    height: 37px;
    border: 1px solid #e6e6e6;
    text-align: center;
    line-height: 35px;
    border-radius: 5px;
    display: inline-block;
  }

  .newsroom-list-box.content-list-box .row>[class*='col-']:nth-child(2n+1) {
    margin-right: 0;
  }

  .newsroom-tab-box .nav-arrow.nav-arrow-prev {
    left: -1px;
  }

  .newsroom-filter-list .newsroom-filter-list-title .icon-pc {
    display: none;
  }

  .newsroom-filter-list .newsroom-filter-list-title .icon-moblie {
    display: block;
  }

  .newsroom-filter-btn-content {
    padding: 0 30px;
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
  }

  .newsroom-filter-apply {
    width: calc(70% - 15px);
    display: inline-block;
    background-color: #c7000b;
    color: #fff;
    /* border-radius: 5px; */
  }

  .newsroom-filter-clear {
    width: 30%;
    margin-right: 15px;
    float: left;
    border: 1px solid #c7000b;
    /* border-radius: 5px; */
    color: #c7000b;
    display: none;
  }

  .newsroom-filter-list .filter-media .msg-box {
    margin-bottom: 15px;
  }

  .newsroom-tab-box .pvp-tab-box {
    width: 100%;
    padding: 0 10px;
  }

  .newsroom-filter-list-title,
  .filterTag,
  .filterTime {
    display: none !important;
  }

  .newsroom-tab-content .content-list-box .js-newsroom-list .filter-media.openFilter .filterTag,
  .newsroom-tab-content .content-list-box .js-newsroom-list .filter-media.openFilter .filterTime {
    display: block !important;
    padding: 0 30px;
  }

  .newsroom-tab-content .content-list-box .js-newsroom-list .filter-media.openFilter .newsroom-filter-btn-content,
  .newsroom-tab-content .content-list-box .js-newsroom-list .filter-media.openFilter .newsroom-filter-btn-content .newsroom-filter-clear,
  .newsroom-tab-content .content-list-box .js-newsroom-list .filter-media.openFilter .newsroom-filter-btn-content .newsroom-filter-apply {
    display: inline-block !important;
  }

  .newsroom-tab-content .content-list-box .js-newsroom-list .filter-media.openFilter .filter-mobile-title .iconfont {
    font-weight: 600;
    font-size: 20px;
    margin-top: 10px;
    cursor: pointer;
  }

  .newsroom-list-box .media-search {
    border-bottom: none;
    padding-bottom: 0;
  }

  .newsroom-tab-content .content-list-box .js-newsroom-list .filter-media.openFilter .filter-mobile-title {
    display: flex !important;
    padding: 0 30px;
    border-bottom: 1px solid #e6e6e6;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
  }

  .media-search-input {
    width: calc(100% - 55px);
    margin-right: 15px;
    max-width: none;
    position: relative;
    display: block !important;
  }

  .content-list-box .js-newsroom-list .filter-media {
    padding-left: 0px;
    margin-bottom: 30px;
  }

  .newsroom-tab-content .content-list-box .js-newsroom-list .filter-media.openFilter {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 999;
    top: 0;
    left: 0;
  }

  .newsroom-tab-content .content-list-box .js-newsroom-list .filter-media.openFilter .media-search {
    display: none;
  }

  .newsroom-tab-box .pvp-tab-box .container-custom,
  .newsroom-tab-box .pvp-tab-box .container-custom,
  .newsroom-tab-content .content-list-box .js-newsroom-list.active {
    display: block;
  }

  .content-list-box .js-newsroom-list .filter-media {
    width: 100%;
    display: block !important;
  }

  .content-list-box .js-newsroom-list .video-list {
    width: 100%;
  }

  .video-list-item,
  .showOver .video-list-item {
    width: 100%;
  }

  .newsroom-filter-btn {
    display: none !important;
  }

  .media-search h4 {
    display: inline-block;
    min-width: 70px;
    margin-right: 10px;
    line-height: 39px;
  }

  html[lang="zh"] .media-search h4,
  html[lang="cn"] .media-search h4 {
    min-width: 45px;
  }

  .media-search {
    top: auto;
    display: flex;
    width: 100%;
  }

  .brochures-list-item {
    width: 100%;
  }

  .brochures-list-item:nth-child(odd) {
    margin-left: 0;
  }

  .brochures-list-item:nth-child(even) {
    margin-right: 0;
  }

  .newsroom-tab-box .nav-tabs.nav {
    width: 100%;
  }

  .video-list-item .content-list-box .text-box h4 {
    font-size: 1.3em
  }
}

@media (min-width: 767px) {
  .filterTime {
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}

.pvp-tab-box .detail-contact p {
  width: 100%;
  text-align: center;
  float: none;
}

.pvp-tab-box .panel-img-list {
  margin-bottom: 30px;
}

.pvp-tab-box .panel-img-list>.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pvp-tab-box .panel-img-list a {
  overflow: hidden;
  position: relative;
  display: block;
}

.pvp-tab-box .panel-img-list a img {
  -o-object-fit: cover;
  object-fit: cover;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.pvp-tab-box .panel-img-list .text-box2 {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 5px;
  z-index: 1;
}

.pvp-tab-box .panel-img-list .text-box2 h3 {
  color: #fff;
  font-size: 1.2em;
  text-align: left;
  padding: 10px 15px;
  margin: 0;
  max-height: 68px;
  line-height: 1.225em;
}

.pvp-tab-box .panel-img-list .up {
  margin-bottom: 30px;
}

.pvp-tab-box .panel-img-list .img-box .mask {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, .3);
  z-index: 1;
  display: none;
}

@media(min-width:992px) {
  .pvp-tab-box .panel-img-list .img-box img {
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
    -o-object-position: center;
    object-position: center;
  }

  .pvp-tab-box .panel-img-list .img-box picture {
    width: 100%;
  }

  .pvp-tab-box .panel-img-list a:hover .img-box img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
}

@media (min-width:1200px) {
  .pvp-tab-box .panel-img-list .col-md-8 {
    width: 64%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .pvp-tab-box .panel-img-list .col-md-8 .img-box,
  .pvp-tab-box .panel-img-list .col-md-8 a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-grow: 1;
  }

  .pvp-tab-box .panel-img-list .col-md-4 {
    width: 36%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  .pvp-tab-box .panel-img-list .img-box img {
    height: auto;
  }

  .pvp-tab-box .panel-img-list .col-md-4 {
    display: block;
  }

  .pvp-tab-box .panel-img-list .col-md-8 .img-box img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: auto;
    height: 100%;
  }

  .pvp-tab-box .panel-img-list .col-md-8 .img-box {
    position: relative;
  }

  .pvp-tab-box .panel-img-list .col-md-8 a:hover .img-box img {
    transform: scale(1.05) translateY(-50%);
  }
}

@media(max-width:1200px) {
  .pvp-tab-box .panel-img-list>.row {
    display: block;
  }

  .pvp-tab-box .panel-img-list .up,
  .pvp-tab-box .panel-img-list .down {
    margin-top: 30px;
  }
}

@media (min-width:768px) and (max-width:1200px) {
  .pvp-tab-box .panel-img-list .col-md-8 {
    width: 100%;
  }

  .pvp-tab-box .panel-img-list .col-md-4 {
    width: 100%;
  }

  .pvp-tab-box .panel-img-list .up {
    width: 50%;
    float: left;
    padding-right: 15px;
    margin-bottom: 0;
  }

  .pvp-tab-box .panel-img-list .down {
    width: 50%;
    float: left;
    padding-left: 15px;
  }

  .pvp-tab-box .panel-img-list .text-box2 h3 {
    font-size: 1.5em;
    line-height: 1.5em;
    max-height: 98px;
  }
}

@media (max-width:767px) {

  .pvp-tab-box .panel-img-list .up,
  .pvp-tab-box .panel-img-list .down {
    margin-top: 15px;
  }
}

.pvp-tab-box .video-list a {
  display: block;
  background: #f8f8f8;
}

.pvp-tab-box .video-list a.c-box {
  height: 100%;
}

.pvp-tab-box .video-list a.c-box:hover {
  background: #f2f2f2;
}

.pvp-tab-box .video-list a.btn-loadmore {
  background: none;
}

.pvp-tab-box .video-list h4 {
  max-height: 90px;
  height: auto;
  padding: 0;
  margin-top: 0px;
  margin-bottom: 0;
}

.pvp-tab-box .video-list .img-box {
  position: relative;
  overflow: hidden;
}

@media(min-width:992px) {
  .pvp-tab-box .video-list .img-box img {
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
    -o-object-position: center;
    object-position: center;
  }

  .pvp-tab-box .video-list a:hover .img-box img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
}

@media (min-width:768px) and (max-width:991px) {
  .video-list>.row>[class*="col-"] {
    margin-bottom: 30px;
  }
}

@media(min-width:768px) {
  .pvp-tab-box .video-list .row {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
  }

}

@media (max-width:767px) {
  .pvp-tab-box .video-list .row>div:first-child {
    margin-top: 0;
  }

  .pvp-tab-box .panel-img-list,
  .pvp-tab-box .panel-img-list .up {
    margin-bottom: 15px;
  }

}

.pvp-tab-box .podcast-list>.row>[class*="col-"] {
  margin-top: 30px;
}

.pvp-tab-box .podcast-list .content {
  display: block;
  background-color: #f5f5f5;
}

.pvp-tab-box .podcast-list .content .pod-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #ddd;
  padding: 15px;
}

.pvp-tab-box .podcast-list .content.pointer-events {
  pointer-events: none;
}

.pvp-tab-box .podcast-list .content.pointer-events em {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-filter: gray;
  filter: gray;
}

.pvp-tab-box .podcast-list .leftimg {
  width: 40%;
  max-width: 121px;
  margin-right: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.pvp-tab-box .podcast-list .leftimg img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.pvp-tab-box .podcast-list .right-con h4 {
  font-size: 1em;
  max-height: 52px;
  line-height: 1.2em;
  margin-bottom: 5px;
}

.pvp-tab-box .podcast-list .right-con p {
  line-height: 1.425em;
  max-height: 52px;
  font-size: .875em;
}

.pvp-tab-box .podcast-list ul {
  padding: 15px;
  letter-spacing: -.32em;
  margin: 0;
}

.pvp-tab-box .podcast-list ul li {
  width: 50%;
  display: inline-block;
  letter-spacing: normal;
  font-size: 0.875em;
  color: #666;
}

.pvp-tab-box .podcast-list ul li+li {
  text-align: right;
}

.pvp-tab-box .podcast-list ul li em {
  margin-right: 5px;
  font-size: 40px;
  height: 21px;
  display: inline-block;
  vertical-align: middle;
}

.pvp-tab-box .podcast-list ul li em::before {
  margin-top: -20px;
  display: block;
}

.pvp-tab-box .podcast-list a:hover h4 {
  color: #c7000b;
}

.pvp-tab-box .podcast-list a:hover ul li em {
  color: #c7000b;
}

.podcast-list .time {
  color: #666;
}

.podcast-list .audio-box audio {
  width: 100%;
}

@media(max-width:767px) {
  .pvp-tab-box .podcast-list>.row>[class*="col-"] {
    margin-top: 15px;
  }
}

.photo-list-box {
  margin-top: 70px;
}

.photo-list-box .top-box {
  text-align: left;
}

.photo-list-box .top-box .title-box h2 {
  text-align: left;
  max-width: 100%;
  margin: 0;
}

.photo-list-box .top-box .title-box h2::after {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  left: 0;
  margin-left: 0;
}

.photo-list-box .top-box .text {
  margin-top: -10px;
}

.photo-list-box .top-box .text p {
  display: block;
}

.photo-list-box .top-box .subtitle {
  text-align: left;
  padding: 0;
  max-width: 100%;
  font-size: 1.2em;
  line-height: 1.625em;
  margin-bottom: 10px;
}

.photo-list-box .top-box .btn-rect {
  margin-top: 15px;
}

.photo-list-box .top-box .btn-rect em {
  margin-right: 8px;
}

.photo-list-box .top-box .imgbox>img {
  width: 100%;
  max-width: none;
}

.photos-tags {
  margin-top: 50px;
  margin-bottom: 30px;
}

.similar-photos {
  background: #f5f5f5;
  padding: 20px 0 20px 0;
}

.similar-photos h2 {
  padding: 0;
}

.similar-photos+a.btn-rect {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (min-width:992px) {
  .photo-list-box .top-box .col-md-8 {
    width: 64%;
  }

  .pvp-tab-box .top-box .col-md-4 {
    width: 36%;
  }
}

@media(max-width:991px) {
  .photo-list-box {
    margin-top: 35px;
  }

  .photo-list-box .top-box .text {
    margin-top: 30px;
  }
}

.red {
  color: #c7000b;
}

.news-detail-content .detail-lr p {
  margin-bottom: 0;
}

.news-detail-content .detail-lr h4 {
  text-align: left;
}

.detial-list {
  margin-top: 20px;
  padding-top: 30px;
}

.detial-list .text {
  text-align: left;
  padding: 10px;
  background: #f5f5f5;
}

.detial-list .text h4 {
  max-height: 63px;
}

.detial-list .text p {
  line-height: 1.425em;
  max-height: 58px;
}

.hover-more {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  color: #fff;
}

.detial-list a.content {
  position: relative;
  display: block;
}

.detial-list a.content:hover::before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, .6);
  z-index: 1;
  content: "";
}

.detial-list a.content:hover .hover-more {
  display: block;
}

@media (max-width:991px) {
  .news-detail-content .detail-lr img {
    margin-bottom: 20px;
  }

  .detial-list {
    border-top: 1px solid #ddd;
  }

  .detial-list img {
    max-width: none;
    width: 100%;
  }

  .detial-list>.row>[class*="col-"] {
    margin-bottom: 30px;
  }
}

@media (max-width:767px) {
  .detial-list>.row>[class*="col-"] {
    margin-bottom: 15px;
  }
}

.news-detail-content .detail-lr [class*="col-xs"] img {
  margin-bottom: 0;
}

.lssue-box .list-contect {
  background: #f5f5f5;
}

.lssue-box .list-contect h2 {
  font-weight: normal;
  background: #fff;
  margin: 0;
  padding: 10px 0;
}

.lssue-box .list-contect>.container-custom {
  padding-top: 10px;
  padding-bottom: 10px;
}

.lssue-box .list-contect>.container-custom>div.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.lssue-box .list-contect>.container-custom>div.row [class*="col-"] {
  margin-bottom: 30px;
}

.lssue-box .list-contect .content h3 {
  color: #c7000b;
}

.lssue-box .list-contect .content h4 {
  margin-top: 10px;
  line-height: 1.625em;
  max-height: 60px;
}

.lssue-box .getmore {
  text-align: center;
  font-size: 16px;
  margin-top: 0;
  padding-top: 20px;
  background: #f5f5f5;
}

.lssue-box .getmore a {
  margin: 0;
}

.lssue-box .getmore div {
  display: inline-block;
  color: #737373;
  cursor: pointer;
}

.lssue-box .getmore img {
  display: block;
  margin: 7px auto 0 auto;
}

.gray-bg {
  background-color: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media(max-width:767px) {
  .lssue-box .list-contect>.container-custom>div.row [class*="col-"] {
    margin-bottom: 15px;
  }

  .lssue-box .list-contect .content h3 {
    margin-top: 5px;
  }
}

.newsroom .text-box {
  height: 125px;
  padding: 15px 20px 30px 20px;
}

.newsroom .text-box h4 {
  height: 59px;
  overflow: hidden;
  line-height: 1.625em;
}

.newsroom .text-box .time {
  position: absolute;
  bottom: 15px;
  color: #666;
  font-size: .875em;
}

.facts-l-r-box li {
  border-bottom: 1px solid #F0F0F0;
  display: flex;
  padding: 20px 0;
}

.facts-l-r-box .left>ul>li:first-child,
.facts-l-r-box .right>ul>li:first-child {
  padding-top: 0;
}

.facts-l-r-box li p {
  color: #333;
}

.facts-l-r-box .title {
  color: #000;
  margin-bottom: 5px;
  width: 40%;
}

.facts-l-r-box .vules {
  color: #666;
  width: 60%;
}

.companyFacts-sheet ul>li a {
  color: #666;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.companyFacts-sheet ul>li a:hover {
  color: #000;
}

.companyFacts-sheet .dwon-btn .iconfont {
  font-size: 1em;
  font-weight: 600;
  margin-left: 5px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.companyFacts-sheet .moreinfo {
  text-align: center;
}

.companyFacts-sheet .ul,
.companyFacts-sheet .moreinfo {
  text-align: left;
}

.companyFacts-sheet .dwon-btn:hover .iconfont {
  transform: translateX(5px);
}

.facts-l-r-box .dwon-btn {
  display: inline-block;
  margin-top: 10px;
  color: #c7000b;
  font-size: 1.2em;
  width: 100%;
  text-align: center;
}

.facts-l-r-box .dwon-btn span {
  margin-right: 10px;
  font-size: 1.2em;
  display: inline-block;
  vertical-align: bottom;
}

.document-library {
  background: #f5f5f5;
  padding: 50px 0;
}

.document-library .title-box {
  margin-bottom: 50px;
}

.document-library .title-box h2 {
  margin-left: 0;
}

.document-library .title-box h2::after {
  margin-left: 0;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  left: 0;
}

.document-library .listbox h3 {
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 0;
  text-align: left;
}

.document-library .listbox [class*="col-"] {
  margin-top: 30px;
}

.document-library .listbox .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  padding-right: calc(14% - 15px);
}

.document-library .listbox .content img {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.document-library .listbox .content .text {
  margin-left: 15px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-right: 30px;
}

.facts-l-r-box a.btn-loadmore {
  margin-top: 0px;
  width: 100%;
  display: inline-block;
  text-align: center;
}

.document-library .moreinfo+a.btn-loadmore {
  margin-top: 30px;
  width: 100%;
  display: inline-block;
  text-align: center;
}

.document-library .listbox .content .down {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 30px;
  position: relative;
}

.document-library .listbox .content .down a {
  font-size: 1em;
  color: #c7000b;
}

.document-library .listbox .content .down .iconfont {
  font-weight: 600;
  position: absolute;
  right: 5px;
  top: calc(50% - 13px);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.document-library .listbox .content .down:hover .iconfont {
  right: 0;
}

.document-library .listbox .content .text h4 {
  line-height: 1.625em;
  max-height: 30px;
}

.document-library .listbox .content .text p {
  font-size: 0.875em;
  max-height: 60px;
  line-height: 1.625em;
}

.document-library .subtitle {
  max-width: 100%;
  text-align: left;
  padding-left: 0;
  font-weight: bold;
}

@media (max-width:1024px) {
  .document-library .listbox [class*="col-"]:nth-child(2n) .content {
    padding-left: 0%;
  }

  .facts-l-r-box .left {
    padding-right: 0%;
  }

  .facts-l-r-box .right {
    padding-left: 7%;
    padding-top: 20px;
  }

  .facts-l-r-box li {
    padding-top: 20px;
  }
}

@media (min-width:768px) {
  .document-library .listbox .content .text h4 {
    max-height: 60px;
  }
}

@media (max-width:767px) {
  .facts-l-r-box .right {
    border-left: 0;
    padding-left: 0;
  }

  .document-library .listbox .content .text h4 {
    max-height: 80px;
  }

  .facts-l-r-box>.row {
    display: block;
  }

  .document-library .listbox .content .text {
    padding-right: 15px;
  }

  .document-library .listbox [class*="col-"] .content {
    padding-right: 0%;
  }
}

.tab-nav-box {
  position: relative;
}

.tab-nav-box .nav-arrow.fixed {
  position: absolute;
  top: -3px;
}

.tab-nav-box .nav-tabs {
  margin-left: 0;
  margin-bottom: 0 !important;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media (min-width: 768px) {
  .tab-nav-box .nav-tabs ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
}

.tab-nav-box .nav-tabs>li {
  margin-top: 5px;
}

.tab-nav-box .nav-tabs ul>li {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 15px;
  float: left;
  display: inline-block;
}

.tab-nav-box .nav-tabs ul li a {
  padding: 10px 25px;
  margin: 0 15px;
  display: block;
}

.tab-nav-box .nav-tabs li a::after {
  display: none;
}

.tab-nav-box .nav-tabs li a:hover,
.tab-nav-box .nav-tabs li.active a {
  background: #c7000b;
  color: #fff !important;
}

.value-tab .tab-content {
  background-color: #f5f5f5;
  padding: 64px;
}

@media(max-width:1200px) {
  .value-tab .tab-content {
    padding: 30px;
  }
}

@media(max-width:767px) {
  .tab-nav-box .nav-tabs ul {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }

  .tab-nav-box .nav-tabs ul>li {
    margin-left: 0px;
    margin-right: 0px;
  }

  .value-tab .tab-content {
    background-color: #fff;
    padding: 0;
  }
}

@media(min-width:992px) and (max-width:1024px) {
  .tab-nav-box .nav-tabs ul>li {
    margin-left: 5px;
    margin-right: 5px;
  }
}

.value-tab .text {
  background: #fff;
  width: 90%;
  padding: 20px;
  margin: -100px auto 0 auto;
  position: relative;
  z-index: 5;
  text-align: left;
}

.value-tab .text h3 {
  margin-top: 0;
  max-height: 82px;
}

.value-tab .text p {
  line-height: 1.625em;
  max-height: 90px;
}

@media (min-width: 768px) {
  .value-tab .text h3 {
    height: 82px;
  }

  /* .value-tab .text p[class*="js-text-dot-"] {
    height: 90px;
  } */
}

@media(min-width:768px) and (max-width:991px) {
  .tab-nav-box .nav-tabs ul>li {
    margin-left: 0px;
    margin-right: 0px;
  }

  .tab-nav-box .nav-tabs ul li a {
    padding: 10px 15px;
  }

  .value-tab .text h3 {
    height: 65px;
  }

  .value-tab .text p {
    height: 70px;
  }
}

.value-tab .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.value-tab .tab-content .tab-pane .subtitle {
  max-width: 100%;
}

.value-tab [class*="col-"] {
  margin-top: 30px;
}

.value-tab [class*="col-"]:nth-child(1),
.value-tab [class*="col-"]:nth-child(2) {
  margin-top: 0;
}

.value-tab .getmore {
  margin: 0 auto;
}

@media(max-width:767px) {
  .tab-nav-box .nav-tabs li a {
    margin-left: 5px;
    margin-right: 5px;
  }

  .value-tab .text {
    margin-top: -50px;
  }
}

.video-icon-play .video-icon-play-2 .hwic_play2::before {
  content: "\e668";
  font-family: "huawei-iconfont" !important;
}

.video-icon-play-2 i {
  font-size: 60px;
  margin-top: -31px;
  margin-left: -29px;
}

.media-search a.btn-b-clear {
  position: absolute;
  right: 39px;
  z-index: 4;
  border-right: 1px solid #ccc;
  padding-right: 8px;
  height: 26px;
  top: calc(50% - 13px);
  display: none;
}

.media-search a.btn-b-clear span {
  font-size: 20px;
  color: #999;
}

@media (min-width:1100px) and (max-width:1300px) {
  .pvp-tab-box .container-custom {
    width: 100%;
  }
}


/*********************/
.spreads-kv {
  overflow: hidden;
}

.spreads-kv .imgbox {
  position: relative;
}

.spreads-kv .mask {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, .6);
  z-index: 1;
}

.spreads-kv .text-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 90%;
}

.spreads-kv .text-box h2 {
  color: #fff;
}

.spreads-kv .text-box .subtitle {
  max-height: 72px;
  color: #fff;
}

@media(max-width:1024px) {
  .spreads-kv .text-box .subtitle {
    max-height: 93px;
  }
}

@media(max-width:767px) {
  .spreads-kv .text-box h2 {
    max-width: 96%;
  }
}

@media (min-width:768px) {
  .scrollDown.tab-affix.subnav-affix .main-subnav.affix {
    transform: translateY(0);
  }
  .company-facts-box{
    display: flex;
  }
}

.text-box h2 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 767px) {
  .text-box h2 {
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .main .value-tab.container-custom .tab-content .row .content .text h3 {
    margin-top: 0;
    max-height: 96px;
  }
}

.pvp-tab-box .video-list .page-list-box .page-list a {
  background-color: #fff;
}

.btn-round {
  border-radius: 25px;
  border-color: #000;
  color: #000;
}

.inside-swiper-banner .swiper-slide .content-box h3 {
  margin: 0;
  text-align: left;
  padding: 0;
  width: 50%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  overflow: hidden;
}

.inside-swiper-banner .content-box {
  text-align: left;
  z-index: 2;
}

.media-title {
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding-bottom: 30px;
  border-bottom: 1px solid #e6e6e6;
}

.media-title .btn-rect {
  margin-bottom: 10px;
  margin-left: 64px;
}

.media-title-left {
  width: 100%;
}

.media-title-left h1 {
  text-align: left;
  margin-top: 30px;
  margin-bottom: 15px;
  line-height: 1em;
}

.media-title-left h2 {
  position: relative;
  padding-left: 15px;
  margin-bottom: 0;
}

.media-title-left h2::before {
  content: '';
  position: absolute;
  top: 12px;
  left: 0;
  width: 4px;
  height: calc(100% - 20px);
  background-color: #c7000b;
}

.media-title-left p {
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.3em;
}

.media-title .btn-rect {
  margin-bottom: 10px;
  border-color: #333;
  color: #333;
}

.media-title .btn-rect:hover {
  border-color: #c7000b;
  background-color: #c7000b;
  color: #fff;
}

.newsroom-box-img {
  background-color: #f5f5f5;
  display: flex;
}

.newsroom-box-img:hover .newsroom-box-img-right img {
  transform: scale(1.05);
}

.newsroom-box-img-left {
  width: 40%;
  padding: 30px 30px 60px 30px;
  position: relative;
}

.newsroom-box-img-left h4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  overflow: hidden;
  margin-top: 10px;
  font-size: 1.34em;
}

.newsroom-box-img-left .newsroom-box-time {
  position: absolute;
  left: 30px;
  bottom: 30px;
}

.newsroom-box-img-right {
  width: 60%;
  overflow: hidden;
}

.newsroom-box-img-right img {
  width: 100%;
  transition: all .5s ease;
  height: 100%;
  object-fit: cover;
}

.newsroom-box-content {
  display: flex;
  flex-wrap: wrap;
}

.newsroom-box-item {
  width: calc(33.3% - 20px);
  margin-right: 30px;
  float: left;
  margin-top: 15px;
}

.newsroom-box-item-img {
  overflow: hidden;
  /* height: 240px; */
  position: relative;
  height: 1px;
  padding-bottom: 60.6%;
  width: 100%;
}

.newsroom-box-item:hover img {
  transform: scale(1.05);
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  transition: all .5s ease;
}

.newsroom-box-item:nth-child(3n) {
  margin-right: 0;
}

.newsroom-box-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  left: 0;
  right: 0;
}

.newsroom-box-item-text {
  padding: 10px 0;
}

.newsroom-box-item-text .red-text {
  margin-bottom: 10px;
  display: inline-block;
}

.newsroom-box-item-text h4 {
  margin-bottom: 10px;
}

.newsroom-box-item-time {
  font-size: 1em;
  color: #666;
}

/* @media (max-width: 1450px) {
  .newsroom-box-item-img {
    height: 200px;
  }
} */

@media (max-width: 1200px) {
  /* .newsroom-box-item-img {
    height: 160px;
  } */

  .newsroom-box-img-right {
    height: auto;
  }
}

/* @media (max-width: 819px) {
  .newsroom-box-item-img {
    height: 135px;
  }
} */

@media (max-width: 767px) {
  .newsroom-box-img-left h4 {
    -webkit-line-clamp: 3;
  }

  .transform-box-right .btn-rect {
    width: calc(50% - 18px);
  }
}

/*  */
.transform-custom {
  background-color: #f5f5f5;
  overflow: hidden;
}

.transform-custom .container-custom {
  /* display: flex; */
  position: relative;
}

.transform-box-left {
  width: 40%;
  float: left;
}

.transform-box-left img {
  width: auto;
  object-fit: contain;
  height: 100%;
  max-height: 570px;
}

.transform-box-right {
  width: calc(60% - 30px);
  margin-left: 30px;
  padding: 30px 0 0 30px;
  float: left;
}

.transform-box-right .btn-show-more {
  margin-right: 30px;
}

.transform-box-right-bottom {
  display: flex;
  flex-wrap: wrap;
}

.transform-box-right-bottom-item {
  width: calc(50% - 15px);
  display: flex;
  align-items: center;
}

.transform-box-right-bottom-item:nth-child(odd) {
  margin-right: 30px;
}

.transform-box-right-bottom-item img {
  width: calc(40% - 15px);
  margin-left: 15px;
}

.transform-box-right-bottom-item h4 {
  float: left;
  width: 60%;
}

.transform-box-right h3 {
  padding-bottom: 15px;
  border-bottom: 1px solid #e6e6e6;
  margin-top: 0;
}

.transform-box-right .btn-rect {
  margin-top: 10px;
  height: auto !important;
}
.transform-box-article{
  /* overflow: hidden; */
  float: right;
  width: calc(60% - 30px);
  padding-left: 30px;
  margin-bottom: 30px;
  margin-top: 30px;
}
.transform-box-article h3 {
  margin-top: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #e6e6e6;
}
@media (max-width: 1200px) {
  .transform-box-article {
      width: 100%;
      padding-left: 0;
      margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .transform-box-article {
      padding: 0 15px;
      margin-top: 30px;
  }
}

/* transform-talks */
.transform-talks-custom {
  position: relative;
  padding-bottom: 50px;
}

.transform-talks-custom::before {
  content: '';
  width: 100%;
  height: calc(100% - 100px);
  background-color: #f5f5f5;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.transform-talks-over {
  display: inline-block;
}

.transformTalksSwiper .swiper-slide {
  width: calc(33.3% - 30px);
  margin-left: 30px;
}

.transformTalksSwiper .swiper-slide .transform-talks-right-item-text .iconfont {
  color: #c7000b;
}

.transform-talks-left-over {
  height: 100px;
}

.transform-talks-left {
  width: 32%;
  padding-right: 20px;
  float: left;
}

.transform-talks-right {
  width: 68%;
  float: left;
  overflow: hidden;
}

.transform-talks-left-img {
  height: auto;
  margin-bottom: 0;
  max-width: 200px;
}

.transform-talks-left-text {
  margin: 30px 0;
  line-height: 1.5em;
}

.transform-talks-right-item {
  background-color: #fff;
  /* border: 1px solid #e6e6e6; */
  display: block;
}

.transform-talks-right-item:first-child {
  margin-left: 0;
}

.transform-talks-right-item .img-box {
  position: relative;
  overflow: hidden;
  height: 1px;
  width: 100%;
  position: relative;
  padding-bottom: 60.6%;
}

.transform-talks-right-item .img-box img {
  width: 102%;
  height: 102%;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  /* -o-object-position: center;
  object-position: center; */
  /* object-fit: cover; */
  position: absolute;
  left: 0;
  top: 0;
}

.transform-talks-right-item .video-icon-play,
.multimedia-content-right-item-top .video-icon-play,
.multimedia-content-left-img-box .video-icon-play,
.ourValue-content-right-item .video-icon-play {
  width: 50px;
  height: 50px;
  margin-left: -25px;
  margin-top: -25px;
}

.transform-talks-right-item-text {
  padding: 15px;
  background-color: #fff;
}

.transform-talks-right-item-text h4 {
  line-height: 1.3em;
  height: 3.9em;
}

.transform-talks-right-item-text .text-more {
  display: flex;
  margin-top: 10px;
  -webkit-transform: all 0.5s;
  -ms-transform: all 0.5s;
  transform: all 0.5s;
  font-size: 0.875em;
  /* position: relative; */
}

.transform-talks-right-item-text .text-more .iconfont {
  font-size: 18px;
  /* width: 12px;
  display: inline-block;
  height: 12px;
  margin-top: -4px; */
  margin-left: 0;
  -webkit-transform: all 0.5s;
  -ms-transform: all 0.5s;
  transform: all 0.5s;
  /* position: absolute;
  right: -18px;
  top: 50%;
  transform: translateY(-50%); */
  /* margin-top: 2px; */
}

.transform-talks-right-item:hover .iconfont {
  margin-left: 5px;
}

.transform-talks-right-item:hover .img-box img {
  transform: scale(1.05);
  /* width: 100%;
  height: 100%; */
  /* object-position: center; */
  /* object-fit: cover; */
  transition: all .5s ease;
}

/* correlative */
.correlative {
  width: 100%;
  overflow: hidden;
}

.correlative .swiper-slide {
  overflow: hidden;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  /* padding: 0 15px; */
}

@media (max-width:1024px) {
  .correlative .swiper-slide {
    padding: 0 15px;
    width: 50%;
  }
}

.correlative .swiper-slide a {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}

.correlative .swiper-slide a .text,
.correlative .swiper-slide a .text1 {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  padding: 0 20px;
  color: #fff;
  text-align: left;
  z-index: 3;
}

.correlative .swiper-slide a .text *,
.correlative .swiper-slide a .text1 * {
  color: #fff;
}

.correlative .mask {
  visibility: visible;
  opacity: 1;
  height: 50%;
  /* width:calc(100% + 30px); */
  width: 100%;
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(70%, rgba(0, 0, 0, 0.3)));
  background: -o-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 70%);
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 70%);
  display: block;
  top: auto;
  bottom: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.correlative .swiper-slide.hover .mask {
  height: 100%;
}

@media (max-width:1450px) {
  .transform-talks-right-item-text .text-more .iconfont {
    margin-top: -3px;
  }
}

@media (max-width:1024px) {
  .correlative .swiper-slide a .text1 {
    display: none;
  }
}

@media(min-width:767px) {
  .correlative .swiper-slide a img {
    max-width: none;
    min-height: 450px;
  }

  .correlative .swiper-slide .mask {
    height: 100%;
  }
}

.correlative .swiper-slide a .text h3 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.correlative .swiper-slide.hover a .text h3 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media(min-width:1025px) {
  .correlative .swiper-slide.hover a .text1 {
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20%);
    -ms-transform: translateY(20%);
    transform: translateY(20%);
  }

  .correlative .swiper-slide a .text {
    -webkit-transform: translateY(150%);
    -ms-transform: translateY(150%);
    transform: translateY(150%);
    bottom: 30px;
  }

  .correlative .swiper-slide.hover a .text {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
    -webkit-transition-duration: .8s;
    -o-transition-duration: .8s;
    transition-duration: .8s;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    bottom: 30px;
  }

  .correlative .swiper-slide a .text p {
    position: relative;
    visibility: hidden;
    height: 0;
  }

  .correlative .swiper-slide.hover a .text p {
    visibility: visible;
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
    height: auto;
    line-height: 1.5em;
  }
}

@media (max-width:1024px) {
  .correlative .swiper-box {
    padding-bottom: 40px;
  }

  .correlative .swiper-pagination {
    bottom: 0;
  }
}

@media(max-width:767px) {
  .correlative .mask {
    height: 100%;
  }

  .correlative .swiper-slide a .text {
    bottom: 10px;
  }

  .correlative .swiper-slide {
    width: 100%;
    padding: 0;
  }

  .transform-box-right-bottom-item h4 {
    line-height: 1.5em;
  }
  .correlative .swiper-slide a img{
    width: 100%;
  }
}

/* multimedia */
.multimedia-content-over {
  display: flex;
  align-items: start;
  position: relative;
}

.multimedia-content-left {
  width: 50%;
  padding-right: 30px;
  display: flex;
  flex-wrap: wrap;
}

.multimedia-content-middle {
  width: 1px;
  height: 100%;
  background-color: #e6e6e6;
  position: absolute;
  left: 50%;
}

.multimedia-content-right {
  width: 50%;
  /* border-left: 1px solid #e6e6e6; */
  padding-left: 30px;
}

.multimedia-content-left-item {
  width: calc(50% - 15px);
  margin-left: 30px;
  display: inline-block;
  float: left;
  margin-top: 30px;
}

.multimedia-content-left-item:nth-child(odd) {
  margin-left: 0;
}

.multimedia-content-left-item:nth-child(1) {
  margin-top: 0;
}

.multimedia-content-left-item:nth-child(2) {
  margin-top: 0;
}

.multimedia-content-left-item:hover .multimedia-content-left-img-box img {
  transform: scale(1.05);
}

.multimedia-content-left-item:hover .read-more {
  color: #c7000b;
}

.multimedia-content-left-item:hover .read-more .iconfont {
  -webkit-transform: translate3d(4px, 0, 0);
  transform: translate3d(4px, 0, 0);
}

.multimedia-content-left-img-box {
  position: relative;
  overflow: hidden;
  height: 200px;
}

.multimedia-content-left-img-box img {
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  width: 100%;
}

.multimedia-content-left-item .red-text {
  margin-top: 10px;
}

.multimedia-content-left-item .read-more {
  margin-top: 10px;
}

.multimedia-content-left-item .line3 {
  margin-top: 10px;
}

.multimedia-content-right-item {
  width: 100%;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e6e6e6;
}

.multimedia-content-right-item:last-child {
  border: none;
  margin: 0;
  padding: 0;
}

.multimedia-content-right-item-top:hover .img-box {
  border: 5px solid #c7000b;
}

.multimedia-content-right-item:hover .multimedia-content-right-item-download {
  color: #c7000b;
}

.multimedia-content-right-item:hover .multimedia-content-right-item-download .iconfont {
  margin-left: 10px;
}

.multimedia-content-right-item-top {
  display: flex;
  align-items: start;
}

.multimedia-content-right-item-top>div h4 {
  margin-top: 10px;
}

.multimedia-content-right-item-top .img-box {
  width: 185px;
  /* margin-left: 15px; */
  overflow: hidden;
  border: 5px solid transparent;
  transition: all .2s;
  margin-top: -5px;
  margin-right: -5px;
  position: relative;
}

.multimedia-content-right-item-top .img-box img {
  height: 100%;
  object-fit: cover;
}

.multimedia-content-right-item-top:hover img {
  transform: scale(1.05);
}

.multimedia-content-right-item-top .multimedia-content-right-item-text {
  width: calc(100% - 195px);
  margin-right: 15px;
}

.multimedia-content-right-item-top .img-box {
  width: 185px;
  /* margin-left: 15px; */
  overflow: hidden;
  border: 5px solid transparent;
  transition: all .2s;
  margin-top: -5px;
  margin-right: -5px;
}

.multimedia-content-right-item-download {
  font-size: 0.875em;
  margin-top: 10px;
  display: inline-block;
}

.multimedia-content-right-item-download .iconfont {
  color: #c7000b;
  margin-left: 5px;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  font-weight: 600;
  font-size: 1em;
}

@media (max-width: 1670px) {
  .multimedia-content-left-img-box {
    height: 180px;
  }
}

@media (max-width: 1530px) {
  .multimedia-content-left-img-box {
    height: 160px;
  }
}

@media (max-width: 1370px) {
  .multimedia-content-left-img-box {
    height: 140px;
  }
}

@media (max-width: 1230px) {
  .multimedia-content-left-img-box {
    height: 120px;
  }
}

@media (max-width: 1070px) {
  .multimedia-content-left-img-box {
    height: 95px;
  }
}

@media (max-width: 1025px) {
  .subnav-affix.tab-affix .multimedia-tab-top .pvp-tab-box .scroll-tab-arrow-box.affix {
    border-bottom: none;
  }
}

@media (max-width: 1024px) {
  .multimedia-content-right-item-top .img-box {
    width: 40%;
  }

  .multimedia-content-right-item-top .multimedia-content-right-item-text {
    width: 60%;
  }

  .multimedia-content-right-item-top .video-icon-play,
  .multimedia-content-left-img-box .video-icon-play,
  .ourValue-content-right-item .video-icon-play {
    width: 40px;
    height: 40px;
    margin-left: -20px;
    margin-top: -20px;
  }
  .correlative .swiper-slide a img{
    transform: translateX(-50%);
    margin-left: 50%;
  }
}

@media (max-width: 767px) {
  .multimedia-content-left-img-box {
    height: 100px;
  }

  .multimedia-content-middle {
    display: none;
  }

  .multimedia-content-right-item-download,
  .multimedia-content-right-item-top>div h4,
  .multimedia-content-left-item .line3,
  .multimedia-content-left-item .read-more {
    margin-top: 5px;
  }
}

/* ourValue */
.ourValue-content {
  display: flex;
}

.ourValue-content-left {
  width: 50%;
  padding-right: 30px;
}

.ourValue-content-left h3 {
  font-size: 1.33em;
  line-height: 1.5em;
  margin-bottom: 0;
}

.ourValue-content-left .line3,
.ourValue-content-right-item-box .line3 {
  margin-top: 5px;
}

.ourValue-content-left .img-box {
  overflow: hidden;
  transform: all 0.5s;
  position: relative;
}

.ourValue-content-left .red-text {
  margin-top: 10px;
}

.ourValue-content-right {
  width: 50%;
}

.ourValue-content-right-item {
  display: flex;
  margin-top: 30px;
}

.ourValue-content-right-item:first-child {
  margin-top: 0;
}

.ourValue-content-right .img-box {
  height: 150px;
  width: 240px;
  margin-right: 15px;
  overflow: hidden;
  transform: all 0.5s;
  position: relative;
}

.ourValue-content-right .img-box img {
  max-width: none;
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.ourValue-content-right-item:hover .img-box img {
  transform: translateX(-50%) scale(1.05);
}

.ourValue-content-left:hover .img-box img {
  transform: scale(1.05);
}

.ourValue-content-right-item-box {
  width: calc(100% - 240px);
}

.social-responsibility-custom {
  padding-bottom: 20px;
  background-color: #f5f5f5;
}

.social-responsibility-box {
  margin: 0 -15px;
  padding-bottom: 15px;
}

.social-responsibility-box .swiper-slide {
  overflow: hidden;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  padding: 0 15px;
  width: 50%!important;
}

@media (min-width:1025px) {
  .social-responsibility-box .swiper-slide:first-child {
    width: 50%;
  }

  /* .social-responsibility-box .swiper-slide {
    width: 25%;
  } */

  .social-responsibility-box .swiper-slide:hover img {
    transform: scale(1.05);
  }
}

.social-responsibility-box .swiper-pagination {
  bottom: -20px;
}

@media (max-width: 1024px) {
  .ourValue-content-right .img-box {
    width: 180px;
    height: 110px;
  }

  .ourValue-content-right-item-box {
    width: calc(100% - 180px);
  }
}

@media (max-width: 991px) {
  .media-title {
    padding-bottom: 15px;
  }
}

@media (max-width: 767px) and (min-width: 600px) {
  .ourValue-content-right .img-box img {
    height: auto;
    width: 100%;
  }
}

/* @media (min-width: 1025px) { */

.social-responsibility-box .swiper-button-prev,
.social-responsibility-box .swiper-button-next {
  display: none;
}

/* } */

@media (max-width: 767px) {
  .media-title .btn-rect {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    margin-bottom: 0;
    margin-top: 15px;
    margin-left: 0;
  }

  .container-custom:has(.media-title .btn-rect) {
    padding-bottom: 55px;
    position: relative;
  }

  .ourValue-content {
    flex-wrap: wrap;
  }

  .ourValue-content-left {
    width: 100%;
    padding-right: 0;
  }

  .ourValue-content-right {
    width: 100%;
    margin-top: 30px;
  }

  .media-title-left {
    margin-right: 0;
  }
}

.social-responsibility-box .swiper-slide a {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
}

.social-responsibility-box .swiper-slide a .text p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.social-responsibility-box .swiper-slide.hover .mask {
  height: 100%;
}

.social-responsibility-box .swiper-slide a .text,
.social-responsibility-box .swiper-slide a .text1 {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  padding: 0 20px;
  color: #fff;
  text-align: left;
  z-index: 3;
}

.social-responsibility-box .mask {
  visibility: visible;
  opacity: 1;
  height: 50%;
  width: calc(100% + 30px);
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(70%, rgba(0, 0, 0, 0.3)));
  background: -o-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 70%);
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 70%);
  display: block;
  top: auto;
  bottom: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.social-responsibility-box .swiper-slide a .text *,
.social-responsibility-box .swiper-slide a .text1 * {
  color: #fff;
}

.social-responsibility-box .swiper-button-prev,
.social-responsibility-box .swiper-button-prev .swiper-button-next {
  display: none;
}

@media (min-width: 1025px) {
  .social-responsibility-box .swiper-slide a .text {
    -webkit-transform: translateY(150%);
    -ms-transform: translateY(150%);
    transform: translateY(150%);
    bottom: 30px;
  }

  .social-responsibility-box .swiper-slide.hover a .text1 {
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20%);
    -ms-transform: translateY(20%);
    transform: translateY(20%);
  }

  .social-responsibility-box .swiper-slide.hover a .text {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
    -webkit-transition-duration: .8s;
    -o-transition-duration: .8s;
    transition-duration: .8s;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    bottom: 30px;
  }

  .social-responsibility-box .swiper-slide.hover a .text p {
    visibility: visible;
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
    height: auto;
  }
}

@media (max-width: 1200px) {
  .ourValue-content-right .img-box {
    width: 200px;
    height: 120px;
  }

  .ourValue-content-right-item-box {
    width: calc(100% - 200px);
  }

  .social-responsibility-box .swiper-wrapper {
    display: block;
  }

  .social-responsibility-box .swiper-slide:first-child {
    width: 100%;
    margin-bottom: 30px;
  }

  .social-responsibility-box .swiper-slide {
    width: 50%;
    float: left;
  }

  .social-responsibility-box .swiper-slide a .text {
    display: none;
  }

  .social-responsibility-box .swiper-slide a .text1 {
    bottom: 0;
  }

  .social-responsibility-box .swiper-slide img {
    min-height: 350px;
    object-fit: cover;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .social-responsibility-box .swiper-slide:nth-child(odd) {
    padding-left: 15px;
    padding-right: 8.5px;
  }
  .social-responsibility-box .swiper-slide:nth-child(even) {
    padding-left: 8.5px;
    padding-right: 15px;
  }
  /* .social-responsibility-box .swiper-slide:nth-child(2) {
    padding-right: 8.5px;
  }

  .social-responsibility-box .swiper-slide:nth-child(3) {
    padding-left: 8.5px;
  } */

  .social-responsibility-box .swiper-slide img {
    min-height: 200px;
    object-fit: cover;
    width: 100%;
  }

  .social-responsibility-box .swiper-slide:first-child {
    margin-bottom: 0;
  }

  .ourValue-content-right .img-box {
    margin-right: 15px;
    width: calc(40% - 15px);
  }
  .ourValue-content-right-item-box {
    width: 60%;
  }
  .social-responsibility-box .swiper-slide a .text,
  .social-responsibility-box .swiper-slide a .text1 {
    padding: 0 12px;
  }
}

@media (min-width: 1201px) {
  .social-responsibility-box .swiper-slide a img {
    min-height: 450px;
  }
}

@media (min-width: 767px) {
  .social-responsibility-box .swiper-slide a img {
    max-width: none;
  }
}

.social-responsibility-content {
  margin: 0 -15px;
  padding-bottom: 15px;
  display: flex;
  overflow: hidden;
}
.social-responsibility-content a {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}
.social-responsibility-items{
  padding: 0 15px;
}
.social-responsibility-items img{
  width: 100%;
  object-fit: cover;
  object-position: center;
  height: 100%;
}
.social-responsibility-items {
  position: relative;
  display: block;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.one .social-responsibility-items {
  width: 100%;
}
.two .social-responsibility-items {
  width: 50%;
}
.three .social-responsibility-items:first-child {
  width: 50%;
}
.three .social-responsibility-items {
  width: 25%;
}
.four .social-responsibility-items:first-child {
  width: 40%;
}
.four .social-responsibility-items {
  width: 20%;
}

.social-responsibility-items .text p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.social-responsibility-items .text,
.social-responsibility-items .text1 {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  padding: 0 20px;
  color: #fff;
  text-align: left;
  z-index: 3;
}

.social-responsibility-items .mask {
  visibility: visible;
  opacity: 1;
  height: 50%;
  width: 100%;
  content: "";
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 70%);
  display: block;
  top: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.social-responsibility-items .text *,
.social-responsibility-items .text1 * {
  color: #fff;
}

.social-responsibility-items img {
  max-width: none;
  margin-left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media (min-width: 1025px) {
  .social-responsibility-items .text {
      -webkit-transform: translateY(150%);
      -ms-transform: translateY(150%);
      transform: translateY(150%);
      bottom: 30px;
  }
  .social-responsibility-items:hover img{
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    transform: translateX(-50%) scale(1.05);
    -webkit-transform: translateX(-50%) scale(1.05);
    -ms-transform: translateX(-50%) scale(1.05);
  }
  .social-responsibility-items:hover a .text1 {
      -webkit-transition-duration: .2s;
      -o-transition-duration: .2s;
      transition-duration: .2s;
      opacity: 0;
      visibility: hidden;
      -webkit-transform: translateY(20%);
      -ms-transform: translateY(20%);
      transform: translateY(20%);
  }

  .social-responsibility-items:hover a .text {
      -webkit-transition-delay: .4s;
      -o-transition-delay: .4s;
      transition-delay: .4s;
      -webkit-transition-duration: .8s;
      -o-transition-duration: .8s;
      transition-duration: .8s;
      -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
      transform: translateY(0%);
      bottom: 30px;
  }

  .social-responsibility-items:hover a .text p {
      visibility: visible;
      -webkit-transition-delay: .4s;
      -o-transition-delay: .4s;
      transition-delay: .4s;
      height: auto;
  }
  .social-responsibility-items:hover .mask {
      height: 100%;
  }
}
@media (max-width: 1200px) {
  /* .social-responsibility-items{
      width: calc(50% - 8.5px);
      float: left;
  } */
  /* .social-responsibility-items:nth-child(1){
      margin-right: 8.5px;
      padding-right: 0;
  }
  .social-responsibility-items:nth-child(2){
      margin-left: 8.5px;
      padding-left: 0;
  } */
  .social-responsibility-content{
    display: block;
  }
  .social-responsibility-items{
    float: left;
  }
  .three .social-responsibility-items,.four .social-responsibility-items{
    margin-top: 30px;
  }
  .three .social-responsibility-items:nth-child(3n+1),.four .social-responsibility-items:nth-child(3n+1){
    width: 100%;
  }
  .three .social-responsibility-items:nth-child(3n+2),.four .social-responsibility-items:nth-child(3n+2){
    width: 50%;
  }
  .three .social-responsibility-items:nth-child(3n+3),.four .social-responsibility-items:nth-child(3n+3){
    width: 50%;
  }
}
@media (max-width: 1024px) {
  .social-responsibility-items a .text1 {
      bottom: 0;
  }
  .social-responsibility-items a .text {
      display: none;
  }
}
@media (max-width: 767px) {
  .social-responsibility-items img{
      min-height: 200px;
  }
  .social-responsibility-items .text, .social-responsibility-items .text1{
      padding: 0 10px;
  }
  .three .social-responsibility-items,.four .social-responsibility-items{
    margin-top: 15px;
  }
  .two .social-responsibility-items:nth-child(1){
    padding-right: 8.5px;
  }
  .two .social-responsibility-items:nth-child(2){
    padding-left: 8.5px;
  }
  .three .social-responsibility-items:nth-child(3n+2){
    padding-right: 8.5px;
  }
  .three .social-responsibility-items:nth-child(3n+3){
    padding-left: 8.5px;
  }
  .four .social-responsibility-items:nth-child(3n+2){
    padding-right: 8.5px;
  }
  .four .social-responsibility-items:nth-child(3n+3){
    padding-left: 8.5px;
  }
}
/* bottom-box */
.bottom-box {
  display: flex;

}

.company-facts-content {
  width: 50%;
  padding-right: 100px;
}

.company-facts-item-left {
  width: calc(40% - 30px);
  float: left;
  margin-right: 30px;
}

.company-facts-item-left img {
  width: 100%;
  border: 1px solid #e6e6e6;
}

.company-facts-item-right {
  width: 60%;
  float: left;
}

.company-facts-item-right h3 {
  margin-top: 0;
}

.company-facts-item-right-text {
  color: #666;
  font-size: 0.875em;
}

.company-facts-item-right .btn-rect {
  display: block;
  width: 40%;
  margin-top: 15px;
}

.recommended-content {
  width: 50%;
}

.recommended-box {
  display: flex;
  flex-wrap: wrap;
}

.recommended-item {
  width: calc(50% - 15px);
  margin-left: 30px;
  margin-top: 30px;
  /* display: flex; */
  float: left;
}

.recommended-item:nth-child(odd) {
  margin-left: 0;
}

.recommended-item:nth-child(1) {
  margin-top: 0;
}

.recommended-item:nth-child(2) {
  margin-top: 0;
}

.recommended-item:hover .recommended-item-img img {
  transform: scale(1.05);
}

.recommended-item:hover .read-more .iconfont {
  transform: translate3d(4px, 0, 0);
}

.recommended-item-img {
  width: 100px;
  height: 100px;
  overflow: hidden;
  float: left;
  margin-right: 15px;
}

.recommended-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.recommended-item-text {
  line-height: 1.3em;
  font-weight: 600;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 10px;
}

/* contact-us-box */
.media-center-home-contact-us.contact-us-box.content-box h2:after {
  display: none;
}

.media-center-home-contact-us.contact-us-box.content-box a {
  color: #333;
  border-radius: 30px;
  height: 2.5em !important;
  line-height: 2.5em !important;
  font-size: 1em;
}

.media-center-home-contact-us.contact-us-box.content-box a:hover {
  text-decoration: none;
  color: #fff;
}

.media-center-home-contact-us.contact-us-box.content-box {
  background: #fff !important;
  border-top: 1px solid #e6e6e6;
}

.red-text,
.red-text a {
  font-weight: 600;
  color: #c7000b;
}

h4 {
  line-height: 1.3em;
}

img {
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  will-change: transform;
}

.line3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.read-more,
.read-time {
  margin-top: 10px;
}

.read-time {
  font-size: 0.875em;
  line-height: 1.875em;
  margin-top: 10px;
  display: block;
}

.correlative .swiper-pagination .swiper-pagination-bullet {
  width: 30px;
  height: 3px;
  border: none;
  background-color: #cbcbcb;
  border-radius: 0;
  margin: 0 5px;
}

.correlative .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #c7000b;
  border: 0;
}

@media (max-width: 1400px) {
  .social-responsibility-item-text {
    padding-bottom: 30px;
  }

  .social-responsibility-item-text>div {
    opacity: 1;
    visibility: visible;
    height: auto;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@media (max-width: 1200px) and (min-width: 768px) {
  .transform-box-right>div:last-child {
    position: absolute;
    left: 15px;
    width: calc(100% - 30px);
    bottom: 30px;
  }

  .transform-custom .container-custom {
    padding-bottom: 250px;
  }
}

@media (max-width: 1025px) {
  .subnav-affix.tab-affix .multimedia-tab-top .pvp-tab-box .scroll-tab-arrow-box.affix {
    border-bottom: none;
  }
}

@media (max-width: 991px) {
  .media-title {
    padding-bottom: 15px;
  }

  .inside-swiper-banner .content-box {
    padding: 0 30px;
  }

  .inside-swiper-banner .content-box .vertical-middle-sm>div {
    text-align: center;
  }

  .inside-swiper-banner .swiper-slide .content-box h3 {
    width: 100%;
    text-align: center;
  }

  .newsroom-box-img-left {
    padding: 15px 15px 45px 15px;
  }

  .newsroom-box-img-left .newsroom-box-time {
    bottom: 15px;
    left: 15px;
  }

  .newsroom-box-item {
    width: calc(33.3% - 10px);
    margin-right: 15px;
  }

  .social-responsibility-item-text {
    padding: 15px;
  }

  .social-responsibility-item-text h3 {
    margin-bottom: 10px;
  }

  .social-responsibility-item.small {
    width: calc(25% - 15px);
    margin-left: 15px;
  }

  .recommended-item {
    width: calc(50% - 8.5px);
    margin-left: 15px;
    margin-top: 15px;
  }

  .transform-box-right-bottom-item:nth-child(odd) {
    margin-right: 15px;
  }
}

@media (max-width: 767px) {
  .page-tit-h1 {
    display: block;
  }

  .page-tit-h1 h1,
  .page-tit-content {
    width: 100%;
    text-align: center;
  }

  .newsroom-box-img {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  .newsroom-box-img-left {
    width: 100%;
  }

  .newsroom-box-img-right {
    width: 100%;
  }

  .newsroom-box-item {
    width: 100%;
    margin-right: 0;
  }

  .container-custom {
    position: relative;
  }

  .media-title .btn-rect {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    margin-bottom: 0;
    margin-top: 15px;
  }

  .container-custom:has(.media-title .btn-rect) {
    padding-bottom: 55px;
  }

  .newsroom-box-item {
    display: flex;
  }

  .newsroom-box-item .newsroom-box-item-img {
    margin-right: 15px;
    width: calc(40% - 15px);
    padding-bottom: calc(24% - 9px);
  }

  .newsroom-box-item-text {
    width: 60%;
    padding: 0;
  }

  .transform-custom .container-custom {
    display: block;
    padding: 0;
  }

  .transform-box-right {
    width: 100%;
    margin-left: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .transform-box-right-bottom-item {
    width: 100%;
    margin-right: 0;
    margin-top: 15px;
  }

  .transform-box-right-bottom-item:nth-child(odd) {
    margin-right: 0;
  }

  .transform-box-right-bottom-item:first-child {
    margin-top: 0;
  }

  .transform-custom {
    padding-bottom: 30px;
  }

  .transform-talks-left {
    width: 100%;
    padding-right: 0;
  }

  .transform-talks-right {
    width: 100%;
  }

  .transform-talks-over {
    position: relative;
    padding-bottom: 55px;
    width: 100%;
  }

  .transform-talks-over .transform-talks-left .btn-rect {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    margin-bottom: 0;
    margin-top: 15px;
  }

  .transformTalksSwiper .swiper-slide {
    width: 75%;
    margin-left: 0;
    margin-right: 15px;
  }

  .transformTalksSwiper .swiper-slide:last-child {
    margin-right: 0;
  }

  .transform-talks-custom::before {
    height: 100%;
    background-color: #fafafa;
  }

  .transform-talks-left-img {
    margin-bottom: 0;
    height: auto;
  }

  .multimedia-content-over {
    flex-wrap: wrap;
  }

  .multimedia-content-left {
    width: 100%;
    padding-right: 0;
  }

  .multimedia-content-left-item {
    width: calc(50% - 8.5px);
    margin-left: 15px;
    margin-top: 15px;
  }

  .multimedia-content-right {
    width: 100%;
    padding-left: 0;
    border-left: none;
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #e6e6e6;
  }

  .multimedia-content-right-item {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

  .ourValue-content {
    flex-wrap: wrap;
  }

  .ourValue-content-left {
    width: 100%;
    padding-right: 0;
  }

  .ourValue-content-right {
    width: 100%;
    margin-top: 30px;
  }

  .social-responsibility-content {
    flex-wrap: wrap;
  }

  .social-responsibility-item.big {
    width: 100%;
  }

  .social-responsibility-item.small {
    width: calc(50% - 8.5px);
    margin-top: 15px;
    margin-left: 0;
    margin-right: 15px;
  }

  .social-responsibility-item:last-child {
    margin-right: 0 !important;
  }

  .bottom-box {
    flex-wrap: wrap;
  }

  .company-facts-content {
    width: 100%;
    padding-right: 0;
  }

  .company-facts-item-right {
    margin-top: 15px;
    width: 100%;
  }

  .recommended-content {
    width: 100%;
    margin-top: 30px;
  }

  .recommended-item {
    width: 100%;
    margin-left: 0;
  }

  .recommended-item:nth-child(2) {
    margin-top: 15px;
  }

  .company-facts-item-right .btn-rect {
    display: inline-block;
    width: calc(50% - 10px);
  }

  .company-facts-item-right .btn-rect:nth-of-type(1) {
    margin-right: 10px;
  }

  .transform-talks-left-text {
    margin-top: 15px;
  }

  .transform-talks-left-over {
    height: auto;
  }

  .recommended-item-img {
    width: calc(40% - 15px);
  }
  .recommended-item-img+div{
    width: 100%;
  }
}

/* @media (max-width: 600px) {
  .newsroom-box-item-img {
    height: 90px;
  }
} */

/* multimedia */
.multimedia-image-banner {
  min-height: 300px;
  background: #0e0d15;
  z-index: 1;
}

.multimedia-image-banner .multimedia-image-box {
  min-height: 300px;
  position: relative;
  overflow: hidden;
}

.multimedia-image-banner .multimedia-image-box img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.multimedia-tab-top-over {
  position: relative;
}

.multimedia-tab-top .tab-line {
  border: none;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}

.multimedia-tab-top .tab-line .nav-tabs {
  margin-bottom: 0 !important;
}

.subnav-affix.tab-affix .multimedia-tab-top .scroll-tab-arrow-box.affix,
.multimedia-tab-top .scroll-tab-arrow-box {
  background-color: transparent;
}

.multimedia-tab-top .nav-tabs.row li {
  float: none;
}

.multimedia-tab-top .nav-tabs>li>a {
  color: #fff;
}

.multimedia-tab-top .nav-tabs>li.active>a,
.multimedia-tab-top .nav-tabs>li>a:hover,
.multimedia-tab-top .nav-tabs>li.active>a:focus {
  color: #c7000b !important;
  background-color: transparent;
}

.js-multimedia-list .filter-media .msg-box ul li a {
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.js-multimedia-list .filter-media .msg-box ul li.active a {
  /* color: #c7000b;
  background: rgb(250, 230, 231) !important;
  border-color: #c7000b; */
  background: #666 !important;
  color: #fff;
  border-color: #666;
}

.multimedia-tab-search {
  display: flex;
  justify-content: center;
  transform: translateY(-50%);
  z-index: 3;
  position: relative;
}

.multimedia-tab-content .filter-media {
  height: 2.2em;
}

.multimedia-tab-content .filter-media>div {
  display: flex;
}

.multimedia-tab-content .filter-media .msg-box ul li {
  margin-top: 5px;
}

.multimedia-tab-search .media-search {
  width: 45%;
  max-width: 600px;
  position: relative;
}

.multimedia-tab-search .media-search>div {
  width: 100%;
}

.multimedia-tab-search .media-search input {
  height: 50px;
  line-height: 50px;
  border-radius: 5px;
}

.multimedia-tab-search .media-search .newroom-search {
  top: 16px;
}

.multimedia-tab-content .filter-media {
  position: relative;
  height: 40px;
  overflow: hidden;
  margin-bottom: 30px;
}

.multimedia-tab-content .filter-media.show {
  height: auto;
}

.multimedia-mobile-btn {
  margin-left: 15px;
}

.multimedia-mobile-btn .iconfont {
  background-color: #fff;
}

.filter-media>div.multimedia-filter-list-title {
  display: none;
}

.multimedia-apply {
  display: none;
}

.multimedia-clear {
  float: right;
  font-size: 0.8em;
  color: #666;
  cursor: pointer;
  margin-top: -20px;
}

@media (max-width: 1200px) {
  .multimedia-tab-search .media-search {
    width: 60%;
  }
}

@media (min-width: 1024px) {
  .js-multimedia-list .filter-media .msg-box ul li a:hover {
    /* color: #c7000b;
    border-color: #c7000b;
    background: #fff;
    border: 1px solid #c7000b; */
    background: #666;
    color: #fff;
    border: 1px solid #666;
  }
}

@media (max-width: 767px) {
  .multimedia-tab-content .container-custom {
    z-index: 0
  }

  .subnav-affix.tab-affix .multimedia-tab-top .scroll-tab-arrow-box.affix {
    background-color: #fff;
    z-index: 99;
  }

  .subnav-affix.tab-affix .multimedia-tab-top .scroll-tab-arrow-box.affix .nav-tabs>li>a {
    color: #666;
  }

  .multimedia-tab-search .media-search {
    width: calc(100% - 60px);
  }

  .multimedia-tab-search .media-search>div {
    max-width: none;
  }

  .multimedia-tab-search .media-search input {
    height: 38px;
    line-height: 38px;
  }

  .multimedia-tab-search .media-search .newroom-search {
    top: 9px;
  }

  .multimedia-tab-content .filter-media {
    display: none;
    margin-bottom: 0;
  }

  .multimedia-tab-content .filter-media>div {
    padding: 0 30px;
    display: none;
  }

  .multimedia-tab-content .js-multimedia-list.open .filter-media>div {
    padding: 0 30px;
    display: block;
  }

  .multimedia-tab-content .filter-media>div .msg-box {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }

  .multimedia-tab-content .filter-media>div:last-of-type .msg-box {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .multimedia-tab-content .filter-media .multimedia-filter-list-title {
    display: none
  }

  .multimedia-tab-content .js-multimedia-list.open .filter-media .multimedia-filter-list-title {
    display: flex;
    justify-content: space-between;
    padding: 30px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 30px;
  }

  .multimedia-filter-list-title h3 {
    margin: 0;
  }

  .multimedia-tab-content.open {
    position: relative;
    z-index: 991;
  }

  .multimedia-tab-content .tab-content .js-multimedia-list.open .filter-media {
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 999;
    background: #fff;
    top: 0;
    left: 0;
    padding-right: 0;
    margin: 0;
    overflow-y: auto;
  }

  .multimedia-clear {
    position: absolute;
    bottom: 30px;
    width: calc(30% - 15px);
    margin-right: 15px;
    float: left;
    border: 1px solid #c7000b;
    border-radius: 0;
    color: #c7000b;
    padding: 0;
    line-height: 35px;
    margin: 0 30px;
    font-size: 1em;
    text-align: center;
    display: none;
  }

  .multimedia-apply {
    position: absolute;
    bottom: 30px;
    right: 30px;
    color: #fff;
    font-size: 1em;
    border: 1px solid #c7000b;
    background-color: #c7000b;
    display: none;
    width: calc(70% - 60px);
    line-height: 35px;
    text-align: center;
    display: none;
  }

  .multimedia-tab-content .js-multimedia-list.open .multimedia-clear,
  .multimedia-tab-content .js-multimedia-list.open .multimedia-apply {
    display: block;
  }
}

.select-time.bootstrap-select {
  width: 100% !important;
  height: 40px;
  margin-top: 15px;
}

.select-time.bootstrap-select:first-child {
  margin-top: 10px;
}

.select-time.bootstrap-select>.dropdown-toggle {
  height: 40px;
  border-color: #bbb;
  border-radius: 0px;
}

.select-time.bootstrap-select>.dropdown-toggle .filter-option-inner-inner {
  margin-top: 3px;
}

.select-time.bootstrap-select .dropdown-toggle:focus,
.select-time.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
  outline: none !important;
}

.select-time .btn-default:active,
.select-time .btn-default.active,
.select-time.open>.dropdown-toggle.btn-default {
  background-color: #fff;
  border-color: #c7000b;
  border-color: #bbb;
  /* color: #333;
  background-color: #e6e6e6;
  border-color: #adadad; */
}

.select-time.open>.dropdown-toggle.btn-default:hover {
  background-color: #fff;
}

.select-time .btn-default:hover,
.select-time .btn-default:focus,
.select-time .btn-default.focus {
  background-color: #fff;
}

.select-time .dropdown-menu>.active>a,
.select-time .dropdown-menu>.active>a:hover,
.select-time .dropdown-menu>.active>a:focus {
  background-color: #fff;
  color: #c7000b;
}

.bootstrap-select.select-time .dropdown-menu li a {
  height: 35px;
  line-height: 35px;
  color: #666;
}

.bootstrap-select.select-time .dropdown-menu li.active a {
  color: #c7000b;
}

.bootstrap-select.select-time .dropdown-menu {
  max-height: 250px;
}

.filter-media .select-month.bootstrap-select {
  display: none;
}

.inside-subtitle {
  font-size: 2em;
  line-height: 1.2em;
  font-weight: 600;
  width: 60%;
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  margin-bottom: 70px !important;
}
@media (max-width: 991px) {
  .inside-subtitle {
    -webkit-line-clamp: 8;
    margin-bottom: 35px !important;
    width: 100%;
  }
}

.bootstrap-select.select-time .dropdown-toggle .caret {
  border: none;
  font-family: "iconfont" !important;
  width: 12px;
  height: 12px;
}

.bootstrap-select.select-time.open .dropdown-toggle .caret {
  transform: rotate(180deg);
}

.bootstrap-select.select-time .dropdown-toggle .caret::before {
  content: "\e7b2";
  font-size: 20px;
  position: absolute;
  top: -10px;
  right: -5px;
  color: #999;
}

.bootstrap-select.select-time.open .dropdown-toggle .caret::before {
  top: -4px;
}
.mc-subscribe a:hover {
  text-decoration: none;
}

@media (min-width: 1900px) {
  .shortHeight {
    height: 300px;
    overflow: hidden;
  }
}

@media (min-width: 992px) {
  .shortHeight.content-img-box .banner-mask+.content-box .subtitle {
    max-width: 75%;
  }
  .mc-subscribe a:hover {
    color: #fff;
    text-decoration: none;
  }
}

/* companyFacts */
.companyFacts-title {
  border-bottom: 2px solid #D9D9D9;
  position: relative;
  padding-left: 0;
  padding-bottom: 15px;
}

.companyFacts-title::before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 4px;
  bottom: -3px;
  left: 0;
  position: absolute;
  background: #c7000b;
}

.companyFacts-title h2 {
  padding-left: 0;
  margin: 0;
}

.Corporate-Fact-Sheet-more {
  display: inline-block;
  width: 100%;
  text-align: center;
  cursor: pointer;
}

.btn-over {
  margin-top: 30px;
}

.Corporate-Fact-Sheet-more .iconfont {
  font-size: 22px;
  font-weight: bold;
  line-height: 0;
  color: #c7000b !important;
  margin-left: 2px;
  display: inline-block;
  vertical-align: middle;
}

.Country-Image-list-text {
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: 0.875em;
  margin-top: 5px;
}

.Country-Image-list {
  display: flex;
  padding: 20px !important;
  background: #fafafa;
  margin-bottom: 30px;
  width: calc(50% - 15px);
  float: left;
  border-bottom: none !important;
}

.Country-Image-list:nth-child(odd) {
  margin-right: 15px;
}

.Country-Image-list:nth-child(even) {
  margin-left: 15px;
}

.Country-Image-list .img-box {
  width: 140px;
  height: 170px;
}

.Country-Image-list .others-list-content {
  width: calc(100% - 170px);
  position: relative;
  margin-left: 30px;
  padding-bottom: 30px;
}

.Country-Image-list .others-list-content .btn-group {
  text-align: left;
  display: block;
  position: absolute;
  bottom: 0;
}

.Country-Image-list .btn-group a.more {
  margin-right: 20px;
  color: #666;
}

.Country-Image-list .btn-group a {
  margin: 0;
  color: #c7000b;
  font-size: 0.875em;
}

.Country-Image-list .btn-group a.more .iconfont {
  font-size: 1.2em;
  color: #c7000b;
}

.Country-Image-list .btn-group a .iconfont {
  position: absolute;
  font-size: 1em;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: 600;
}

.Country-Image-list .btn-group a .iconfont.icon-down {
  margin-left: 5px;
}

.Country-Image-list .btn-group a:hover .iconfont.icon-down {
  margin-left: 10px;
}

.Country-Image-list .btn-group a:hover .iconfont {
  margin-left: 5px;
}

.companyFacts-title p {
  color: #666;
  font-weight: 600;
}

@media (max-width: 767px) {
  .Country-Image-list {
    display: flex;
    padding: 15px !important;
    margin-bottom: 15px;
    /* width: calc(100% - 15px); */
    width: calc(100% - 30px);
    margin-left: 15px;
  }

  .Country-Image-list:nth-child(odd) {
    margin-right: 0;
  }

  .Country-Image-list:nth-child(even) {
    margin-left: 0;
  }

  .Country-Image-list .img-box {
    width: 120px;
    height: auto;
  }

  .Country-Image-list .others-list-content {
    margin-left: 15px;
    width: calc(100% - 135px);
  }
}

/* transform-articles */
.firstLetter::first-letter {
  color: #C7000B;
  font-weight: 700;
  initial-letter: 2;
  -webkit-initial-letter: 2;
  padding-right: 5px;
  padding-top: 5px;
}

.firstLetter-oneLine::first-letter {
  color: #C7000B;
  font-weight: 700;
  padding-right: 5px;
  padding-top: 5px;
  font-size: 2.25em !important;
}

.famous-quotes {
  padding-left: 30px;
  position: relative;
  margin-bottom: 15px;
  text-align: left;
  color: #666;
  font-size: 1em;
  line-height: 1.95em;
}

.famous-quotes::before {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='12' viewBox='0 0 16 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.04 12H0V6.837c0-.93.109-1.798.327-2.604.253-.838.616-1.566 1.088-2.186A5.6 5.6 0 0 1 3.32.558C4.082.186 4.97 0 5.986 0v2.326c-.616 0-1.124.14-1.523.418-.4.248-.726.59-.98 1.023-.254.435-.435.93-.544 1.489a11.582 11.582 0 0 0-.11 1.581h3.212V12zM16 12H9.96V6.837c0-.93.108-1.798.326-2.604.254-.838.617-1.566 1.088-2.186A5.602 5.602 0 0 1 13.28.558C14.04.186 14.929 0 15.946 0v2.326c-.617 0-1.125.14-1.524.418-.4.248-.726.59-.98 1.023-.254.435-.435.93-.544 1.489a11.577 11.577 0 0 0-.109 1.581H16V12z' fill='%23C7000B' fill-opacity='.3'/%3E%3C/svg%3E");
  background-size: 100%;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
  display: inline-block;
  position: absolute;
}

.famous-quotes-icon {
  position: relative;
  margin-left: 10px;
}

.famous-quotes-icon::before {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='12' viewBox='0 0 16 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.96 0H16v5.163a9.96 9.96 0 0 1-.326 2.604c-.255.838-.617 1.566-1.089 2.186a5.601 5.601 0 0 1-1.905 1.489c-.762.372-1.65.558-2.666.558V9.674c.616 0 1.124-.14 1.523-.418.4-.248.726-.59.98-1.023.254-.435.435-.93.544-1.489.073-.527.11-1.054.11-1.581H9.958V0zM0 0h6.04v5.163c0 .93-.108 1.798-.326 2.604-.254.838-.616 1.566-1.088 2.186a5.602 5.602 0 0 1-1.905 1.489c-.762.372-1.65.558-2.667.558V9.674c.617 0 1.125-.14 1.524-.418.4-.248.726-.59.98-1.023.254-.435.435-.93.544-1.489.073-.527.109-1.054.109-1.581H0V0z' fill='%23C7000B' fill-opacity='.3'/%3E%3C/svg%3E");
  background-size: 100%;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
  display: inline-block;
  position: absolute;
}

.famous-quotes-name {
  text-align: right;
  margin-top: 15px;
}

.famous-quotes-name span {
  position: relative;
  padding-left: 5px;
}

.famous-quotes-name span::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 80px;
  height: 1px;
  background-color: #000;
  top: 50%;
  left: -90px;
}

.special-famous-quotes {
  padding: 30px;
  background-color: #f7f7f7;
  text-align: left;
  font-size: 1em;
  line-height: 1.95em;
}

.news-detail-box .news-detail-content p a,
.news-detail-box .news-detail-content div a {
  color: #666;
  text-decoration: underline;
  cursor: pointer;
}

.redLineBox {
  background-color: #f7f7f7;
  padding: 20px;
  border-left: 2px solid #C7000B;
  text-align: left;
}

.image-right {
  float: right;
  margin: 0px 0px 30px 50px;
  width: calc(50% - 50px);
}

.news-detail-box .news-detail-content .image-right img,
.news-detail-box .news-detail-content .image-left img {
  margin-bottom: 10px;
}

.image-right span {
  font-size: 12px;
  margin-top: 10px;
}

.image-left {
  float: left;
  margin: 0px 50px 30px 0;
  width: calc(50% - 50px);
}

.image-left span {
  font-size: 12px;
  margin-top: 10px;
}

.phont-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 20px;
}

.phont-list .phont-list-item {
  width: 50%;
}

.phont-list .phont-list-item img {
  width: 100%;
}

.phont-list-item-text {
  padding: 30px;
  font-size: 2em;
  font-weight: 600;
  color: #333;
  text-align: left;
  word-break: break-all;
}

.big-quotes-icon {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 35px;
}

.big-quotes-icon::before {
  position: absolute;
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='25' viewBox='0 0 32 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.082 25H0V14.244c0-1.938.218-3.747.653-5.426.508-1.744 1.234-3.262 2.177-4.554 1.016-1.292 2.286-2.326 3.81-3.101C8.162.388 9.94 0 11.972 0v4.845c-1.234 0-2.25.29-3.048.872-.798.517-1.451 1.227-1.959 2.132-.508.904-.87 1.938-1.088 3.1a25.122 25.122 0 0 0-.218 3.295h6.422V25zM32 25H19.918V14.244c0-1.938.218-3.747.653-5.426.508-1.744 1.234-3.262 2.177-4.554 1.016-1.292 2.286-2.326 3.81-3.101C28.082.388 29.859 0 31.89 0v4.845c-1.233 0-2.25.29-3.047.872-.799.517-1.452 1.227-1.96 2.132-.508.904-.87 1.938-1.088 3.1a25.126 25.126 0 0 0-.218 3.295H32V25z' fill='%23C7000B' fill-opacity='.3'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  width: 35px;
  height: 35px;
}

.annotation {
  border-bottom: 1px solid #666;
}

.annotation-italic {
  font-style: italic;
  border-bottom: 1px solid #666;
}

.main .share-box li {
  margin: 0 -2px;
}

@media (max-width: 1200px) {
  /* .social-responsibility-box .swiper-slide {
    margin-top: 15px;
  } */

  .social-responsibility-box .swiper-slide:first-child {
    margin-top: 0;
  }

  .social-responsibility-box .swiper-slide:nth-child(3n+1) {
    width: 50%;
  }

  .transform-box-left {
    width: 40%;
  }

  .transform-box-left img {
    height: auto;
    width: 100%;
  }

  .transform-box-right {
    margin-left: 0px;
  }
}

@media (max-width: 767px) {
  .phont-list-item-text {
    padding: 15px;
  }

  .image-left {
    width: 100%
  }

  .image-left img {
    margin-bottom: 10px;
  }

  .transform-box-left {
    width: 100%;
  }

  .famous-quotes-name {
    margin-top: 15px;
  }

  .image-right {
    text-align: left;
    width: 100%;
  }

  .transform-talks-custom::before {
    display: none;
  }

  .content-img-box .content-box .vertical-middle-sm .downbtn {
    display: none !important;
  }
  
  .news-detail-box .news-detail-content .video-js .vjs-big-play-button{
    width: 60px;
    height: 60px;
    margin-left: -30px;
    margin-top: -30px;
  }

  .news-detail-box .news-detail-content .video-js .vjs-big-play-button:before{
    top: -8px;
  }
  
  .pvp-tab-box #brochures.open .filter-media.show >div:nth-child(2){
    display: block;
  }
}

.h1style .content-box .mask {
  z-index: -1;
}

/* .video-list-item .c-box:hover .text-box h4 {
  -webkit-text-decoration: underline;
  text-decoration: underline;
} */

.news-detail-box .news-detail-content>p>img {
  margin: 0 auto;
  display: block;
  margin-bottom: 20px;
}

@media (max-width: 1200px) and (min-width: 767px) {
  .transform-box-article {
    position: relative;
    z-index: 2;
  }

  .transform-box-article::before {
    content: '';
    background-color: #f8f8f8;
    width: calc(100% + 400px);
    height: calc(100% + 40px);
    position: absolute;
    left: -200px;
    top: -10px;
    z-index: -1;
  }
}

.transform-box-right>div>div>img {
  max-width: 197px;
}
.transform-box-right>div>img {
  max-width: 197px;
}

.bottom-box+.contact-us-box .container-custom .title-box .btn-rect {
  color: #111;
  border-radius: 30px;
  margin-top: 0;
  height: 2.5em !important;
  line-height: 2.5em !important;
  padding-left: 35px;
  padding-right: 35px;
  font-size: 1em;
  min-width: 140px;
  padding: 0 30px;
}

.bottom-box+.contact-us-box .container-custom .title-box .btn-rect:hover {
  text-decoration: none;
  color: #fff;
}

.bottom-box+.contact-us-box .container-custom .title-box h2:after {
  display: none;
}

.bottom-box+.contact-us-box.content-box {
  background-color: #fff;
}
.bottom-box+.contact-us-box.content-box .container-custom {
  border-top: 1px solid #e6e6e6;
  padding-top: 50px;
}
@media (min-width: 1200px) and (max-width: 1300px) {
  h3{
    font-size: 1.3!important;
  }
}
@media (max-width: 996px) {
  .company-facts-item-left{
    width: calc(60% - 30px)!important;
  }
}
@media (max-width: 1600px) and (min-width:1200px) {
  .transform-box-left{
    width: 530px;
    margin-right: 60px;
  }
  .transform-box-right{
    width: auto;
    float: none;
    margin-left: 0;
  }
  .transform-box-article{
    width: auto;
    float: none;
    padding-left: 0;
  }
}
.iconfont-filter{
  display: inline-block;
  height: 16px;
}
.iconfont-filter::before {
  content: '';
  width: 18px;
  display: inline-block;
  height: 18px;
  /* margin-top: 10px; */
  margin-right: 5px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='16' viewBox='0 0 18 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5.75l6 7.007v5.261l3 1.482V7.757l6-7.007h-15z' stroke='%23333' stroke-opacity='.5' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.newsroom-filter-btn:hover {
  border-color: #c7000b;
}

.newsroom-filter-btn:hover h4 {
  color: #c7000b;
}

.newsroom-filter-btn:hover .iconfont-filter::before {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='16' viewBox='0 0 18 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5.75l6 7.007v5.261l3 1.482V7.757l6-7.007h-15z' stroke='%23c7000b' stroke-opacity='.5' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E");
}
@media (max-width: 1400px) and (min-width: 768px) {
  .inside-subtitle{
    font-size: 1.4em;
    margin-bottom: 30px !important;
  }
}
@media (max-width: 992px) and (min-width: 768px) {
  .inside-subtitle {
    -webkit-line-clamp: 4;
    margin-bottom: 20px !important;
    width: 100%;
  }
}
@media (max-width: 1070px) and (min-width: 768px) {
  .recommended-item{
    width: calc(50% - 8.5px);
    margin-left: 15px;
  }
  .recommended-item-img{
    margin-right: 10px;
    width: 90px;
    height: 90px;
  }
}
