/* .sec1 {
    background: #F5F2F2
} */
body {
    background: #F5F2F2
}
.sec1 .wrap {
    width: 1110px;
    margin: 0 auto;
    padding: 80px 0 120px
}

.sec1 .wrap h1 {
    font-weight: bold;
    font-size: 36px;
    color: #111111;
    line-height: 1;
    position: relative;
    text-align: center;
    margin-bottom: 68px
}

.sec1 .wrap h1:after {
    content: "";
    width: 60px;
    height: 4px;
    background: #C41619;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -16px
}

.sec1 .wrap .list .item {
    width: 100%;
    height: 184px;
    display: flex;
    align-items: center;
    padding: 0 66px 0 40px;
    position: relative;
    border-bottom: 1px dashed #E5E5E5;
    transition: 0.6s
}

.sec1 .wrap .list .item .img {
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    transition: 0.4s
}

.sec1 .wrap .list .item .time {
    text-align: center;
    margin-right: 50px
}

.sec1 .wrap .list .item .time p {
    font-weight: bold;
    font-size: 36px;
    color: #9C0C18;
    line-height: 24px
}

.sec1 .wrap .list .item .time span {
    display: block;
    width: 85px;
    height: 30px;
    background: linear-gradient(45deg, #FCC5C7, #FDF1DB);
    font-weight: 400;
    font-size: 13px;
    color: #9C0C18;
    line-height: 30px;
    margin: 10px 0 0 0
}

.sec1 .wrap .list .item .text h5 {
    font-weight: 400;
    font-size: 18px;
    color: #111111;
    line-height: 1;
    transition: 0.6s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 0 15px
}

.sec1 .wrap .list .item .text p {
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 28px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.sec1 .wrap .list .item:hover {
    background: #FAF5F5;
    box-shadow: 3px 4px 20px 0px rgba(55, 3, 5, 0.1);
    border-bottom: 1px dashed rgba(255, 255, 255, 0)
}

.sec1 .wrap .list .item:hover .img {
    opacity: 1
}

.sec1 .wrap .list .item:nth-child(1) {
    border-top: 1px solid rgba(128, 0, 0, 0.2)
}

.sec1 .wrap .pagebox {
    margin: 60px auto 0
}
.sec1 .wrap .list .item .img{
    height: 100%;
}


@media screen and (max-width: 1920px) {
    .sec1 .wrap {
        width: 57.8125vw;
        padding: 4.16666667vw 0 6.25vw;
      }
      .sec1 .wrap h1 {
        font-size: 1.875vw;
        margin-bottom: 3.54166667vw;
      }
      .sec1 .wrap h1:after {
        width: 3.125vw;
        height: 0.20833333vw;
        bottom: -0.83333333vw;
      }
      .sec1 .wrap .list .item {
        height: 9.58333333vw;
        padding: 0 3.4375vw 0 2.08333333vw;
        border-bottom: 0.05208333vw dashed #E5E5E5;
      }
      .sec1 .wrap .list .item .time {
        margin-right: 2.60416667vw;
      }
      .sec1 .wrap .list .item .time p {
        font-size: 1.875vw;
        line-height: 1.25vw;
      }
      .sec1 .wrap .list .item .time span {
        width: 4.42708333vw;
        height: 1.5625vw;
        font-size: 0.67708333vw;
        line-height: 1.5625vw;
        margin: 0.52083333vw 0 0 0;
      }
      .sec1 .wrap .list .item .text h5 {
        font-size: 0.9375vw;
        margin: 0 0 0.78125vw;
      }
      .sec1 .wrap .list .item .text p {
        font-size: 0.72916667vw;
        line-height: 1.45833333vw;
      }
      .sec1 .wrap .list .item:hover {
        box-shadow: 0.15625vw 0.20833333vw 1.04166667vw 0px rgba(55, 3, 5, 0.1);
        border-bottom: 0.05208333vw dashed rgba(255, 255, 255, 0);
      }
      .sec1 .wrap .list .item:nth-child(1) {
        border-top: 0.05208333vw solid rgba(128, 0, 0, 0.2);
      }
      .sec1 .wrap .pagebox {
        margin: 3.125vw auto 0;
      }
      
}

@media screen and (max-width: 1024px) {
    .sec1 .wrap{
        width: 90%;
        padding: 60px 0;
    }
    .sec1 .wrap .list .item .text h5{
        font-size: 16px;
        margin-bottom: 10px;
    }
    .sec1 .wrap h1{
        font-size: 24px;
        margin-bottom: 50px;
    }
    .sec1 .wrap h1:after{
        width: 30px;
        height: 3px;
        bottom: -10px;
    }
    .sec1 .wrap .list .item:nth-child(1){
        border-top-width: 1px;
    }
    .sec1 .wrap .list .item .text p{
        font-size: 12px;
        line-height: 1.6;
    }
    .sec1 .wrap .list .item .time p{
        font-size: 24px;
        line-height: 1;
    }
    .sec1 .wrap .list .item .time span{
        width: 70px;
        height: 20px;
        font-size: 12px;
        line-height: 1.6;
        margin-top: 10px;
    }
    .sec1 .wrap .list .item{
        height: auto;
        padding: 30px 20px;
    }
    .sec1 .wrap .list .item:hover {
        box-shadow: 3px 4px 10px 0px rgba(55, 3, 5, 0.1);
        border-bottom: 1px dashed rgba(255, 255, 255, 0);
    }
    .sec1 .wrap .list .item .time{
        margin-right: 20px;
    }
    .sec1 .wrap .list .item .text{
        width: calc(100% - 90px);
    }
}

@media screen and (max-width: 540px) {
    .sec1 .wrap .list .item{
        padding: 20px;
        flex-direction: column;
        align-items: start;
    }
    .sec1 .wrap .list .item .time{
        margin-bottom: 20px;
    }
    .sec1 .wrap .list .item .text{
        width: 100%;
    }
    .sec1 .wrap{
        padding: 40px 0;
    }
}