main {
  background-color: #f8f9fb;
}
.main-1 .content {
  display: flex;
  flex-wrap: wrap;
}
.main-1 .content .item {
  margin-right: 1.75rem;
  width: 20.85rem;
  margin-bottom: 2rem;
}
.main-1 .content .item:nth-of-type(3n) {
  margin-right: 0;
}
.main-1 .content .item:hover .img img {
  transform: scale(1.04);
}
.main-1 .content .item:hover .iconfont {
  transform: rotate(0);
  color: #333;
}
.main-1 .content .item .img {
  height: 18.75rem;
  overflow: hidden;
}
.main-1 .content .item.active {
  width: 42.85rem;
  flex-shrink: 0;
}
.main-1 .content .item.active .des {
  display: flex;
  justify-content: space-between;
}
.main-1 .content .item.active .des p {
  width: 15.2rem;
  margin-bottom: 0;
}
.main-1 .content .item.active .des span {
  width: 16.05rem;
}
.main-1 .content .item:last-of-type {
  margin-right: 0;
}
.main-1 .content .item .date {
  margin-bottom: 1.4rem;
}
.main-1 .content .item .date p {
  font-size: 2rem;
}
.main-1 .content .item .date span {
  font-size: 0.7rem;
}
.main-1 .content .item .text {
  padding: 2rem 2.4rem;
  height: 13.45rem;
  background-image: linear-gradient(0deg, #e9f3fe 0%, #afcff6 100%);
}
.main-1 .content .item .des p {
  font-size: 1.2rem;
  line-height: 1.2;
  margin-bottom: 1.4rem;
}
.main-1 .content .item .des span {
  display: inline-block;
  font-size: 0.7rem;
  line-height: 1.6;
}
.main-1 .content .item .iconfont {
  display: inline-block;
  font-size: 1.5rem;
  margin-top: 1.5rem;
  color: #999;
  transform: rotate(45deg);
}
.news_detail .content {
  display: flex;
}
.news_detail .left {
  background-image: linear-gradient(0deg, rgba(230, 240, 252, 0) 0%, #e6f0fc 100%);
  padding: 4rem;
}
.news_detail .left .year p {
  font-size: 2rem;
}
.news_detail .left h1 {
  font-size: 1.8rem;
  line-height: 1.4;
  padding: 1rem 0;
  margin-bottom: 1.5rem;
  border-bottom: 0.1rem solid #333;
}
.news_detail .left .con * {
  line-height: 2;
}
.news_detail .left .o {
  display: flex;
  justify-content: space-between;
  padding: 1rem 0;
  margin-top: 1.5rem;
  border-top: 0.1rem solid #333;
}
.news_detail .left .o a:hover {
  color: #1d74d4;
}
.news_detail .right {
  margin-left: 3rem;
  width: 20.85rem;
  flex-shrink: 0;
}
.news_detail .right .item {
  display: block;
  margin-bottom: 1.75rem;
}
.news_detail .right .item:hover .iconfont {
  transform: rotate(0);
  color: #333;
}
.news_detail .right .text {
  padding: 2rem 2.4rem;
  height: 13.45rem;
  background-image: linear-gradient(0deg, #e9f3fe 0%, #afcff6 100%);
}
.news_detail .right .des p {
  font-size: 1.2rem;
  line-height: 1.2;
  margin-bottom: 1.4rem;
}
.news_detail .right .des span {
  display: inline-block;
  font-size: 0.7rem;
  line-height: 1.6;
}
.news_detail .right .iconfont {
  display: inline-block;
  font-size: 1.5rem;
  margin-top: 1.5rem;
  color: #999;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .main-1 .content {
    flex-direction: column;
  }
  .main-1 .content .item {
    width: 100% !important;
    margin-bottom: 1rem;
  }
  .main-1 .content .item .date {
    display: none;
  }
  .main-1 .content .item .img {
    height: 12rem;
  }
  .main-1 .content .item .des {
    flex-direction: column !important;
  }
  .main-1 .content .item .des p {
    width: 100% !important;
    margin-bottom: 1rem !important;
    font-size: 1rem;
  }
  .main-1 .content .item .des span {
    width: 100% !important;
  }
  .main-1 .content .item .text {
    padding: 1rem;
    height: auto !important;
  }
  .main-1 .content .item .iconfont {
    transform: none !important;
    color: #333 !important;
    margin-top: 1rem;
  }
  .news_detail .content {
    flex-direction: column;
  }
  .news_detail .content .left {
    padding: 1rem;
  }
  .news_detail .content .left .o {
    flex-direction: column;
  }
  .news_detail .content .left .o div {
    margin-bottom: 1rem;
  }
  .news_detail .content .left .o div:last-of-type {
    margin-bottom: 0;
  }
  .news_detail .content .right {
    margin-left: 0;
    width: 100%;
  }
  .news_detail .content .right .item {
    width: 100% !important;
    margin-bottom: 1rem;
  }
  .news_detail .content .right .item .date {
    display: none;
  }
  .news_detail .content .right .item .img {
    height: 12rem;
  }
  .news_detail .content .right .item .des {
    flex-direction: column !important;
  }
  .news_detail .content .right .item .des p {
    width: 100% !important;
    margin-bottom: 1rem !important;
    font-size: 1rem;
  }
  .news_detail .content .right .item .des span {
    width: 100% !important;
  }
  .news_detail .content .right .item .text {
    padding: 1rem;
    height: auto !important;
  }
  .news_detail .content .right .item .iconfont {
    transform: none !important;
    color: #333 !important;
    margin-top: 1rem;
  }
}
