@font-face {
  font-family: SHSBold;
  font-display: swap;
  src: url("../font/SourceHanSerifCN-Bold.otf");
}

.content .box {
  line-height: 0;
}

.content .box .t-box {
  margin-bottom: 20px;
  display: flex;
  align-items: flex-end;
  line-height: 1;
  border-bottom: 1px solid #eeeeee;
}

.content .box .t-box .t {
  display: inline-block;
  height: 45px;
  line-height: 45px;
  font-size: 24px;
  font-family: SHSBold;
  font-weight: bold;
  color: #c1272d;
  border-bottom: 2px solid #c1272d;
  position: relative;
  top: 1px;
}

.content .box .t-box .more {
  margin-left: auto;
  margin-right: inherit;
  height: 22px;
}

.content .box .swiper-navi-out-box {
  position: relative;
}

.content .box .swiper-navi {
  display: block;
  width: 40px;
  height: 72px;
  background: center no-repeat;
  background-size: 100%;
  position: absolute;
  z-index: 1;
  margin-top: 0;
  transition: All 0.5s ease;
}

.content .box .swiper-navi.next {
  right: 0;
  background-image: url(../img/next.png);
}

.content .box .swiper-navi.prev {
  left: auto;
  background-image: url(../img/prev.png);
}

.content .box .swiper-navi:hover {
  opacity: 0.6;
}

.content .box .swiper-navi::after {
  content: none;
}

.content .box .swiper-pagination-bullet {
  margin: 0 4px;
  background: rgba(255, 255, 255, 0.5);
  width: 6px;
  height: 6px;
  opacity: 1;
}

.content .box .swiper-pagination-bullet-active {
  background: #fff;
}

.content .box .img-box {
  position: relative;
  width: 100%;
  padding-bottom: 62%;
  overflow: hidden;
}

.content .box .img-box img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform-origin: center;
  transition: all 0.7s ease;
}

.content .box .img-box:hover img {
  transform: scale(1.05);
}

.content .box a.more {
  font-size: 16px;
  color: #3d3d3d;
  margin-right: auto;
  transition: all 0.7s ease;
}

.content .box a.more:after {
  content: "";
  display: inline-block;
  margin-left: 3px;
  width: 5px;
  height: 9px;
  background-size: contain;
  background-image: url(../img/more.png);
  background-repeat: no-repeat;
  transition: all 0.7s ease;
}

.content .box a.more:hover {
  color: #c1272d;
}

.content .box a.more:hover::after {
  background-image: url(../img/more_active.png);
}

.content .box1 {
  position: relative;
  margin-top: 40px;
  text-align: center;
  line-height: 1;
}

.content .box1 .title {
  color: #2c2c2c;
  font-size: 34px;
  line-height: 1.3;
  font-family: SHSBold, "Microsoft YaHei";
  color: #c1272d;
}

.content .box1 .sub-title,
.content .box1 .desc {
  color: #7d7d7d;
  font-size: 15px;
  margin: 10px 0;
}

.content .box1 .sub-title {
  margin: 10px 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  word-break: break-all;
}

.content .box1 .sub-title a {
  white-space: normal !important;
  overflow-wrap: break-word;
  flex-shrink: 1;
}

.content .box1 .sub-title a:hover {
  color: #c1272d;
}

.content .box1 .sub-title a:nth-child(2)::before {
  content: "|";
  display: inline-block;
  margin: 0 5px;
}

.content .box1 a.more {
  position: absolute;
  right: 0;
  bottom: 2px;
  display: inline-block;
  padding: 0 18px;
  font-size: 16px;
  color: #c1272d;
}

.content .box1 a.more::after {
  content: none;
}

.content .box2 {
  position: relative;
  margin-top: 50px;
  display: flex;
  height: 335px;
  overflow: hidden;
}

.content .box2 .toutiao-swiper {
  flex: 1;
  margin-right: 17px;
  border-radius: 6px;
  overflow: hidden;
}

