.section{
    width: 100%;
    background: #fff;
    overflow: hidden;
}
.section .warp{
    width: 1561px;
    margin: 114px auto 74px;
}
.section .warp .joke{
    display: flex;
    flex-wrap: wrap;
}
.section .warp .joke .item{
    width: 487px;
    margin: 0 50px 55px 0;
    border-bottom: 1px solid rgba(239, 239, 239, 1);
    padding: 0 0 33px 0;
    position: relative;
    display: block;
}
.section .warp .joke .item:after{
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 1px;
    background: rgba(13, 80, 190, 1);
    transition: 0.6s;
}
.section .warp .joke .item:nth-child(3n){
    margin: 0 0 55px 0;
}
.section .warp .joke .item .picture{
    width: 100%;
    height: 325px;
    overflow: hidden;
}
.section .warp .joke .item .picture img{
    width: 100%;
    height: 100%;
    transition: 2s;
}
.section .warp .joke .item .text{
    margin: 35px 0 0 0;
}
.section .warp .joke .item .text span{
    font-size: 22px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #313131;
    margin: 0 0 31px 0;
    display: block;
    transition: 0.6s;
}
.section .warp .joke .item .text p{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #383838;
    line-height: 28px;
}
.section .warp .joke .item .text .time{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #787878;
    margin: 50px 0 0 0;
}

.section .warp .joke .item:hover:after{
    width: 100%;
    left: 0;
}
.section .warp .joke .item:hover .text span{
    color: rgba(17, 76, 191, 1);
}
.section .warp .joke .item:hover .picture img{
    transform: scale(1.05);
}
.section .warp .common_paging{
    margin: 119px 0 0 0;
}

.page{
    width: 100%;
    overflow: hidden;
}
.page .warp{
    width: 1200px;
    margin: 284px auto 174px;
}
.page .warp .title{
    padding: 0 0 69px 0;
    border-bottom: 1px solid rgba(86, 86, 86, 0.17);
    position: relative;
}
.page .warp .title .time{
    font-size: 18px;
    font-family: ITC Avant Garde Gothic Std;
    font-weight: 500;
    color: #dcdadd;
    margin: 0 0 43px 0;
}
.page .warp .title span{
    font-size: 46px;
    font-family: Source Han Sans CN;
    font-weight: 200;
    color: #4A4A4A;
    margin: 0 0 65px 0;
    display: block;
}
.page .warp .title p{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #636363;
}
.page .warp .title .return{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 14px;
    transition: 0.6s;
}
.page .warp .title .return .button{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1B3FC3;
    border-radius: 50%;
}
.page .warp .title .return .iconfont{
    color: rgba(255, 255, 255, 1);
    font-size: 15px;
    transform: rotate(180deg);
    transition: 0.6s;
}
.page .warp .title .return:hover{
    transform: scale(1.1);
}
.page .warp .title .return:hover .iconfont{
    transform: rotate(180deg) translateX(5px);
}
.page .warp .content{
    margin: 71px 0 0 0;
    padding: 0 0 86px 0;
    border-bottom: 1px solid rgba(86, 86, 86, 0.17);
}
.page .warp .content p{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #4F4D4D;
    line-height: 30px;
}
.page .warp .paging{
    margin: 53px 0 0 0;
}
.page .warp .paging a{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #2D2D2D;
    margin: 0 0 26px 0;
    display: block;
    width: fit-content;
    transition: 0.6s;
}
.page .warp .paging a:last-child{
    margin: 0;
}
.page .warp .paging a:hover{
    color: rgba(27, 63, 195, 1);
}
@media screen and (max-width: 1856px) {

}
@media screen and (max-width: 1792px) {
    .section .warp{
        width: 90%;
    }
    .section .warp .joke .item .picture{
        height: auto;
    }
    .section .warp .joke .item .picture img{
        vertical-align: bottom;
    }
}
@media screen and (max-width: 1735px) {
    .section .warp .joke .item{
        width: 31%;
    }
}
@media screen and (max-width: 1680px) {

}
@media screen and (max-width: 1600px) {

}
@media screen and (max-width: 1588px) {
    .section .warp .joke .item {
        width: 30.8%;
    }
}
@media screen and (max-width: 1464px) {
    .section .warp .joke .item {
        width: 30.7%;
    }
}
@media screen and (max-width: 1440px) {

}
@media screen and (max-width: 1408px) {
    .section .warp .joke .item {
        width: 30.5%;
    }
}
@media screen and (max-width: 1400px) {

}
@media screen and (max-width: 1366px) {
    .page .warp{
        width: 80%;
    }
}
@media screen and (max-width: 1025px) {
    .section .warp {
        width: 90%;
        margin: 47px auto 0;
    }
    .section .warp .joke{
        flex-direction: column;
    }
    .section .warp .joke .item{
        width: 100%;
        padding: 0 0 19px 0;
    }
    .section .warp .joke .item .text span{
        margin: 0 0 9px 0;
    }
    .section .warp .joke .item .text {
        margin: 25px 0 0 0;
    }
    .section .warp .joke .item .text .time{
        margin: 35px 0 0 0;
    }
    .page .warp{
        width: 90%;
        margin: 114px auto 54px;
    }
    .page .warp .title .time{
        font-size: 13px;
        margin: 0 0 25px 0;
    }
    .page .warp .title span{
        font-size: 30px;
        margin: 0;
    }
    .page .warp .title{
        padding: 0 0 40px 0;
    }
    .page .warp .title .return{
        position: static;
        margin: 30px 0 0 0;
    }
    .page .warp .content p{
        font-size: 13px;
    }
    .page .warp .content{
        margin: 35px 0 0 0;
        padding: 0 0 43px 0;
    }
    .page .warp .content p img{
        width: 100%;
        height: auto;
    }
    .page .warp .paging {
        margin: 31px 0 0 0;
    }
    .page .warp .paging a{
        margin: 0 0 14px 0;
        font-size: 14px;
    }
}

