.sec1 {
    padding: 210px 0 132px;
}
.sec1 .joke {
    width: 1440px;
    margin: auto;
}
.sec1 .title {
    text-align: center;
    margin-bottom: 100px;
}
.sec1 .title h1 {
    font-size: 36px;
    line-height: 1;
    font-family: MiSans m;
    font-weight: 500;
    color: #222222;
    margin-bottom: 30px;
}
.sec1 .title h2 {
    font-size: 24px;
    line-height: 1;
    font-family: MiSans m;
    font-weight: 500;
    color: #222222;
}
.sec1 .content .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 70px;
    border-bottom: 1px solid #EDEDED;
    margin-bottom: 70px;
    position: relative;
}
.sec1 .content .item:after {
    content: "";
    width: 0%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -1px;
    background: #CC0007;
    transition: 0.6s;
}
.sec1 .content .item:hover:after {
    width: 100%;
}
.sec1 .content .item .img {
    overflow: hidden;
    margin-right: 80px;
}
.sec1 .content .item .img img {
    transition: 3s;
    display: block;
}
.sec1 .content .item:hover .img img {
    transform: scale(1.1);
}
.sec1 .content .item .info {
    width: 600px;
}
.sec1 .content .item .info h5 {
    font-size: 24px;
    font-family: MiSans r;
    font-weight: 400;
    color: #222222;
    transition: 0.6s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}
.sec1 .content .item:hover .info h5 {

    color: #CC0007;
}
.sec1 .content .item .info p {
    font-size: 16px;
    font-family: MiSans n;
    font-weight: 400;
    color: #222222;
    line-height: 28px;
    opacity: 0.8;
    margin: 50px 0 60px;
}
.sec1 .content .item .info .flex {
    display: flex;
    align-items: center;

}
.sec1 .content .item .info .flex .iconfont {
    color: #222222 ;
    margin-right: 12px;
    transition: 0.6s;
}
.sec1 .content .item:hover .info .flex .iconfont,.sec1 .content .item:hover .info .flex span {
    color: #CC0007;
}
.sec1 .content .item .info .flex span {
    font-size: 16px;
    font-family: MiSans n;
    font-weight: 400;
    color: #222222;
    transition: 0.6s;
}
.sec1 .content .item .more {
    display: flex;
    align-items: center;
}
.sec1 .content .item .more .line {
    width: 50px;
    height: 1px;
    background: #222222;
    position: relative;
    right: -16px;
    z-index: 1;
    transition: 0.6s;
}
.sec1 .content .item:hover .more .line{
    background: #CC0007;
}
.sec1 .content .item .more .circle {
    width: 31px;
    height: 31px;
    border-radius: 50%;
    position: relative;
    border: 1px solid #222222;
    transition: 0.6s;
}
.sec1 .content .item:hover .more .circle {
    border: 1px solid #CC0007;
}
.sec1 .content .item .more .circle:after {
    content: "";
    width: 10px;
    height: 10px;
    background: #FFFFFF;
    position: absolute;
    left: -5px;
    top: 50%;
    transform: translateY(-50%);
}
svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-90deg);
    width: 125.4%;
    height: 125.4%;
}
svg .path-loop {
    stroke-dashoffset: 157px;
    fill: none;
    stroke: #CC0007;
    stroke-miterlimit: 10;
    stroke-width: 1.5px;
    transition: 1s;
    transition-delay: 0.4s;
}

@media screen and (max-width: 1919px) {
    .sec1{
        padding: 10.9375vw 0px 6.875vw;
    }
    .sec1 .joke{
        width: 75vw;
    }
    .sec1 .title{
        margin-bottom: 5.2083333333vw;
    }
    .sec1 .title h1{
        font-size: 1.875vw;
        margin-bottom: 1.5625vw;
    }
    .sec1 .title h2{
        font-size: 1.25vw;
    }
    .sec1 .content .item{
        padding-bottom: 3.6458333333vw;
        margin-bottom: 3.6458333333vw;
    }
    .sec1 .content .item .img{
        margin-right: 4.1666666667vw;
    }
    .sec1 .content .item .info{
        width: 31.25vw;
    }
    .sec1 .content .item .info h5{
        font-size: 1.25vw;
    }
    .sec1 .content .item .info p{
        font-size: 0.8333333333vw;
        line-height: 1.4583333333vw;
        margin: 2.6041666667vw 0px 3.125vw;
    }
    .sec1 .content .item .info .flex .iconfont{
        margin-right: 0.625vw;
    }
    .sec1 .content .item .info .flex span{
        font-size: 0.8333333333vw;
    }
    .sec1 .content .item .more .line{
        width: 2.6041666667vw;
        right: -0.8333333333vw;
    }
    .sec1 .content .item .more .circle{
        width: 1.6145833333vw;
        height: 1.6145833333vw;
    }
    .sec1 .content .item .more .circle::after{
        width: 0.5208333333vw;
        height: 0.5208333333vw;
        left: -0.2604166667vw;
    }
    svg .path-loop{
        stroke-dashoffset: 8.1770833333vw;
        stroke-width: 0.078125vw;
    }
}