.content .box2 .toutiao-swiper .swiper-slide {
  position: relative;
}

.content .box2 .toutiao-swiper .swiper-slide .img-box {
  padding-bottom: 58%;
}

.content .box2 .toutiao-swiper .swiper-slide .title {
  height: 60px;
  line-height: 60px;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 80px 0 13px;
  box-sizing: border-box;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}

.content .box2 .toutiao-swiper .swiper-slide:after {
  content: "";
  display: block;
  position: absolute;
  height: 90px;
  z-index: 1;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
}

.content .box2 .toutiao-swiper .swiper-pagination {
  width: auto;
  right: 17px;
  left: auto;
  bottom: 20px;
}

.content .box2 .toutiao-swiper .swiper-navi {
  width: 30px;
  height: 53px;
  margin-top: -36px;
}

.content .box2 .gg-news-list {
  flex: 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.content .box2 .gg-news-list .hd {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 15px;
}

.content .box2 .gg-news-list .hd ul {
  display: flex;
  justify-content: space-between;
}

.content .box2 .gg-news-list .hd li {
  display: inline-block;
  color: #7d7d7d;
  font-size: 24px;
  font-family: SHSBold;
  font-weight: bold;
  line-height: 1;
}

.content .box2 .gg-news-list .hd li:hover, .content .box2 .gg-news-list .hd li.on {
  color: #c1272d;
}

.content .box2 .gg-news-list .bd {
  flex: 1;
}

.content .box2 .gg-news-list .bd ul:not(:first-child) {
  display: none;
}

.content .box2 .gg-news-list .bd li {
  height: 24px;
  list-style: none;
  margin: 16px 0;
}

.content .box2 .gg-news-list .bd li.img {
  margin: 0;
}

.content .box2 .gg-news-list .bd li.img::before {
  content: none;
}

.content .box2 .gg-news-list .bd li a {
  display: flex;
  align-items: center;
  font-size: 16px;
}

.content .box2 .gg-news-list .bd li a::before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 1;
  background: #d8d8d8;
  transition: all 0.7s ease;
}

.content .box2 .gg-news-list .bd li a .title {
  line-height: 1;
  flex: 1;
  color: #2c2c2c;
  margin-right: 90px;
  transition: all 0.7s ease;
}

.content .box2 .gg-news-list .bd li a .date {
  color: #a1a1a1;
}

.content .box2 .gg-news-list .bd li a:hover::before {
  background-color: #c1272d;
}

.content .box2 .gg-news-list .bd li a:hover .title {
  color: #c1272d;
}

.content .box2 .gg-news-list .bottom {
  display: flex;
  align-items: center;
  line-height: 0;
  margin: 0 -4px;
}

.content .box2 .gg-news-list .bottom a {
  flex: 1;
  border-radius: 6px;
  overflow: hidden;
  margin: 0 4px;
}

.content .box2 .gg-news-list .bottom a .img-box {
  padding-bottom: 25%;
}

.content .box2 .gg-news-list .bottom a .img-box:hover img {
  transform: scale(1);
}

.content .box7 {
  margin-top: 50px;
  height: 160px;
}

.content .box7::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 485px;
  background-image: url(../img/xx_bg.png);
  background-size: cover;
  width: 100%;
}

.content .box7 ul {
  padding: 25px 12.5px;
}

.content .box7 li {
  text-align: center;
  position: relative;
  display: inline-block;
  width: 20%;
}

.content .box7 li a {
  position: relative;
  display: block;
}

.content .box7 li a img {
  width: 205px;
  height: 109px;
  border-radius: 6px;
  overflow: hidden;
  transition: all 0.5s ease;
}

.content .box7 li a .more {
  position: absolute;
  z-index: 2;
  display: block;
  opacity: 0;
  width: 60px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  left: 50%;
  margin-left: -30px;
  bottom: -10px;
  color: #fff;
  background: #c1272d;
  border-radius: 12px;
  font-size: 12px;
  transition: all 0.7s ease;
}

