﻿.row {
  width: 1200px;
  margin: auto;
}

.the_standard {
  height: 50px;
  background: #f5f5f5;
  line-height: 50px;
  font-size: 0px;
  margin-top: 40px;
  margin-bottom: 20px;
}

.the_standard li {
  display: inline-block;
  font-size: 16px;
  color: #015293;
}

.the_standard li a {
  color: #015293;
}

.the_standard li span {
  width: 20px;
  display: inline-block;
  text-align: center;
}

.the_standard li img {
  margin: 0px 17px 0px 25px;
}

/* 内容 */

.headlines_today_content {
  border: 1px #e0e0e0 solid;
  padding: 0px 40px 0px 40px;
  font-size: 0px;
  margin-bottom: 30px;
}

.headlines_today_list {
  width: 838px;
  border-bottom: 1px #e0e0e0 solid;
  margin: 40px auto;
}

.headlines_today_list li {
  font-size: 16px;
  color: #333333;
  padding: 0px 6px;
  line-height: 48px;
  border-bottom: 1px #eeeeee dashed;
}
.headlines_today_list li p {
  display: inline-block;
  width: 720px;
}

.headlines_today_list li span {
  color: #999999;
}

.headlines_today_list li a {
  text-decoration: none;
  font-size: 16px;
  color: #333333;
}

/* 分页样式 */

.search_pagination {
  font-size: 0px;
  text-align: center;
}

.search_pagination li {
  height: 30PX;
  line-height: 30px;
  border: 1px #e0e0e0 solid;
  color: #015293;
  font-size: 14px;
  margin-left: 6px;
  display: inline-block;
  cursor: pointer;
}

.search_pagination li a {
  color: #015293;
  padding: 0px 15px;
}

.paging_prohibited {
  color: #999999 !important;
}

.paging_is_selected {
  color: #ffffff !important;
  background: #015293;
}

.previous_page {
  margin-left: 15px !important;
}

.next_page {
  margin-right: 9px;
}

.search_pagination ul {
  margin: 18px auto;
}