div.i1 {
  padding: 1.3rem 0;
  background: linear-gradient(181deg, #FAFAFA 0%, rgba(250, 250, 250, 0) 100%);
}
@media screen and (max-width: 1024px) {
  div.i1 {
    padding: 0.8rem 0;
  }
}
div.i1 .news-center-module .news-center-module-title {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  div.i1 .news-center-module .news-center-module-title {
    flex-wrap: wrap;
  }
}
div.i1 .news-center-module .news-center-module-title .child-column {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  div.i1 .news-center-module .news-center-module-title .child-column {
    width: 100%;
    margin-top: 0.4rem;
    justify-content: space-around;
  }
}
div.i1 .news-center-module .news-center-module-title .child-column ul {
  display: flex;
  justify-content: space-between;
}
div.i1 .news-center-module .news-center-module-title .child-column ul li {
  font-size: 0.16rem;
  color: #B3B3B3;
  margin: 0 0.25rem;
  padding-bottom: 0.08rem;
  position: relative;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  cursor: pointer;
}
div.i1 .news-center-module .news-center-module-title .child-column ul li:after {
  content: '';
  width: 0;
  height: 0.03rem;
  background-color: #2D343D;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
div.i1 .news-center-module .news-center-module-title .child-column ul li:nth-child(3):before {
  content: '';
  width: 0.22rem;
  height: 0.12rem;
  background: url(../images/news-module-hot-icon.png) center center / 100% auto no-repeat;
  position: absolute;
  right: -0.25rem;
  top: -0.1rem;
}
div.i1 .news-center-module .news-center-module-title .child-column ul li.newsModuleActive {
  color: #333333;
}
div.i1 .news-center-module .news-center-module-title .child-column ul li.newsModuleActive:after {
  width: 0.3rem;
}
@media screen and (max-width: 1024px) {
  div.i1 .news-center-module .news-center-module-title .child-column ul li {
    font-size: 0.28rem;
  }
  div.i1 .news-center-module .news-center-module-title .child-column ul li.newsModuleActive:after {
    width: 0.5rem;
  }
}
div.i1 .news-center-module .news-center-module-title .child-column .more {
  margin-left: 0.5rem;
}
div.i1 .news-center-module .news-center-module-title .child-column .more a {
  font-size: 0.16rem;
  color: #B3B3B3;
}
div.i1 .news-center-module .news-center-module-title .child-column .more a i {
  display: inline-block;
  width: 0.2rem;
  height: 0.16rem;
  background: url(../images/news-center-module-more-icon.png) center center / 0.18rem auto no-repeat;
  margin-left: 0.1rem;
}
@media screen and (max-width: 1024px) {
  div.i1 .news-center-module .news-center-module-title .child-column .more a {
    font-size: 0.28rem;
  }
}
div.i1 .news-center-module .news-center-module-content {
  margin-top: 0.3rem;
}
div.i1 .news-center-module .news-center-module-content .content {
  display: flex;
  justify-content: space-between;
  display: none;
}
@media screen and (max-width: 1024px) {
  div.i1 .news-center-module .news-center-module-content .content {
    flex-wrap: wrap;
  }
}
div.i1 .news-center-module .news-center-module-content .content .left-hot {
  width: 5.7rem;
}
div.i1 .news-center-module .news-center-module-content .content .left-hot .img {
  width: 100%;
  height: 3.2rem;
  overflow: hidden;
  position: relative;
}
div.i1 .news-center-module .news-center-module-content .content .left-hot .img img {
  width: 100%;
  height: auto;
}
div.i1 .news-center-module .news-center-module-content .content .left-hot .img .time {
  width: 0.8rem;
  height: 0.6rem;
  background-color: #E60012;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  position: absolute;
  right: 0;
  bottom: 0;
}
div.i1 .news-center-module .news-center-module-content .content .left-hot .img .time p {
  color: #FFFFFF;
}
div.i1 .news-center-module .news-center-module-content .content .left-hot .img .time p:first-child {
  font-size: 0.24rem;
}
div.i1 .news-center-module .news-center-module-content .content .left-hot .img .time p:last-child {
  font-size: 0.12rem;
}
div.i1 .news-center-module .news-center-module-content .content .left-hot .title {
  margin-top: 0.3rem;
  font-size: 0.24rem;
  font-weight: bold;
  color: #333333;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
div.i1 .news-center-module .news-center-module-content .content .left-hot .desc {
  margin-top: 0.22rem;
  font-size: 0.14rem;
  color: #999999;
  line-height: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  div.i1 .news-center-module .news-center-module-content .content .left-hot {
    width: 100%;
  }
  div.i1 .news-center-module .news-center-module-content .content .left-hot .img {
    height: 4.6rem;
  }
  div.i1 .news-center-module .news-center-module-content .content .left-hot .img .time {
    width: 1.5rem;
    height: 1rem;
  }
  div.i1 .news-center-module .news-center-module-content .content .left-hot .img .time p:first-chilid {
    font-size: 0.3rem;
  }
  div.i1 .news-center-module .news-center-module-content .content .left-hot .img .time p:last-child {
    font-size: 0.26rem;
  }
  div.i1 .news-center-module .news-center-module-content .content .left-hot .title {
    font-size: 0.28rem;
  }
  div.i1 .news-center-module .news-center-module-content .content .left-hot .desc {
    font-size: 0.28rem;
  }
}
div.i1 .news-center-module .news-center-module-content .content .right-list {
  width: calc(100% - 6.2rem);
}
@media screen and (max-width: 1024px) {
  div.i1 .news-center-module .news-center-module-content .content .right-list {
    width: 100%;
    margin-top: 0.5rem;
  }
}
div.i1 .news-center-module .news-center-module-content .content .right-list ul li {
  background: #FFFFFF;
  box-shadow: 0px 4px 20px 1px rgba(0, 0, 0, 0.08);
  margin-top: 0.2rem;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
div.i1 .news-center-module .news-center-module-content .content .right-list ul li a {
  display: block;
}
div.i1 .news-center-module .news-center-module-content .content .right-list ul li a .wrap {
  display: flex;
  justify-content: space-between;
  padding: 0.2rem 0.12rem 0.2rem 0;
}
div.i1 .news-center-module .news-center-module-content .content .right-list ul li a .wrap .time {
  width: 0.93rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  border-right: 1px solid #EBECF0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
div.i1 .news-center-module .news-center-module-content .content .right-list ul li a .wrap .time p {
  color: #666666;
}
div.i1 .news-center-module .news-center-module-content .content .right-list ul li a .wrap .time p:first-child {
  font-size: 0.24rem;
}
div.i1 .news-center-module .news-center-module-content .content .right-list ul li a .wrap .time p:last-child {
  font-size: 0.12rem;
}
div.i1 .news-center-module .news-center-module-content .content .right-list ul li a .wrap .text {
  width: calc(100% - 0.93rem);
  padding-left: 0.3rem;
}
div.i1 .news-center-module .news-center-module-content .content .right-list ul li a .wrap .text .title {
  font-size: 0.2rem;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 1px solid transparent;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
div.i1 .news-center-module .news-center-module-content .content .right-list ul li a .wrap .text .desc {
  margin-top: 0.12rem;
  font-size: 0.14rem;
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
div.i1 .news-center-module .news-center-module-content .content .right-list ul li:first-child {
  margin-top: 0;
}
div.i1 .news-center-module .news-center-module-content .content .right-list ul li:hover {
  background-color: #F2F3F5;
  box-shadow: none;
}
div.i1 .news-center-module .news-center-module-content .content .right-list ul li:hover a .wrap .time {
  border-right: 1px solid #FFFFFF;
}
div.i1 .news-center-module .news-center-module-content .content .right-list ul li:hover a .wrap .text .title {
  color: #E60012;
  border-bottom-color: #E60012;
}
@media screen and (max-width: 1024px) {
  div.i1 .news-center-module .news-center-module-content .content .right-list ul li a .wrap .time {
    width: 1.2rem;
  }
  div.i1 .news-center-module .news-center-module-content .content .right-list ul li a .wrap .time p:first-child {
    font-size: 0.3rem;
  }
  div.i1 .news-center-module .news-center-module-content .content .right-list ul li a .wrap .time p:last-child {
    font-size: 0.26rem;
  }
  div.i1 .news-center-module .news-center-module-content .content .right-list ul li a .wrap .text {
    width: calc(100% - 1.3rem);
  }
  div.i1 .news-center-module .news-center-module-content .content .right-list ul li a .wrap .text .title {
    font-size: 0.28rem;
  }
  div.i1 .news-center-module .news-center-module-content .content .right-list ul li a .wrap .text .desc {
    font-size: 0.26rem;
  }
}