.content .box7 li a .more::after {
  content: "";
  display: inline-block;
  margin-left: 3px;
  width: 5px;
  height: 9px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/more_white.png);
}

.content .box7 li a:hover img {
  background-color: #fff;
}

.content .box7 li a:hover .more {
  opacity: 1;
}

.content .box7 li em {
  width: 1px;
  height: 50px;
  background: #e1e1e1;
  position: absolute;
  right: 0;
  top: 25px;
}

.content .box7 .float-left-box {
  position: absolute;
  top: 880px;
  right: calc((100% - 1600px) / 2);
  width: 123px;
  text-align: center;
}

.content .box7 .float-left-box .qr {
  width: 90px;
  margin-bottom: 10px;
}

.content .box7 .float-left-box p {
  height: 26px;
  line-height: 26px;
  background-color: #eee;
  font-size: 12px;
  color: #3d3d3d;
  margin-bottom: 32px;
}

.content .box7 .float-left-box a {
  display: block;
  margin-bottom: 10px;
}

.content .box3 {
  position: relative;
  margin-top: 40px;
}

.content .box3 .wrapper {
  margin: 0 -8px;
}

.content .box3 .item {
  display: inline-block;
  width: calc((100% - 48px) / 3);
  margin: 0 8px 16px;
  border: 1px solid #eeeeee;
  padding: 0 10px 20px;
  box-sizing: border-box;
  text-align: left;
  border-radius: 6px;
  background: #ffffff;
}

.content .box3 .item .t {
  font-size: 16px;
  font-weight: bold;
  color: #2c2c2c;
  height: 44px;
  line-height: 44px;
  display: flex;
  align-items: center;
}

.content .box3 .item .t img {
  width: 18px;
  height: 18px;
  object-fit: cover;
  margin-right: 0.1rem;
  vertical-align: bottom;
}

.content .box3 .item .t span {
  flex: 1;
  padding-right: 20px;
  font-family: SHSBold;
}

.content .box3 .item .t a.more {
  font-weight: 500;
  margin-right: auto;
}

.content .box3 .item .title {
  display: block;
  font-size: 16px;
  height: 35px;
  line-height: 35px;
  padding: 0 10px;
  box-sizing: border-box;
  transition: all 0.7s ease;
}

.content .box3 .item .title::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  vertical-align: middle;
  margin-top: -3px;
  border-radius: 50%;
  margin-right: 10px;
  background: #d8d8d8;
  transition: all 0.7s ease;
}

.content .box3 .item .title:hover::before {
  background: #c1272d;
}

.content .box3 .item .title:hover {
  color: #c1272d;
}

.content .box3 .item .img-news {
  position: relative;
  border-bottom: 1px solid #eeeeee;
  border-radius: 6px;
  margin-bottom: 20px;
  overflow: hidden;
}

.content .box3 .item .img-news .img-box {
  padding-bottom: 48%;
}

.content .box3 .item .img-news .title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 36px;
  line-height: 36px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-weight: bold;
  border-radius: 6px;
}

.content .box3 .item .img-news .title::before {
  background: #fff;
}

.content .box3 .item .img-news .title:hover::before {
  background: #c1272d;
}

.content .box3 .item a.title:nth-of-type(n + 4) {
  display: none;
}

.content .box4 {
  margin-top: 16px;
}

.content .box4 ul li {
  display: inline-block;
  width: calc((100% - 56px) / 4);
  border-radius: 6px;
  overflow: hidden;
}

.content .box4 ul li .img-box {
  padding-bottom: 50%;
}

.content .box4.box4-inline {
  display: inline-block;
  width: calc((100% - 48px) / 3 * 2 + 16px);
  vertical-align: top;
  margin: 0 8px 16px;
  border: 1px solid #eeeeee;
  padding: 0 10px 20px;
  box-sizing: border-box;
  text-align: left;
  border-radius: 6px;
  background: #fafafa;
}

