.sec1 .wrap {
    width: 1110px;
    padding: 120px 0 80px;
    margin: 0 auto
}

.sec1 .wrap .item {
    display: flex;
    align-items: center;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #E5E5E5;
    position: relative
}

.sec1 .wrap .item:after {
    content: "";
    width: 100%;
    height: 2px;
    background: #9C0C18;
    transition: 1s;
    transform: scaleX(0);
    transform-origin: left;
    position: absolute;
    bottom: 0;
    left: 0
}

.sec1 .wrap .item .img {
    display: block;
    width: 280px;
    overflow: hidden;
    margin-right: 40px
}

.sec1 .wrap .item .img img {
    display: block;
    width: 100%;
    transition: 3s
}

.sec1 .wrap .item .img:hover img {
    transform: scale(1.1)
}

.sec1 .wrap .item .text {
    width: 710px
}

.sec1 .wrap .item .text .time {
    display: block;
    font-weight: 400;
    font-size: 12px;
    color: #999999;
    line-height: 1
}

.sec1 .wrap .item .text a {
    display: block;
    font-weight: bold;
    font-size: 18px;
    color: #111111;
    margin: 23px 0 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: 0.6s
}

.sec1 .wrap .item .text a:hover {
    color: #800000
}

.sec1 .wrap .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 .item:nth-last-child(1) {
    margin-bottom: 0
}

.sec1 .wrap .item:hover:after {
    transform: scaleX(1)
}

@media screen and (max-width: 1920px) {
    .sec1 .wrap {
        width: 57.8125vw;
        padding: 6.25vw 0 4.16666667vw;
      }
      .sec1 .wrap .item {
        padding-bottom: 2.08333333vw;
        margin-bottom: 2.08333333vw;
        border-bottom: 0.05208333vw solid #E5E5E5;
      }
      .sec1 .wrap .item:after {
        height: 0.10416667vw;
      }
      .sec1 .wrap .item .img {
        width: 14.58333333vw;
        margin-right: 2.08333333vw;
      }
      .sec1 .wrap .item .text {
        width: 36.97916667vw;
      }
      .sec1 .wrap .item .text .time {
        font-size: 0.625vw;
      }
      .sec1 .wrap .item .text a {
        font-size: 0.9375vw;
        margin: 1.19791667vw 0 0.83333333vw;
      }
      .sec1 .wrap .item .text p {
        font-size: 0.72916667vw;
        line-height: 1.45833333vw;
      }
      
}

@media screen and (max-width: 1024px) {
    .sec1 .wrap{
        width: 90%;
        padding: 60px 0;
    }
    .sec1 .wrap .item .img{
        width: 30%;
        height: auto;
        margin-right: 20px;
    }
    .sec1 .wrap .item .text .time{
        font-size: 12px;
    }
    .sec1 .wrap .item .text a{
        font-size: 16px;
    }
    .sec1 .wrap .item .text{
        flex: 1;
    }
    .sec1 .wrap .item .text p {
        font-size: 12px;
        line-height: 1.6;
    }
    .sec1 .wrap .item .text a {
        margin: 15px 0 10px;
    }
    .sec1 .wrap .item{
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom-width:1px ;
    }
}

@media screen and (max-width: 767px) {
    .sec1 .wrap{
        padding: 40px 0;
    }
    .sec1 .wrap .item {
        flex-direction: column;
    }
    .sec1 .wrap .item .img {
        margin-right: 0;
        width: 100%;
    }
    .sec1 .wrap .item .text{
        width: 100%;
        padding-top: 20px;
    }
}