.into_ff .into_right {
  width: 1200px;
}
.into_right {
  width: 960px;
}
.into_right .text {
  font-size: 22px;
  height: 45px;
  border-bottom: 1px solid #ededed;
  position: relative;
}
.into_right .text::after {
  content: "";
  display: block;
  height: 2px;
  width: 50px;
  background-color: #1881c9;
  position: absolute;
  top: 43px;
  left: 0;
}
.news_content {
  padding-top: 30px;
}
.news_content > ul > li {
  height: 190px;
  margin-bottom: 30px;
  display: flex;
}
.news_content > ul > li > div:nth-child(1) {
  margin-right: 30px;
}
.news_content > ul > li > div:nth-child(2) {
  padding-top: 20px;
  width: 910px;
}
.news_content > ul > li > div:nth-child(2) .title {
  font-size: 17px;
  color: #333333;
}
.news_content > ul > li > div:nth-child(2) .time {
  font-size: 12px;
  margin-top: 8px;
  height: 32px;
  border-bottom: 1px solid #ededed;
  color: #666;
  position: relative;
}
.news_content > ul > li > div:nth-child(2) .time::after {
  content: "";
  display: block;
  height: 3px;
  width: 32px;
  background-color: #84ccc9;
  position: absolute;
  top: 30px;
  left: 0;
}
.news_content > ul > li > div:nth-child(2) .article {
  margin-top: 20px;
  font-size: 12px;
  line-height: 22px;
  color: #666666;
}
.paging_cont {
  display: flex;
  justify-content: center;
  user-select: none;
}
.paging_cont .layui-laypage a,
.paging_cont .layui-laypage span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  padding: 0 17px;
  height: 28px;
  line-height: 28px;
  margin: 0;
  background-color: #fff;
  color: #333;
  font-size: 12px;
}
.paging_cont .layui-laypage a {
  text-decoration: none;
  margin: 0 5px;
}
.paging_cont .layui-laypage .layui-laypage-curr .layui-laypage-em {
  position: absolute;
  left: -1px;
  top: -1px;
  padding: 1px;
  width: 100%;
  height: 100%;
  background-color: #84ccc9;
}
