﻿@charset "utf-8";

/* 当前位置 */
.container .list {
	height: 60px;
	line-height: 60px;
	margin: 0 auto;
	background-color: #f2f2f2;
	width: 1200px;
}
.container .list .title {
	width: 1200px;
	height: 60px;
	line-height: 60px;
	margin: 0 auto;
	font-size: 16px;
	margin-left: 25px;
	color: #999999;
}
.container .list .title span a {
	color: #999999;
}
.container .list .title span a:hover {
	color: #006EAB;
}
.container .pchid {
	display: block;
}
.container .mobilehid {
	display: none;
}
/* 列表页 */
.container .contain {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	background-color: white;
}
.container .contain .left {
	width: 295px;
	height: 1010px;
	float: left;
	background-color: white;
	box-shadow: 0 0 9px #dbdbdb;
}
.container .contain .left h6 {
	height: 75px;
	background: #006eab;
	line-height: 75px;
	text-align: center;
}
.container .contain .left ul li {
  height: 30px;
  line-height: 30px;
  width: 98%;
  margin: auto;
  border-bottom: 1px solid #ececec;
  padding-left: 8%;
}
.container .contain .left ul li:hover {
	background-color: #EEF3EC;
}
.container .contain .left ul li a {
  display: inline-block;
  padding-left: 0;
  background: none;
  color: #333;
  font-size: 14px;
}
.container .contain .left ul li:hover a {
  display: inline-block;
  padding-left: 0;
  background: none;
  font-weight: bold;
  color: #00679D;
}
.container .contain .right {
	width: 100%;
	height: auto;
	float: right;
	background-color: white;
}
.container .contain .top {
	height: 67px;
	line-height: 67px;
	font-size: 22px;
	font-weight: bold;
	color: #CC0000;
	border-bottom: 8px solid #CC0000;
}
.container .contain .top span {
	margin-left: 25px;
}
.container .contain .bottom {
	height: auto;
	padding: 0 25px;
	position: relative;
}
.container .contain .bottom ul {
	border-bottom: 1px dashed #e4e6eb;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 100%;
}
.container .contain .bottom ul li {
	line-height: 45px;
	height: 45px;
	width: 100%;
	padding: 0 10px;
}
.container .contain .bottom ul li:hover {
	background-color: #D3EFFF;
}
.container .contain .bottom ul li span {
	float: right;
	display: inline-block;
}
.container .contain .bottom ul li img {
	width: 10px;
	margin-top: 19px;
	margin-right: 10px;
	display: inline-block;
	float: left;
}
.container .contain .bottom ul li a {
	margin-left: 20px;
	font-size: 16px;
}
.container .contain .bottom ul li:hover a {
	color: #006EAB;
}
.container .contain .page {
	text-align: center;
	height: 60px;
	line-height: 50px;
}
.container .contain .page a {
	color: #CC0000;
}
.p_page {
	display: none;
}
.box1 {
	margin: 10px;
}
.box1 .title {
	font-weight: bold;
	color: #006EAB;
	border-bottom: 8px solid #10568a;
	line-height: 40px;
	height: 40px;
	font-size: 20px;
}
.box1 .title .more {
	font-size: 14px;
	float: right;
}
.box1 ul li {
	line-height: 40px;
	height: 40px;
}
.box1 ul li a {
	display: block;
}
.box1 ul li a span {
	float: right;
}
.list_l_t h1 {
  text-align: center;
  font-size: 20px;
  line-height: 40px;
  height: 40px;
  margin-top: 15px;
  color: #CC0000;
}
#ipt {
  width: 40px;
  height: 22px;
  border: 1px solid #a5a5a5;
}
.go {
  background: #c00;
  color: #fff;
  border: none;
  width: 50px;
  height: 30px;
  font-size: 16px;
  margin-left: 10px;
}
.page span {
  margin: 0 5px;
}