.title {
    margin-top: 100px;
    width: 100%;
    height: 220px;
    background: #F5F5F5;
}
.title .joke {
    width: 1420px;
    height: 220px;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.title .joke h1 {
    font-size: 42px;
    font-family: Arial;
    font-weight: 900;
    color: #333333;
}
.title .joke p {
    font-size: 16px;
    font-family: Arial;
    font-weight: normal;
    color: #666666;
}
.sec {
    width: 100%;
    padding-top: 80px;
}
.sec .joke {
    width: 1420px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
}
.sec .joke .content {
    width: 1075px;
}
.sec .joke .content p {
    font-size: 18px;
    font-family: Arial;
    font-weight: normal;
    color: #666666;
    line-height: 26px;
}
.sec .joke .content .img {
    margin: 55px 0;
}
.sec .joke .content .img img {
    display: block;
    margin: auto;
}
.sec .joke .btn a {
    display: block;
    width: 280px;
    height: 280px;
    background: #FFFFFF;
    border: 2px solid #E6E6E6;
    margin-bottom: 21px;
    padding: 40px 20px;
    position: relative;
    transition: 0.6s;
}
.sec .joke .btn a .time {
    font-size: 16px;
    font-family: Arial;
    font-weight: normal;
    color: #666666;
    margin-bottom: 20px;
    transition: 0.6s;
}
.sec .joke .btn a .text {
    font-size: 18px;
    font-family: Arial;
    font-weight: 900;
    color: #676767;
    line-height: 22px;
    transition: 0.6s;
}
.sec .joke .btn a .icon {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 36px;
    left: 20px;
}
.sec .joke .btn a .icon .iconfont {
    font-size: 30px;
    color: #DB011C;
}
.sec .joke .btn a .icon p {
    font-size: 16px;
    font-family: Arial;
    font-weight: normal;
    color: #666666;
}
.sec .joke .btn a:hover {
    border: 2px solid #DB011C;
}
.sec .joke .btn a:hover .time {
    color: #DB011C;
}
.sec .joke .btn a:hover .text {
    color: #DB011C;
}
