.link {
    width: 100%;
    height: 76px;
    border-bottom: 1px solid #E6E6E6;
}
.link .joke {
    width: 1080px;
    height: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    position: relative;
}
.link .joke a {
    display: block;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    margin-right: 50px;
    transition: 1s;
}
.link .joke a.on {
    color: #EFB81D;
}
.link .joke .line {
    width: 64px;
    height: 2px;
    background: #EFB81D;
    position: absolute;
    bottom: -1px;
    left: 0px;
    transition: 0.6s;
}

.sec1 {
    width: 100%;
}
.sec1 .joke {
    width: 1080px;
    margin: auto;
    padding-top: 57px;
}
.sec1 .joke .title {
    font-size: 22px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
    text-align: center;
    margin-bottom: 36px;
}
.sec1 .joke .item {
    width: 100%;
    height: 280px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: 1s;
}
.sec1 .joke .item .content {
    width: 590px;
    height: 210px;
    border-right: 1px solid #E6E6E6;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.sec1 .joke .item .content p {
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #333333;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.sec1 .joke .item .content .time {
    font-size: 14px;
    font-family: ITC Avant Garde Gothic Std;
    font-weight: normal;
    color: #666666;
}
.sec1 .joke .box {
    width: 100%;
}
.sec1 .joke .box .item:nth-child(2n-1) {
    background: #F5F5F5;
}
.sec1 .joke .item .more {
    display: flex;
    align-items: center;
    margin-right: 34px;
}
.sec1 .joke .item .more p{
    font-size: 14px;
    font-family: Source Han Serif SC;
    font-weight: 500;
    color: #000000;
}
.sec1 .joke .item .more .iconfont {
    font-size: 12px;
    font-weight: 700;
    color: #000000;
}
.sec1 .joke .btn {
    display: flex;
    width: 190px;
    height: 60px;
    background: #FFFFFF;
    border: 1px solid #999999;
    align-items: center;
    justify-content: space-between;
    padding: 0 32px 0 43px;
    margin: 28px auto 60px;
    transition: 0.6s;
}
.sec1 .joke .btn:hover {
    background: #EFB81D;
}
.sec1 .joke .btn p {
    font-size: 14px;
    font-family: Source Han Serif SC;
    font-weight: 500;
    color: #000000;
}
.sec1 .joke .btn .iconfont {
    font-size: 12px;
    font-weight: 700;
    color: #000000;
}
.sec1 .joke .item .img {
    overflow: hidden;
    width: 320px;
    height: 210px;
}
.sec1 .joke .item .img img {
    width: 100%;
    height: 100%;
    transition: 0.6s;
}
.sec1 .joke .item:hover img {
    transform: scale(1.2);
}
.sec1 .joke .item .more p {
    transition: 0.6s;
}
.sec1 .joke .item .more .iconfont {
    transition: 0.6s;
}
.sec1 .joke .item .more:hover p {
    color: rgba(239, 184, 29, 1);
}
.sec1 .joke .item .more:hover .iconfont {
    color: rgba(239, 184, 29, 1);
}
@media screen and (max-width: 2560px){
	.sec1 .joke .title{
        margin-bottom: 0px;
    }
    .sec1 .joke>p{
        font-size: 16px;
        font-family: Source Han Sans CN;
        font-weight: 400;
        color: #333333;
        line-height: 36px;
        opacity: 0.3;
        text-align: center;
    }
}


@media screen and (max-width: 2048px){
	
}

@media screen and (max-width: 1856px){
	
}

@media screen and (max-width: 1792px){
	
}

@media screen and (max-width: 1680px){
	
}

@media screen and (max-width: 1600px){
	
}

@media screen and (max-width: 1440px){
	
}

@media screen and (max-width: 1400px){
	
}

@media screen and (max-width: 1366px){
	
}



@media screen and (max-width: 1024px){
    .link{
        padding: 0 60px;
    }
    .sec1 .joke {
        width: 100%;
        padding: 57px 60px 0;
    }
    .link .joke{
        width: 100%;
    }
    .sec1 .joke .item .content{
        width: 470px;
        padding-right: 30px;
    }
    .sec1 .joke .item .img {
        width: 260px;
        height: auto;
    }
    .sec1 .joke .item .content p {
        font-size: 16px;
    }
    .sec1 .joke .btn{
        padding-left: 70px;
    }
    .sec1 .joke .item {
        height: 250px;
    }
    .sec1 .joke .btn{
        width: 160px;
        padding-left: 60px;
    }
}


@media screen and (max-width: 820px){
    .sec1 .joke {
        padding-top: 30px;
    }
    .sec1 .joke .item .img {
        width: 160px;
    }
    .sec1 .joke .item .content {
        width: 400px;
    }
    .sec1 .joke .item {
        height: 150px;
    }
    .sec1 .joke .item .content {
        height: 110px;
    }
}


@media screen and (max-width: 768px){
	.sec1 .joke .item .content {
        width: 349px;
    }
}


@media screen and (max-width: 540px){
    .link {
        padding: 0 20px;
    }
    .sec1 .joke {
        padding: 30px 20px 0;
    }
    .sec1 .joke .item .img {
        width: 120px;
    }
    .sec1 .joke .item {
        height: 130px;
    }

    .sec1 .joke .item .content p {
        font-size: 14px;
    }
    .sec1 .joke .item .content .time {
        font-size: 12px;
    }
    .link {
        height: 50px;
    }
    .link .joke a{
        font-size: 14px;
    }
    .sec1 .joke .title {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .link .joke .line {
        width: 54px;
    }
    .sec1 .joke .item .content {
        width: 260px;
    }
}


@media screen and (max-width: 414px){
    .sec1 .joke .item{
        height: auto;
        flex-direction: column;
        align-items:flex-end;
        margin-bottom: 30px;
    }
    .sec1 .joke .item .img{
        width: 100%;
        height: auto;
    }
    .sec1 .joke .item .content{
        border-right: none;
        width: 100%;
        height: 80px;
        padding-left: 10px;
    }
    .sec1 .joke .item .more{
        margin-bottom: 10px;
        margin-right: 20px;
    }
    .sec1 .joke .btn {
        width: 140px;
        height: 50px;
        padding-left: 50px;
    }
    .sec1 .joke .item .content p {
        font-size: 12px;
    }
}

@media screen and (max-width: 375px){
	
}

@media screen and (max-width: 360px){
	
}




 