.newsBlock {
  margin-top: 40px;
  padding-bottom: 80px;
}
.newsBlock .w1440 .top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  z-index: 1;
}
.newsBlock .w1440 .top .year {
  position: relative;
}
.newsBlock .w1440 .top .year .text {
  display: flex;
  align-items: center;
  position: relative;
  width: 200px;
  height: 50px;
  padding: 0 25px;
  border: 1px solid #dedede;
  border-radius: 25px;
  cursor: pointer;
}
.newsBlock .w1440 .top .year .text span {
  font-size: 15px;
  color: #999;
}
.newsBlock .w1440 .top .year .text i {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
}
.newsBlock .w1440 .top .year .text i img {
  transition: transform 0.5s;
  transform: rotate(0deg);
}
.newsBlock .w1440 .top .year .text.on i img {
  transform: rotate(-180deg);
}
.newsBlock .w1440 .top .year .yearList {
  display: none;
  position: absolute;
  z-index: 5;
  overflow: hidden;
  width: 100%;
  margin-top: 10px;
  border: 1px solid #dedede;
  border-radius: 5px;
}
.newsBlock .w1440 .top .year .yearList a {
  display: block;
  transition: background 0.5s, color 0.5s;
  border-bottom: 1px solid #dedede;
  background: #fff;
  text-align: center;
  font-size: 15px;
  line-height: 3;
  color: #999;
}
.newsBlock .w1440 .top .year .yearList a:last-child {
  border-bottom: 0;
}
.newsBlock .w1440 .top .listSearch {
  display: flex;
  margin-left: 20px;
}
.newsBlock .w1440 .top .listSearch input {
  width: 320px;
  height: 50px;
  padding: 0 23px;
  border-radius: 25px;
  border: solid 1px #dedede;
  background: none;
}
.newsBlock .w1440 .top .listSearch .button {
  margin-left: 20px;
  border-color: #c92a28;
  background: #c92a28;
  color: #fff;
}
.newsBlock .w1440 .content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 80px 60px;
  position: relative;
  z-index: 0;
  margin-top: 60px;
}
.newsBlock .w1440 .content .list {
  display: block;
  position: relative;
  padding-bottom: 87px;
  border-bottom: 1px solid #eaeaea;
}
.newsBlock .w1440 .content .list .img {
  font-size: 0;
  overflow: hidden;
}
.newsBlock .w1440 .content .list .img img {
  transition: transform 0.5s;
  transform: scale(1);
}
.newsBlock .w1440 .content .list .text {
  padding-top: 23px;
}
.newsBlock .w1440 .content .list .text .time {
  font-family: Barlow-Regular;
  color: #999;
}
.newsBlock .w1440 .content .list .text .title {
  transition: color 0.5s;
  margin-top: 12px;
  font-size: 22px;
  line-height: 32px;
  color: #111;
}
.newsBlock .w1440 .content .list .text .detail {
  position: absolute;
  bottom: 25px;
  color: #999;
}

.newsDetail {
  margin-top: 40px;
  padding-bottom: 60px;
}
.newsDetail .w1440 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.newsDetail .w1440 .left {
  width: 73.6111111111%;
  background: #fff;
}
.newsDetail .w1440 .left .title {
  padding: 50px 50px 0;
  font-variation-settings: "wght" 600, "BEVL" 1;
  font-size: 32px;
  color: #111;
}
.newsDetail .w1440 .left .info {
  display: flex;
  padding: 0 50px 38px;
  margin-top: 8px;
}
.newsDetail .w1440 .left .info div {
  color: #555;
}
.newsDetail .w1440 .left .info .center {
  margin: 0 8px;
}
.newsDetail .w1440 .left .content {
  padding: 30px 50px;
  border-top: 1px solid #dedede;
}
.newsDetail .w1440 .left .content p {
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 30px;
  color: #555;
}
.newsDetail .w1440 .left .page {
  padding: 35px 50px 52px;
  border-top: 1px solid #dedede;
}
.newsDetail .w1440 .left .page p {
  margin-bottom: 12px;
  color: #555;
}
.newsDetail .w1440 .left .page p a {
  transition: color 0.5s;
  color: #555;
}
.newsDetail .w1440 .left .page p:last-child {
  margin-bottom: 0;
}
.newsDetail .w1440 .right {
  width: 23.6111111111%;
  padding: 42px 40px 54px;
  background: #fff;
}
.newsDetail .w1440 .right .title {
  font-variation-settings: "wght" 600, "BEVL" 1;
  font-size: 24px;
  color: #111;
}
.newsDetail .w1440 .right .content .list {
  display: block;
  margin-top: 28px;
}
.newsDetail .w1440 .right .content .list .img {
  font-size: 0;
  overflow: hidden;
}
.newsDetail .w1440 .right .content .list .img img {
  transition: transform 0.5s;
  transform: scale(1);
}
.newsDetail .w1440 .right .content .list p {
  transition: color 0.5s;
  margin-top: 20px;
  line-height: 28px;
  color: #111;
}

