.cont .page1 .w1440 {
  display: flex;
  justify-content: space-between;
}
.cont .page1 .w1440 .item-l {
  width: 64%;
}
.cont .page1 .w1440 .item-l .title {
  color: #333;
  display: block;
}
.cont .page1 .w1440 .item-l .new-tb {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.cont .page1 .w1440 .item-l .new-tb div {
  color: #999999;
}
.cont .page1 .w1440 .item-l .new-tb .visit {
  margin-left: 35px;
}
.cont .page1 .w1440 .item-l .content {
  margin-top: 30px;
  color: #333;
}
.cont .page1 .w1440 .item-l .content p {
  margin-bottom: 20px;
}
.cont .page1 .w1440 .item-l .content img {
  width: auto;
  max-width: 100%;
}
.cont .page1 .w1440 .item-l .prev_next {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.cont .page1 .w1440 .item-l .prev_next a {
  display: block;
  padding: 11px 30px;
  border-radius: 100px;
  position: relative;
  overflow: hidden;
  background: #eeeef7;
}
.cont .page1 .w1440 .item-l .prev_next a::after {
  content: '';
  display: block;
  position: absolute;
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
  background: linear-gradient(130deg, #0059a1 58%, #f23d00 92%);
  opacity: 0;
  transition: all 0.5s;
}
.cont .page1 .w1440 .item-l .prev_next a i {
  color: #333333;
  position: relative;
  z-index: 5;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 1.5em;
}
.cont .page1 .w1440 .item-l .prev_next a:hover::after {
  opacity: 1;
}
.cont .page1 .w1440 .item-l .prev_next a:hover i {
  color: #fff;
}
.cont .page1 .w1440 .item-r {
  width: 31%;
}
.cont .page1 .w1440 .item-r .tit {
  color: #333;
}
.cont .page1 .w1440 .item-r .links a {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eeeeee;
}
.cont .page1 .w1440 .item-r .links a .img {
  width: 44%;
  padding-top: 26%;
  position: relative;
  overflow: hidden;
}
.cont .page1 .w1440 .item-r .links a .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  object-fit: cover;
}
.cont .page1 .w1440 .item-r .links a .txt {
  width: 56%;
  padding: 8px 0 8px 8%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cont .page1 .w1440 .item-r .links a .txt p {
  color: #222;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 3em;
}
.cont .page1 .w1440 .item-r .links a .txt i {
  display: block;
  color: #888888;
}
.cont .page1 .w1440 .item-r .links a:hover .img img {
  transform: translate(-50%, -50%) scale(1.05);
}
.cont .page1 .w1440 .item-r .links a:hover .txt p {
  color: #0053a6;
}
/* 125% */
/* 150 */
@media screen and (max-width: 998px) {
  .cont .page1 .w1440 {
    flex-wrap: wrap;
  }
  .cont .page1 .w1440 .item-l {
    width: 100%;
  }
  .cont .page1 .w1440 .item-r {
    width: 100%;
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .cont .page1 .w1440 .item-l .prev_next {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
}
/*# sourceMappingURL=./news-des.css.map */