main{
    width: 1300px;
    margin: auto;
}
main img {
    object-fit: cover;
}
.detaisPageTitle {
    color: #000;
    font-size: 26px;
    text-align: center;
    margin: 0 auto 20px;
    font-weight: 600;
    line-height: 1.5;
}

.detaisPageBox img {
    margin: 0 auto 20px;
}

.detaisPageBox p {
    font-size: 16px;
    margin: 0 auto 20px;
    color: #000;
}

.mianBox{
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.detaisPageBox{
    width: 60%;
    margin-bottom: 50px;
}

.detaisPageBox h3 {
    margin: 0 auto 20px;
    font-weight: 600;
    color: #000;
    font-size: 20px;
}

.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%;
}
.PageLiBox{
    width: 1300px;
    height: 500px;
}

.pageLiBox{
    width: 1300px;
    height: auto;
    display: flex;
    justify-content: start;
}
.pageLi{
    width: calc((100% - 60px)/4);
    height: 300px;
    margin-right: 20px;
}

.pageLi:nth-of-type(4n){
    margin-right: 0px;
}
.pageLi img{
    width: 100%;
    height: 240px;
}
.pageLi .pKey{
    color: gray;
    font-size: 14px;
    margin-bottom: 5px;
}
.pageLi .pName{
    font-size: 20px;
}
@media screen and (max-width:960px) {
    main {
        width: 95%;
    }
    .detaisPageBox{
        width: 100%;
    }
    .detaisPageTitle {
        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;
    }
    .detaisPageBox img{
        width: 100% !important;
        height: auto !important;
    }

    .pageLiBox{
        width: 100%;
        flex-wrap: wrap;
    }

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