.section{
    position: relative;
}
.section{
    padding: 130px 0 60px 0;
}
.section .the_left{
    position: absolute;
    bottom: 0;
    left: 0;
}
.section .the_right{
    position: absolute;
    top: 102px;
    right: 0;
}
.section .background{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.section .wrap{
    width: 1056px;
    position: relative;
    z-index: 12;
    margin: auto;
}

.section .wrap .news_swiper{
    width: 100%;
}
.section .wrap  .joke{
    display: flex;
    transform: translateY(10px);
    opacity: 0;
    transition: 1s;
}
.section .wrap .joke{
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.4s;
}
.section .wrap .joke .text{
    width: 288px;
    margin: 137px 209px 0 0;
}
.section .joke .text .title{
    font-size: 40px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #333333;
    margin: 0 0 68px 0;
}
.section .joke .text .time{
    margin: 0 0 57px 0;
}
.section .joke .text .time .list{
    display: none;
}
.section .joke .text .time .list.active{
    display: block;
}
.section .joke .text .time div{
    margin: 0 0 8px 0;
    font-size: 30px;
    font-family: ITC Avant Garde Gothic Std;
    font-weight: normal;
    color: #999999;
}
.section .joke .text .time p{
    font-size: 18px;
    font-family: ITC Avant Garde Gothic Std;
    font-weight: normal;
    color: #999999;
}
.section .joke .text .pick span{
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #333333;
    /* white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; */
    display: block;
    margin: 0 0 25px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.section .joke .text .pick .pick_swiper{
    width: 288px;
}
.section .joke .text .pick .pick_swiper .swiper-slide{
    opacity: 0!important;
    transition:0.6s;
}
.section .joke .text .pick .pick_swiper .swiper-slide-active{
    opacity: 1!important;
    transition-delay: 0.4s;
}
.section .joke .text .pick p{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.section .joke .text .pick a{
    margin: 27px 0 0 0;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    display: block;
}
.section .joke .picture{
    width: 559px;
    height: 648px;
    position: relative;
}
.section .joke .picture .images{
    display: none;
    width: 100%;
    height: 100%;
}
.section .joke .picture .images img{
    width: 100%;
    height: 100%;
}
.section .joke .picture .images.active{
    display: block;
}
.section .joke .picture > img{
    width: 100%;
    height: 100%;
}
.section .joke .picture .location{
    width: 555px;
    height: 315px;
    position: absolute;
    top: 276px;
    left: -144px;
    overflow: hidden;
}
.section .joke .picture .location img{
    width: 100%;
    height: 100%;
    transition: 3s;
}
.section .joke .picture .location img:hover{
    transform: scale(1.1);
}
.section .wrap .click_paging{
    margin: 40px 0 0 0;
    display: flex;
    min-height: 61px;
}
.section .wrap .click_paging .item{
    width: 54px;
    height: 54px;
    border: 1px solid rgba(0,0,0,0.39);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-family: ITC Avant Garde Gothic Std;
    font-weight: normal;
    color: rgba(51, 51, 51, 0.39);
    cursor: pointer;
    transition: 0.4s;
}
.section .wrap .click_paging .item:not(:last-child) {
    margin: 0 6px 0 0;
}
.section .wrap .click_paging .item.active{
    width: 61px;
    height: 61px;
    border: 1px solid rgba(0,0,0,0.37);
    color: #333;
}

.section .wrap .click_paging .item:hover{
    border: 1px solid rgba(0,0,0,0.37);
    color: #333;
    transform: scale(1.15);
    transform-origin: top center;
}
.section .wrap .all_news{
    width: 150px;
    height: 30px;
    border: 1px solid rgba(0,0,0,0.31);
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    transition: 0.6s;
}
.section .wrap .all_news:hover{
    background: #333;
    color: #fff;
}

.news_second{
    overflow: hidden;
}
.news_second .wrap{
    margin: 183px auto 100px;
    padding: 0 120px;
}
.news_second .wrap .title{
    display: flex;
    align-items: center;
    margin: 0 0 88px 0;
}
.news_second .wrap .title a{
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    position: relative;
}
.news_second .wrap .title a:not(:last-child) {
    margin: 0 57px 0 0;
}

.news_second .wrap .title a:after{
    content: '';
    position: absolute;
    bottom: -11px;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(51, 51, 51, 0.24);
    opacity: 0;
    transition: 1s;
}
.news_second .wrap .title a.active{
    font-size: 24px;
    color: #333333;
    font-family: Source Han Sans CN M;
}
.news_second .wrap .title a.active:after{
    opacity: 1;
}
.news_second .wrap .content .item{
    display: flex;
    height: 649px;
}
@media screen and (max-width: 1920px) {
    .news_second .wrap .content .item{
        height: 497px;
    }
}
.news_second .wrap .content .item .picture{
    width: 50%;
    height: 100%;
    overflow: hidden;
}
.news_second .wrap .content .item .picture img{
    width: 100%;
    height: 100%;
    transition: 3s;
}
.news_second .wrap .content .item .picture img:hover{
    transform: scale(1.1);
}
.news_second .wrap .content .item:not(:last-child) {
    margin: 0 0 69px 0;
}
.news_second .wrap .content .item .text{
    width: 50%;
    height: 100%;
    background: rgba(0, 0, 0, 0.09);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 120px;
}
.news_second .wrap .content .item .text .headline{
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #333333;
    display: block;
    margin: 0 0 30px 0;
}
.news_second .wrap .content .item .text p{
    width: 518px;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news_second .wrap .content .item .text .time{
    margin: 38px 0 88px 0;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: normal;
    color: #333333;
}
.news_second .wrap .content .item .text .more{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
}
.page{
    overflow: hidden;
}
.page>.wrap{
    width: 1249px;
    margin: 191px auto 66px;
}
.page .wrap .title{
    text-align: center;
    padding: 0 0 38px 0;
}

.page .wrap .title span{
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #333333;
    margin: 0 0 33px 0;
    display: block;
}
.page .wrap .title p{
    font-size: 16px;
    font-family: ITC Avant Garde Gothic Std;
    font-weight: normal;
    color: #666666;
}
.page>.wrap .content{
    padding: 48px 100px 53px 100px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    border-top: 1px solid rgba(0,0,0,0.1);
}

.page .wrap .content p{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
}
.page .wrap .content p img{
    max-width: 100%;
}
.page .wrap .paging{
    margin: 19px 0 0 0;
}
.page .wrap .paging a{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
    display: block;
}
@media screen and (max-width: 2560px){
	
}


@media screen and (max-width: 2048px){
	
}

@media screen and (max-width: 1856px){
    .section .wrap .click_paging{
        margin-top: 10px;
    }
    .page>.wrap{
        margin-top: 160px;
    }
    .page .wrap .title span {
        margin-bottom: 25px;
    }
    .page .wrap .title {
        padding-bottom: 30px;
    }
    .news_second .wrap{
        margin-top: 160px;
    }
    .news_second .wrap .title {
        margin-bottom: 60px;
    }
    .news_second .wrap .content .item .text {
        padding: 0 80px;
    }
    .news_second .wrap .content .item .text p {
        width: 100%;
    }
}

@media screen and (max-width: 1792px){
	
}

@media screen and (max-width: 1680px){
    .section .joke .text .title {
        font-size: 36px;
        margin-bottom: 50px;
    }
    .section .joke .text .time div{
        font-size: 28px;
    }
    .section .joke .text .pick span {
        font-size: 22px;
    }
    .section .joke .text .pick p{
        line-height: 28px;
    }
    .section .joke .picture{
        width: 500px;
        height: auto;
        flex: 1;
    }
    .section .joke .picture .images img{
        width: 100%;
        /* height: auto; */
    }
    .section .joke .picture .location{
        top: 200px;
        width: 400px;
        height: auto;
    }
    .section .wrap .joke .text {
        margin-top: 60px;
    }
    .news_second .wrap {
        margin-top: 120px;
    }
    .news_second .wrap .title {
        margin-bottom: 50px;
    }
    .news_second .wrap .content .item:not(:last-child) {
        margin: 0 0 40px 0;
    }
    .news_second .wrap .content .item .text .headline {
        font-size: 22px;
    }

    .section .wrap .joke .text{
        width: 360px;
    }
    .section .joke .text .pick .pick_swiper{
        width: 100%;
    }
}

@media screen and (max-width: 1600px){
	
}

@media screen and (max-width: 1440px){
	.section .joke .picture .location {
        width: 320px;
        height: auto;
    }
    .section .joke .picture {
        width: 420px;
        height: auto;
    }
    .section .wrap .joke .text {
        margin-top: 60px;
    }
    .section .joke .text .title {
        font-size: 32px;
        margin-bottom: 30px;
    }
    .section .joke .text .time div {
        font-size: 24px;
    }
    .section .joke .text .time p {
        font-size: 16px;
    }
    .section .joke .text .time {
        margin-bottom: 40px;
    }
    .section .wrap .joke{
        justify-content: space-between;
    }
    .section .joke .text .pick .pick_swiper {
        width: 100%;
    }
    .section .wrap .joke .text{
        width: 360px;
    }
    .section .wrap .click_paging .item.active {
        width: 50px;
        height: 50px;
    }
    .section .wrap .click_paging .item {
        width: 45px;
        height: 45px;
    }
    .page>.wrap{
        width: 90%;
    }
    .news_second .wrap .content .item {
        height: 400px;
    }
    .news_second .wrap .content .item .text {
        padding: 0 60px;
    }
    .news_second .wrap .content .item .text .headline{
        margin-bottom: 20px;
    }
    .news_second .wrap .content .item .text .time {
        margin: 30px 0 70px 0;
    }
    .news_second .wrap {
        padding: 0 80px;
    }
}

@media screen and (max-width: 1400px){
	
}

@media screen and (max-width: 1366px){
	
}


@media screen and (max-width: 1024px){
    .section .wrap .joke{
        align-items: end;
        flex-direction: column;
    }
    .section .wrap .joke .text{
        width: 100%;
        margin-right: 0;
    }
    .section .wrap{
        width: 90%;
    }
    .section .the_right,
    .section .the_left{
        width: 100px;
    }
    .section .joke .picture .location {
        left: -220px;
    }
    .section .wrap .joke .text {
        margin-top: 20px;
    }
    .section .wrap .click_paging{
        margin-left: auto;
    }
    .section .the_right,
    .section .the_left{
        display: none;
    }
    .section .wrap .all_news{
        margin-top: 30px;
    }
    .section,
    .section .fp-tableCell{
        height: auto !important;
    }
    .section .wrap {
        margin-bottom: 40px;
    }
    .section .wrap .click_paging .item:hover{
        transform: scale(1);
    }
    .section .wrap .click_paging{
        justify-content: end;
    }
    .section {
        padding-top: 80px;
    }
    .page>.wrap {
        margin-top: 120px;
    }
    .page .wrap .title span {
        margin-bottom: 15px;
    }
    .page .wrap .title {
        padding-bottom: 20px;
    }
    .page .wrap .content{
        padding-left: 0;
        padding-right: 0;
    }
    .page .wrap .content p img{
        width: 100%;
    }
    .news_second .wrap {
        padding: 0 30px;
        margin-top: 100px;
    }
    .news_second .wrap .content .item .text {
        padding:30px;
    }
    .news_second .wrap .content .item .text .time {
        margin: 20px 0 40px 0;
    }
    .news_second .wrap .content .item {
        width: 48%;
        height: auto;
        flex-direction: column;
    }
    .news_second .wrap .content{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .news_second .wrap .content .item .picture,
    .news_second .wrap .content .item .text{
        width: 100%;
    }
}



@media screen and (max-width: 820px){
    .section .the_right, .section4 .the_left {
        width: 80px;
    }
    .section .joke .picture{
        width: 100%;
        margin-top: 20px;
        display: flex;
    }
    .section .joke .picture .images.active{
        display: flex;
        justify-content: end;
        margin-left: auto;
    }
    .section .joke .picture .images>img{
        width: 420px;
    }
    .section .joke .picture .location{
        left: 0;
    }

    .section .the_right {
        top: 40px;
        left: 0;
        right: auto;
    }
    .section .the_left{
        right: 0;
        left: auto;
    }
    .section .wrap {
        width: 100%;
        padding: 0 30px;
    }
    .section .joke .picture .images>img{
        width: 70%;
    }
    .section .joke .picture{
        flex: none;
        height: 600px;
    }
    .section .wrap .click_paging {
        margin-top: 50px;
    }
    .section .joke .picture .location{
        width: 360px;
        top: 240px;
    }
}


@media screen and (max-width: 768px){
	.section .joke .text .title{
        margin-bottom: 20px;
    }
    .section .joke .text .title {
        font-size: 28px;
    }
    .section .joke .text .time div {
        font-size: 20px;
    }
    .section .joke .text .time p{
        font-size: 14px;
    }
    .section .joke .text .time {
        margin-bottom: 20px;
    }
    .section .joke .text .pick span {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .section .joke .text .pick p {
        font-size: 14px;
    }
    .section .joke .picture .location{
        /* width: 62.5vw; */
        top: 34.10027100271vw;
    }
    .section .joke .picture .images>img {
        width: 70.6875vw;
    }
}
@media screen and (max-width: 760px){

    .news_second .wrap .content .item{
        width: 100%;
    }

    .section .joke .picture .location{
        top: 24.100271vw;
    }

}

@media screen and (max-width: 540px){
    .section .joke .text .pick a {
        margin-top: 20px;
    }
    .section .wrap {
        padding: 0 20px;
    }
    .section .wrap {
        margin-top: 40px;
    }
    .section .joke .text .title {
        font-size: 24px;
        margin-bottom: 0;
    }
    .section .joke .text .time div {
        font-size: 18px;
    }
    .section .joke .text .time {
        margin-bottom: 10px;
    }
    .section .joke .text .pick span {
        margin-bottom: 10px;
        font-size: 16px;
    }
    .section .joke .text .pick p {
        line-height: 24px;
    }
    .section .joke .text .pick a {
        margin-top: 10px;
        font-size: 14px;
    }
    .section .wrap .click_paging .item {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }
    .section .wrap .click_paging .item.active {
        width: 45px;
        height: 45px;
    }
    .section .wrap .click_paging .item:hover{
        transform: scale(1);
    }
    .section .wrap {
        margin-top: 0px;
    }
    .page .wrap .title span {
        font-size: 20px;
        margin-bottom: 5px;
    }
    .page .wrap .content {
        padding-top: 30px;
    }
    .page>.wrap {
        margin-top: 80px;
    }
    .news_second .wrap .content .item .text {
        padding: 20px;
    }
    .news_second .wrap .content .item .text .headline {
        font-size: 20px;
    }
    .news_second .wrap .content .item .text p {
        font-size: 14px;
        line-height: 24px;
    }
    .news_second .wrap {
        padding: 0 20px;
    }
    .news_second .wrap .content .item .text .time {
        margin: 20px 0 30px 0;
    }
    .news_second .wrap .title a.active {
        font-size: 20px;
        margin-right: 30px;
    }
    .news_second .wrap .title a {
        font-size: 16px;
    }
    .news_second .wrap .title {
        margin-bottom: 40px;
    }
    .news_second .wrap .title a:after {
        bottom: -5px;
    }
    .section .joke .picture {
        height: 85.1851851851vw;
    }
    .section .joke .picture .location {
        top: 38.100271vw;
        width: 51.851851851vw;
    }
    .section .wrap .click_paging {
        margin-top: 30px;
    }
}

@media screen and (max-width: 450px){
    .page .wrap .title span {
        font-size: 18px;
    }
    .page .wrap .paging a {
        font-size: 14px;
    }
}
@media screen and (max-width: 414px){
    .section .wrap .all_news {
        margin-top: 10px;
    }
    .section {
        padding-top: 60px;
    }
    .page .wrap .content p {
        font-size: 14px;
        line-height: 26px;
    }
}

@media screen and (max-width: 375px){
	
}

@media screen and (max-width: 360px){
	
}




 