@media (min-width: 768px) {
  body {
    padding-top: 106px;
  }
}

.chuangcuhei {
  color: #111;
}

.page-banner {
  height: 860px;
  position: relative;
}

.page-banner::after {
  content: '';
  width: 100%;
  height: 200px;
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.4) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.page-banner .slogin {
  top: 279px;
  transform: translateY(0);
}

.page-banner h3 {
  color: #fff;
  font-size: 70px;
  height: auto;
  position: relative;
}

.page-banner h3::after {
  position: absolute;
  top: 100%;
  left: 0;
  content: '';
  overflow: hidden;
  height: 4px;
  width: 92px;
  background-color: #e60d16;
  display: block;
  transform: skewX(-30deg);
  margin-top: 15px;
}

.page-banner .crumbs_box {
  z-index: 2;
  position: absolute;
  left: 0;
  bottom: 43px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.page-banner .crumbs_box a {
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 187.5% */
}

.page-banner .crumbs_box a:hover {
  color: #111;
}

.page-banner .crumbs_box span {
  margin: 0 5px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 187.5% */
}

.page-banner .crumbs_box p {
  margin-bottom: 0;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 187.5% */
}

.column-title {
  padding-right: 330px;
}

.column-title .descript {
  padding-bottom: 0;
}

.page-tab.fixed {
  z-index: 1001;
  top: 0 !important;
}

.page-tab .page-tab-content ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.page-tab .page-tab-content ul li {
  margin-right: 90px;
}

.page-tab .page-tab-content ul li a {
  color: #666;
  font-size: 16px;
}

.page-tab .page-tab-content ul li.active a {
  color: #111;
}

.media_content {
  width: 100%;
  height: auto;
  padding-top: 100px;
}

.media_content .media_b_com {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}

.media_content .media_b_com .media_c_l {
  width: 1100px;
  height: auto;
}

.media_content .media_b_com .media_c_l .company_list, .media_content .media_b_com .media_c_l .media_list {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.media_content .media_b_com .media_c_l .company_list .news_item, .media_content .media_b_com .media_c_l .media_list .news_item {
  margin-top: 25px;
  width: 350px;
  height: 420px;
  margin-right: 25px;
  background: #F9F9F9;
  display: inline-block;
}

.media_content .media_b_com .media_c_l .company_list .news_item:hover, .media_content .media_b_com .media_c_l .media_list .news_item:hover {
  position: relative;
  background: #FFF;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
}

.media_content .media_b_com .media_c_l .company_list .news_item:hover::after, .media_content .media_b_com .media_c_l .media_list .news_item:hover::after {
  content: '';
  width: 100%;
  height: 4px;
  background: #e60d16;
  position: absolute;
  bottom: 0;
  left: 0;
}

.media_content .media_b_com .media_c_l .company_list .news_item:hover .item_img img, .media_content .media_b_com .media_c_l .media_list .news_item:hover .item_img img {
  transform: scale(1.05);
}

.media_content .media_b_com .media_c_l .company_list .news_item .item_img, .media_content .media_b_com .media_c_l .media_list .news_item .item_img {
  width: 100%;
  height: 230px;
  overflow: hidden;
}

.media_content .media_b_com .media_c_l .company_list .news_item .item_img img, .media_content .media_b_com .media_c_l .media_list .news_item .item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s;
}

.media_content .media_b_com .media_c_l .company_list .news_item .item_info, .media_content .media_b_com .media_c_l .media_list .news_item .item_info {
  width: 100%;
  height: 190px;
  padding: 30px;
}

.media_content .media_b_com .media_c_l .company_list .news_item .item_info .item_date, .media_content .media_b_com .media_c_l .media_list .news_item .item_info .item_date {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-left: 18px;
  position: relative;
  color: #666;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.media_content .media_b_com .media_c_l .company_list .news_item .item_info .item_date::before, .media_content .media_b_com .media_c_l .media_list .news_item .item_info .item_date::before {
  content: '';
  width: 5px;
  height: 16px;
  transform: skewX(-15deg) translateY(-50%);
  background: #e60d16;
  position: absolute;
  top: 50%;
  left: 0;
}

.media_content .media_b_com .media_c_l .company_list .news_item .item_info .item_date span, .media_content .media_b_com .media_c_l .media_list .news_item .item_info .item_date span {
  margin: 0 10px;
}

.media_content .media_b_com .media_c_l .company_list .news_item .item_info .item_date p, .media_content .media_b_com .media_c_l .media_list .news_item .item_info .item_date p {
  margin-bottom: 0;
  color: #666;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.media_content .media_b_com .media_c_l .company_list .news_item .item_info .item_title, .media_content .media_b_com .media_c_l .media_list .news_item .item_info .item_title {
  margin-top: 22px;
  color: #111;
  font-size: 16px;
  height: 81.6px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
  /* 150% */
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.media_content .media_b_com .media_c_l .company_list .news_item:nth-of-type(3n), .media_content .media_b_com .media_c_l .media_list .news_item:nth-of-type(3n) {
  margin-right: 0;
}

.media_content .media_b_com .media_c_r {
  width: 270px;
  height: auto;
  position: sticky;
  top: 120px;
  left: 0;
}

.media_content .media_b_com .media_c_r .search_box {
  width: 100%;
  height: auto;
}

.media_content .media_b_com .media_c_r .search_box .search_title {
  color: #111;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  /* 135% */
}

.media_content .media_b_com .media_c_r .search_box .search_input {
  width: 100%;
  overflow: hidden;
  height: 50px;
  border: 1px solid #D9DDE3;
  background: #FFF;
  margin-top: 14px;
  position: relative;
}

.media_content .media_b_com .media_c_r .search_box .search_input input {
  border: none;
  outline: none;
  width: 100%;
  height: 100%;
  padding: 0 40px 0 15px;
  color: #111;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

.media_content .media_b_com .media_c_r .search_box .search_input input::placeholder {
  color: #999;
}

.media_content .media_b_com .media_c_r .search_box .search_input .search_img {
  cursor: pointer;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 17px;
  transform: translateY(-50%);
}

.media_content .media_b_com .media_c_r .cate_box {
  width: 100%;
  height: auto;
  margin-top: 38px;
}

.media_content .media_b_com .media_c_r .cate_box .cate_title {
  color: #111;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  /* 135% */
}

.media_content .media_b_com .media_c_r .cate_box .cate_list {
  width: 100%;
  height: auto;
  margin-top: 2px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.media_content .media_b_com .media_c_r .cate_box .cate_list .cate_item {
  margin-right: 12px;
  margin-top: 12px;
  padding: 3px 16px;
  border: 1px solid #D9D9D9;
  cursor: pointer;
  border-radius: 1000px;
  color: #111;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  /* 192.857% */
}

.media_content .media_b_com .media_c_r .cate_box .cate_list .cate_item.active {
  background: #E60012;
  color: #fff;
}

.media_content .media_b_com .media_c_r .date_box {
  width: 100%;
  height: auto;
  margin-top: 38px;
}

.media_content .media_b_com .media_c_r .date_box .date_title {
  color: #111;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  /* 135% */
}

.media_content .media_b_com .media_c_r .date_box .date_list_box {
  width: 100%;
  height: 50px;
  margin-top: 14px;
  position: relative;
}

.media_content .media_b_com .media_c_r .date_box .date_list_box::after {
  content: '';
  width: 14px;
  height: 8px;
  background: url(/themes/sunwoda/public/assets/images/media/down_icon.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  right: 11px;
  transform: translateY(-50%);
}

.media_content .media_b_com .media_c_r .date_box .date_list_box select {
  appearance: none;
  width: 100%;
  height: 100%;
  border: 1px solid #D9DDE3;
  outline: none;
  width: 100%;
  height: 100%;
  padding: 0 40px 0 15px;
  color: #111;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
}

.brand .column-title {
  width: 895px;
  padding-left: 95px;
  padding-right: 0;
}

.brand h3 {
  font-style: italic;
}

.brand .content {
  width: 100%;
  height: auto;
  padding: 0 95px;
}

.brand .content .brand_top {
  width: 100%;
  height: auto;
}

.brand .content .brand_top .brand_item {
  cursor: pointer;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.brand .content .brand_top .brand_item .item_img {
  width: 800px;
  height: 470px;
  position: relative;
}

.brand .content .brand_top .brand_item .item_img .img {
  width: 100%;
  height: 100%;
}

.brand .content .brand_top .brand_item .item_img .bofang {
  width: 106px;
  height: 106px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.brand .content .brand_top .brand_item .item_info {
  width: 400px;
  height: auto;
}

.brand .content .brand_top .brand_item .item_info .item_date {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-left: 18px;
  position: relative;
  color: #666;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.brand .content .brand_top .brand_item .item_info .item_date::before {
  content: '';
  width: 5px;
  height: 16px;
  transform: skewX(-15deg) translateY(-50%);
  background: #e60d16;
  position: absolute;
  top: 50%;
  left: 0;
}

.brand .content .brand_top .brand_item .item_info .item_date span {
  margin: 0 10px;
}

.brand .content .brand_top .brand_item .item_info .item_date p {
  margin-bottom: 0;
  color: #666;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.brand .content .brand_top .brand_item .item_info .item_title {
  margin-top: 20px;
  color: #111;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.27;
  /* 127.778% */
}

.brand .content .brand_top .brand_item .item_info .item_desc {
  margin-top: 20px;
  color: #666;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
  /* 166.667% */
}

.brand .content .brand_bot {
  width: 100%;
  height: auto;
  margin-top: 60px;
}

.brand .content .brand_bot .brand_bot_box {
  width: 100%;
  height: auto;
  padding-bottom: 106px;
}

.brand .content .brand_bot .brand_bot_box .brand_item {
  margin-right: 25px;
  width: 400px;
  height: auto;
  border-bottom: 1px solid #D9DDE3;
}

.brand .content .brand_bot .brand_bot_box .brand_item:hover {
  border-bottom: none;
  border-radius: 6px;
  background: #FFF;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.08);
}

.brand .content .brand_bot .brand_bot_box .brand_item:hover .item_img img {
  transform: scale(1.05);
}

.brand .content .brand_bot .brand_bot_box .brand_item .item_img {
  width: 100%;
  height: 210px;
  overflow: hidden;
}

.brand .content .brand_bot .brand_bot_box .brand_item .item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s;
}

.brand .content .brand_bot .brand_bot_box .brand_item .item_info {
  width: 100%;
  height: auto;
  padding: 20px;
}

.brand .content .brand_bot .brand_bot_box .brand_item .item_info .item_date {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-left: 18px;
  position: relative;
  color: #666;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.brand .content .brand_bot .brand_bot_box .brand_item .item_info .item_date::before {
  content: '';
  width: 5px;
  height: 16px;
  transform: skewX(-15deg) translateY(-50%);
  background: #e60d16;
  position: absolute;
  top: 50%;
  left: 0;
}

.brand .content .brand_bot .brand_bot_box .brand_item .item_info .item_date span {
  margin: 0 10px;
}

.brand .content .brand_bot .brand_bot_box .brand_item .item_info .item_date p {
  margin-bottom: 0;
  color: #666;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.brand .content .brand_bot .brand_bot_box .brand_item .item_info .item_title {
  margin-top: 12px;
  color: #111;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
  /* 127.778% */
}

.brand .content .brand_bot .brand_bot_box .swiper-button-prev {
  width: 44px;
  height: 44px;
  top: unset;
  bottom: 0px;
  left: 45%;
}

.brand .content .brand_bot .brand_bot_box .swiper-button-prev:hover img:first-child {
  display: none;
}

.brand .content .brand_bot .brand_bot_box .swiper-button-prev:hover img:last-child {
  display: block;
}

.brand .content .brand_bot .brand_bot_box .swiper-button-prev img {
  width: 100%;
  height: 100%;
}

.brand .content .brand_bot .brand_bot_box .swiper-button-prev img:first-child {
  display: block;
}

.brand .content .brand_bot .brand_bot_box .swiper-button-prev img:last-child {
  display: none;
}

.brand .content .brand_bot .brand_bot_box .swiper-button-prev::after {
  content: '';
}

.brand .content .brand_bot .brand_bot_box .swiper-button-next {
  width: 44px;
  height: 44px;
  top: unset;
  right: 45%;
  bottom: 0px;
}

.brand .content .brand_bot .brand_bot_box .swiper-button-next:hover img:first-child {
  display: none;
}

.brand .content .brand_bot .brand_bot_box .swiper-button-next:hover img:last-child {
  display: block;
}

.brand .content .brand_bot .brand_bot_box .swiper-button-next img {
  width: 100%;
  height: 100%;
}

.brand .content .brand_bot .brand_bot_box .swiper-button-next img:first-child {
  display: block;
}

.brand .content .brand_bot .brand_bot_box .swiper-button-next img:last-child {
  display: none;
}

.brand .content .brand_bot .brand_bot_box .swiper-button-next::after {
  content: '';
}

.pagebox {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 40px;
}

.spage-number button {
  border-radius: 2px;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0 4px;
  border: none;
  background: transparent;
  line-height: 40px;
  font-size: 14px;
  text-align: center;
  color: #111;
}

.spage-number button:hover {
  background: #E60012;
  color: #FFFFFF;
}

.spage-number button:first-child {
  margin-right: 40px;
  border-radius: 2px;
  border: 1px solid #BBB;
  background: rgba(255, 255, 255, 0);
  width: 40px;
  height: 40px;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.spage-number button:first-child img {
  width: 8px;
  height: 11px;
}

.spage-number button:last-child {
  margin-left: 40px;
  border-radius: 2px;
  border: 1px solid #BBB;
  background: rgba(255, 255, 255, 0);
  width: 40px;
  height: 40px;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.spage-number button:last-child img {
  width: 8px;
  height: 11px;
}

.spage-number button.active {
  background: #E60012;
  color: #FFFFFF;
}

.spage-number button.active:hover {
  background: #E60012;
  color: #FFFFFF;
}

@media screen and (max-width: 1440px) {
  .page-banner {
    height: 50.76389vw;
    position: relative;
  }
  .page-banner::after {
    content: '';
    width: 100%;
    height: 11.80556vw;
    background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.4) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
  }
  .page-banner .slogin {
    top: 16.46875vw;
    transform: translateY(0);
  }
  .page-banner h3 {
    color: #fff;
    font-size: 4.13194vw;
    height: auto;
    position: relative;
  }
  .page-banner h3::after {
    position: absolute;
    top: 100%;
    left: 0;
    content: '';
    overflow: hidden;
    height: 0.23611vw;
    width: 5.43056vw;
    background-color: #e60d16;
    display: block;
    transform: skewX(-30deg);
    margin-top: 0.88542vw;
  }
  .page-banner .crumbs_box {
    z-index: 2;
    position: absolute;
    left: 0;
    bottom: 2.53819vw;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .page-banner .crumbs_box a {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.94444vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.77083vw;
    /* 187.5% */
  }
  .page-banner .crumbs_box a:hover {
    color: #111;
  }
  .page-banner .crumbs_box span {
    margin: 0 0.29514vw;
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.94444vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.77083vw;
    /* 187.5% */
  }
  .page-banner .crumbs_box p {
    margin-bottom: 0;
    color: #fff;
    font-size: 0.94444vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.77083vw;
    /* 187.5% */
  }
  .column-title {
    padding-right: 19.47917vw;
  }
  .column-title .descript {
    padding-bottom: 0;
  }
  .page-tab.fixed {
    z-index: 1001;
    top: 0 !important;
  }
  .page-tab .page-tab-content ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .page-tab .page-tab-content ul li {
    margin-right: 5.3125vw;
  }
  .page-tab .page-tab-content ul li a {
    color: #666;
    font-size: 0.94444vw;
  }
  .page-tab .page-tab-content ul li.active a {
    color: #111;
  }
  .media_content {
    width: 100%;
    height: auto;
    padding-top: 5.90278vw;
  }
  .media_content .media_b_com {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
  .media_content .media_b_com .media_c_l {
    width: 64.93056vw;
    height: auto;
  }
  .media_content .media_b_com .media_c_l .company_list, .media_content .media_b_com .media_c_l .media_list {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .media_content .media_b_com .media_c_l .company_list .news_item, .media_content .media_b_com .media_c_l .media_list .news_item {
    margin-top: 1.47569vw;
    width: 20.65972vw;
    height: 24.79167vw;
    margin-right: 1.47569vw;
    background: #F9F9F9;
    display: inline-block;
  }
  .media_content .media_b_com .media_c_l .company_list .news_item:hover, .media_content .media_b_com .media_c_l .media_list .news_item:hover {
    position: relative;
    background: #FFF;
    box-shadow: 0vw 0.59028vw 1.18056vw 0vw rgba(0, 0, 0, 0.1);
  }
  .media_content .media_b_com .media_c_l .company_list .news_item:hover::after, .media_content .media_b_com .media_c_l .media_list .news_item:hover::after {
    content: '';
    width: 100%;
    height: 0.23611vw;
    background: #e60d16;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .media_content .media_b_com .media_c_l .company_list .news_item:hover .item_img img, .media_content .media_b_com .media_c_l .media_list .news_item:hover .item_img img {
    transform: scale(1.05);
  }
  .media_content .media_b_com .media_c_l .company_list .news_item .item_img, .media_content .media_b_com .media_c_l .media_list .news_item .item_img {
    width: 100%;
    height: 13.57639vw;
    overflow: hidden;
  }
  .media_content .media_b_com .media_c_l .company_list .news_item .item_img img, .media_content .media_b_com .media_c_l .media_list .news_item .item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s;
  }
  .media_content .media_b_com .media_c_l .company_list .news_item .item_info, .media_content .media_b_com .media_c_l .media_list .news_item .item_info {
    width: 100%;
    height: 11.21528vw;
    padding: 1.77083vw;
  }
  .media_content .media_b_com .media_c_l .company_list .news_item .item_info .item_date, .media_content .media_b_com .media_c_l .media_list .news_item .item_info .item_date {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-left: 1.0625vw;
    position: relative;
    color: #666;
    font-size: 0.82639vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .media_content .media_b_com .media_c_l .company_list .news_item .item_info .item_date::before, .media_content .media_b_com .media_c_l .media_list .news_item .item_info .item_date::before {
    content: '';
    width: 0.29514vw;
    height: 0.94444vw;
    transform: skewX(-15deg) translateY(-50%);
    background: #e60d16;
    position: absolute;
    top: 50%;
    left: 0;
  }
  .media_content .media_b_com .media_c_l .company_list .news_item .item_info .item_date span, .media_content .media_b_com .media_c_l .media_list .news_item .item_info .item_date span {
    margin: 0 0.59028vw;
  }
  .media_content .media_b_com .media_c_l .company_list .news_item .item_info .item_date p, .media_content .media_b_com .media_c_l .media_list .news_item .item_info .item_date p {
    margin-bottom: 0;
    color: #666;
    font-size: 0.82639vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .media_content .media_b_com .media_c_l .company_list .news_item .item_info .item_title, .media_content .media_b_com .media_c_l .media_list .news_item .item_info .item_title {
    margin-top: 1.29861vw;
    color: #111;
    font-size: 0.94444vw;
    height: 4.81667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.7;
    /* 150% */
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .media_content .media_b_com .media_c_l .company_list .news_item:nth-of-type(3n), .media_content .media_b_com .media_c_l .media_list .news_item:nth-of-type(3n) {
    margin-right: 0;
  }
  .media_content .media_b_com .media_c_r {
    width: 15.9375vw;
    height: auto;
    position: sticky;
    top: 7.08333vw;
    left: 0;
  }
  .media_content .media_b_com .media_c_r .search_box {
    width: 100%;
    height: auto;
  }
  .media_content .media_b_com .media_c_r .search_box .search_title {
    color: #111;
    font-size: 1.18056vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.59375vw;
    /* 135% */
  }
  .media_content .media_b_com .media_c_r .search_box .search_input {
    width: 100%;
    overflow: hidden;
    height: 2.95139vw;
    border: 0.05903vw solid #D9DDE3;
    background: #FFF;
    margin-top: 0.82639vw;
    position: relative;
  }
  .media_content .media_b_com .media_c_r .search_box .search_input input {
    border: none;
    outline: none;
    width: 100%;
    height: 100%;
    padding: 0 2.36111vw 0 0.88542vw;
    color: #111;
    font-size: 0.94444vw;
    font-style: normal;
    font-weight: 400;
  }
  .media_content .media_b_com .media_c_r .search_box .search_input input::placeholder {
    color: #999;
  }
  .media_content .media_b_com .media_c_r .search_box .search_input .search_img {
    cursor: pointer;
    width: 0.94444vw;
    height: 0.94444vw;
    position: absolute;
    top: 50%;
    right: 1.00347vw;
    transform: translateY(-50%);
  }
  .media_content .media_b_com .media_c_r .cate_box {
    width: 100%;
    height: auto;
    margin-top: 2.24306vw;
  }
  .media_content .media_b_com .media_c_r .cate_box .cate_title {
    color: #111;
    font-size: 1.18056vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.59375vw;
    /* 135% */
  }
  .media_content .media_b_com .media_c_r .cate_box .cate_list {
    width: 100%;
    height: auto;
    margin-top: 0.11806vw;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .media_content .media_b_com .media_c_r .cate_box .cate_list .cate_item {
    margin-right: 0.70833vw;
    margin-top: 0.70833vw;
    padding: 0.17708vw 0.94444vw;
    border: 0.05903vw solid #D9D9D9;
    cursor: pointer;
    border-radius: 59.02778vw;
    color: #111;
    font-size: 0.82639vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.59375vw;
    /* 192.857% */
  }
  .media_content .media_b_com .media_c_r .cate_box .cate_list .cate_item.active {
    background: #E60012;
    color: #fff;
  }
  .media_content .media_b_com .media_c_r .date_box {
    width: 100%;
    height: auto;
    margin-top: 2.24306vw;
  }
  .media_content .media_b_com .media_c_r .date_box .date_title {
    color: #111;
    font-size: 1.18056vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.59375vw;
    /* 135% */
  }
  .media_content .media_b_com .media_c_r .date_box .date_list_box {
    width: 100%;
    height: 2.95139vw;
    margin-top: 0.82639vw;
    position: relative;
  }
  .media_content .media_b_com .media_c_r .date_box .date_list_box::after {
    content: '';
    width: 0.82639vw;
    height: 0.47222vw;
    background: url(/themes/sunwoda/public/assets/images/media/down_icon.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    right: 0.64931vw;
    transform: translateY(-50%);
  }
  .media_content .media_b_com .media_c_r .date_box .date_list_box select {
    appearance: none;
    width: 100%;
    height: 100%;
    border: 0.05903vw solid #D9DDE3;
    outline: none;
    width: 100%;
    height: 100%;
    padding: 0 2.36111vw 0 0.88542vw;
    color: #111;
    font-size: 0.94444vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.59375vw;
  }
  .brand .column-title {
    width: 52.82986vw;
    padding-left: 5.60764vw;
    padding-right: 0;
  }
  .brand h3 {
    font-style: italic;
  }
  .brand .content {
    width: 100%;
    height: auto;
    padding: 0 5.60764vw;
  }
  .brand .content .brand_top {
    width: 100%;
    height: auto;
  }
  .brand .content .brand_top .brand_item {
    cursor: pointer;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .brand .content .brand_top .brand_item .item_img {
    width: 47.22222vw;
    height: 27.74306vw;
    position: relative;
  }
  .brand .content .brand_top .brand_item .item_img .img {
    width: 100%;
    height: 100%;
  }
  .brand .content .brand_top .brand_item .item_img .bofang {
    width: 6.25694vw;
    height: 6.25694vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .brand .content .brand_top .brand_item .item_info {
    width: 23.61111vw;
    height: auto;
  }
  .brand .content .brand_top .brand_item .item_info .item_date {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-left: 1.0625vw;
    position: relative;
    color: #666;
    font-size: 0.82639vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .brand .content .brand_top .brand_item .item_info .item_date::before {
    content: '';
    width: 0.29514vw;
    height: 0.94444vw;
    transform: skewX(-15deg) translateY(-50%);
    background: #e60d16;
    position: absolute;
    top: 50%;
    left: 0;
  }
  .brand .content .brand_top .brand_item .item_info .item_date span {
    margin: 0 0.59028vw;
  }
  .brand .content .brand_top .brand_item .item_info .item_date p {
    margin-bottom: 0;
    color: #666;
    font-size: 0.82639vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .brand .content .brand_top .brand_item .item_info .item_title {
    margin-top: 1.18056vw;
    color: #111;
    font-size: 1.53472vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.27;
    /* 127.778% */
  }
  .brand .content .brand_top .brand_item .item_info .item_desc {
    margin-top: 1.18056vw;
    color: #666;
    font-size: 0.94444vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.7;
    /* 166.667% */
  }
  .brand .content .brand_bot {
    width: 100%;
    height: auto;
    margin-top: 3.54167vw;
  }
  .brand .content .brand_bot .brand_bot_box {
    width: 100%;
    height: auto;
    padding-bottom: 6.25694vw;
  }
  .brand .content .brand_bot .brand_bot_box .brand_item {
    margin-right: 1.47569vw;
    width: 23.61111vw;
    height: auto;
    border-bottom: 0.05903vw solid #D9DDE3;
  }
  .brand .content .brand_bot .brand_bot_box .brand_item:hover {
    border-bottom: none;
    border-radius: 0.35417vw;
    background: #FFF;
    box-shadow: 0vw 0.23611vw 0.88542vw 0vw rgba(0, 0, 0, 0.08);
  }
  .brand .content .brand_bot .brand_bot_box .brand_item:hover .item_img img {
    transform: scale(1.05);
  }
  .brand .content .brand_bot .brand_bot_box .brand_item .item_img {
    width: 100%;
    height: 12.39583vw;
    overflow: hidden;
  }
  .brand .content .brand_bot .brand_bot_box .brand_item .item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s;
  }
  .brand .content .brand_bot .brand_bot_box .brand_item .item_info {
    width: 100%;
    height: auto;
    padding: 1.18056vw;
  }
  .brand .content .brand_bot .brand_bot_box .brand_item .item_info .item_date {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-left: 1.0625vw;
    position: relative;
    color: #666;
    font-size: 0.82639vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .brand .content .brand_bot .brand_bot_box .brand_item .item_info .item_date::before {
    content: '';
    width: 0.29514vw;
    height: 0.94444vw;
    transform: skewX(-15deg) translateY(-50%);
    background: #e60d16;
    position: absolute;
    top: 50%;
    left: 0;
  }
  .brand .content .brand_bot .brand_bot_box .brand_item .item_info .item_date span {
    margin: 0 0.59028vw;
  }
  .brand .content .brand_bot .brand_bot_box .brand_item .item_info .item_date p {
    margin-bottom: 0;
    color: #666;
    font-size: 0.82639vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .brand .content .brand_bot .brand_bot_box .brand_item .item_info .item_title {
    margin-top: 0.70833vw;
    color: #111;
    font-size: 0.94444vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.7;
    /* 127.778% */
  }
  .brand .content .brand_bot .brand_bot_box .swiper-button-prev {
    width: 2.59722vw;
    height: 2.59722vw;
    top: unset;
    bottom: 0vw;
    left: 45%;
  }
  .brand .content .brand_bot .brand_bot_box .swiper-button-prev:hover img:first-child {
    display: none;
  }
  .brand .content .brand_bot .brand_bot_box .swiper-button-prev:hover img:last-child {
    display: block;
  }
  .brand .content .brand_bot .brand_bot_box .swiper-button-prev img {
    width: 100%;
    height: 100%;
  }
  .brand .content .brand_bot .brand_bot_box .swiper-button-prev img:first-child {
    display: block;
  }
  .brand .content .brand_bot .brand_bot_box .swiper-button-prev img:last-child {
    display: none;
  }
  .brand .content .brand_bot .brand_bot_box .swiper-button-prev::after {
    content: '';
  }
  .brand .content .brand_bot .brand_bot_box .swiper-button-next {
    width: 2.59722vw;
    height: 2.59722vw;
    top: unset;
    right: 45%;
    bottom: 0vw;
  }
  .brand .content .brand_bot .brand_bot_box .swiper-button-next:hover img:first-child {
    display: none;
  }
  .brand .content .brand_bot .brand_bot_box .swiper-button-next:hover img:last-child {
    display: block;
  }
  .brand .content .brand_bot .brand_bot_box .swiper-button-next img {
    width: 100%;
    height: 100%;
  }
  .brand .content .brand_bot .brand_bot_box .swiper-button-next img:first-child {
    display: block;
  }
  .brand .content .brand_bot .brand_bot_box .swiper-button-next img:last-child {
    display: none;
  }
  .brand .content .brand_bot .brand_bot_box .swiper-button-next::after {
    content: '';
  }
  .pagebox {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 2.36111vw;
  }
  .spage-number button {
    border-radius: 0.11806vw;
    width: 2.36111vw;
    height: 2.36111vw;
    padding: 0;
    margin: 0 0.23611vw;
    border: none;
    background: transparent;
    line-height: 2.36111vw;
    font-size: 0.82639vw;
    text-align: center;
    color: #111;
  }
  .spage-number button:hover {
    background: #E60012;
    color: #FFFFFF;
  }
  .spage-number button:first-child {
    margin-right: 2.36111vw;
    border-radius: 0.11806vw;
    border: 0.05903vw solid #BBB;
    background: rgba(255, 255, 255, 0);
    width: 2.36111vw;
    height: 2.36111vw;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .spage-number button:first-child img {
    width: 0.47222vw;
    height: 0.64931vw;
  }
  .spage-number button:last-child {
    margin-left: 2.36111vw;
    border-radius: 0.11806vw;
    border: 0.05903vw solid #BBB;
    background: rgba(255, 255, 255, 0);
    width: 2.36111vw;
    height: 2.36111vw;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .spage-number button:last-child img {
    width: 0.47222vw;
    height: 0.64931vw;
  }
  .spage-number button.active {
    background: #E60012;
    color: #FFFFFF;
  }
  .spage-number button.active:hover {
    background: #E60012;
    color: #FFFFFF;
  }
}

@media screen and (max-width: 1024px) {
  .page-banner {
    height: 160vw;
    position: relative;
  }
  .page-banner::after {
    content: '';
    width: 100%;
    height: 160vw;
    background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.4) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
  }
  .page-banner .slogin {
    top: 23.2vw;
    transform: translateY(0);
  }
  .page-banner h3 {
    text-align: center;
    color: #fff;
    font-size: 8.53333vw;
    height: auto;
    position: relative;
  }
  .page-banner h3::after {
    position: absolute;
    top: 100%;
    left: 50%;
    content: '';
    overflow: hidden;
    height: 0.53333vw;
    width: 16vw;
    background-color: #e60d16;
    display: block;
    transform: skewX(-30deg) translateX(-50%);
    margin-top: 2vw;
  }
  .page-banner .crumbs_box {
    padding: 0 4vw;
    position: absolute;
    left: 0;
    bottom: 2.66667vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    z-index: 2;
  }
  .page-banner .crumbs_box a {
    color: #999;
    font-size: 3.2vw;
    font-style: normal;
    font-weight: 400;
    line-height: 8vw;
    /* 187.5% */
  }
  .page-banner .crumbs_box a:hover {
    color: #fff;
  }
  .page-banner .crumbs_box span {
    margin: 0 1.33333vw;
    color: rgba(255, 255, 255, 0.6);
    font-size: 3.2vw;
    font-style: normal;
    font-weight: 400;
    line-height: 8vw;
    /* 187.5% */
  }
  .page-banner .crumbs_box p {
    margin-bottom: 0;
    color: #fff;
    font-size: 3.2vw;
    font-style: normal;
    font-weight: 400;
    line-height: 8vw;
    /* 187.5% */
  }
  .column-title {
    padding-right: 0vw;
  }
  .column-title .descript {
    padding-bottom: 0;
  }
  .page-tab.fixed {
    z-index: 1001;
    top: 0 !important;
  }
  .page-tab .page-tab-content ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .page-tab .page-tab-content ul li {
    margin-right: 6.4vw;
  }
  .page-tab .page-tab-content ul li a {
    color: #666;
    font-size: 4.26667vw;
  }
  .page-tab .page-tab-content ul li.active a {
    color: #111;
  }
  .media_content {
    width: 100%;
    height: auto;
    padding-top: 13.33333vw;
  }
  .media_content .media_b_com {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    justify-content: inherit;
    gap: 8.53333vw;
  }
  .media_content .media_b_com .media_c_l {
    width: 100%;
    height: auto;
  }
  .media_content .media_b_com .media_c_l .company_list, .media_content .media_b_com .media_c_l .media_list {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .media_content .media_b_com .media_c_l .company_list .news_item, .media_content .media_b_com .media_c_l .media_list .news_item {
    margin-top: 5.33333vw;
    width: 100%;
    height: auto;
    margin-right: 0vw;
    background: #F9F9F9;
    display: inline-block;
  }
  .media_content .media_b_com .media_c_l .company_list .news_item:hover, .media_content .media_b_com .media_c_l .media_list .news_item:hover {
    position: relative;
    background: #FFF;
    box-shadow: 0vw 1.33333vw 2.66667vw 0vw rgba(0, 0, 0, 0.1);
  }
  .media_content .media_b_com .media_c_l .company_list .news_item:hover::after, .media_content .media_b_com .media_c_l .media_list .news_item:hover::after {
    content: '';
    width: 100%;
    height: 0.53333vw;
    background: #e60d16;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .media_content .media_b_com .media_c_l .company_list .news_item:hover .item_img img, .media_content .media_b_com .media_c_l .media_list .news_item:hover .item_img img {
    transform: scale(1.05);
  }
  .media_content .media_b_com .media_c_l .company_list .news_item .item_img, .media_content .media_b_com .media_c_l .media_list .news_item .item_img {
    width: 100%;
    height: 61.33333vw;
    overflow: hidden;
  }
  .media_content .media_b_com .media_c_l .company_list .news_item .item_img img, .media_content .media_b_com .media_c_l .media_list .news_item .item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s;
  }
  .media_content .media_b_com .media_c_l .company_list .news_item .item_info, .media_content .media_b_com .media_c_l .media_list .news_item .item_info {
    width: 100%;
    height: auto;
    padding: 5.33333vw;
  }
  .media_content .media_b_com .media_c_l .company_list .news_item .item_info .item_date, .media_content .media_b_com .media_c_l .media_list .news_item .item_info .item_date {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-left: 2.66667vw;
    position: relative;
    color: #666;
    font-size: 3.73333vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .media_content .media_b_com .media_c_l .company_list .news_item .item_info .item_date::before, .media_content .media_b_com .media_c_l .media_list .news_item .item_info .item_date::before {
    content: '';
    width: 1.33333vw;
    height: 4.26667vw;
    transform: skewX(-15deg) translateY(-50%);
    background: #e60d16;
    position: absolute;
    top: 50%;
    left: 0;
  }
  .media_content .media_b_com .media_c_l .company_list .news_item .item_info .item_date span, .media_content .media_b_com .media_c_l .media_list .news_item .item_info .item_date span {
    margin: 0 1.33333vw;
  }
  .media_content .media_b_com .media_c_l .company_list .news_item .item_info .item_date p, .media_content .media_b_com .media_c_l .media_list .news_item .item_info .item_date p {
    margin-bottom: 0;
    color: #666;
    font-size: 3.73333vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .media_content .media_b_com .media_c_l .company_list .news_item .item_info .item_title, .media_content .media_b_com .media_c_l .media_list .news_item .item_info .item_title {
    margin-top: 5.33333vw;
    color: #111;
    font-size: 4.26667vw;
    height: 21.76vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.7;
    /* 150% */
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .media_content .media_b_com .media_c_l .company_list .news_item:nth-of-type(2n), .media_content .media_b_com .media_c_l .media_list .news_item:nth-of-type(2n) {
    margin-right: 0;
  }
  .media_content .media_b_com .media_c_l .company_list .news_item:nth-of-type(3n), .media_content .media_b_com .media_c_l .media_list .news_item:nth-of-type(3n) {
    margin-right: 0vw;
  }
  .media_content .media_b_com .media_c_l .company_list .news_item:nth-of-type(6n), .media_content .media_b_com .media_c_l .media_list .news_item:nth-of-type(6n) {
    margin-right: 0;
  }
  .media_content .media_b_com .media_c_r {
    width: 100%;
    height: auto;
    position: static;
    top: 16vw;
    left: 0;
  }
  .media_content .media_b_com .media_c_r .search_box {
    width: 100%;
    height: auto;
  }
  .media_content .media_b_com .media_c_r .search_box .search_title {
    color: #111;
    font-size: 5.33333vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.35;
    /* 135% */
  }
  .media_content .media_b_com .media_c_r .search_box .search_input {
    width: 100%;
    overflow: hidden;
    height: 13.33333vw;
    border: 0.13333vw solid #D9DDE3;
    background: #FFF;
    margin-top: 1.86667vw;
    position: relative;
  }
  .media_content .media_b_com .media_c_r .search_box .search_input input {
    border: none;
    outline: none;
    width: 100%;
    height: 100%;
    padding: 0 5.33333vw 0 2vw;
    color: #111;
    font-size: 4.26667vw;
    font-style: normal;
    font-weight: 400;
  }
  .media_content .media_b_com .media_c_r .search_box .search_input input::placeholder {
    color: #999;
  }
  .media_content .media_b_com .media_c_r .search_box .search_input .search_img {
    cursor: pointer;
    width: 4.26667vw;
    height: 4.26667vw;
    position: absolute;
    top: 50%;
    right: 2.26667vw;
    transform: translateY(-50%);
  }
  .media_content .media_b_com .media_c_r .cate_box {
    width: 100%;
    height: auto;
    margin-top: 5.06667vw;
  }
  .media_content .media_b_com .media_c_r .cate_box .cate_title {
    color: #111;
    font-size: 5.33333vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.35;
    /* 135% */
  }
  .media_content .media_b_com .media_c_r .cate_box .cate_list {
    width: 100%;
    height: auto;
    margin-top: 0.26667vw;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .media_content .media_b_com .media_c_r .cate_box .cate_list .cate_item {
    margin-right: 3.2vw;
    margin-top: 3.2vw;
    padding: 0.8vw 4.26667vw;
    border: 0.13333vw solid #D9D9D9;
    cursor: pointer;
    border-radius: 133.33333vw;
    color: #111;
    font-size: 3.73333vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.9;
    /* 192.857% */
  }
  .media_content .media_b_com .media_c_r .cate_box .cate_list .cate_item.active {
    background: #E60012;
    color: #fff;
  }
  .media_content .media_b_com .media_c_r .date_box {
    width: 100%;
    height: auto;
    margin-top: 5.06667vw;
  }
  .media_content .media_b_com .media_c_r .date_box .date_title {
    color: #111;
    font-size: 5.33333vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.35;
    /* 135% */
  }
  .media_content .media_b_com .media_c_r .date_box .date_list_box {
    width: 100%;
    height: 13.33333vw;
    margin-top: 1.86667vw;
    position: relative;
  }
  .media_content .media_b_com .media_c_r .date_box .date_list_box::after {
    content: '';
    width: 1.86667vw;
    height: 1.06667vw;
    background: url(/themes/sunwoda/public/assets/images/media/down_icon.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    right: 2.93333vw;
    transform: translateY(-50%);
  }
  .media_content .media_b_com .media_c_r .date_box .date_list_box select {
    appearance: none;
    width: 100%;
    height: 100%;
    border: 0.13333vw solid #D9DDE3;
    outline: none;
    width: 100%;
    height: 100%;
    padding: 0 5.33333vw 0 2vw;
    color: #111;
    font-size: 4.26667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 4.26667vw;
  }
  .brand .column-title {
    width: 100%;
    padding-left: 0vw;
    padding-right: 0;
  }
  .brand h3 {
    font-style: italic;
  }
  .brand .content {
    width: 100%;
    height: auto;
    padding: 0 0vw;
  }
  .brand .content .brand_top {
    width: 100%;
    height: auto;
  }
  .brand .content .brand_top .brand_item {
    cursor: pointer;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: inherit;
    gap: 8.53333vw;
  }
  .brand .content .brand_top .brand_item .item_img {
    width: 100%;
    height: auto;
    position: relative;
  }
  .brand .content .brand_top .brand_item .item_img .img {
    width: 100%;
    height: 100%;
  }
  .brand .content .brand_top .brand_item .item_img .bofang {
    width: 14.13333vw;
    height: 14.13333vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .brand .content .brand_top .brand_item .item_info {
    width: 100%;
    height: auto;
  }
  .brand .content .brand_top .brand_item .item_info .item_date {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-left: 4.8vw;
    position: relative;
    color: #666;
    font-size: 3.73333vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .brand .content .brand_top .brand_item .item_info .item_date::before {
    content: '';
    width: 1.33333vw;
    height: 4.26667vw;
    transform: skewX(-15deg) translateY(-50%);
    background: #e60d16;
    position: absolute;
    top: 50%;
    left: 0;
  }
  .brand .content .brand_top .brand_item .item_info .item_date span {
    margin: 0 1.33333vw;
  }
  .brand .content .brand_top .brand_item .item_info .item_date p {
    margin-bottom: 0;
    color: #666;
    font-size: 3.73333vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .brand .content .brand_top .brand_item .item_info .item_title {
    margin-top: 5.33333vw;
    color: #111;
    font-size: 5.33333vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.27;
    /* 127.778% */
  }
  .brand .content .brand_top .brand_item .item_info .item_desc {
    margin-top: 5.33333vw;
    color: #666;
    font-size: 4.26667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.7;
    /* 166.667% */
  }
  .brand .content .brand_bot {
    width: 100%;
    height: auto;
    margin-top: 8.53333vw;
  }
  .brand .content .brand_bot .brand_bot_box {
    width: 100%;
    height: auto;
    padding-bottom: 14.13333vw;
  }
  .brand .content .brand_bot .brand_bot_box .brand_item {
    margin-right: 3.33333vw;
    width: 80vw;
    height: auto;
    border-bottom: 0.13333vw solid #D9DDE3;
  }
  .brand .content .brand_bot .brand_bot_box .brand_item:hover {
    border-bottom: none;
    border-radius: 0.8vw;
    background: #FFF;
    box-shadow: 0vw 0.53333vw 2vw 0vw rgba(0, 0, 0, 0.08);
  }
  .brand .content .brand_bot .brand_bot_box .brand_item:hover .item_img img {
    transform: scale(1.05);
  }
  .brand .content .brand_bot .brand_bot_box .brand_item .item_img {
    width: 100%;
    height: 56vw;
    overflow: hidden;
  }
  .brand .content .brand_bot .brand_bot_box .brand_item .item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s;
  }
  .brand .content .brand_bot .brand_bot_box .brand_item .item_info {
    width: 100%;
    height: auto;
    padding: 2.66667vw;
  }
  .brand .content .brand_bot .brand_bot_box .brand_item .item_info .item_date {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-left: 4.8vw;
    position: relative;
    color: #666;
    font-size: 3.73333vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .brand .content .brand_bot .brand_bot_box .brand_item .item_info .item_date::before {
    content: '';
    width: 1.33333vw;
    height: 4.26667vw;
    transform: skewX(-15deg) translateY(-50%);
    background: #e60d16;
    position: absolute;
    top: 50%;
    left: 0;
  }
  .brand .content .brand_bot .brand_bot_box .brand_item .item_info .item_date span {
    margin: 0 1.33333vw;
  }
  .brand .content .brand_bot .brand_bot_box .brand_item .item_info .item_date p {
    margin-bottom: 0;
    color: #666;
    font-size: 3.73333vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .brand .content .brand_bot .brand_bot_box .brand_item .item_info .item_title {
    margin-top: 3.2vw;
    color: #111;
    font-size: 4.26667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.7;
    /* 127.778% */
  }
  .brand .content .brand_bot .brand_bot_box .swiper-button-prev {
    width: 8vw;
    height: 8vw;
    top: unset;
    bottom: 0vw;
    left: 36%;
  }
  .brand .content .brand_bot .brand_bot_box .swiper-button-prev:hover img:first-child {
    display: none;
  }
  .brand .content .brand_bot .brand_bot_box .swiper-button-prev:hover img:last-child {
    display: block;
  }
  .brand .content .brand_bot .brand_bot_box .swiper-button-prev img {
    width: 100%;
    height: 100%;
  }
  .brand .content .brand_bot .brand_bot_box .swiper-button-prev img:first-child {
    display: block;
  }
  .brand .content .brand_bot .brand_bot_box .swiper-button-prev img:last-child {
    display: none;
  }
  .brand .content .brand_bot .brand_bot_box .swiper-button-prev::after {
    content: '';
  }
  .brand .content .brand_bot .brand_bot_box .swiper-button-next {
    width: 8vw;
    height: 8vw;
    top: unset;
    right: 36%;
    bottom: 0vw;
  }
  .brand .content .brand_bot .brand_bot_box .swiper-button-next:hover img:first-child {
    display: none;
  }
  .brand .content .brand_bot .brand_bot_box .swiper-button-next:hover img:last-child {
    display: block;
  }
  .brand .content .brand_bot .brand_bot_box .swiper-button-next img {
    width: 100%;
    height: 100%;
  }
  .brand .content .brand_bot .brand_bot_box .swiper-button-next img:first-child {
    display: block;
  }
  .brand .content .brand_bot .brand_bot_box .swiper-button-next img:last-child {
    display: none;
  }
  .brand .content .brand_bot .brand_bot_box .swiper-button-next::after {
    content: '';
  }
  .pagebox {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 5.33333vw;
  }
  .spage-number button {
    border-radius: 0.26667vw;
    width: 8vw;
    height: 8vw;
    padding: 0;
    margin: 0 0.53333vw;
    border: none;
    background: transparent;
    line-height: 8vw;
    font-size: 3.73333vw;
    text-align: center;
    color: #111;
  }
  .spage-number button:hover {
    background: #E60012;
    color: #FFFFFF;
  }
  .spage-number button:first-child {
    margin-right: 5.33333vw;
    border-radius: 0.26667vw;
    border: 0.13333vw solid #BBB;
    background: rgba(255, 255, 255, 0);
    width: 8vw;
    height: 8vw;
    display: none;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .spage-number button:first-child img {
    width: 1.06667vw;
    height: 1.46667vw;
  }
  .spage-number button:last-child {
    margin-left: 5.33333vw;
    border-radius: 0.26667vw;
    border: 0.13333vw solid #BBB;
    background: rgba(255, 255, 255, 0);
    width: 8vw;
    height: 8vw;
    display: none;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .spage-number button:last-child img {
    width: 1.06667vw;
    height: 1.46667vw;
  }
  .spage-number button.active {
    background: #E60012;
    color: #FFFFFF;
  }
  .spage-number button.active:hover {
    background: #E60012;
    color: #FFFFFF;
  }
}