.content .box4.box4-inline .t {
  font-size: 16px;
  font-weight: bold;
  color: #2c2c2c;
  height: 44px;
  line-height: 44px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #F1F1F1;
  margin-bottom: 15px;
}

.content .box4.box4-inline .t img {
  width: 18px;
  height: 18px;
  object-fit: cover;
  margin-right: 0.1rem;
  vertical-align: bottom;
}

.content .box4.box4-inline .t span {
  flex: 1;
  padding-right: 20px;
  font-family: SHSBold;
}

.content .box4.box4-inline .t a.more {
  font-weight: 500;
  margin-right: auto;
}

.content .box4.box4-inline .swiper {
  padding-bottom: 35px;
}

.content .box4.box4-inline .swiper-pagination {
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 15px;
  line-height: 15px;
}

.content .box4.box4-inline .swiper-pagination-bullet {
  background-color: #d4d4d4;
}

.content .box4.box4-inline .swiper-pagination-bullet-active {
  background-color: #c1272d;
}

.content .box4.box4-inline ul li {
  display: inline-block;
  width: calc((100% - 48px) / 3);
  border-radius: 6px;
  overflow: hidden;
  padding: 12px;
  background-color: #fff;
}

.content .box4.box4-inline ul li .img-box {
  padding-bottom: 56.5%;
  border-radius: 6px;
  overflow: hidden;
}

.content .box4.box4-inline ul li .title {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #e4e4e4;
  height: 60px;
  line-height: 20px;
  font-size: 16px;
}

.content .box4.box4-inline ul li .more {
  z-index: 2;
  display: block;
  opacity: 0;
  width: 60px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  margin: 10px auto;
  color: #fff;
  background: #c1272d;
  border-radius: 12px;
  font-size: 12px;
  transition: all 0.7s ease;
}

.content .box4.box4-inline ul li .more::after {
  content: "";
  display: inline-block;
  margin-left: 3px;
  width: 5px;
  height: 9px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/more_white.png);
}

.content .box4.box4-inline ul li:hover .more {
  opacity: 1;
}

.content .box5 {
  position: relative;
}

.content .box5 .other-service-box {
  justify-content: space-between;
}

.content .box5 .other-service-box .focus-service-box {
  justify-content: space-between;
  width: 790px;
  height: 140px;
  padding: 17px 35px 25px;
  box-sizing: border-box;
  background-image: url(../img/system/service_bg.jpg);
  background-size: cover;
  border-radius: 6px;
}

.content .box5 .other-service-box .focus-service-box .links {
  flex: 1;
  overflow: hidden;
  text-align: left;
}

.content .box5 .other-service-box .focus-service-box .links .title {
  height: 22px;
  width: auto;
  max-width: 480px;
}

.content .box5 .other-service-box .focus-service-box .links ul {
  margin-top: 15px;
}

.content .box5 .other-service-box .focus-service-box .links ul .link {
  display: inline-block;
  width: 61px;
  height: 54px;
  border-radius: 3px;
  overflow: hidden;
  transition: all 0.3s !important;
}

.content .box5 .other-service-box .focus-service-box .links ul .link + .link {
  margin-left: 18px;
}

.content .box5 .other-service-box .focus-service-box .links ul .link:hover {
  transform: translateY(-2px);
  box-shadow: 0px 2px 5px -1px #938f8f;
}

.content .box5 .other-service-box .focus-service-box .news {
  width: 223px;
  height: 98px;
  padding: 10px 20px;
  box-sizing: border-box;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.23);
}

.content .box5 .other-service-box .focus-service-box .news .t {
  height: 16px;
  line-height: 16px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}

.content .box5 .other-service-box .focus-service-box .news .t::before {
  content: "";
  display: inline-block;
  vertical-align: bottom;
  width: 16px;
  height: 16px;
  background-image: url(../img/icon-horn.png);
  background-size: cover;
}

.content .box5 .other-service-box .focus-service-box .news .swiper {
  margin-top: 8px;
  padding-bottom: 12px;
}

