.section1 {
  background-color: #F5F5F5;
}

.section1 .wrap {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 135px;
  padding-top: 190px;
}

.section1 .wrap .title {
  margin-bottom: 50px;
}

.section1 .wrap .title h3 {
  font-size: 40px;
  color: #000;
}

.section1 .wrap .top {
  display: flex;
  margin-bottom: 40px;
}

.section1 .wrap .top .left {
  width: 760px;
  overflow: hidden;
}

.section1 .wrap .top .left:hover img {
  transform: scale(1.1);
}

.section1 .wrap .top .left img {
  transition: all 2s;
  width: 100%;
}

.section1 .wrap .top .right {
  flex: 1;
  padding: 30px 27px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.section1 .wrap .top .right .text p {
  color: #666;
  font-size: 12px;
  margin-bottom: 20px;
}

.section1 .wrap .top .right .text h4 {
  font-size: 30px;
  line-height: 50px;
}

.section1 .wrap .top .right .text a {
  width: 105px;
  height: 35px;
  border: 1px solid #000;
  color: #000;
  font-size: 14px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  transition: all 0.5s;
}

.section1 .wrap .top .right .text a:hover {
  color: #fff;
  border-color: #2C6DB6;
  background-color: #2C6DB6;
}

.section1 .wrap .top .right .time {
  color: #666;
  font-size: 12px;
}

.section1 .wrap .bottom {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px;
  margin-bottom: 54px;
}

.section1 .wrap .bottom .item:hover .img img {
  transform: scale(1.1);
}

.section1 .wrap .bottom .item:hover .content .text h4 {
  color: #2C6DB6;
}

.section1 .wrap .bottom .item .img {
  overflow: hidden;
}

.section1 .wrap .bottom .item .img img {
  transition: all 2s;
}

.section1 .wrap .bottom .item .content {
  background-color: #fff;
  display: flex;
  height: 205px;
  padding: 20px 15px;
  flex-direction: column;
  justify-content: space-between;
}

.section1 .wrap .bottom .item .content .text span {
  color: #9196A4;
  font-size: 12px;
}

.section1 .wrap .bottom .item .content .text h4 {
  margin-top: 10px;
  color: #000;
  font-size: 22px;
  margin-bottom: 10px;
  transition: all 1s;
}

.section1 .wrap .bottom .item .content .text p {
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #000;
  text-overflow: ellipsis;
}

.section1 .wrap .bottom .item .content .time {
  font-size: 14px;
  color: #9196A4;
}

.section1 .wrap .pagebox {
  width: fit-content;
  margin: 0 auto;
}

@media screen and (max-width: 1919px) {
  .section1 .wrap {
    width: 62.5vw;
    padding-bottom: 7.03125vw;
    padding-top: 4.6875vw;
  }

  .section1 .wrap .title {
    margin-bottom: 2.6041666667vw;
  }

  .section1 .wrap .title h3 {
    font-size: 2.0833333333vw;
  }

  .section1 .wrap .top {
    margin-bottom: 2.0833333333vw;
  }

  .section1 .wrap .top .left {
    width: 39.5833333333vw;
  }

  .section1 .wrap .top .right {
    padding: 1.5625vw 1.40625vw;
  }

  .section1 .wrap .top .right .text p {
    font-size: 0.625vw;
    margin-bottom: 1.0416666667vw;
  }

  .section1 .wrap .top .right .text h4 {
    font-size: 1.5625vw;
    line-height: 2.6041666667vw;
  }

  .section1 .wrap .top .right .text a {
    width: 5.46875vw;
    height: 1.8229166667vw;
    font-size: 0.7291666667vw;
    border-radius: 0.2083333333vw;
    margin-top: 2.0833333333vw;
  }

  .section1 .wrap .top .right .time {
    font-size: 0.625vw;
  }

  .section1 .wrap .bottom {
    gap: 2.0833333333vw;
    margin-bottom: 2.8125vw;
  }

  .section1 .wrap .bottom .item .content {
    height: 10.6770833333vw;
    padding: 1.0416666667vw 0.78125vw;
  }

  .section1 .wrap .bottom .item .content .text span {
    font-size: 0.625vw;
  }

  .section1 .wrap .bottom .item .content .text h4 {
    margin-top: 0.5208333333vw;
    font-size: 1.1458333333vw;
    margin-bottom: 0.5208333333vw;
  }

  .section1 .wrap .bottom .item .content .text p {
    font-size: 0.7291666667vw;
  }

  .section1 .wrap .bottom .item .content .time {
    font-size: 0.7291666667vw;
  }
}

@media screen and (max-width: 1024px) {
  .section1 .wrap{
    width: 90%;
    padding: 60px 0;
  }
  .section1 .wrap .title h3{
    font-size: 28px;
  }
  .section1 .wrap .title{
    margin-bottom: 20px;
  }
  .section1 .wrap .top .right{
    padding: 20px;
  }
  .section1 .wrap .top .right .time,
  .section1 .wrap .top .right .text p{
    font-size:12px ;
  }
  .section1 .wrap .top .right .text h4{
    font-size: 16px;
    line-height: 2;
  }
  .section1 .wrap .top .right .text a{
    width: 100px;
    height: 36px;
    font-size: 14px;
    border-radius: 3px;
    margin-top: 20px;
  }
  .section1 .wrap .top {
    margin-bottom: 20px;
  }
  .section1 .wrap .bottom .item .content .text h4{
    font-size: 18px;
    margin: 10px 0;
  }
  .section1 .wrap .bottom .item .content{
    padding: 20px;
    height: auto;
  }
  .section1 .wrap .bottom .item .content .text span{
    font-size: 12px;
  }
  .section1 .wrap .bottom .item .content .text p{
    font-size: 14px;

  }
  .section1 .wrap .bottom .item .content .time{
    margin-top: 20px;
    font-size: 12px;
  }
  .section1 .wrap .bottom .item .content .text h4{
    text-overflow:ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .section1 .wrap .top .left{
    width: 50%;
  }
  .section1 .wrap .top .right .time{
    margin-top: 20px;
  }
  .section1 .wrap .bottom{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 30px;
  }
  .section1 .wrap .bottom .item{
    width: calc(50% - 10px);
  }
  .section1 .wrap .top{
    flex-direction: column;
  }
  .section1 .wrap .top .left{
    width: 100%;
  }
  .section1 .wrap .top .right .text p{
    margin-bottom: 5px;
  }

}

@media screen and (max-width: 767px) {

  .section1 .wrap .top .right {
    padding: 15px;
  }
  .section1 .wrap .bottom {
    grid-template-columns: repeat(1, 1fr);
  }
  .section1 .wrap .title h3{
    font-size: 24px;
  }
  .section1 .wrap .bottom .item{
    width: 100%;
  }
  .section1 .wrap{
    padding: 50px 0;
  }
  .section1 .wrap .bottom .item .content {
    padding: 15px;
  }
}
@media screen and (max-width:540px) {
  .section1 .wrap .title h3{
    font-size: 20px;
  }
  
}