/* .sec1 {
    background: #F5F2F2
} */

body {
    background: #F5F2F2
}


.sec1 .wrap {
    width: 1440px;
    margin: 0 auto;
    padding: 80px 0 100px
}

.sec1 .wrap h1 {
    font-weight: bold;
    font-size: 36px;
    color: #111111;
    line-height: 1;
    position: relative;
    text-align: center;
    margin-bottom: 60px
}

.sec1 .wrap h1:after {
    content: "";
    width: 60px;
    height: 4px;
    background: #C41619;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -16px
}

.sec1 .wrap .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 50px 0 0;
    border-top: 1px solid rgba(128, 0, 0, 0.2)
}

.sec1 .wrap .list .item {
    width: 700px;
    display: flex;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 40px
}

.sec1 .wrap .list .item .img {
    display: block;
    width: 280px;
    height: 200px;
    overflow: hidden;
    margin-right: 30px
}

.sec1 .wrap .list .item .img img {
    display: block;
    width: 100%;
    height: 100%;
    transition: 3s
}

.sec1 .wrap .list .item .img:hover img {
    transform: scale(1.1)
}

.sec1 .wrap .list .item .text {
    padding: 16px 0 0
}

.sec1 .wrap .list .item .text a {
    font-weight: bold;
    font-size: 18px;
    color: #111111;
    line-height: 24px;
    display: block;
    height: 48px;
    width: 330px;
    margin-bottom: 18px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: 0.4s
}

.sec1 .wrap .list .item .text a:hover {
    color: #C41619
}

.sec1 .wrap .list .item .text p {
    font-weight: 400;
    font-size: 14px;
    color: #444444;
    line-height: 24px;
    height: 48px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 340px;
    margin-bottom: 44px
}

.sec1 .wrap .list .item .text span {
    font-weight: 400;
    font-size: 12px;
    color: #999999
}

.sec1 .wrap .pagebox {
    margin: 60px auto 0
}


@media screen and (max-width: 1920px) {
.sec1 .wrap {
    width: 75vw;
    padding: 4.16666667vw 0 5.20833333vw;
  }
  .sec1 .wrap h1 {
    font-size: 1.875vw;
    margin-bottom: 3.125vw;
  }
  .sec1 .wrap h1:after {
    width: 3.125vw;
    height: 0.20833333vw;
    bottom: -0.83333333vw;
  }
  .sec1 .wrap .list {
    padding: 2.60416667vw 0 0;
    border-top: 0.05208333vw solid rgba(128, 0, 0, 0.2);
  }
  .sec1 .wrap .list .item {
    width: 36.45833333vw;
    padding-bottom: 2.08333333vw;
    border-bottom: 0.05208333vw solid rgba(0, 0, 0, 0.1);
    margin-bottom: 2.08333333vw;
  }
  .sec1 .wrap .list .item .img {
    width: 14.58333333vw;
    height: 10.41666667vw;
    margin-right: 1.5625vw;
  }
  .sec1 .wrap .list .item .text {
    padding: 0.83333333vw 0 0;
  }
  .sec1 .wrap .list .item .text a {
    font-size: 0.9375vw;
    line-height: 1.25vw;
    height: 2.5vw;
    width: 17.1875vw;
    margin-bottom: 0.9375vw;
  }
  .sec1 .wrap .list .item .text p {
    font-size: 0.72916667vw;
    line-height: 1.25vw;
    height: 2.5vw;
    width: 17.70833333vw;
    margin-bottom: 2.29166667vw;
  }
  .sec1 .wrap .list .item .text span {
    font-size: 0.625vw;
  }
  .sec1 .wrap .pagebox {
    margin: 3.125vw auto 0;
  }
  
}
@media screen and (max-width: 1024px) {
    .sec1 .wrap{
        width: 90%;
    }
    .sec1 .wrap .list .item .text a{
        font-size: 16px;
        height: auto;
        line-height: 1.6;
    }
    .sec1 .wrap .list .item .text p{
        font-size: 14px;
        line-height: 1.6;
        height: auto;
    }
    .sec1 .wrap .list .item {
        width: 100%;
        /* display: flex;
        flex-direction: column; */
    }
    .sec1 .wrap .list .item .text{
        flex: 1;
        padding-top: 20px;
    }
    .sec1 .wrap .list .item .text a{
        width: 100%;
    }
    .sec1 .wrap .list .item .img{
        width: 30%;
        height: auto;
        margin-right: 20px
    }
    .sec1 .wrap .list .item .text p{
        width: 100%;
    }
    .sec1 .wrap .list .item .text span{
        font-size: 12px;
    }

    .sec1 .wrap h1 {
        font-size: 24px;
        margin-bottom: 50px;
    }
    .sec1 .wrap h1:after{
        width: 30px;
        height: 2px;
        bottom: -10px;
    }
    
}

@media screen and (max-width: 540px) {
    .sec1 .wrap .list .item{
        flex-direction: column;
        padding-bottom: 20px;
        margin-bottom: 30px;
    }
    .sec1 .wrap .list .item .img{
        width: 100%;
        margin-right: 0;
    }
    .sec1 .wrap{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .sec1 .wrap h1{
        font-size: 20px;
        margin-bottom: 30px;
    }
}