.sec1 {
    width: 100%;
}
.joke {
    width: 1080px;
    margin: auto;
}
.sec1 .joke {
    padding-top: 79px;
    border-bottom: 1px solid #E6E6E6;
}
.sec1 .joke .title {
    text-align: center;
    margin-bottom: 39px;
}
.sec1 .joke .title h1 {
    font-size: 22px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
    margin-bottom: 11px;
}
.sec1 .joke .title p {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    opacity: 0.3;
}
.sec1 .joke .content {
    margin-bottom: 50px;
}
.sec1 .joke .content p {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    line-height: 32px;
    text-align: center;
}
.sec1 .joke .box {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.sec1 .joke .box .item {
    width: 210px;
    height: 170px;
    background: #FFFFFF;
    border-radius: 10px;
    transition: 1s;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.sec1 .joke .box .item:hover {
    box-shadow: 4px 9px 20px 0px rgba(3,0,0,0.1);
}
.sec1 .joke .box .item p {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    line-height: 32px;
}
.sec1 .joke .box .item .iconfont {
    font-size: 45px;
    color: rgba(239, 184, 29, 1);
}
.sec1 .joke .text {
    text-align: center;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    position: relative;
    padding-top: 103px;
    padding-bottom: 90px;
}
.sec1 .joke .text span {
    display: block;
    font-size: 150px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #EFB81D;
    opacity: 0.2;
    position: absolute;
}
.sec1 .joke .text span:nth-of-type(1) {
    top: 21px;
    left: 130px;
}
.sec1 .joke .text span:nth-of-type(2) {
    top: 84px;
    right: 130px;
}
.sec2 .joke {
    padding-top: 85px;
}
.sec2 .joke .title {
    text-align: center;
    margin-bottom: 29px;
}
.sec2 .joke .title h1 {
    font-size: 22px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
    margin-bottom: 11px;
}
.sec2 .joke .title p {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    opacity: 0.3;
}
.sec2 .joke .link {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 43px;
}
.sec2 .joke .link a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 118px;
    background: #F5F5F5;
}
.sec2 .joke .link a {
    margin-right: 20px;
    margin-bottom: 20px;
    transition: 1s;
}
.sec2 .joke .link a:nth-child(5n) {
    margin-right: 0;
}
.sec2 .joke .link a p {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    line-height: 40px;
    opacity: 0.5;
}
.sec2 .joke .link a p:nth-child(2) {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    line-height: 32px;
    opacity: 1;
}
.sec2 .joke .link a:hover {
    background: #EFB81D;
}
.sec3 .joke .content1 h1 {
    width: 100%;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
    padding-top: 29px;
    border-top: 1px solid #E6E6E6;
    margin-bottom: 33px;
    position: relative;
}
.sec3 .joke .content1 h1:after {
    content: "";
    width: 24px;
    height: 1px;
    background: #EFB81D;
    position: absolute;
    top: -1px;
    left: 0;
}
.sec3 .joke .content1 .item {
    margin-bottom: 66px;

}
.sec3 .joke .content1 .item .text {
    display: flex;
    flex-wrap: wrap;
}
.sec3 .joke .content1 .item .th {
    width: 200px;
    /* height: 229px; */
    height: auto;
    border: 1px solid #E6E6E6;
    background: #F5F5F5;
    text-align: center;
    padding-top: 38px;

}
.sec1 .joke .content1 .item .th p {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
}
.sec3 .joke .content1 .item .td {
    width: 880px;
    /* height: 229px; */
    height: auto;
    border: 1px solid #E6E6E6;
    border-left: none;
    padding-top: 32px;
    padding-left: 42px;
}
.sec3 .joke .content1 .item .td p {
    font-size: 14px;
    font-family: ITC Avant Garde Gothic Std;
    font-weight: normal;
    color: #333333;
    line-height: 32px;
}
@media screen and (max-width: 2560px){
	
}


@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){
    .joke{
        width: 100%;
        padding: 0 60px;
    }
    .sec2 .joke .link a {
        width: 160px;
        height: 80px;
    }
    .sec3 .joke .content1 .item .th{
        width: 100%;
        height: 50px;
        padding-top: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .sec1 .joke .text {
        padding-top: 60px;
    }
    .sec1 .joke .text span:nth-of-type(1) {
        top: -20px;
    }
    .sec1 .joke .text span:nth-of-type(2) {
        top: 50px;
    }
    .sec3 .joke .content1 .item .td{
        width: 100%;
        border-left:1px solid #E6E6E6;
    }
    .sec3 .joke .content1 .item .td{
        height: auto;
        padding-bottom: 40px;
    }
}


@media screen and (max-width: 820px){
    .sec1 .joke .text span:nth-of-type(1) {
        left: 70px;
    }
    .sec1 .joke .text span:nth-of-type(2){
        right: 70px;
    }
    .sec2 .joke .link a {
        width: 23%;
        height: 70px;
        margin-right: 0;
    }
    /* .sec2 .joke .link{
        justify-content: space-between;
    } */
    .sec2 .joke .link a{
        margin-right: 20px;
    }
    .sec2 .joke {
        padding-top: 50px;
    }
    .sec1 .joke .box .item {
        height: 140px;
        margin: 0 10px;
    }
}


@media screen and (max-width: 768px){
	
}


@media screen and (max-width: 540px){
    .sec1 .joke {
        padding-top: 50px;
        overflow: hidden;
    }
    .sec1 .joke .title {
        margin-bottom: 20px;
    }
    .sec1 .joke .box{
        flex-wrap: wrap;
    }
    .sec1 .joke .box .item{
        width: 48%;
        margin: 0 0 30px 0;
    }
    .joke {
        padding: 0 20px;
    }
    .sec1 .joke .text span:nth-of-type(1) {
        left: 0px;
    }
    .sec1 .joke .text span:nth-of-type(2) {
        right: 0px;
    }
    .sec2 .joke .link {
        margin-bottom: 10px;
    }
    .sec2 .joke .link a {
        height: 50px;
    }
    .sec3 .joke .content1 .item .td p {
        font-size: 12px;
    }
    .sec3 .joke .content1 .item .td {
        padding-left: 20px;
        padding-right: 20px;
    }
    .sec3 .joke .content1 .item {
        margin-bottom: 40px;
    }
    .sec1 .joke .text span {
        font-size: 100px;
    }
    .sec2 .joke .link a p:nth-child(2) {
        font-size: 14px;
    }
    .sec3 .joke .content1 .item .td p{
        margin-left: 0 !important;
        text-indent: 0 !important;
    }
}


@media screen and (max-width: 414px){
    .sec1 .joke .text span:nth-of-type(1) {
        left: -30px;
    }
    .sec1 .joke .text span:nth-of-type(2) {
        right: -40px;
    }
}

@media screen and (max-width: 375px){
	.sec2 .joke .link a p:nth-child(2) {
        font-size: 12px;
    }

}

@media screen and (max-width: 360px){
	
}




 