
.swiper-wrapper {
  height: auto;
}

.page-tit-h1 h1 {
  margin-top: 0.67em;
}

.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: 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(../component/img/mediacenter/tr-16.png) no-repeat center center;
  transform: rotate(180deg) translateX(-50%);
  display: block;
  position: relative;
  left: 50%;
  transform-origin: left;
  margin-bottom: 10px;
}

.tr-top-box .content .right .up .yinyan::after {
  content: "";
  width: 34px;
  height: 30px;
  background: url(../component/img/mediacenter/tr-16.png) no-repeat center center;
  display: block;
  position: relative;
  left: 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: 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 {
    transform: rotate(180deg);
    top: -15px;
    left: -5px;
  }

  .tr-top-box .content .right .up .yinyan::after {
    left: auto;
    right: -15px;
    bottom: -15px;
    transform: translateX(0);
  }
}

@media (min-width:768px) and (max-width:991px) {

  .tr-top-box .content .right {
    max-width: 100%;
    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%;
    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%;
  -webkit-text-decoration: none;
  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: flex;
  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%;
  transform: translateX(-50%);
  transition: all .5s;
  height: 100%;
  max-width: none;
}

.articles-list ul li .content:hover .imgbox img {
  transform: translateX(-50%) scale(1.05);
}

.articles-list ul li .imgbox .mask {
  visibility: visible;
  opacity: 1;
  height: 70%;
  width: 100%;
  content: "";
  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 {
  /*background: url(../img/mediacenter/tr-19.png) no-repeat center bottom;*/
  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: flex;
  align-items: center;
  margin-bottom: 20px;
}

.your-views .touxiang .imgbox {
  width: 90px;
  height: 90px;
  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(../component/img/mediacenter/tr-16.png) no-repeat center center;
  transform: rotate(180deg) translateX(-50%);
  display: block;
  position: relative;
  left: 50%;
  transform-origin: left;
  margin-bottom: 10px;
}

.h1style .yinyan::after {
  content: "";
  width: 34px;
  height: 30px;
  background: url(../component/img/mediacenter/tr-16.png) no-repeat center center;
  display: block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 10px;
}

.tr-detail {
  display: flex;
  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: flex;
  align-items: end;
  width: 100%;
  justify-content: space-between;
}

.tr-detail .left h3 {
  margin: 0;
  display: inline-block;
}

.downbtn {
  float: right;
  margin-top: 5px;
  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: flex;
  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;
  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 {
  -webkit-text-decoration: underline;
  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 a {
  font-size: 1.3em;
}

.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;
  }

  .pvp-tab-box ul.nav li:first-child a {
    margin-left: 0;
  }
}

.filter-media {
  margin: 20px 0;
  position: relative;
}

.filter-media h4 {
  display: inline-block;
  margin: 0;
  margin-right: 15px;
  flex: 0 0 auto;
  padding-top: 5px;
  min-width: 100px;
}

html[lang="zh"] .filter-media h4,
html[lang="cn"] .filter-media h4 {
  min-width: 50px;
}

.filter-media>div {
  display: flex;
}

.filter-media .pulldown {
  position: absolute;
  top: 8px;
  right: 0;
}

.filter-media .pulldown span {
  font-size: 20px;
  font-weight: bold;
  color: #666;
  display: inline-block;
}

.filter-media.show .pulldown span {
  transform: rotate(-180deg);
}

@media(max-width:991px) {
  .filter-media h4 {
    min-width: 65px;
  }

  html[lang="zh"] .filter-media h4,
  html[lang="cn"] .filter-media h4 {
    min-width: 40px;
    padding-top: 9px;
  }
}

@media (max-width:767px) {
  .pvp-tab-box ul.nav li {
    float: none;
  }

  .filter-media {
    height: 40px;
    overflow: hidden;
    transition: all .5s;
    padding-right: 20px;
  }

  .filter-media.show {
    height: auto;
  }

  .filter-media h4 {
    min-width: 70px;
    margin-right: 10px;
  }

  html[lang="zh"] .filter-media h4,
  html[lang="cn"] .filter-media h4 {
    min-width: 45px;
    padding-top: 8px;
  }
}

.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;
  box-sizing: border-box;
  margin: 9px;
}

.gallery .photo .imgbox {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

@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%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.gallery .photo .imgbox img {
  display: block;
  transition: all .5s;
}

.gallery .photo .imgbox:hover img {
  transform: scale(1.05);
}

.gallery .photo .imgbox .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;
  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;
  transform: translateY(100%);
  transition: all .5s;
  opacity: 0;
  display: none;
}

.gallery .photo:hover>.imgbox .info h4 {
  margin-bottom: 5px;
}

.gallery .photo:hover>.imgbox .info p {
  opacity: 1;
  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;
}

/*.pvp-tab-box .gallery .photo .imgbox .info p{
  position: absolute;
  left: 0;
  bottom: -100%;
  color: #fff;
  font-size: 16px;
  padding: 0 20px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}*/
.gallery .photo.show-div {
  animation: showdiv 0.8s 1;
  -webkit-animation: showdiv 0.8s 1;
  /* Safari å’Œ Chrome */
}

.pvp-tab-box .getmore {
  text-align: center;
  font-size: 16px;
  margin-top: 20px;
}

.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 {
    /* position: absolute;*/
    left: 0;
    bottom: 12px;
    color: #fff;
    font-size: 14px;
    /*padding: 0 12px;*/
    transition: all 0.5s;
    z-index: 3;
  }

  .pvp-tab-box .getmore {
    font-size: 15px;
    margin-top: 30px;
  }

  .pvp-tab-box .no-data {
    margin-top: 60px;
  }

  .pvp-tab-box .tab-line {
    padding: 0 15px;
  }

}

