.top .item {
  background: linear-gradient(98.32deg, #D22A28 13.69%, #CEAC7B 67.31%);
}

.top .carousel_item_left {
  height: 100%;
  width: 60%;
  overflow: hidden;
  overflow: hidden;
}

/* .top .carousel_item_left img{
	height: 100%;
	
} */
.top .carousel_item_right {
  width: 40%;
  padding: 0 0px 0 46px;
  min-width: 700px;
}

.top .carousel_item {
  height: 392px;
}

.top .carousel_item_right_title {
  font-weight: 700;
  font-size: 26px;
  line-height: 48px;
}

.top .carousel_item_right_txt {
  font-weight: 600;
  font-size: 18px;
  line-height: 32px;
  margin-top: 25px;
  margin-top: 40px;
}

.top .carousel_item_right_btn {
  font-weight: 600;
  font-size: 16px;
  line-height: 40px;
  width: 121px;
  height: 44px;
  height: 44px;
  border-radius: 22px;
  text-align: center;
  border: 2px solid #FFFFFF;
  margin-top: 60px;
}

.top .swiper-pagination {
  padding-right: 25px;
}

.top .swiper-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: #FFFFFF;
  border-radius: 2px;
}

.top .swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: 20px;
}



/* 内容 */

.title_contain {
  margin: 60px 0 20px;
}

.sec_title {
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
}

.more_text {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #3D65AE;
  padding-right: 1px;
  cursor: pointer;
}

.more_text:hover {
  color: #2A94F4;
}

.more_img {
  width: 14px;
  height: 14px;
  cursor: pointer;
}

.image_contain {
  width: 100%;
  height: 247px;
  border-radius: 8px 8px 0 0;
  cursor: pointer;
}

.video_swiper .image_contain {
  height: 152px;
}

.swiper-slide .video_icon {
  height: 24px;
  width: 24px;
  top: calc(25% - 12px);
  left: calc(50% - 12px);
}

.image_info {
  padding: 15px 15px;
}

.img_type {
  height: 20px;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #CDAB79;
  margin-bottom: 5px;
}

.img_text {
  height: 40px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 10px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.key_words {
  height: 20px;
}

.highlights .swiper-slide {
  display: block;
  background-color: #fff;
  border: 1px solid rgba(242, 242, 242, 0.1);
  border-radius: 8px;
}

.highlights .swiper-slide-pic {
  /* height: 364px; */
}

.highlights .swiper-slide-video {
  /* height: 269px; */
}

.carousel_control_img {
  width: 100%;
  height: 100%;
}

.video_swiper_contain {
  margin-bottom: 80px;
}

.highlights .swiper-container {
  padding-bottom: 50px;
}

.highlights .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 4px;
  background: #000000;
  border-radius: 2px;
}

.highlights .swiper_control_next {
  top: calc(50% - 55px);
}

.highlights .swiper_control_prev {
  top: calc(50% - 55px);
}











/* 新的 */