.aspect-ratio-div img {
    object-fit: cover; /* 保持图片比例并覆盖整个容器 */
    transition: transform 0.8s ease-in-out;}

.aspect-ratio-div:hover img {
    transform: scale(2);}

  /* 整个容器尺寸 */
    .swiper-container {
        width: 100%;
        height: 240px;}
  /* 分页符区域样式 */
  .c1041444myswiper-pagination
  {
       position: absolute;
       -webkit-transition: 300ms;
      -moz-transition: 300ms;
      -o-transition: 300ms;
      transition: 300ms;
      -webkit-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      -o-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      bottom:10px;
      right: 15px; 
      z-index: 10;
          margin:0 3px;}
  /* 分页符 */
.c1041444myswiper-pagination-bullet
{
  margin: 0 3px;
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;}

  /* 当前分页符 */
.c1041444myswiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;}

.news_title a {
    font-size: 2rem;
    font-weight: 550;}
.c1127308 a {
    display: inline-block;
    width: 10rem;
    color: white;
    text-align: center;
    padding: 0.5rem 1rem;
    margin-right: 0.5rem;
    border-radius: 0.5rem;
    border: 1px solid white;}
