.section {
    padding-top: 167px;
}
.section .title .joke {
    width: 1520px;
    margin: auto;
}
.section .title {
    width: 100%;
    background: #F5F5F5;
    padding: 103px 0 61px;
}
.section .title .joke p {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 100;
    color: #000000;
}
.section .title .joke p.time {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 100;
    color: #000000;
}
.section .title .joke h1 {
    font-size: 42px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #000000;
    margin: 10px 0 76px;
}
.section .main {
    width: 1520px;
    margin: 69px auto 120px;
    display: flex;
    justify-content: space-between;
}
.section .main .content {
    width: 1140px;
}
.section .main .content p {
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 100;
    color: #000000;
    line-height: 38px;
}
.section .main .page a {
    display: flex;
    flex-direction: column;
    padding: 60px 32px 48px;
    justify-content: space-between;
    width: 280px;
    height: 280px;
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    margin-bottom: 40px;
    transition: 0.6s;
}
.section .main .page a h5 {
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 700;
    color: #333333;
    line-height: 26px;
    transition: 0.6s;
}
.section .main .page a p {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 100;
    color: #333333;
    transition: 0.6s;
}
.section .main .page a:hover {
    border: 1px solid transparent;
    background: #970005;
}
.section .main .page a:hover p,.section .main .page a:hover h5 {
    color: #FFFFFF;
}
@media screen and (max-width: 1600px) {
    .section .title .joke h1 {
        font-size: 36px;
    }
    .section .title .joke,.section .main {
        width: 90%;
    }
    .section .main .content {
        width: 75%;
    }
    .section .main .page a {
        width: 13vw;
        height: 13vw;
        padding: 10% 10% 10%;
    }
    .section .main .page a h5 {
        font-size: 16px;
    }
}
@media screen and (max-width: 1450px) {
    .section .title .joke h1 {
        font-size: 32px;
    }
    .section .main .content p {
        font-size: 16px;
    }
    .section .main .page a h5 {
        font-size: 14px;
    }
}
@media screen and (max-width: 1365px) {
    .section {
        padding-top: 80px;
    }
    .section .title {

    }
    .section .main {
        flex-direction: column;
    }
    .section .main .page {
        display: flex;
        justify-content: space-between;
        flex-direction: row-reverse;
    }
    .section .title{
        padding: 59px 0 61px;

    }
    .section .title .joke h1 {
        margin: 10px 0 46px;
    }
    .section .title .joke h1 {
        font-size: 28px;
    }
    .section .main .page a {
        padding: 15px;
    }
    .section .main .content {
        width: 100%;
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 768px) {
    .section .title{
        padding: 30px 0 40px;
    }
    .section .title .joke h1 {
        font-size: 24px;
        margin: 10px 0 20px;
    }
    .section .main {
        margin: 30px auto 60px;
    }
    .section .main .page a {
        width: 40vw;
        height: 40vw;
    }
}
