.advantage{ display: flex; align-items: center; gap: 4rem; margin-bottom: 4rem; .desc{ width: 50%; padding: 1rem 0; h3{ font-size: 1.25rem; font-weight: normal; color: #000000; padding-bottom: 1.2rem; } p{ font-family: HarmonyOS_Sans_SC; font-size: 0.667rem; font-weight: normal; font-stretch: normal; line-height: 1.25rem; letter-spacing: 0rem; color: #666666; } a{ display: block; width: 5.875rem; height: 2.083rem; font-size: 0.667rem; line-height: 2.083rem; color: #ffffff; text-align: center; background-color: #0671b9; border-radius: 1.042rem; margin-top: 2rem; &:hover{ opacity: 0.8; } } } } .news-wrapper{ display: grid; grid-template-columns: repeat(3,1fr); gap: 1.2rem; .swiper-slide{ background-color: #fff; border: solid 0.042rem #e5e5e5; &:hover{ .img-box{ img{ transform: scale(1.03); } } .desc{ h5{ color: #0671b9; } } } .img-box{ width: 100%; overflow: hidden; img{ display:block; width: 100%; transition: transform .3s ease; margin: 0; } } .desc{ padding:1.4rem ; transition: all .3s ease; h5{ margin: 0; font-size: 0.833rem; line-height: 1.25rem; color: #000000; transition: all .3s ease; } p{ font-size: 0.583rem; line-height: 1rem; color: #666666; transition: all .3s ease; } .bottom{ display: flex; align-items: center; justify-content: space-between; font-size: 0.583rem; line-height: 1rem; color: #666666; padding-top: 1.5rem; margin-top: 1.5rem; border-top: 1px solid #eeeeee; } } } } .pagetion{ display: flex; align-items: center; justify-content: center; padding-top: 2rem; gap: .3rem; li{ width: 2.083rem; height: 2.083rem; border-radius: 50%; background-color: #f5f5f5; font-size: 0.583rem; font-weight: normal; font-stretch: normal; line-height:2.083rem; text-align: center; a{ color: #666666; } &:hover, &.active{ background-color: #0671b9; a{ color: #fff; } } } } @media (max-width: 992px) { .advantage{ flex-direction: column; gap: 0; .img-box{ width: 100%; img{ display: block; width: 100%; height: unset; } } .desc{ width: 100%; } } .news-wrapper{ grid-template-columns: repeat(1,1fr); gap: 1.2rem; } }