.container .main .content {
  background: url(../img/b4.png) no-repeat right top;
  background-size: auto;
  padding-bottom: 120px;
}
.container .main .content .mainArticle {
  display: flex;
  padding-top: 70px;
}
.container .main .content .mainArticle .left {
  width: 40%;
  flex-shrink: 0;
}
.container .main .content .mainArticle .left img {
  display: block;
  width: 100%;
}
.container .main .content .mainArticle .right {
  width: 60%;
  box-sizing: border-box;
  padding-left: 80px;
}
.container .main .content .mainArticle .right .time {
  font-family: Bebas;
  font-size: 26px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 31px;
  letter-spacing: 0px;
  color: #d70739;
  padding-top: 40px;
}
.container .main .content .mainArticle .right .articleTitle {
  font-family: MicrosoftYaHei;
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 39px;
  letter-spacing: 0px;
  color: #212121;
  margin: 25px 0;
}
.container .main .content .mainArticle .right .info {
  font-family: MicrosoftYaHei;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 31px;
  letter-spacing: 0px;
  color: #787878;
}
.container .main .content .mainArticle .right .look {
  margin-top: 45px;
  width: 99px;
  height: 40px;
  background-color: #0d3267;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
}
.container .main .content .mainArticle .right .look img {
  margin-left: 5px;
}
.container .main .content .section {
  display: flex;
  flex-wrap: wrap;
  padding-top: 35px;
}
.container .main .content .section .item {
  width: 100%;
  -webkit-transition: all 250ms cubic-bezier(0.02, 0.01, 0.47, 1);
  transition: all 250ms cubic-bezier(0.02, 0.01, 0.47, 1);
  word-break: break-all;
}
.container .main .content .section .item:nth-child(2n+1) {
  background-color: #f9f9f9;
}
.container .main .content .section .item:hover {
  transition-delay: 0s !important;
}
.container .main .content .section .item .top img {
  display: block;
  width: 100%;
}
.container .main .content .section .item .middle {
  box-sizing: border-box;
  padding: 25px;
}
.container .main .content .section .item .middle .time {
  font-family: Bebas;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 0px;
  color: #a7a7a7;
}
.container .main .content .section .item .middle .head {
  font-family: MicrosoftYaHei-Bold;
  font-size: 23px;
  font-weight: 700;
  font-stretch: normal;
  line-height: 31px;
  letter-spacing: 0px;
  color: #303030;
  padding-top: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.container .main .content .section .item .bottom {
  padding: 10px 25px;
  display: flex;
  align-items: center;
}
.container .main .content .section .item .bottom .look span {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 31px;
  letter-spacing: 0px;
  color: #6a6a6a;
}
.container .main .content .section .item .bottom .look img {
  margin-left: 10px;
}
.container .main .content .Pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 50px;
}
.container .main .content .Pagination .btn {
  width: 63px;
  height: 63px;
  background-color: #ffffff;
  border: solid 1px #e4e4e4;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-family: MicrosoftYaHei;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #646464;
}
.container .main .content .Pagination .prev {
  margin-right: 8px;
}
.container .main .content .Pagination .next {
  margin-left: 8px;
}
.container .main .content .Pagination .num {
  display: flex;
}
.container .main .content .Pagination .num .nums {
  width: 63px;
  height: 63px;
  background-color: #ffffff;
  border: solid 1px #e4e4e4;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Bebas;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #646464;
  border-radius: 50%;
  margin: 0 8px;
}
.container .main .content .Pagination .num .active {
  background-color: #d70739;
  border: solid 1px #e4e4e4;
  color: #fff;
}

@media all and (max-width: 1620px) {
  .container .main .content .mainArticle {
    align-items: center;
  }

  .container .main .content .mainArticle .right .info {
    font-size: 16px;
  }

  .container .main .content .mainArticle .right .articleTitle {
    margin: 10px 0 15px;
    font-size: 23px;
  }

  .container .main .content .mainArticle .right .look {
    margin-top: 20px;
  }

  .container .main .content .mainArticle .right .time {
    padding-top: 0;
    font-size: 23px;
  }

  .container .main .content .section .item .middle .head {
    font-size: 18px;
    line-height: 26px;
  }

  .container .main .content .section .item .bottom {
    padding: 7px 25px;
  }

  .container .main .content .section .item .middle .time {
    font-size: 14px;
  }

  .container .main .content .Pagination .btn {
    width: 50px;
    height: 50px;
  }

  .container .main .content .Pagination .num .nums {
    width: 50px;
    height: 50px;
  }

  .container .main .content .Pagination .num .nums {
    font-size: 20px;
  }
}
@media all and (max-width: 900px) {
  .container .main .content .mainArticle {
    flex-wrap: wrap;
  }
  .container .main .content .mainArticle .left {
    width: 100%;
  }
  .container .main .content .mainArticle .left img {
    width: 80%;
    margin: 0 auto;
  }
  .container .main .content .mainArticle .right {
    padding-left: 0;
    width: 100%;
    margin-top: 30px;
  }
}
@media all and (max-width: 750px) {
  .container .main .content .section .item {
    width: 48%;
    margin-right: 4%;
  }
  .container .main .content .section .item:nth-child(2n) {
    margin-right: 0;
  }
  .container .main .content .section .item:nth-child(3n) {
    margin-right: 4%;
  }
  .container .main .content .section .item:nth-child(6n) {
    margin-right: 0%;
  }

  .container .main .content .Pagination .btn, .container .main .content .Pagination .num .nums {
    width: 45px;
    height: 45px;
  }

  .container .main .content .Pagination .num .nums {
    font-size: 18px;
  }
}
@media all and (max-width: 550px) {
  .container .content {
    padding: 40px 7% 60px;
  }

  .container .main .content {
    padding-bottom: 50px;
  }

  .container .main .content .mainArticle {
    padding-top: 40px;
  }

  .container .main .content .mainArticle .left img {
    width: 100%;
  }

  .container .main .content .mainArticle .right .time {
    font-size: 22px;
  }

  .container .main .content .mainArticle .right .articleTitle {
    font-size: 20px;
    line-height: 1.4;
    margin: 10px 0 15px;
  }

  .container .main .content .mainArticle .right .info {
    font-size: 14px;
  }

  .container .main .content .mainArticle .right .look {
    margin-top: 15px;
    font-size: 14px;
    width: 90px;
    height: 35px;
  }

  .container .main .content .section {
    padding-top: 25px;
  }

  .container .main .content .section .item .middle .time {
    font-size: 14px;
    margin-top: 3px;
  }

  .container .main .content .section .item .middle {
    padding-top: 7px;
  }

  .container .main .content .section .item .middle .head {
    font-size: 16px;
  }

  .container .main .content .section .item .bottom {
    padding: 5px 0 0;
  }

  .container .main .content .section .item .middle {
    padding: 17px;
  }

  .container .main .content .Pagination .btn, .container .main .content .Pagination .num .nums {
    height: 40px;
    width: 40px;
  }

  .container .main .content .Pagination .num .nums {
    font-size: 18px;
  }

  .container .main .content .section .item {
    width: 100%;
    margin-right: 0 !important;
  }

  .container .main .content .mainArticle .right {
    margin-top: 22px;
  }

  .container .main .content .mainArticle .right .articleTitle {
    margin: 10px 0 10px;
  }
}
