﻿footer {
    background: #FAFAFA;
}
footer .wrap .right .text .email input {
    background: #FAFAFA;
}
.banner {
    padding-top: 90px;
    width: 100%;
    position: relative;
}
.banner img {
    display: block;
    width: 100%;
}
.sec .joke {
    width: 1276px;
    margin: auto;
    display: flex;
}
.sec .joke .left {
    width: 910px;
    padding: 83px 57px 215px 0;
    border-right: 1px solid rgba(35, 41, 47, 0.05);
}
.sec .joke .left h1 {
    font-size: 26px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #1A1B1F;
    margin-bottom: 58px;
}
.sec .joke .left p {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #3C3C3C;
    line-height: 28px;
}
.sec .joke .right {
    padding: 93px 0 0 30px;
    width: 367px;
}
.sec .joke .right h1 {
    font-size: 22px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #1A1B1F;
}
.sec .joke .right .line {
    width: 100%;
    height: 1px;
    background: rgba(35, 41, 47, 0.05);
    margin: 24px 0 54px;
    position: relative;
}
.sec .joke .right .line:after {
    content: "";
    width: 50px;
    height: 1px;
    background: #C89B5D;
    position: absolute;
    top: 0;
    left: 0;
}
.sec .joke .right .item {
    display: block;
    border-bottom: 1px solid rgba(35, 41, 47, 0.05);
    margin-bottom: 45px;
}
.sec .joke .right .item .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 23px;
}
.sec .joke .right .item .title p {
    font-size: 17px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #5D5D5D;
    transition: 1s;
}
.sec .joke .right .item .title .iconfont {
    color: #5D5D5D;
    transition: 1s;
}
.sec .joke .right .item:hover .title .iconfont,.sec .joke .right .item:hover .title p {
    color: #f6ab00!important;
}
.sec .joke .right .item>p {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 20px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-bottom: 20px;
}
.sec .joke .right .item .img {
    width: 100%;
    height: 0;
    display: block;
    overflow: hidden;
    transition: 1s;
}
.sec .joke .right .item:hover .img {
    height: 168px;
}
.sec .joke .right .item:hover {
    border: none;
}
@media screen and (max-width: 1400px) {
    .sec .joke {
        width: 90%;
    }
    .sec .joke .left {
        width: 70%;
        padding: 60px 30px 60px 0;
    }
    .sec .joke .right {
        width: 30%;
        padding: 60px 0 0 30px;
    }
    .sec .joke .left h1 {
        font-size: 24px;
    }
}
@media screen and (max-width: 1023px) {
    .sec .joke .right .item>p {
        font-size: 12px;
    }
    .sec .joke .left p {
        font-size: 12px;
        line-height: 2;
    }
}