.headerMobel {
    display: none;
}

main {
    width: 1400px;
    margin: auto;
}


.recommend {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 60px;
    margin-top: 20px;
}

.recommendList {
    width: 32%;
    height: 100%;
    margin-bottom: 60px;
}

.recommendList img {
    width: 100%;
    height: 170px;
}

.recommendList p {
    color: #111111;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 700;
    font-size: 14px;
    margin-top: 10px;
}

.list {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    margin-top: 20px;
}



.a-title {
    color: #000000;
    font-size: 26px;
    text-align: center;
    margin: 0 auto 20px;
    font-weight: 600;
    line-height: 1.5;
}

.article-box img {
    margin: 0 auto 20px;
}

.article-box p {
    margin: 0 auto 20px;
    color: #333333;
}

.article-box h3 {
    margin: 0 auto 20px;
    font-weight: 600;
    color: #000000;
}

.article_img {
    width: 100%;
    text-align: center;
}

.recommendList img {
    height: 220px;
}

footer {
    bottom: 60px;
}

@media screen and (max-width:1080px) {
    main {
        width: 90%;
        margin-bottom: 60px;
    }

    .article-box img{
        width: 100% !important;
        height: auto !important;
    }

    .a-title {
        font-size: 22px;
    }

    .headerMobel {
        display: flex;
    }

    .recommendList {
        width: 100%;
        margin-bottom: 20px;
        margin-top: 0px;
    }

    .recommendList p {
        margin-top: 0px;
        font-weight: 500;
    }

    .recommendList h3 {
        font-size: 16px;
        font-weight: 400;
    }
}