.section__stories .swip__stories .feature_strories .swiper-button-next:hover, .section__stories .swip__stories .feature_strories .swiper-button-prev:hover{
	filter:drop-shadow(0 15px 10px rgba(108, 172, 228,0.7));
}

.rounded {
	border-radius: 50px !important;
}

.resizesa img {
	border-radius: 30px !important;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	/* 或 contain，依需求 */
}

.resizesa {
	height: 0;
	width: 500px;
	padding-bottom: 56.25%;
	/* 16:9 比例 = 9/16 = 0.5625 */
	position: relative;
	overflow: hidden;
	left:50%;
	margin-left: -200px;
}
hr.newslisthrblue {
  flex-basis: 100%;
  border: none;
  border-top: 1px solid #ccc;
  margin: 30px 0;
  padding:1rem;
}
.responsive-activity {
  flex-direction: row;
}
@media screen and (max-width: 1024px) {
.resizesa {
	height: 0;
	width: 100%;
	padding-bottom: 56.25%;
	/* 16:9 比例 = 9/16 = 0.5625 */
	position: relative;
	overflow: hidden;
	left:50%;
	margin-left: -50%;
	}
}

.activity_open{
	background-color:#6BBBAE;
}

.activity_close{
	background-color:#898989;
}
@media (min-width: 500px) and (max-width: 767px) {
   .responsive-activity {
    flex-direction: column !important;
    align-items: center;
    text-align: center;
  }

  .responsive-activity > div {
    width: 100% !important;
    max-width: 100%;
  }
  .activity_bottom{
	margin-left: 0!important;
  }
 /*
 
  .responsive-activity h5,
  .responsive-activity p {
    width: 95% !important;
    margin: auto;
    text-align: justify;
  } */
}