.ind_title{
	width: 100%;
	padding-bottom:9px;
	border-bottom: 1px #0e337a solid;
}
.ind_title h4{
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	color: #0e337a;
}
.ind_title h4 span.icon{
	display: inline-block;
	width: 4px;
	height: 14px;
	background:  no-repeat;
	margin-right: 6px;
}
.ind_title h4 b{
	display: inline-block;
	width: 1px;
	height: 12px;
	background: #0e337a;
	margin: 0 10px;
}
.ind_title .sub_title a{
	display: inline-block;
	font-size: 12px;
	line-height: 14px;
	color: #808080;
	border-left: 1px #808080 solid;
	padding-left: 4px;
}
.ind_title .sub_title a:first-child{
	border-left: none;
}
.ind_title .sub_title a:hover{
	color: #a80000;
}
.content{
	padding: 20px 0 40px 0;
}
.content .con_list form{
	width: 1000px;
	height: 58px;
	background: #eeeeee;
	padding-top: 14px;
}
.content .con_list form input{
	margin: 0 10px;
}
.content .con_list form input[type=text]{
	width: 280px;
	height: 30px;
	border: 1px #0e337a solid;
	padding-left: 15px;
}
.content .con_list form input[type=submit]{
	color: #005bac;
	text-decoration: underline;
	background: none;
}
.content .con_list ul{
	padding-top: 10px;
}
.content .con_list li{
	line-height: 30px;
	padding-left: 12px;
	position: relative;
}
.content .con_list li:before{
	display: block;
	content: "";
	width: 4px;
	height: 4px;
	background: #0e337a;
	position: absolute;
	left: 0;
	top: 13px;	
}
.content .con_left .tab_box .chbox ul li span.date{
	color: #7f7f7f;
}
.nav-page {
	border-top: 1px #bdbdbd dashed;
  	text-align: center;
  	padding-top: 10px;
  	margin-top: 12px;
}
.nav-page ul {
	font-size: 0;
}
.nav-page ul li {
	display: inline-block;
 	font-size: 12px;
 	line-height: 18px;
	margin: 0 5px;
	border: 1px #d8d8d8 solid;
	padding: 0 12px;
}
.nav-page ul li.active{
	border: 1px #8fa0c1 solid;
	background: #0e337a;
}
.nav-page ul li.active a{
	color: #ffffff;
}
.nav-page ul li.number{
	margin: 0;
	border: none;
}
.nav-page ul li a {
	color: #666666;
}
.nav-page ul li.jump,
.nav-page ul li.go{
	padding: 0;
	border: none;
}
.nav-page ul li.jump input {
	width: 50px;
	height: 20px;
	text-align: center;
	border: 1px #d8d8d8 solid;
}
.nav-page ul li.num {
  	text-align: center;
  	padding: 0 10px;
}
.nav-page ul li a {
  	display: block;
  	cursor: pointer;
}
.nav-page ul li.go button {
  	width: 40px;
 	padding: 2px;
  	height: 20px;
  	line-height: 15px;
  	vertical-align: top;
  	font-size: 12px;
  	margin-top: -1px;
}