@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;
  }
}

.media-search {
  position: absolute;
  top: 5px;
  right: 15px;
  width: 267px;
}

.media-search input {
  width: 100%;
  border: 1px solid #DDDDDD;
  height: 39px;
  padding-left: 10px;
  font-size: 0.875em;
  padding-right: 70px;
}

.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;
}

.media-search>div {
  position: relative;
}

@media (max-width:991px) {
  .media-search {
    right: 0;
  }
}

@media (max-width:767px) {
  .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;
  }

  .pvp-tab-box .tab-line {
    margin-bottom: 65px;
  }

  .media-search {
    top: auto;
    bottom: -55px;
    display: flex;
    width: 100%;
  }

  .media-search>div {
    flex: 1 0 auto;
    max-width: 300px;
  }
}

.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: 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;
  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 {
    transition: all .5s;
    -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 {
    transform: scale(1.05);
  }
}

@media (min-width:1200px) {
  .pvp-tab-box .panel-img-list .col-md-8 {
    width: 64%;
    display: flex;
    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: flex;
    flex-grow: 1;
  }

  .pvp-tab-box .panel-img-list .col-md-4 {
    width: 36%;
    display: flex;
    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 {
    transition: all .5s;
    -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 {
    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: 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: flex;
  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 {
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}

.pvp-tab-box .podcast-list .leftimg {
  width: 40%;
  max-width: 121px;
  margin-right: 15px;
  flex: 0 0 auto;
}

.pvp-tab-box .podcast-list .leftimg img {
  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 {
  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;
}

/*.photos-tags .msg-box ul li a{
  font-size: 0.875em;
}*/
.similar-photos {
  background: #f5f5f5;
  padding: 20px 0 20px 0;
}

.similar-photos h2 {
  padding: 0;
}

.similar-photos+a.btn-rect {
  position: relative;
  left: 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%;
  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: flex;
  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: 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>.row {
  display: flex;
}

.facts-l-r-box [clas*="col-"] {
  text-align: left;
}

.facts-l-r-box .left {
  padding-right: 15%;
  text-align: left;
  height: 100%;
}

.facts-l-r-box .right {
  padding-left: 15%;
  border-left: 1px solid #ddd;
  text-align: left;
  height: 100%;
}

.facts-l-r-box .title-box {
  margin-bottom: 50px;
}

.facts-l-r-box .title-box h2 {
  margin-left: 0;
  text-align: left;
}

.facts-l-r-box .title-box h2::after {
  margin-left: 0;
  transform: translateX(0%);
  left: 0;
}

.facts-l-r-box li {
  padding-top: 40px;
}

.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 li li {
  padding-top: 0;
  margin: 5px 0;
  list-style-type: disc;
  margin-left: 20px;
}

.facts-l-r-box .title {
  color: #666;
  margin-bottom: 5px;
}

.facts-l-r-box .vules {
  font-weight: bold;
}

.facts-l-r-box .dwon-btn {
  display: inline-block;
  margin-top: 50px;
  color: #c7000b;
  font-size: 1.2em;
}

.facts-l-r-box .dwon-btn span {
  margin-right: 10px;
  font-size: 1.2em;
  display: inline-block;
  vertical-align: bottom;
}

.facts-l-r-box .dwon-btn:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.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;
  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 [class*="col-"]:nth-child(2n+1) .content {
  padding-right: 15%;
}

.document-library .listbox [class*="col-"]:nth-child(2n) .content {
  padding-left: 15%;
}

.document-library .listbox .content {
  display: flex;
  align-items: center;
  text-align: left;
}

.document-library .listbox .content img {
  flex-grow: 0;
}

.document-library .listbox .content .text {
  margin-left: 15px;
  flex-grow: 1;
  padding-right: 15px;
}

.document-library .moreinfo+a.btn-loadmore {
  margin-top: 30px;
}

.document-library .listbox .content .down {
  flex: 0 0 auto;
}

.document-library .listbox .content .down a {
  font-size: 1em;
  color: #c7000b;
}

.document-library .listbox .content .down a:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.document-library .listbox .content .down span {
  font-size: 1.1em;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 10px;
}

.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:1200px) {
  .document-library .listbox [class*="col-"]:nth-child(2n+1) .content {
    padding-right: 8%;
  }

  .document-library .listbox [class*="col-"]:nth-child(2n) .content {
    padding-left: 8%;
  }
}

@media (max-width:1024px) {
  .document-library .listbox [class*="col-"]:nth-child(2n+1) .content {
    padding-right: 0%;
  }

  .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;
  }
}

.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: flex;
  align-items: flex-start;
}

.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 {
  background: #f5f5f5;
  border-radius: 4px;
  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;
  border-radius: 4px;

}

@media(min-width:992px) and (max-width:1024px) {
  .tab-nav-box .nav-tabs ul>li {
    margin-left: 5px;
    margin-right: 5px;
  }
}

@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;
  }
}

@media(max-width:767px) {
  .tab-nav-box .nav-tabs ul {
    flex: 1 0 auto;
  }

  .tab-nav-box .nav-tabs ul>li {
    margin-left: 0px;
    margin-right: 0px;
  }
}

.value-tab .text {
  background: #fff;
  /* box-shadow: 0 2px 5px rgba(0,0,0,.1);*/
  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;
}

.value-tab .row {
  display: flex;
  flex-wrap: wrap;
}

.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;
  margin-top: 6px;
  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%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 90%;
}

