.section{
    width: 100%;
    overflow: hidden;
    background: #fff;
}

.section .warp .content .item{
    display: flex;
    align-items: center;
    padding-bottom: 40px;
    border-bottom: 1px solid #F1F1F1;
    margin-bottom: 40px;
    position: relative;
}
.section .warp .content .item:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #18397C;
    transition: 0.6s;
}
.section .warp .content .item:hover:after{
    width: 100%;
}
.section .warp .content .item .text {
    width: 50%;
}
.section .warp .content .item .images{
    width: 369px;
    /* height: 237px; */
    display: block;
    overflow: hidden;
    margin-right: 50px;
}
.section .warp .content .item .images img{
    width: 100%;
    height: 100%;
    transition: 4s;
}
.section .warp .content .item .images:hover img{
    transform: scale(1.2);
}
.section .warp .content .item .text .time{
    font-size: 14px;
    font-family: FuturaBT;
    font-weight: normal;
    color: #000000;
    margin-bottom: 47px;
}
.section .warp .content .item .text .headline{
    font-size: 22px;
    /* font-family: ZauriSans; */
    font-weight: normal;
    color: #000000;
    margin-bottom: 34px;
    display: block;
    transition: 0.4s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}
.section .warp .content .item .text .headline:hover{
    color: #18397C;
}
.section .warp .content .item .text p{
    width: 100%;
    font-size: 14px;
    font-family: X;
    font-weight: normal;
    color: #000000;
    line-height: 28px;
    min-height: 84px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.section .warp .content .item .more{
    width: 58px;
    height: 58px;
    background: #E1E1E1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 100px;
    transition: 0.4s;
}
.section .warp .content .item .more .iconfont{
    color: #C1C1C1;
    font-size: 12px;
    transition: 0.6s;
}
.section .warp .content .item .more:hover{
    background-color: #18397C;
    transform: scale(1.1);
}
.section .warp .content .item .more:hover .iconfont{
    color: #fff;
    transform: translateX(5px);
}
.section .warp .pagination{
    margin-top: 82px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.section .warp .pagination a{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 10px;
    color: #484848;
    font-size: 16px;
    font-family: FuturaBT;
    font-weight: normal;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section .warp .pagination a:last-child{
    margin-right: 0;
}
.section .warp .pagination .on{
    background: #18397C;
    color: #fff;
}
.page{
    width: 100%;
    /* background: #F7F7F7; */
    overflow: hidden;
    text-align: center;
}
.page .warp{
    width: 1200px;
    margin: 95px auto 108px;
    position: relative;
}
.page .warp .return{
    position: absolute;
    top: 63px;
    right: -157px;
    width: 58px;
    height: 58px;
    background: #E1E1E1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}
.page .warp .return .iconfont{
    color: #C1C1C1;
    font-size: 12px;
    transition: 0.6s;
    transform: rotate(180deg);
}
.page .warp .return:hover{
    background-color: #26903A;
    transform: scale(1.1);
}
.page .warp .return:hover .iconfont{
    color: #fff;
    transform: rotate(180deg) translateX(5px);
}
.page .warp .joke{
    width: 100%;
    background: #FFFFFF;
    padding: 74px 70px 77px 70px;
}
.page .warp .joke .title{
    padding-bottom: 32px;
    border-bottom: 1px solid #DCDCDC;
    margin-bottom: 103px;
}
.page .warp .joke .title span{
    font-size: 24px;
    font-family: ZauriSans;
    font-weight: normal;
    color: #000000;
}
.page .warp .joke .title .source{
    display: flex;
    justify-content: space-between;
    margin-top: 34px;
}
.page .warp .joke .title .source .time{
    font-size: 14px;
    font-family: FuturaBT;
    font-weight: normal;
    color: #6B6B6B;
}
.page .warp .joke .title .source p{
    font-size: 14px;
    font-family: X;
    font-weight: normal;
    color: #6B6B6B;
}
.page .warp .joke .content h6{
    width: 950px;
    margin: auto;
    font-size: 16px;
    font-family: X;
    font-weight: normal;
    color: #000000;
    line-height: 32px;
}
.page .warp .joke .content name{
    font-size: 16px;
    font-family: X;
    font-weight: normal;
    color: #000000;
    text-align: right;
}
.page .warp .joke .content h1{
    font-size: 23px;
    font-family: ZauriSans;
    font-weight: normal;
    color: #000000;
}
.page .warp .joke .content h2{
    font-size: 14px;
    font-family: ZauriSans;
    font-weight: normal;
    color: #000000;
}
.page .warp .joke .content h3{
    font-size: 14px;
    font-family: X;
    font-weight: normal;
    color: #515151;
}

.page .warp .joke .content h4{
    font-size: 20px;
    font-family: ZauriSans;
    font-weight: normal;
    color: #000000;
}
.page .warp .joke .content h5{
    font-size: 16px;
    font-family: ZauriSans;
    font-weight: normal;
    color: #000000;
}
.page .warp .joke .content > p{
    font-size: 14px;
    font-family: X;
    font-weight: normal;
    color: #000000;
    line-height: 32px;
}
.page .warp .joke .content a{
    width: 180px;
    height: 54px;
    border: 1px solid #DCDCDC;
    margin: 62px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    transition: 0.6s;
}
.page .warp .joke .content a:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #26903A;
    z-index: -1;
    transform: translateY(-10px);
    transition: 0.6s;
    opacity: 0;
}
.page .warp .joke .content a p{
    font-size: 14px;
    font-family: X;
    font-weight: normal;
    color: #000000;
    position: relative;
    top: -2px;
    transition: 0.6s;
}
.page .warp .joke .content a:hover{
    border: 1px solid #26903A;
}
.page .warp .joke .content a:hover p{
    color: #fff;
}
.page .warp .joke .content a:hover:after{
    transform: translateY(0);
    opacity: 1;
}

.section .warp.all {
    width: 100%;
}

.section .warp{
    width: 75%;
    float: left;
}

.section .cate {
    width: 25%;
    float: right;
    padding-left: 7%;
}

.section .cate .catebox {
    border: 1px solid #eee;
    box-shadow:  rgba(0, 0, 0, 0.12) 0px 0px 12px 0px;
    padding: 20px 20px 5px 20px;
}
.section .cate .cate-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #000;
}

.section .cate ul li {
    font-size: 16px;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}

.section .cate ul li:last-child {
    border-bottom: none;
}

.section .cate ul li.active a {
    color: #18397C;
    font-weight: bold;
}

@media screen and (max-width: 1856px) {

}
@media screen and (max-width: 1700px) {
    .section .warp{
        width: 75%;
    }
}
@media screen and (max-width: 1680px) {
    .section .warp .content .item .text .headline,.section .warp .content .item .text p{
        width: 690px;
    }
    .section .warp .content .item .text p{
        -webkit-line-clamp: 2;
        display: block;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
}
@media screen and (max-width: 1600px) {

}
@media screen and (max-width: 1440px) {
    .section .warp .content .item .text .headline, .section .warp .content .item .text p {
        width: 520px;
    }
}
@media screen and (max-width: 1400px) {

}
@media screen and (max-width: 1366px) {

}
@media screen and (max-width: 768px) {
    .section .warp{
        width: 75%;
        margin: 0px auto 0;
    }
    .section .warp .content .item{
        flex-direction: column;
        align-items: unset;
        padding-bottom: 15px;
        margin-bottom: 20px;
    }
    .section .warp .content .item .text {
        width: 100%;
    }
    .section .warp .content .item .images{
        width: 100%;
        height: auto;
    }
    .section .warp .content .item .text .time{
        font-size: 14px;
        margin-top: 15px;
        margin-bottom: 0px;
        color: #999;
    }
    .section .warp .content .item .text .headline{
        font-size: 20px;
    }
    .section .warp .content .item .text .headline, .section .warp .content .item .text p{
        width: 100%;
        margin-bottom: 0;
    }
    .section .warp .content .item .text p{
        font-size: 12px;
        line-height: 24px;
        display: block;
        min-height: auto;
        display: none;
    }
    .section .warp .content .item .more{
        width: 48px;
        height: 48px;
        margin-left: 0;
        margin-top: 45px;
        display: none;
    }
    .section .warp .pagination {
        margin: 30px 0;
    }
    .page .warp{
        width: 90%;
        margin: 50px auto 50px;
    }
    .page{
        background: #fff;
    }
    .page .warp .joke{
        padding: 0;
    }
    .page .warp .joke .title span{
        font-size: 20px;
    }
    .page .warp .joke .title .source .time{
        font-size: 12px;
    }
    .page .warp .joke .title .source p{
        font-size: 12px;
    }
    .page .warp .joke .title{
        margin-bottom: 18px;
        padding-bottom: 25px;
    }
    .page .warp .joke .content > p{
        font-size: 12px;
    }
    .page .warp .joke .content > p img{
        width: 100%;
    }
    .page .warp .joke .content a{
        width: 149px;
        height: 46px;
        margin: 35px auto 0;
    }
    .page .warp .joke .content a p{
        font-size: 12px;
    }
    .section .cate {
        padding-left: 4%;
    }
    .section .cate .catebox {
        padding: 10px 10px 2px 10px;
    }
    .section .cate .cate-title {
        font-size: 14px;
        margin-bottom: 5px;
        line-height: 1.3;
    }
    .section .cate ul li {
        font-size: 12px;
        padding: 10px 0;
        line-height: normal;
    }
    .section .warp .content .item .text .headline {
        margin-top: 25px;
        font-size: 16px;
    }
    .section .warp .content .item .images img {
        border-radius: 8px;
    }
}
