.sec1 {
  background-color: #f5f5f5;
}
body {
  background-color: #f5f5f5;
}

.sec1 .warp {
  padding-top: 50px;
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 100px;
  min-height: 70vh;
}
.sec1 .warp .main {
  display: flex;
}
.sec1 .warp .main .left {
  width: 50%;
}
.sec1 .warp .main .right {
  flex: 1;
}
.sec1 .warp .main .right .title {
  text-align: center;
  margin-bottom: 55px;
}
.sec1 .warp .main .right .title h3 {
  color: #111;
  font-size: 36px;
}
.sec1 .warp .main .right .title .line {
  width: 60px;
  height: 4px;
  background: #C41619;
  margin: 12px auto 0;
}
.sec1 .warp .list {
  border-top: 1px solid rgba(156, 12, 24, 0.2);
  margin-top: 60px;
}

.sec1 .warp .list .item {
  display: flex;
  align-items: center;
  height: 150px;
  border-bottom: 1px dashed #E5E5E5
}

.sec1 .warp .list .item .time {
  text-align: center;
  margin-right: 50px
}

.sec1 .warp .list .item .time p {
  font-weight: bold;
  font-size: 36px;
  color: #9C0C18;
  line-height: 24px
}

.sec1 .warp .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 .warp .list .item .text {
  width: 755px;
  margin-right: 160px
}

.sec1 .warp .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 .warp .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 .warp .list .item .iconfont {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 16px;
  color: rgba(201, 27, 34, 0.3);
  border: 1px solid rgba(200, 22, 29, 0.3);
  border-radius: 50%;
  transition: 0.4s
}

.sec1 .warp .list .item .iconfont:before {
  transform: rotate(-45deg);
  transition: 0.4s
}

.sec1 .warp .list .item .iconfont svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 130%;
  height: 130%
}

.sec1 .warp .list .item .iconfont svg .path-loop {
  stroke-dashoffset: 157px;
  fill: none;
  stroke: #C8161D;
  stroke-miterlimit: 10;
  stroke-width: 1px;
  transition: 0.6s
}

.sec1 .warp .list .item:hover .iconfont {
  color: #c91b22
}

.sec1 .warp .list .item:hover .iconfont:before {
  transform: rotate(0deg);
  color: #c91b22;
  transition-delay: 0.4s
}

.sec1 .warp .list .item:hover .iconfont svg .path-loop {
  stroke-dashoffset: 0px
}

.sec1 .warp .pagebox {
  margin: 65px auto 0
}

@media screen and (max-width: 1920px) {
  .sec1 {
    background-color: #f5f5f5;
  }
  .sec1 .warp {
    padding-top: 2.604166666666667vw;
    width: 62.5vw;
    margin: 0 auto;
    padding-bottom: 5.208333333333334vw;
    min-height: 70vh;
  }
  .sec1 .warp .main {
    display: flex;
  }
  .sec1 .warp .main .left {
    width: 50%;
  }
  .sec1 .warp .main .right {
    flex: 1;
  }
  .sec1 .warp .main .right .title {
    text-align: center;
    margin-bottom: 2.8645833333333335vw;
  }
  .sec1 .warp .main .right .title h3 {
    color: #111;
    font-size: 1.875vw;
  }
  .sec1 .warp .main .right .title .line {
    width: 3.125vw;
    height: 0.20833333333333334vw;
    background: #C41619;
    margin: 0.625vw auto 0;
  }
  .sec1 .warp .list {
    border-top: 1px solid rgba(156, 12, 24, 0.2);
    margin-top: 3.125vw;
  }

  .sec1 .warp .list .item {
    display: flex;
    align-items: center;
    height: 7.8125vw;
    border-bottom: 1px dashed #E5E5E5
  }

  .sec1 .warp .list .item .time {
    text-align: center;
    margin-right: 2.604166666666667vw
  }

  .sec1 .warp .list .item .time p {
    font-weight: bold;
    font-size:1.875vw;
    color: #9C0C18;
    line-height: 1.25vw
  }

  .sec1 .warp .list .item .time span {
    display: block;
    width: 4.427083333333334vw;
    height: 1.5625vw;
    background: linear-gradient(45deg, #FCC5C7, #FDF1DB);
    font-weight: 400;
    font-size: 0.6770833333333334vw;
    color: #9C0C18;
    line-height: 1.5625vw;
    margin: 0.5208333333333334vw 0 0 0
  }

  .sec1 .warp .list .item .text {
    width: 39.32291666666667vw;
    margin-right: 8.333333333333334vw
  }

  .sec1 .warp .list .item .text h5 {
    font-weight: 400;
    font-size: 0.9375vw;
    color: #111111;
    line-height: 1;
    transition: 0.6s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 0 0.78125vw
  }

  .sec1 .warp .list .item .text p {
    font-weight: 400;
    font-size: 0.7291666666666667vw;
    color: #666666;
    line-height: 1.4583333333333335vw;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden
  }

  .sec1 .warp .list .item .iconfont {
    width: 2.0833333333333335vw;
    height: 2.0833333333333335vw;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-size: 0.8333333333333334vw;
    color: rgba(201, 27, 34, 0.3);
    border: 1px solid rgba(200, 22, 29, 0.3);
    border-radius: 50%;
    transition: 0.4s
  }

  .sec1 .warp .list .item .iconfont:before {
    transform: rotate(-45deg);
    transition: 0.4s
  }

  .sec1 .warp .list .item .iconfont svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 130%;
    height: 130%
  }

  .sec1 .warp .list .item .iconfont svg .path-loop {
    stroke-dashoffset: 157px;
    fill: none;
    stroke: #C8161D;
    stroke-miterlimit: 10;
    stroke-width: 1px;
    transition: 0.6s
  }

  .sec1 .warp .list .item:hover .iconfont {
    color: #c91b22
  }

  .sec1 .warp .list .item:hover .iconfont:before {
    transform: rotate(0deg);
    color: #c91b22;
    transition-delay: 0.4s
  }

  .sec1 .warp .list .item:hover .iconfont svg .path-loop {
    stroke-dashoffset: 0px
  }

  .sec1 .warp .pagebox {
    margin: 3.385416666666667vw auto 0
  }
}

@media screen and (max-width: 1024px) {
  .sec1 .warp{
    padding-top: 60px;
    width: 90%;
    padding-bottom: 60px;
  }
  .sec1 .warp .list{
    margin-top: 35px;
  }
  .sec1 .warp .list .item{
    height: auto;
    padding: 25px 0;
    flex-direction: column;
    align-items: unset;
  }
  .sec1 .warp .list .item .time{
    text-align: left;
  }
  .sec1 .warp .list .item .time p{
    font-size: 20px;
    line-height: unset;
  }
  .sec1 .warp .list .item .time span {
    width: 67px;
    height: 20px;
    font-size: 10px;
    line-height: 20px;
    text-align: center;
  }
  .sec1 .warp .list .item .text{
    width: 100%;
    margin: 15px 0 0 0;
  }
  .sec1 .warp .list .item .text h5{
    font-size: 20px;
    margin: 0 0 15px;
  }
  .sec1 .warp .list .item .iconfont{
    width: 35px;
    height: 35px;
    font-size: 15px;
  }
  .sec1 .warp .list .item .text p{
    font-size: 14px;
    line-height: 1.6;
  }
  .sec1 .warp .list .item .text{
    margin-bottom: 20px;
  }
}