/* .sec1 {
    background: #F5F2F2
} */

body {
    background: #F5F2F2
}

.sec1 .wrap {
    width: 1440px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 100px 0 100px
}

.sec1 .wrap .linkList {
    width: 300px;
    background: #FFFFFF;
    height: fit-content;
    padding: 0 0 22px
}

.sec1 .wrap .linkList a:nth-child(1) {
    font-size: 20px
}

.sec1 .wrap .linkList a {
    display: block;
    width: 100%;
    height: 75px;
    font-weight: 400;
    font-size: 18px;
    color: #888888;
    line-height: 75px;
    padding: 0 0 0 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    transition: 0.6s;
    position: relative
}

.sec1 .wrap .linkList a:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #C8161D;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: scaleX(0);
    transform-origin: left;
    transition: 0.4s
}

.sec1 .wrap .linkList a:hover {
    color: #C8161D
}

.sec1 .wrap .linkList a:hover:after {
    transform: scaleX(1)
}

.sec1 .wrap .linkList a.on {
    background: #C8161D;
    color: #FFFFFF;
    border-bottom: 1px solid #C8161D
}

.sec1 .wrap .box {
    width: 1040px;
    padding: 10px 0 0;
    border-top: 1px solid rgba(156, 12, 24, 0.2)
}

.sec1 .wrap .box .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 .box .item .img {
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    transition: 0.4s
}

.sec1 .wrap .box .item .time {
    text-align: center;
    margin-right: 50px
}

.sec1 .wrap .box .item .time p {
    font-weight: bold;
    font-size: 36px;
    color: #9C0C18;
    line-height: 24px
}

.sec1 .wrap .box .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 .box .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 .box .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 .box .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 .box .item:hover .img {
    opacity: 1
}
.sec1 .wrap .down_pull.PE{
  display: none;
}
@media screen and (max-width: 1920px) {
    .sec1 .wrap {
        width: 75vw;
        padding: 5.20833333vw 0 5.20833333vw;
      }
      .sec1 .wrap .linkList {
        width: 15.625vw;
        padding: 0 0 1.14583333vw;
      }
      .sec1 .wrap .linkList a:nth-child(1) {
        font-size: 1.04166667vw;
      }
      .sec1 .wrap .linkList a {
        height: 3.90625vw;
        font-size: 0.9375vw;
        line-height: 3.90625vw;
        padding: 0 0 0 1.5625vw;
        border-bottom: 0.05208333vw solid rgba(0, 0, 0, 0.1);
      }
      .sec1 .wrap .linkList a:after {
        height: 0.05208333vw;
      }
      .sec1 .wrap .linkList a.on {
        border-bottom: 0.05208333vw solid #C8161D;
      }
      .sec1 .wrap .box {
        width: 54.16666667vw;
        padding: 0.52083333vw 0 0;
        border-top: 0.05208333vw solid rgba(156, 12, 24, 0.2);
      }
      .sec1 .wrap .box .item {
        height: 9.58333333vw;
        padding: 0 3.4375vw 0 2.08333333vw;
        border-bottom: 0.05208333vw dashed #E5E5E5;
      }
      .sec1 .wrap .box .item .time {
        margin-right: 2.60416667vw;
      }
      .sec1 .wrap .box .item .time p {
        font-size: 1.875vw;
        line-height: 1.25vw;
      }
      .sec1 .wrap .box .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 .box .item .text h5 {
        font-size: 0.9375vw;
        margin: 0 0 0.78125vw;
      }
      .sec1 .wrap .box .item .text p {
        font-size: 0.72916667vw;
        line-height: 1.45833333vw;
      }
      .sec1 .wrap .box .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);
      }

    
}

@media screen and (max-width: 1024px) {
    .sec1 .wrap{
      width: 90%;
      flex-direction: column;
    }
    .sec1 .wrap .box{
        /* flex: 1; */
        width: 100%;
        margin-top: 30px;
    }
    .sec1 .wrap .linkList{
        width: 20vw;
        margin-right: 50px;
    }
    .sec1 .wrap .linkList a:nth-child(1),
    .sec1 .wrap .linkList a{
        font-size: 14px;
        height: 40px;
        line-height: 40px;
        padding-left: 10px;
        border-bottom-width: 1px;
    }

    .sec1 .wrap .box .item .time{
        display: flex;
        flex-direction: column;
        justify-content: center;
      }
      .sec1 .wrap .box .item .time span {
        font-size: 12px;
        width: fit-content;
        height: auto;
        padding: 0.41666667vw 0.67708333vw;
        margin-top: 0.52083333vw;
      }
      .sec1 .wrap .box .item .time p {
        font-size: 28px;
        line-height: 1;
      }
      .sec1 .wrap .box .item .text{
        flex: 1;
        width: 80%;
      }
      .sec1 .wrap .box .item .text h5{
        font-size: 16px;
        line-height: 1.6;
        text-overflow:ellipsis;
        white-space: nowrap;
        overflow: hidden;
      }
      .sec1 .wrap .box .item{
        height: auto;
        padding: 20px;
      }
      .sec1 .wrap .box .item .text p{
        font-size: 12px;
        line-height: 1.6;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
      }
      .sec1 .wrap .box{
        padding-top: 0.52083333vw;
      }

      .sec1 .wrap .linkList.PC {
        display: none;
    }
    .sec1 .wrap .down_pull.PE{
        display: block;
        width: 100%;
        height: 40px;
        background-color: #fff;
        line-height: 40px;
        font-size: 14px;
    }
    .sec1 .wrap .down_pull.PE .text{
        display: flex;
        justify-content: space-between;
        padding-right: 10px;
    }
    .sec1 .wrap .down_pull.PE .text.on .icon{
        transform: rotate(90deg);
    }
    .sec1 .wrap .down_pull.PE .txt{
        padding-left: 10px;
        padding-right: 10px;
        justify-content: space-between;
    }
    .sec1 .wrap .down_pull.PE .txt a{
        color: #111;
    }
    .sec1 .wrap .down_pull.PE .text .icon{
        transition: all .5s;
    }
    .sec1 .wrap .down_pull.PE .text .icon span{
        font-size: 14px;
    }
    .sec1 .wrap .down_pull .pull p a{
        color: #333;
        display: block;
        width: 100%;
    }
    .sec1 .wrap .down_pull .pull p a:hover{
        color: #fff;
    }
  }

@media screen and (max-width: 540px) {
    .sec1 .wrap{
        flex-direction: column;
        padding: 40px 0;
    }
    .sec1 .wrap .linkList{
        width: 100%;
        margin-right: 0;
        padding-bottom: 0;
    }
    .sec1 .wrap .box{
        padding-top: 10px;
        margin-top: 40px;
        width: 100%;
    }
    .sec1 .wrap .box .item{
        flex-direction: column;
        align-items: start;
    }
    .sec1 .wrap .box .item .time span {
        padding: 5px 10px;
        margin-top: 10px;
    }
    .sec1 .wrap .box .item .text{
        width: 100%;
        margin-top: 20px;
    }
}