.content .box5 .other-service-box .focus-service-box .news .swiper .swiper-slide a {
  font-size: 14px;
  color: #fff;
  line-height: 20px;
}

.content .box5 .other-service-box .focus-service-box .news .swiper .swiper-pagination {
  bottom: 0;
}

.content .box5 .other-service-box .right {
  width: 390px;
}

.content .box5 .other-service-box .right a.qzbg {
  display: block;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  height: 67px;
  transition: all 0.3s !important;
}

.content .box5 .other-service-box .right a.qzbg img {
  width: 100%;
  height: 100%;
}

.content .box5 .other-service-box .right a.qzbg:hover {
  transform: translateY(-2px);
  box-shadow: 0px 2px 5px -1px #938f8f;
}

.content .box5 .other-service-box .right a.qzbg + a {
  margin-top: 6px;
}

.content .box5 .service-box {
  margin-top: 20px;
}

.content .box5 .service-box .swiper-wrapper {
  padding-bottom: 2px;
}

.content .box5 .service-box .swiper-slide {
  width: 159px;
  height: 159px;
}

.content .box5 .service-box .swiper-slide .service-item {
  transition: all 0.7s ease;
}

.content .box5 .service-box .swiper-slide .service-item:hover {
  transform: translateY(-2px);
  box-shadow: 0px 3px 3px 0px rgba(147, 143, 143, 0.3);
}

.content .box5 .service-box .swiper-navi {
  top: 55px;
  width: 46px;
  height: 46px;
}

.content .box5 .service-box .swiper-navi.next {
  right: -70px;
  background-image: url(../img/next2.png);
}

.content .box5 .service-box .swiper-navi.prev {
  left: -70px;
  background-image: url(../img/prev2.png);
}

.content .box5-v2 {
  display: flex;
  position: relative;
}

.content .box5-v2 .left {
  flex: 1;
  overflow: hidden;
}

.content .box5-v2 .left .service-swiper {
  padding-bottom: 18px;
  height: 236px;
  box-sizing: border-box;
}

.content .box5-v2 .left .service-swiper .swiper-slide {
  border-radius: 6px;
  height: 104px;
  box-sizing: border-box;
  border: 1px solid #eeeeee;
  overflow: hidden;
  transition: all 0.3s !important;
  max-width: 260px;
}

.content .box5-v2 .left .service-swiper .swiper-slide:hover {
  transform: translateY(-2px);
  box-shadow: 0px 2px 5px -1px #938f8f;
}

.content .box5-v2 .left .service-swiper .swiper-slide .service-item {
  line-height: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.content .box5-v2 .left .service-swiper .swiper-slide .service-item a {
  display: block;
  width: 100%;
  height: 100%;
}

.content .box5-v2 .left .service-swiper .swiper-slide .service-item a img {
  height: 100%;
}

.content .box5-v2 .left .service-swiper .swiper-pagination {
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 15px;
  line-height: 15px;
}

.content .box5-v2 .left .service-swiper .swiper-pagination-bullet {
  background-color: #d4d4d4;
}

.content .box5-v2 .left .service-swiper .swiper-pagination-bullet-active {
  background-color: #c1272d;
}

.content .box5-v2 .right {
  margin-left: 16px;
  width: calc((100% - 48px) / 3);
}

.content .box5-v2 .right a {
  display: block;
  height: 72px;
  border-radius: 6px;
  overflow: hidden;
  transition: all 0.3s !important;
}

.content .box5-v2 .right a img {
  width: 100%;
  height: 100%;
}

.content .box5-v2 .right a:hover {
  transform: translateY(-2px);
  box-shadow: 0px 2px 4px -1px #9d9d9d;
}

.content .box5-v2 .right a + a {
  margin-top: 7px;
}

.content .box6 {
  margin-top: 50px;
  position: relative;
  display: flex;
  justify-content: space-between;
}

.content .box6 .title {
  position: absolute;
  z-index: 2;
  left: 16px;
  right: 16px;
  bottom: 16px;
  height: 20px;
  line-height: 20px;
  font-size: 16px;
  color: #fff;
  text-align: left;
}

.content .box6 .img-list-box {
  width: calc((100% - 15px) * 2 / 3);
}

.content .box6 .img-list-box .wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr 1fr;
  grid-gap: 8px;
}

