.section1 {
    padding-top: .875rem;
}
.section1 .list {
    gap: .35rem;
}
.section1 .list .title {
    font-size: .3rem;
    margin: .25rem 0;
}
.section1 .list .intro {
    color: #999999;
    margin-bottom: .4625rem;
}
.section1 .list a.more {
    gap: .4125rem;
    color: #999999;
}
.section1 .item:hover .fa {
    transform: translateX(.25rem);
}
.section1 .item .fa {
    font-size: .2rem;
}
.section1 .item img {
    width: 100%;
    height: 2.5rem;
    object-fit: cover;
}
@media screen and (max-width: 768px) {
    .section1 .item img {
        height: auto;
    }
}