.news_list {
  padding-top: 70px;
  padding-bottom: 64px;
}
.news_list .wrap {
  width: 1120px;
}
.news_list .it {
  height: 200px;
  margin-bottom: 20px;
  background: #F7FAFF;
  border-radius: 8px;
  padding: 20px;
  transition: 0.4s;
}
.news_list .it a {
  align-items: center;
  height: 100%;
}
.news_list .it img {
  width: 240px;
  height: 156px;
  border-radius: 4px;
}
.news_list .it .txt {
  margin-left: 20px;
}
.news_list .it .txt .tit {
  font-size: 18px;
  font-weight: bold;
  color: #363D57;
}
.news_list .it .txt .cont {
  color: #363D57;
  margin-top: 12px;
}
.news_list .it .txt time {
  color: #363D57;
  display: block;
  margin-top: 25px;
}
.news_list .it .txt time::before {
  vertical-align: text-bottom;
  transform: translateY(2px);
  content: url(../images/time.png);
  display: inline-block;
  margin-right: 4px;
}
.news_list .it .txt span {
  float: right;
  color: #0C32BF;
}
.news_list .it:hover {
  box-shadow: 0 0 20px #ddd;
}
.news_list .it:hover .tit {
  color: #000;
}
.news_list .pagebox {
  text-align: right;
}
.new_detail {
  padding-top: 80px;
  padding-bottom: 60px;
}
.new_detail .wrap {
  width: 1000px;
}
.new_detail h2 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #363D57;
}
.new_detail .time1 {
  display: block;
  color: #363D57;
  text-align: center;
  margin-top: 34px;
}
.new_detail .cont {
  margin-top: 30px;
  color: #363D57;
}
.new_detail .cont p {
  font-size: 16px;
  line-height: 30px;
}
.new_detail ul {
  margin-top: 60px;
}
.new_detail ul li {
  width: 480px;
  height: 140px;
  background: #F7FAFF;
  border-radius: 8px;
  padding: 24px;
}
.new_detail ul li em {
  font-size: 16px;
  color: #3D3D3D;
}
.new_detail ul li .tit {
  font-size: 18px;
  font-weight: bold;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.new_detail ul li .tit a {
  color: #363D57;
}
.new_detail ul li .tit a:hover {
  color: #000;
}
.new_detail ul li time {
  display: block;
  text-align: right;
  margin-top: 10px;
}