.content .box6 .img-list-box .item {
  position: relative;
  display: inline-block;
  border-radius: 6px;
  overflow: hidden;
}

.content .box6 .img-list-box .item .img-box {
  padding-bottom: 0;
  height: 100%;
}

.content .box6 .img-list-box .item:nth-child(1) {
  grid-column: 1 / 3;
  grid-row: 1 / 3;
  height: 300px;
}

.content .box6 .img-list-box .item .title {
  bottom: 16px;
  height: 20px;
  line-height: 20px;
}

.content .box6 .img-list-box .item .img-box:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  background: linear-gradient(180deg, transparent 58%, rgba(0, 0, 0, 0.747) 91%);
}

.content .box6 .video-list-box {
  width: calc((100% - 15px) / 3);
}

.content .box6 .video-list-box .video-swiper {
  height: 220px;
  border-radius: 6px;
  overflow: hidden;
}

.content .box6 .video-list-box .video-swiper .swiper-slide a {
  display: block;
  height: 100%;
}

.content .box6 .video-list-box .video-swiper .swiper-slide .img-box {
  padding-bottom: 0;
  height: 220px;
}

.content .box6 .video-list-box .video-swiper .swiper-slide .img-box:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 55px;
  height: 55px;
  background-size: cover;
  background-image: url(../img/icon-play.png);
}

.content .box6 .video-list-box .video-swiper .swiper-slide .img-box:after {
  content: "";
  display: block;
  cursor: pointer;
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  background: linear-gradient(180deg, transparent 58%, rgba(0, 0, 0, 0.747) 91%);
}

.content .box6 .video-list-box .video-swiper .swiper-slide .title-box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  padding: 10px 20px 30px;
  box-sizing: border-box;
}

.content .box6 .video-list-box .video-swiper .swiper-slide .title-box .title {
  position: relative;
  top: 0;
  left: 0;
  bottom: 0;
  height: auto;
  color: #fff;
}

.content .box6 .video-list-box .video-swiper .video-swiper-pagination {
  width: auto;
  bottom: 15px;
  left: 18px;
}

.content .box6 .video-list-box .video-swiper .video-swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
}

.content .box6 .video-list-box .video-swiper .video-swiper-pagination .swiper-pagination-bullet-active {
  background-color: #c1272d;
}

.content .box6 .video-list-box .bottom {
  width: 100%;
  height: 70px;
}

.content .box6 .video-list-box .bottom .img-box {
  height: 100%;
  padding: 0;
  margin-top: 10px;
  border-radius: 6px;
}

.content .box6-v2 {
  margin-top: 50px;
  position: relative;
}

.content .box6-v2 .video-box {
  height: 400px;
  display: flex;
  align-items: stretch;
}

.content .box6-v2 .video-box .t-box {
  margin-bottom: 10px;
}

.content .box6-v2 .video-box .desc {
  color: #666666;
  font-size: 12px;
  line-height: 1.2;
  margin-bottom: 25px;
}

.content .box6-v2 .video-box .bg {
  position: absolute;
  z-index: -1;
  min-width: 100%;
  margin: 0 auto;
  top: 140px;
}

.content .box6-v2 .video-box .hd {
  width: 281px;
  height: 100%;
  background: #fafafa;
  padding: 11px 20px 10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  border-top: 1px solid #f1f1f1;
  border-left: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
}

.content .box6-v2 .video-box .hd .t-box {
  flex-wrap: wrap;
}

.content .box6-v2 .video-box .hd .t-box .desc {
  width: 100%;
  display: block;
  margin-top: 12px;
}

.content .box6-v2 .video-box .hd li {
  padding: 12px 0;
  display: flex;
  align-items: center;
}

