main {
  background-color: #f8f9fb;
}
.main-1 .content {
  display: flex;
  flex-wrap: wrap;
}
.main-1 .content .item {
  width: calc((100% - (4 - 1) * 1.15rem) / 4);
  margin-right: 1.15rem;
  margin-bottom: 1.15rem;
}
.main-1 .content .item:nth-of-type(4n) {
  margin-right: 0;
}
.main-1 .content .item {
  position: relative;
  background-color: #fff;
}
.main-1 .content .item:hover .text p {
  color: #172a88;
}
.main-1 .content .item:hover .text div {
  padding: 0 1rem;
}
.main-1 .content .item:hover .img img {
  transform: scale(1.06);
}
.main-1 .content .item .img {
  height: 16rem;
  overflow: hidden;
}
.main-1 .content .item .text {
  padding: 1.8rem;
  background-color: #fff;
}
.main-1 .content .item .text p {
  font-size: 1.141rem;
  line-height: 1.4;
  margin-bottom: 3.5rem;
}
.main-1 .content .item .text div {
  display: flex;
  justify-content: space-between;
}
.main-1 .content .item .text div span {
  color: #666;
}
.main-1 .content .item .text div i::before {
  content: "\e666";
  font-size: 1rem;
  color: #172a88;
}
.main-1 .content .item .time {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.5rem;
  background-color: #e60a1d;
}
.main-1 .content .item .time * {
  color: #fff;
}
.main-1 .content .item .time p {
  font-size: 1.597rem;
}
.main-1 .content .item .time span {
  font-size: 0.6rem;
}
.news_detail {
  background-color: #f8f9fb;
}
.news_detail .content {
  display: flex;
  align-items: start;
}
.news_detail .content .side-bar {
  width: 8.1rem;
  flex-shrink: 0;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.news_detail .content .side-bar .item {
  position: relative;
  width: 100%;
  height: 6rem;
  z-index: 1;
}
.news_detail .content .side-bar .item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 1.5rem);
  border-top-left-radius: 1.5rem;
  z-index: -1;
}
.news_detail .content .side-bar .item:nth-of-type(1)::after {
  background-color: #fff;
}
.news_detail .content .side-bar .item:nth-of-type(2)::after {
  background-color: #172a88;
}
.news_detail .content .side-bar .item:nth-of-type(3)::after {
  background-color: #e60a1d;
}
.news_detail .content .side-bar .item:nth-of-type(4)::after {
  height: 6rem;
  border-bottom-left-radius: 1.5rem;
  background-color: #019944;
}
.news_detail .content .side-bar .item * {
  color: #fff;
}
.news_detail .content .side-bar .item i {
  font-size: 2rem;
}
.news_detail .content .side-bar .item p {
  line-height: 1.6;
}
.news_detail .content .side-bar .item:first-of-type span {
  color: #333;
  font-size: 1.8rem;
}
.news_detail .content .side-bar .item:first-of-type p {
  color: #999;
}
.news_detail .content .info {
  padding: 0 3.8rem;
  background-color: #fff;
}
.news_detail .content .info > h1 {
  padding: 2.5rem 0;
  font-size: 1.8rem;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.news_detail .content .info .text {
  padding: 2.75rem 0;
  min-height: 20rem;
}
.news_detail .content .info .text * {
  line-height: 2;
}
.news_detail .content .info .control {
  display: flex;
  justify-content: space-between;
  padding: 1.5rem 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.news_detail .content .info .control a:hover {
  color: #e60a1d;
}
@media screen and (max-width: 768px) {
  .main-1 .content {
    justify-content: space-between;
  }
  .main-1 .content .item {
    width: 48%;
    margin-right: 0;
    margin-bottom: 4%;
  }
  .main-1 .content .item .img {
    height: 9rem;
  }
  .main-1 .content .item .text {
    padding: 1rem;
  }
  .main-1 .content .item .text p {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 1rem;
  }
  .news_detail {
    padding-top: 0 !important;
    padding-bottom: 0;
  }
  .news_detail .content {
    position: relative;
    padding-top: 4rem;
    background-color: #fff;
  }
  .news_detail .content .side-bar {
    position: absolute;
    display: flex;
    width: 100%;
    top: 2rem;
  }
  .news_detail .content .side-bar .item {
    flex-direction: row;
    height: auto;
  }
  .news_detail .content .side-bar .item::after {
    background-color: transparent !important;
  }
  .news_detail .content .side-bar .item * {
    color: #333 !important;
    font-size: 0.8rem !important;
  }
  .news_detail .content .side-bar .item:first-of-type {
    flex-direction: row-reverse;
  }
  .news_detail .content .side-bar .item:first-of-type span {
    font-size: 0.9rem !important;
    margin-left: 0.3rem;
  }
  .news_detail .content .info {
    padding: 0;
  }
  .news_detail .content .info > h1 {
    font-size: 1.2rem;
    padding: 1rem 0;
    line-height: 1.4;
  }
  .news_detail .content .info .text {
    padding: 1rem 0;
  }
  .news_detail .content .info .control {
    flex-direction: column;
    padding: 1rem 0;
  }
  .news_detail .content .info .control p {
    line-height: 2;
  }
}