.spreads-kv .text-box h2 {
  color: #fff;
}

.spreads-kv .text-box .subtitle {
  color: #fff;
  max-height: 63px;
}

@media(max-width:1100px) {
  .spreads-kv .text-box .subtitle {
    max-height: 32px;
  }
}

@media(max-width:767px) {
  .spreads-kv .text-box h2 {
    max-width: 96%;
  }

  .spreads-kv .text-box .subtitle {
    max-height: 82px;
  }
}



@media(max-width:991px) {
  .pvp-tab-box .tab-line .nav-arrow.fixed {
    top: 5px;
    position: absolute;
  }
}

@media (min-width:768px) {
  .scrollDown.tab-affix.subnav-affix .main-subnav.affix {
    transform: translateY(0);
  }
}

.main-subnav ul .nav-dropdown {
  overflow: visible;
}

.main-subnav ul li ul.nav-dropdown li .dropdown.open .dropdown-menu {
  line-height: 24px;
}

@media (min-width: 1025px) {
  .main-subnav.fixed {
    top: 78px;
  }

  .main-subnav #main-subnav-list {
    float: left;
    background-color: transparent;
  }

  .main-subnav .nav-box {
    display: inline-block;
    width: auto;
    height: inherit;
  }

  .main-subnav .name {
    line-height: 22px;
    padding-right: 30px;
    float: left;
    border-right: 1px solid #e5e5e5;
    width: auto;
    margin-top: 14px;
    font-size: 0.8125em;
  }

  .main-subnav .name[href="javascript:;"] {
    cursor: default;
  }

  .main-subnav .name .iconfont {
    display: none;
  }

  .main-subnav ul {
    float: left;
    background-color: transparent;
    width: auto;
  }

  .main-subnav ul li {
    float: left;
    margin: 0 15px;
    border: none;
    padding: 0;
    overflow: visible;
  }

  .main-subnav ul li.active a,
  .main-subnav ul li.hover>a,
  .main-subnav ul li ul.nav-dropdown li>a:hover {
    border-bottom: 2px solid #c7000b;
  }

  .main-subnav ul li.active ul.nav-dropdown a {
    border: 0;
  }

  .main-subnav ul li.active ul.nav-dropdown li.active a {
    border-bottom: 2px solid #c7000b;
  }

  .main-subnav ul li.active a:before {
    content: '';
  }

  .main-subnav ul li a {
    font-size: 0.8125em;
    line-height: 50px;
    height: 50px;
  }

  .main-subnav ul li a span {
    margin-left: 10px;
    color: #c7000b;
    visibility: hidden;
    opacity: 0;
  }

  .main-subnav ul li a:hover span {
    visibility: visible;
    opacity: 1;
  }
}

@media (max-width: 1024px) {
  .main-subnav .nav-select .nav-dropdown .showMore {
      padding: 0 !important;
  }
}
@media (max-width: 767px) {
  .main-subnav ul li.nav-select >a.active:before {
      content: '\e743';
      font-family: 'iconfont' !important;
      font-size: 16px;
      color: #c7000b;
      float: left;
  }
}
