body {
  min-width: 1200px;
  padding-top: 50px;
}
body .content {
  width: 1200px;
  margin: 0 auto;
}
body .content .list_title {
  width: 100%;
  margin: 0px 0px;
  margin-bottom: 50px;
  margin-top: 20px;
  padding: 0;
}
body .content .list_title li {
  margin-right: 20px;
}
body .content .news_list {
  width: 1200px;
  margin: 0px auto;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
body .content .news_list li {
  background: #fff;
  width: 280px;
  height: 285px;
  margin-bottom: 45px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
body .content .news_list li:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
body .content .news_list li p {
  margin-top: 15px;
  font-size: 14px;
  line-height: 25px;
  padding: 0px 5px;
  text-align: left;
}
body .content .page {
  text-align: center;
  color: #444444;
  margin-bottom: 50px;
}
body .content .page text {
  font-size: 14px;
}
body .content .page a {
  vertical-align: bottom;
}
body .content .page .page_search {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 5px;
  text-align: center;
  color: #428df6;
  border: 1px solid #ccc;
  margin: 0px 5px;
}
body .content .page .page_button {
  width: 80px;
  height: 30px;
  line-height: 30px;
  border-radius: 5px;
  text-align: center;
  color: #428df6;
  border: 1px solid #ccc;
  margin: 0px 5px;
  background: #fff;
  vertical-align: bottom;
}
body .content .page ul {
  display: inline-block;
  vertical-align: bottom;
}
body .content .page ul li {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 5px;
  text-align: center;
  border: 1px solid #ccc;
  margin: 0px 5px;
  font-size: 14px;
}
body .content .page ul li a {
  width: 100%;
}
body .content .page ul .on {
  background: #428df6;
  color: #fff;
}
body .content .page ul .on a {
  color: #fff;
}