.detailBg {
  background: #f7f7f7;
}

@media (any-hover: hover) {
  .newsBlock .w1440 .top .year .yearList a:hover {
    background: #c92a28;
    color: #fff;
  }
  .newsBlock .w1440 .content .list:hover .img img {
    transform: scale(1.1);
  }
  .newsBlock .w1440 .content .list:hover .text .title {
    color: #c92a28;
  }
  .newsDetail .w1440 .left .page p:hover a {
    color: #c92a28;
  }
  .newsDetail .w1440 .right .content .list:hover .img img {
    transform: scale(1.1);
  }
  .newsDetail .w1440 .right .content .list:hover p {
    color: #c92a28;
  }
}
@media (max-width: 1440px) {
  .newsBlock .w1440 .content {
    gap: 30px;
  }
  .newsBlock .w1440 .content .list {
    padding-bottom: 60px;
  }
  .newsBlock .w1440 .content .list .text .detail {
    bottom: 20px;
  }
}
@media (max-width: 1080px) {
  .newsBlock {
    padding-bottom: 40px;
  }
  .newsBlock .w1440 .content {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 30px;
  }
  .newsBlock .pagination {
    margin-top: 30px;
  }
  .newsDetail {
    padding-bottom: 40px;
  }
  .newsDetail .w1440 {
    flex-direction: column;
  }
  .newsDetail .w1440 .left {
    width: 100%;
  }
  .newsDetail .w1440 .left .title {
    padding: 30px 30px 0;
  }
  .newsDetail .w1440 .left .info {
    padding: 0px 30px 30px;
  }
  .newsDetail .w1440 .left .content {
    padding: 30px;
  }
  .newsDetail .w1440 .left .page {
    padding: 30px;
  }
  .newsDetail .w1440 .right {
    width: 100%;
    margin-top: 30px;
    padding: 30px;
  }
  .newsDetail .w1440 .right .content .list .img img {
    width: 100%;
  }
}
@media (max-width: 820px) {
  .newsBlock .w1440 .top .year {
    width: 100%;
  }
  .newsBlock .w1440 .top .year .text {
    width: 100%;
  }
  .newsBlock .w1440 .top .listSearch {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
}
@media (max-width: 500px) {
  .newsBlock, .newsDetail {
    margin-top: 20px;
  }
  .newsBlock .w1440 .top .year {
    height: 40px;
  }
  .newsBlock .w1440 .top .year .text {
    height: 40px;
  }
  .newsBlock .w1440 .top .year .text span {
    font-size: 14px;
  }
  .newsBlock .w1440 .top .listSearch input {
    width: calc(100% - 120px);
    height: 40px;
    font-size: 14px;
  }
  .newsBlock .w1440 .top .listSearch .button {
    width: 100px;
  }
  .newsBlock .w1440 .content {
    display: block;
    grid-template-columns: none;
  }
  .newsBlock .w1440 .content .list {
    display: block;
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .newsBlock .w1440 .content .list .text {
    padding-top: 10px;
  }
  .newsBlock .w1440 .content .list .text .time span {
    font-size: 14px;
  }
  .newsBlock .w1440 .content .list .text .title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.5;
  }
  .newsBlock .w1440 .content .list .text .detail {
    display: none;
  }
  .newsDetail .w1440 .left .title {
    font-size: 18px;
  }
  .newsDetail .w1440 .left .info {
    padding-bottom: 20px;
  }
  .newsDetail .w1440 .left .info div {
    font-size: 14px;
  }
  .newsDetail .w1440 .left .content p {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.8;
  }
  .newsDetail .w1440 .left .page {
    padding: 20px 30px;
  }
  .newsDetail .w1440 .left .page p {
    font-size: 14px;
  }
  .newsDetail .w1440 .right .title {
    font-size: 20px;
  }
  .newsDetail .w1440 .right .content .list p {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.5;
  }
}/*# sourceMappingURL=news.css.map */