.sec1 {
    padding: 211px 0 0;
    display: none;
}

.sec1 .title {
    text-align: center;
    width: 1150px;
    margin: 0 auto 160px;
}
.sec1 .title h1 {
    font-size: 36px;
    font-family: MiSans m;
    font-weight: 500;
    color: #222222;
    line-height: 1;
}
.sec1 .title h2 {
    font-size: 24px;
    font-family: MiSans m;
    font-weight: 500;
    color: #222222;
    line-height: 1;
    margin: 30px 0 36px;
}
.sec1 .title h2 span {
    color: #CC0007;
}
.sec1 .title p {
    font-size: 18px;
    font-family: MiSans n;
    font-weight: 400;
    color: #333333;
    line-height: 40px;
}
.sec1 .joke {
    width: 1400px;
    margin: auto;
}
.sec1 .joke .content .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sec1 .joke .content .item:nth-child(2n) {
    flex-direction: row-reverse;
}
.sec1 .joke .content .item .left {
    width: 580px;
}
.sec1 .joke .content .item .left h5 {
    font-size: 20px;
    font-family: MiSans m;
    font-weight: 500;
    color: #CC0007;
    line-height: 1;
}
.sec1 .joke .content .item .left h2 {
    font-size: 36px;
    font-family: MiSans m;
    font-weight: 500;
    color: #222222;
    line-height: 1;
    margin: 23px 0 40px;
}
.sec1 .joke .content .item .left p {
    font-size: 18px;
    font-family: MiSans n;
    font-weight: 400;
    color: #666666;
    line-height: 36px;
}
.sec1 .joke .content .item {
    margin-bottom: 160px;
}
.sec1 .joke .content .item .img {
    overflow: hidden;
}
.sec1 .joke .content .item .img img {
    transition: 3s;
}
.sec1 .joke .content .item .img:hover img {
    transform: scale(1.1);
}


.section {
    padding: 200px 0 400px;
}
.section p {
    width: 1400px;
    margin: auto;
    font-size: 30px;
    font-family: MiSans m;
    color: #111111;
    font-weight: bold;
}
@media screen and (max-width: 1919px) {
    .sec1{
        padding: 10.9895833333vw 0px 0px;
    }
    .sec1 .title{
        width: 59.8958333333vw;
        margin: 0px auto 8.3333333333vw;
    }
    .sec1 .title h1{
        font-size: 1.875vw;
    }
    .sec1 .title h2{
        font-size: 1.25vw;
        margin: 1.5625vw 0px 1.875vw;
    }
    .sec1 .title p{
        font-size: 0.9375vw;
        line-height: 2.0833333333vw;
    }
    .sec1 .joke{
        width: 72.9166666667vw;
    }
    .sec1 .joke .content .item .left{
        width: 30.2083333333vw;
    }
    .sec1 .joke .content .item .left h5{
        font-size: 1.0416666667vw;
    }
    .sec1 .joke .content .item .left h2{
        font-size: 1.875vw;
        margin: 1.1979166667vw 0px 2.0833333333vw;
    }
    .sec1 .joke .content .item .left p{
        font-size: 0.9375vw;
        line-height: 1.875vw;
    }
    .sec1 .joke .content .item{
        margin-bottom: 8.3333333333vw;
    }
    .section{
        padding: 10.4166666667vw 0px 20.8333333333vw;
    }
    .section p{
        width: 72.9166666667vw;
        font-size: 1.5625vw;
    }
}
@media screen and (max-width: 768px) {
    .section {
        padding: 60px 0 100px;
    }
    .section p {
        width: 90%;
        font-size: 16px;
    }
}