.content .box6-v2 .video-box .hd li + li {
  border-top: 1px solid rgba(216, 216, 216, 0.5);
}

.content .box6-v2 .video-box .hd li .left {
  position: relative;
  width: 80px;
  border-radius: 4px;
  margin-right: 12px;
  overflow: hidden;
}

.content .box6-v2 .video-box .hd li .left:before {
  content: "";
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 20px;
  height: 20px;
  background-size: cover;
  background-image: url(../img/icon-play.png);
}

.content .box6-v2 .video-box .hd li .img-box {
  width: 100%;
  padding-bottom: 57.44%;
}

.content .box6-v2 .video-box .hd li .title {
  flex: 1;
  font-size: 15px;
  line-height: 1.2;
  color: #000;
}

.content .box6-v2 .video-box .hd li.on .title, .content .box6-v2 .video-box .hd li:hover .title {
  color: #c1272d;
}

.content .box6-v2 .video-box .hd li.on .left::before, .content .box6-v2 .video-box .hd li:hover .left::before {
  display: block;
}

.content .box6-v2 .video-box .bd {
  flex: 1;
  height: 100%;
  overflow: hidden;
}

.content .box6-v2 .video-box .bd .video-wrapper,
.content .box6-v2 .video-box .bd video {
  background: rgba(255, 255, 255, 0.96);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content .box6-v2 .img-list-box {
  margin-top: calc(50px - 12px);
}

.content .box6-v2 .img-list-box .t-box {
  margin-bottom: 23px;
}

.content .box6-v2 .img-list-box .wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}

.content .box6-v2 .img-list-box .item {
  position: relative;
  width: 33.33%;
  box-sizing: border-box;
  padding: 0 5px 10px;
}

.content .box6-v2 .img-list-box .item .img-box {
  padding-bottom: 100%;
}

.content .box6-v2 .img-list-box .item .title {
  position: absolute;
  z-index: 2;
  left: 20px;
  right: 20px;
  bottom: 15px;
  line-height: 23px;
  font-size: 15px;
  color: #fff;
  text-align: left;
}

.content .box6-v2 .img-list-box .item .img-box:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  background: linear-gradient(180deg, transparent 58%, rgba(0, 0, 0, 0.747) 91%);
}

.content .box8 {
  margin-top: calc(50px - 12px);
}

.content .box8 .cont-box {
  display: flex;
  line-height: normal;
}

.content .box8 .cont-box .media-column .media-item {
  display: inline-block;
  width: 173px;
  margin-right: 57px;
  transition: all 0.55s ease;
}

.content .box8 .cont-box .media-column .media-item:nth-child(4) {
  margin-right: 0;
}

.content .box8 .cont-box .media-column .media-item:hover {
  transform: translateY(-5px);
}

.content .box8 .cont-box .media-column .media-item:hover .micon img {
  box-shadow: 0.5px 0.5px 3px 0px rgba(0, 0, 0, 0.25);
}

.content .box8 .cont-box .media-column .media-item .micon img {
  display: block;
  width: 100%;
  height: 234px;
  border: 1px solid #e4e4e4;
}

.content .box8 .cont-box .media-column .media-item .name {
  margin-top: 20px;
  font-size: 15px;
  color: #3d3d3d;
  text-align: center;
}

.content .box8 .cont-box .media-horizontal .media-item {
  display: block;
  margin-left: 20px;
  margin-bottom: 15px;
}

.content .box8 .cont-box .media-horizontal .media-item .micon {
  width: 316px;
  height: 128px;
  background: #fafafa;
  border: 1px solid #f1f1f1;
  border-radius: 4px;
}

.content .box8 .cont-box .media-horizontal .media-item .micon img {
  position: relative;
  top: -3px;
  width: auto;
  height: auto;
  box-shadow: none;
  border: none;
}

.content .box8 .cont-box .media-horizontal .media-item .micon img.m5 {
  width: 162px;
}

.content .box8 .cont-box .media-horizontal .media-item .micon img.m6 {
  width: 108px;
}
