.news__items-wrapper{
    display:grid;grid-template-columns:repeat(1,minmax(0,1fr));grid-gap:2rem;gap:2rem}
@media (min-width:768px){.news__items-wrapper{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (min-width:1024px){.news__items-wrapper{grid-template-columns:repeat(3,minmax(0,1fr))}}
.news__items-wrapper{margin-bottom:2rem}
@media (min-width:768px){.news__items-wrapper{margin-bottom:4rem}}
.news__item{position:relative;width:100%;padding-top:0;padding-bottom:0}
.news__item:not(:last-child){border-bottom:1px solid #fff}
.news__item .image{position:relative;margin-bottom:1rem;max-height:20rem;min-height:320px;--tw-bg-opacity:1;background-color:rgba(255,255,255,var(--tw-bg-opacity))}
@media (min-width:1440px){.news__item .image{min-height:390px}}
@media (min-width:1920px){.news__item .image{min-height:410px}}
.news__item .image img{position:absolute;top:0;right:0;bottom:0;left:0}.news__item .image .placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.news__item .image .placeholder svg{height:100%;width:100%;--tw-rotate:0deg;-webkit-transform:var(--tw-transform);transform:var(--tw-transform)}.news__item p.tag{margin-bottom:.5rem}
.news__item svg{height:1.5rem;width:1.5rem;--tw-rotate:-90deg;-webkit-transform:var(--tw-transform);transform:var(--tw-transform);-webkit-transition-property:all;transition-property:all;-webkit-transition-timing-function:cubic-bezier(.4,0,.2,1);transition-timing-function:cubic-bezier(.4,0,.2,1);-webkit-transition-duration:.15s;transition-duration:.15s;fill:#0f0f0f}
.news__single-content img{width:100%;-o-object-fit:cover;object-fit:cover}.news__single-content a{--tw-text-opacity:1;color:rgba(255,80,10,var(--tw-text-opacity))}

.icon__color{
    fill:#0f0f0f
}
.icon__color:hover{
    fill:#003a95;
}

.svg-link {
    text-decoration: none; /* 移除下划线 */
    display: inline-block; /* 使链接作为行内块级元素显示 */
    width: 43px; /* SVG的宽度 */
    height: 8px; /* SVG的高度，根据实际情况调整 */
}