@charset "UTF-8";
@font-face {
  font-family: "SourceHanSerif";
  src: url("../fonts/SourceHanSerifCN-Regular-1.otf") format("opentype");
}
* {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: #666666;
}

li {
  list-style-type: none;
}

.w1350 {
  max-width: 1350px;
  width: 100%;
  margin: 0 auto;
}

.special-header {
  width: 100%;
  height: 949px !important;
  box-sizing: border-box;
  padding: 28px 0 0;
  position: relative;
  background: url("../images/banner.png") no-repeat center !important;
  z-index: 1;
  display: inline-block !important;
}
.special-header .logo {
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-top: 0px !important;
}
.special-header .logo img {
  max-width: 100%;
}
.special-header:after {
  content: "";
  width: 100%;
  height: 301px;
  display: inline-block;
  position: absolute;
  background: url("../images/floatingRed.png") no-repeat center center;
  background-size: cover;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.banner-card {
  text-align: center;
  position: relative;
  top: -130px;
}
.header-right {
    display: flex;
    align-items: center;
    border-radius: 30px;
    background: linear-gradient(0deg, #ffb05b 0%, #f59000 97%);
    box-sizing: border-box;
    border: 1px solid #db6c00;
    height: 34px;
    padding: 0px 10px;
	position: absolute;
	top:20px;
	right: 0;
}
.header-right li{
	padding: 0 5px;
}
.header-right *{
	color: #FFFFFF;
}

.special-header-title {
  max-width: 100%;
}

.special-menu {
  width: 100%;
  height: 86px;
  background: linear-gradient(270deg, rgba(255, 47, 46, 0) 0%, #CE0F0E 22%, #CE0F0E 77%, rgba(255, 47, 46, 0) 100%);
  position: absolute;
  left: 0;
  bottom: 0;
}
.special-menu .menu-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.special-menu .menu-list a {
  font-size: 36px;
  font-weight: bold;
  color: #FFFFFF;
}

.headlines-card {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 36px 0 55px;
  background: url("../images/headlines-bg.png") no-repeat center top;
  background-size: cover;
}

.headlines-title {
  display: block;
  text-align: center;
  font-size: 48px;
  color: #C71817;
  font-family: SourceHanSerif, serif;
  font-weight: 900;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.headlines-col {
  position: relative;
  width: 100%;
  display: inline-block;
  max-height: 672px;
  height: 100%;
  margin-top: 27px;
  overflow: hidden;
}
.headlines-col img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease-in-out 0s;
}
.headlines-col p {
  position: absolute;
  height: 67px;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  padding: 0 24px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  width: 100%;
  line-height: 67px;
  font-size: 24px;
  font-weight: 900;
  color: #FFFFFF;
  font-family: SourceHanSerif, serif;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.headlines-col:hover img {
  transform: scale(1.1);
}

.report-card {
  background: url("../images/report-bg.png") no-repeat center top;
  background-size: cover;
  box-sizing: border-box;
  padding: 28px 0 90px;
}

.plate-title {
  text-align: center;
}

.plate-title-col {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.plate-img {
  max-width: 496px;
  width: 100%;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  padding: 6px 0 0;
}
.plate-img:before {
  content: "";
  width: 100%;
  height: 2px;
  display: inline-block;
  position: absolute;
  top: 1px;
}
.plate-img:after {
  content: "";
  width: 95%;
  height: 8px;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: linear-gradient(180deg, rgba(237, 13, 11, 0) 0%, rgba(237, 13, 11, 0.05) 100%);
}
.plate-img img {
  position: relative;
}

.plate-title-left {
  text-align: right;
}
.plate-title-left:before {
  right: -4px;
  background: linear-gradient(270deg, #ED0D0B 0%, rgba(237, 13, 11, 0) 100%);
}
.plate-title-left:after {
  left: 0;
}
.plate-title-left img {
  right: -16px;
}

.plate-title-right {
  text-align: left;
}
.plate-title-right:before {
  left: -4px;
  background: linear-gradient(to right, #ED0D0B 0%, rgba(237, 13, 11, 0) 100%);
}
.plate-title-right:after {
  right: 0;
}
.plate-title-right img {
  left: -16px;
}

.plate-title-center {
  font-size: 52px;
  color: #C71817;
  font-family: SourceHanSerif, serif;
  display: flex;
  position: relative;
  height: 69px;
  line-height: 69px;
  font-weight: bold;
  box-sizing: border-box;
}
.plate-title-center h3 {
  margin-top: -10px;
  white-space: nowrap;
}
.plate-title-center h3:after {
  content: "";
  width: 4.2em;
  height: 1px;
  display: inline-block;
  position: absolute;
  background: #EE1E1C;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.plate-title-center span {
  color: #333333;
  display: inline-block;
  line-height: 69px;
}
.plate-title-center img {
  width: 56px;
  height: 69px;
}

.report-col {
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  border-radius: 6px;
  max-width: 1313px;
  width: 100%;
  margin: 43px auto 0;
  background: linear-gradient(131deg, #FFF5F5 95%, #FFE5E5 98%, #FFE5E5 100%);
  border: 1px solid #ED0D0B;
  min-height: 576px;
  transform-style: preserve-3d;
}
.report-col:before, .report-col:after {
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  border-radius: 6px;
  box-sizing: border-box;
  border: 1px solid #ED0D0B;
  background: #FFFFFF;
}
.report-col:before {
  top: 10px;
  left: 10px;
  transform: translateZ(-1px);
  opacity: 0.5;
  z-index: 0;
}
.report-col:after {
  top: 20px;
  left: 20px;
  transform: translateZ(-2px);
  opacity: 0.3;
  z-index: -1;
}
.report-col .translate-img {
  position: absolute;
  right: -13px;
  bottom: -13px;
  z-index: 1;
}

.report-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 58px;
  height: 51px;
  position: relative;
  left: -15px;
  background: #C71817;
  width: calc(100% + 15px - 65px);
}
.report-tabs:before {
  content: "";
  width: 15px;
  height: 22px;
  display: inline-block;
  position: absolute;
  background: url("../images/12.png") no-repeat center center;
  top: -22px;
  left: 0;
}
.report-tabs:after {
  content: "";
  width: 0;
  height: 0;
  display: inline-block;
  position: absolute;
  border-left: 25px solid #C71817;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  right: -25px;
}
.report-tabs li {
  width: 111px;
  height: 111px;
  border-radius: 50%;
  background: #FFE3D4;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
  color: #ED0D0B;
  font-family: SourceHanSerif, serif;
  font-weight: 900;
  font-size: 20px;
  position: relative;
  transition: all 0.3s ease-in-out 0s;
  z-index: 1;
}
.report-tabs li:nth-child(even) {
  margin: 0 115px;
}
.report-tabs li:after {
  content: "";
  width: calc(100% - 14px);
  height: calc(100% - 14px);
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  background: #CE0F0E;
  box-shadow: 0 3px 10px 0 #D92322;
  transition: all 0.3s ease-in-out 0s;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  z-index: -1;
}
.report-tabs li:hover, .report-tabs li.active {
  color: #FFFFFF;
}
.report-tabs li:hover:after, .report-tabs li.active:after {
  transform: translate(-50%, -50%) scale(1);
}

/*两会报道swiper 切换 新*/
#thumbs {
  margin-top: 24px;
  height: 111px;
  box-sizing: border-box;
  padding: 0 188px;
}
#thumbs:after {
  content: "";
  width: calc(100% - 65px);
  height: 51px;
  display: inline-block;
  position: absolute;
  background: #C71817;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
#thumbs:before {
  content: "";
  width: 0;
  height: 0;
  display: inline-block;
  position: absolute;
  border-left: 25px solid #C71817;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
}
#thumbs .swiper-slide {
  border-radius: 50%;
  background: #FFE3D4;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 20px;
  color: #ED0D0B;
  font-family: SourceHanSerif, serif;
  font-weight: 900;
  cursor: pointer;
  z-index: 1;
}
#thumbs .swiper-slide:after {
  content: "";
  width: calc(100% - 14px);
  height: calc(100% - 14px);
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  background: rgba(206, 15, 14, 0);
  transition: all 0.3s ease-in-out 0s;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
#thumbs .swiper-slide.slide-thumb-active, #thumbs .swiper-slide:hover {
  color: #FFFFFF;
}
#thumbs .swiper-slide.slide-thumb-active:after, #thumbs .swiper-slide:hover:after {
  background: rgb(206, 15, 14);
  box-shadow: 0 3px 10px 0 #D92322;
}

.report-layout {
  margin-top: 21px;
  display: none;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 39px 0 36px;
}
.report-layout.active {
  display: flex;
}

.report-left {
  max-width: 541px;
  width: 100%;
  max-height: 373px;
  height: 100%;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
  position: relative;
}
.report-left img {
  width: 100%;
  height: 373px;
  object-fit: cover;
  transition: all 0.5s ease-in-out 0s;
  display: block;
}
.report-left p {
  line-height: 40px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  box-sizing: border-box;
  padding: 0 8px;
  font-size: 16px;
  color: #FFFFFF;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.report-left:hover img {
  transform: scale(1.1);
}

.report-right {
  max-width: 672px;
  width: 100%;
  background: linear-gradient(180deg, #FFDDDD 0%, rgba(255, 238, 238, 0) 100%);
  border-radius: 6px;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  margin-top: 10px;
}
.report-right:before, .report-right:after {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  top: -4px;
  background: linear-gradient(131deg, #FFF5F5 95%, #FFE5E5 98%, #FFE5E5 100%);
}
.report-right:before {
  left: -4px;
}
.report-right:after {
  right: -4px;
}
.report-right > img {
  position: absolute;
  right: 12px;
  top: -35px;
  z-index: -1;
  max-width: 100%;
  width: 97px;
}
.report-right .more {
  margin-top: 0;
}

.more {
  color: #C71817;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  margin: 30px auto 0;
  position: relative;
  z-index: 999;
}
.more img {
  margin-left: 6px;
}

.report-list {
  box-sizing: border-box;
  padding: 0 36px;
}
.report-list a {
  display: inline-block;
  width: 100%;
}
.report-list li {
  margin-top: 30px;
}
.report-list li:hover h4 {
  text-indent: 1em;
}
.report-list h4 {
  color: #C71817;
  font-size: 24px;
  font-weight: bold;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  transition: all 0.3s ease-in-out 0s;
  width: 100%;
}
.report-list p {
  width: 100%;
  margin-top: 8px;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 16px;
  line-height: 30px;
  color: #333333;
  max-height: 60px;
  text-indent: 2em;
}

.report-right-list {
  box-sizing: border-box;
  padding: 25px 41px 5px 37px;
  position: relative;
  z-index: 1;
  min-height: 324px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.report-right-list:before {
  content: "";
  width: 1px;
  height: calc(100% - 90px);
  display: inline-block;
  position: absolute;
  top: 54px;
  left: 37px;
  background: rgba(199, 24, 23, 0.15);
}
.report-right-list li {
  box-sizing: border-box;
  padding-left: 38px;
  height: 20%;
  position: relative;
}
.report-right-list li:before {
  width: 19px;
  height: 19px;
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -9px;
  box-sizing: border-box;
  background: #FFFFFF;
  border-radius: 50%;
  border: 5.7px solid #F7D0D0;
  transition: all 0.3s ease-in-out 0s;
}
.report-right-list li:after {
  content: "";
  width: 1px;
  height: 0;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: linear-gradient(0deg, rgba(199, 24, 23, 0) 0%, rgba(199, 24, 23, 0.2) 13%, #C71817 36%, #C71817 72%, rgba(199, 24, 23, 0.15) 87%, rgba(199, 24, 23, 0) 100%);
  transition: all 0.3s ease-in-out 0s;
}
.report-right-list li:hover:before {
  background: #C71817;
}
.report-right-list li:hover:after {
  height: 100%;
}
.report-right-list a {
  line-height: 64px;
  font-size: 16px;
  color: #C71817;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.report-right-list p {
  font-weight: bold;
  width: calc(100% - 100px);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.work-card {
  width: 100%;
  min-height: 927px;
  background: url("../images/7192019.png") no-repeat center top;
  background-size: cover;
  box-sizing: border-box;
  padding: 39px 0 82px;
  position: relative;
  z-index: 1;
}
.work-card:after {
  content: "";
  width: 100%;
  height: 230px;
  display: inline-block;
  position: absolute;
  background: url("../images/2.png") no-repeat center center;
  background-size: cover;
  z-index: -1;
  left: 0;
  bottom: 0;
}
.work-card:before {
  content: "";
  width: 510px;
  height: 717px;
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 64px;
  background: url("../images/12298497.png") no-repeat center center;
  z-index: -1;
}
.work-card .plate-title-center h3:after {
  width: 6.2em;
}

.work-cont {
  max-width: 1082px;
  height: auto;
}

.work-layout {
  width: 100%;
  min-height: 610px;
  background: #C71817;
  border-radius: 8px;
  margin-top: 56px;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  height: calc(100% - 8px);
  box-sizing: border-box;
  padding-bottom: 14px;
}

.work-col {
  width: calc(50% - 26px);
  border-radius: 8px;
  margin-top: -6px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #FFFFFF;
}
.work-col:after {
  content: "";
  position: absolute;
  top: 0;
  width: calc(100% - 9px);
  height: 100%;
  z-index: -1;
}

.work-left {
  box-sizing: border-box;
  padding: 48px 45px 66px 30px;
}
.work-left:after {
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6169) 92%, #DBDBDB 100%);
  right: 0;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3);
  border-radius: 8px 0 0 8px;
}
.work-left img {
  width: 100%;
  max-height: 275px;
  border-radius: 5px;
}
.work-left .work-left-text {
  box-sizing: border-box;
  padding: 34px 0 0 21px;
}
.work-left .work-left-text h4 {
  font-size: 30px;
  color: #333333;
  font-weight: bold;
  font-family: SourceHanSerif, serif;
  margin-bottom: 9px;
}
.work-left .work-left-text p {
  font-size: 18px;
  line-height: 28px;
  color: #A5754D;
  margin-bottom: 16px;
}
.work-left .work-left-text p:last-child {
  margin-bottom: 0;
}

.work-right {
  text-align: center;
  box-sizing: border-box;
  padding: 45px 34px 32px 41px;
}
.work-right:after {
  background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6169) 92%, #DBDBDB 100%);
  left: 0;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3);
  border-radius: 0 8px 8px 0;
}
.work-right .work-right-text {
  max-height: 466px;
  font-size: 16px;
  line-height: 36px;
  color: #333333;
}

.voice-card {
  width: 100%;
  height: 100%;
  background: url("../images/7192024.png") no-repeat center top;
  background-size: cover;
  box-sizing: border-box;
  padding: 35px 0;
  position: relative;
  text-align: center;
}
.voice-card:after {
  content: "";
  width: 100%;
  height: 139px;
  display: inline-block;
  position: absolute;
  background: url("../images/86.png") no-repeat center center;
  left: 0;
  bottom: 0;
}

.voice-rule-list {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  padding: 74px 0 0;
  background: url("../images/118036.png") no-repeat center top;
  justify-content: space-between;
  margin: 25px 0 36px;
  min-height: 422px;
}
.voice-rule-list li {
  max-width: 312px;
  width: 100%;
  height: 348px;
}
.voice-rule-list a {
  display: inline-block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.voice-rule-list a:after {
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  background: linear-gradient(to top, #C71817 0%, rgba(199, 24, 23, 0) 46%);
  left: 0;
  top: 0;
}
.voice-rule-list a:hover img {
  transform: scale(1.1);
}
.voice-rule-list p {
  text-align: center;
  width: 100%;
  font-size: 20px;
  line-height: 34px;
  font-weight: bold;
  box-sizing: border-box;
  padding: 0 24px;
  color: #fff;
  position: absolute;
  bottom: 8px;
  left: 0;
  z-index: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.voice-rule-list img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease-in-out 0s;
}

.voice-list {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  padding-bottom: 30px;
}
.voice-list li {
  max-width: 430px;
  width: 100%;
  height: 524px;
  box-sizing: border-box;
  position: relative;
  text-align: left;
}
.voice-list li:after {
  content: "";
  width: 100%;
  height: 15px;
  display: inline-block;
  position: absolute;
  background: url("../images/70.png") no-repeat center center;
  background-size: cover;
  left: 0;
  bottom: -6px;
}
.voice-list li:hover img {
  transform: scale(1.1);
}
.voice-list a {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.voice-list a:after {
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 44%, #C71817 100%);
  left: 0;
  top: 0;
}
.voice-list .voice-text {
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  bottom: 15px;
  z-index: 1;
  box-sizing: border-box;
  padding: 0 15px;
  color: #FFFFFF;
  font-size: 20px;
  line-height: 34px;
  font-weight: bold;
}
.voice-list p {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.voice-list img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease-in-out 0s;
}

.video-card {
  box-sizing: border-box;
  padding: 43px 0 27px;
  background: url("../images/6156830.png") no-repeat center top;
  background-size: cover;
  text-align: center;
}

.video-cont {
  height: 629px;
  margin-top: 42px;
  background: url("../images/117913.png") no-repeat center bottom;
  background-size: contain;
  position: relative;
}

.video-btn-col {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 70px;
}

.video-button {
  cursor: pointer;
  width: 73px;
  height: 48px;
}

.video-button-prev:active img {
  content: url("../images/btn-left-bottom.png");
}

.video-button-next:active img {
  content: url("../images/btn-right-bottom.png");
}

.video-swiper {
  height: 513px;
}
.video-swiper a {
  display: inline-block;
  border-radius: 10px;
  background: #C71817;
  box-sizing: border-box;
  padding: 5px;
}
.video-swiper a:hover:after {
  content: "";
  width: 112px;
  height: 118px;
  display: inline-block;
  position: absolute;
  background: url("../images/play-img.png") no-repeat center center;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.video-swiper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.video-swiper p {
  position: absolute;
  width: 100%;
  height: 65px;
  background: linear-gradient(180deg, rgba(170, 0, 0, 0) 3%, rgba(170, 0, 0, 0.78) 61%);
  border-radius: 0 0 10px 10px;
  bottom: 0;
  line-height: 65px;
  box-sizing: border-box;
  padding: 0 30px;
  text-align: left;
  font-size: 24px;
  font-weight: bold;
  color: #FFFFFF;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  left: 0;
}
.video-swiper .swiper-slide {
  max-width: 958px;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1366px) {
  .w1350 {
    max-width: 1176px;
  }
  .report-left, .report-right {
    max-width: 49%;
  }
  .voice-rule-list {
    background-image: none;
    padding-top: 0;
    min-height: auto;
  }
  .voice-rule-list li {
    max-width: calc(25% - 20px);
    height: 450px;
  }
  .voice-list li {
    max-width: calc(33.3333333333% - 20px);
  }
  .video-swiper .swiper-slide {
    max-width: 880px;
  }
}
@media screen and (max-width: 1280px) {
  .w1350 {
    max-width: 1024px;
  }
  .video-btn-col {
    margin-top: 15px;
  }
  .video-swiper .swiper-slide {
    max-width: 840px;
  }
  #thumbs {
    padding: 0 80px;
  }
}
@media screen and (max-width: 1152px) {
  .w1350 {
    max-width: 800px;
  }
  .special-header {
    height: 720px;
  }
  .plate-img {
    display: none;
  }
  .plate-title-col {
    justify-content: center;
  }
  .report-layout {
    flex-direction: column;
  }
  .report-left {
    max-width: 100%;
    max-height: 499px;
  }
  .report-right {
    max-width: 100%;
    margin: 20px 0;
  }
  .work-layout {
    flex-direction: column;
  }
  .work-col {
    width: calc(100% - 13px);
  }
  .work-left:after {
    left: 0;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6169) 92%, #DBDBDB 100%);
  }
  .voice-rule-list {
    flex-wrap: wrap;
  }
  .voice-rule-list li {
    max-width: calc(50% - 10px);
    margin-bottom: 20px;
  }
  .voice-list {
    flex-wrap: wrap;
  }
  .voice-list li {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .voice-list li:last-child {
    margin-bottom: 0;
  }
  .report-col:before, .report-col:after {
    display: none;
  }
  #thumbs:after {
    width: 100%;
  }
  .report-left img{
	  height: 100% !important;
  }
}
@media screen and (max-width: 820px) {
  .w1350 {
    max-width: 750px;
  }
  .special-menu .menu-list a {
    font-size: 28px;
  }
  .headlines-title {
    font-size: 38px;
  }
  .plate-title-center {
    font-size: 38px;
  }
  .plate-title-center img {
    display: none;
  }
  .report-tabs li:nth-child(even) {
    margin: 0 60px;
  }
  .report-col .translate-img {
    display: none;
  }
  .header-right{
	  display: none;
  }
}
@media screen and (max-width: 768px) {
  .w1350 {
    max-width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
  }
  .video-cont {
    background-image: none;
    height: auto;
  }
  .video-swiper {
    height: 352px;
  }
  .video-swiper a:after {
    width: 60px;
    height: 60px;
    background-size: contain;
  }
  .video-btn-col {
    justify-content: center;
  }
  .video-button {
    margin: 0 10px;
  }
  .banner-card {
    top: -85px;
  }
  .special-header {
    height: 600px;
  }
  .report-tabs {
    width: 100%;
    left: 0;
  }
  .report-tabs:after, .report-tabs:before {
    display: none;
  }
}
@media screen and (max-width: 616px) {
  .special-menu {
    height: auto;
  }
  .special-menu .menu-list {
    flex-wrap: wrap;
  }
  .special-menu .menu-list li {
    width: calc(50% - 10px);
    text-align: center;
    line-height: 44px;
  }
  #thumbs {
    padding: 0 20px;
  }
}
@media screen and (max-width: 515px) {
  .banner-card {
    top: -60px;
  }
  .report-tabs li {
    width: 96px;
    height: 96px;
  }
  .report-tabs li:nth-child(even) {
    margin: 0 30px;
  }
  .report-layout {
    padding: 0 20px;
  }
  .report-list {
    padding: 0 10px;
  }
  .report-list h4 {
    font-size: 20px;
  }
  .report-right {
    padding-top: 0;
  }
  .report-right > img {
    display: none;
  }
  .voice-rule-list li {
    max-width: 100%;
  }
  .report-right-list {
    padding: 25px 20px 5px;
  }
  .report-right-list:before {
    left: 20px;
  }
  .report-right-list li {
    padding-left: 20px;
  }
}
@media screen and (max-width: 475px) {
  .special-header {
    height: 554px;
  }
  .special-header .logo img {
    max-width: 72%;
	height: auto !important;
  }
  .headlines-col {
    height: 300px;
  }
  .video-swiper {
    height: 235px;
  }
  .plate-title-center {
    font-size: 32px;
  }
}
