main{
    width: 1000px;
}
.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 {
    font-size: 14px;
    margin: 0 auto 20px;
    color: #333333;
}

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

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


.recommendList img {
    height: 220px;
}

.listFiveBox {
    flex-wrap: nowrap;
}

.lsitFiveSmallBox {
    margin: 0px;
    flex-wrap: nowrap;
    width: 31%;
}

.lsitFiveSmallBox h3 {
    margin-top: 10px;
}

.listFiveMain {
    justify-content: space-between;
}

.listFiveMain .listLi {
    width: 32%;
}
.list-title-txt-right{
    display: none;
}

@media screen and (max-width:1080px) {
    main {
        width: 95%;
    }

    .a-title {
        font-size: 22px;
        font-family: Georgia, 'Times New Roman', Times, serif;
    }

    .headerMobel {
        display: flex;
    }

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

    .recommendList p {
        margin-top: 0px;
        font-weight: 500;
        font-family: Georgia, 'Times New Roman', Times, serif;
    }

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

    .recommend {
        width: 100%;
    }


    .listFiveBox {
        flex-wrap: wrap !important;
    }

    .listFiveBox .lsitFiveSmallBox {
        width: 100%;
        margin-bottom: 20px !important;
    }
    .article-box img{
        width: 100% !important;
    }
}