body{background-color:#F7F7F7}.article-list .article-list-header{display:flex}.article-list .article-list-header .image-wrapper{width:50%;aspect-ratio:720 / 400}.article-list .article-list-header .image-wrapper img{width:100%;height:100%;object-fit:cover}.article-list .article-list-header .content-wrapper{width:50%;padding:0;padding-left:8%}.article-list .article-list-header .content-wrapper .examine:hover{color:var(--primary-color)}.article-list .content-wrapper{padding:32px 42px 50px;width:100%}.article-list .content-wrapper .date{color:#DB8B00}.article-list .content-wrapper .desc{line-height:1.5;color:#999999}.article-list .content-wrapper .examine{display:flex;align-items:center;color:#666666}.article-list .content-wrapper .examine .iconfont{transform:rotate(40deg);font-size:16px}.article-list .article-list-wrapper{display:flex;flex-wrap:wrap;gap:32px}.article-list .article-list-wrapper .article-item{transition:all .3s ease;border:1px solid #EBEBEB;box-shadow:0 0 10px #ccc;width:calc(100% / 3 - 32px * 2 / 3);background-color:#fff}.article-list .article-list-wrapper .article-item:hover{transform:translate3d(0, -10px, 0)}.article-list .article-list-wrapper .article-item:hover img{transform:scale(1.1)}.article-list .article-list-wrapper .article-item:hover .title{color:var(--primary-color)}.article-list .article-list-wrapper .article-item .swiper-slide-link{display:block}.article-list .article-list-wrapper .article-item .image-wrapper{width:100%;aspect-ratio:460 / 254;overflow:hidden}.article-list .article-list-wrapper .article-item .image-wrapper img{width:100%;height:100%;object-fit:cover;transition:all .3s ease}@media screen and (max-width:992px){.article-list .article-list-header{flex-direction:column}.article-list .article-list-header .image-wrapper{width:100%}.article-list .article-list-header .content-wrapper{width:100%;padding:24px 0}.article-list .content-wrapper{padding:20px 16px 30px}.article-list .article-list-wrapper{gap:24px;flex-direction:column}.article-list .article-list-wrapper .article-item{width:100%}}