#above {
    position: relative;
    top: 60px;
    width: 100%;
    height: 240px;
    object-fit: cover;
}

#above img {
    display: block;
    width: 100%;
    height: 100%;
}

#above .slogan{
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -44px;
    height: 88px;
    line-height: 88px;
    color: #eee;
    font-size: 20px;
    text-align: center;
    z-index: 3;
    letter-spacing: 2px;
}

#above .mask {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .44);
    z-index: 1;
}

#above .header {
    display: none;
}

.main{
    margin: 80px auto 0;
    width: 92%;
}

.main .item{
    margin: 20px auto 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.main .item img{
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.main .item .info{
    margin: 10px auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.main .item .info p{
    font-size: 18px;
    color: #242424;
}

.main .item .info span{
    font-size: 14px;
    color: rgb(89, 88, 97);
    margin-top: 4px;
}

.main .right{
    flex-direction: column-reverse;
}
