.attention-culture {
    width: 100%;
    position: relative;
}

.attention-culture .case {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 auto;

}

.attention-culture .box {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
}

.attention-culture .box .item {
    width: 33%;
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 160px;
}

.attention-culture .box .item a {
    padding: 10px 30px;
    border-radius: 30px;
    background: #a91f24;
    color: #fff;
    font-size: 2.2rem;
}

.attention-culture .box .item p {
    margin-top: 30px;
}

.attention-culture .box .item span {
    font-size: 2rem;
    color: #333;
}