.banner_box{
  padding: 40px 0;
  background: #F6F7F8;
}
/* 轮播图 s */
.carousel{
  position: relative;
}

.img-fluid{
  height: 510px;
  object-fit: cover;
  width: 100%;
}


.carousel_info_btn{
  flex: 2;
  display: flex;
  justify-content: end; 
}

.carousel-indicators-banner{
  height: 55px;
  padding: 0 20px;
  background: rgba(0,0,0,0.5);
  margin: 0;
  display: flex;
  align-items: center;
}

.carousel-indicators-banner [data-bs-target]{
  box-sizing: border-box;
  flex: 0 1 auto;
  width: 25px;
  height: 25px;
  border: 1px solid rgba(255,255,255,0.4);
  border-radius: 50%;
  font-size: 14px;
  font-weight: bold;
  color: #000 !important;
  background: transparent;

  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  cursor: pointer;
  transition: opacity 0.6s ease;
  text-indent: 0px;
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.active{
  background: rgba(255,255,255,0.4) !important;
}

.carousel-caption{
  width: 38em;
  position: absolute;
  bottom: 0.25rem;
  left: 1.5rem;
  right: 0 ;
  padding-bottom: 0;
  color: #fff !important;
  text-align: start;
  z-index: 999;
}
/* 轮播图 e */

.banner_info_box{
  background: #FFFFFF;
  box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.05);
  padding: 0 24px;
  border-top: 4px solid #13489C;
  height: 100%;
  width: 100%;
}

.banner_info_title_box{
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #E4E4E4;
  height: 65px;
}

.banner_info_title_label_box{
  height: 100%;
  display: flex;
}
.banner_info_title_label{
  height: 100%;
  line-height: 65px;
  font-size: 20px;
  font-weight: 500;
  color: #555555;
  cursor: pointer;
}
.banner_info_title_label:last-child{
  margin-left: 40px;
}
.banner_info_title_label_active{
  border-bottom: 2px solid #13489C;
  font-weight: bold;
  color: #114497;
}

.banner_info_title_more{
  font-size: 16px;
  font-weight: 400;
  color: #114497;
  cursor: pointer;
}

.banner_info_list_box{

}
.banner_info_list_item{
  padding: 16px 0;
  border-bottom: 1px dashed #D1D1D1;
}
.banner_info_list_item_date{
  font-size: 14px;
  font-weight: 400;
  color: #6C7F9D;
}
.banner_info_list_item_text{
  font-size: 17px;
  font-weight: 400;
  color: #222222;
}
