.sec1 {
    width: 100%;
}
.sec1 .joke {
    width: 1080px;
    margin: 0 auto 94px;
    display: flex;
    padding-top: 87px;
    justify-content: space-between;
}
.sec1 .joke .content {
    width: 760px;
}
.sec1 .joke .content .title h1 {
    font-size: 22px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
}
.sec1 .joke .content .title {
    margin-bottom: 29px;
}
.sec1 .joke .content .title p {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    line-height: 36px;
    opacity: 0.3;
}
.sec1 .joke .content .text p {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    line-height: 22px;
}
.sec1 .joke .content .text .end {
    display: flex;
    justify-content: end;
    align-items: center;
}
.sec1 .joke .content .text .end span {
    display: block;
    width: 30px;
    height: 1px;
    background: #CCCCCC;
    margin-right: 6px;
}
.sec1 .joke .content .text .sign {
    display: flex;
    justify-content: end;
    margin: 17px 0 35px;
}
.sec1 .joke .content .text .sign img {
    width: auto;
}
.sec1 .joke .content .text p img {
    width: 100%;
}
.sec1 .joke .sidebar {
    width: 260px;
    border-top: 2px solid #000000;
}
.sec1 .joke .sidebar .item {
    display: flex;
    width: 100%;
    height: 49px;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px 0 6px;
    border-bottom: 1px solid #e6e6e6;
    transition: 0.6s;
    position: relative;
}
.sec1 .joke .sidebar .item p {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    transition: 0.6s;
}
.sec1 .joke .sidebar .item .iconfont {
    font-size: 12px;
    font-weight: 700;
    color: #000000;
    transition: 0.6s;
}
.sec1 .joke .sidebar .item:hover p {
    color: #EFB81D;
}
.sec1 .joke .sidebar .item:hover .iconfont {
    color: #EFB81D;
}
.sec1 .joke .sidebar .item:after {
    content: "";
    width: 0%;
    height: 1px;
    background: #EFB81D;
    position: absolute;
    bottom: -1px;
    left: 0;
    transition: 0.6s;
}
.sec1 .joke .sidebar .item:hover:after {
    width: 100%;
}
.sec1 .joke .sidebar .item.on p{
    color: #EFB81D;
}
.sec1 .joke .sidebar .item.on .iconfont {
    color: #EFB81D;
}
.sec1 .joke .sidebar .item.on {
    border-bottom: 1px solid #EFB81D;
}
@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){
    .sec1 .joke{
        width: 100%;
        padding: 60px 60px 0;
    }
    .sec1 .joke .sidebar{
        display: none;
    }
    .sec1 .joke .content {
        width: 100%;
    }
    .banner .text p:nth-child(1) {
        font-size: 34px;
    }
}


@media screen and (max-width: 820px){

}


@media screen and (max-width: 768px){
	
}


@media screen and (max-width: 540px){
    .sec1 .joke{
        width: 100%;
        padding: 40px 20px 0;
    }
    .sec1 .joke .content .text p {
        font-size: 12px;
        line-height: 20px;
    }
    .sec1 .joke .content .title h1 {
        font-size: 20px;
    }
}


@media screen and (max-width: 414px){
	
}

@media screen and (max-width: 375px){
	
}

@media screen and (max-width: 360px){
	
}




 