﻿
 .clist{
	width:1200px;
	margin:0 auto;
	background: url(../images/listbg_03.png) no-repeat 0 0;
	background-size: 100% 100%;
	z-index: 999999;
}
 .clist .position{
	width:1200px;
	height: 60px;
	float: left;
	line-height: 60px;
	font-size: 14px;
	color: #666;
}
 .clist .position .posa{
	width:1160px;
	height: 60px;
	float: left;
	margin-left:20px;
	color: #666;
}
 .clist .position .posa a{
	color: #666;
}
 .clist .listul{
	width:250px;
	min-height:50px;
	float: left;
	margin:0px 20px 20px 20px;
	text-align: center;
	line-height: 50px;
}
 .clist .listul .listhead{
	width:250px;
	height: 65px;
	float: left;
	font-size: 23px;
	color: white;
	font-weight: 800;
	line-height: 65px;
	background: url(../images/listlbg_03.png)no-repeat 0 0;
	background-size:100% 100%;
	margin-bottom: 5px;
}
 .clist .listul a{
	display: inline-block;
	width:250px;
	height: 50px;
	float: left;
	font-size: 18px;
	color:#333;
	background: #f3f4f5;
	margin-bottom: 2px;
}
 .clist .listul a span{
	display: inline-block;
	width:250px;
	height: 50px;
	background:url(../images/listlibg_03.png) no-repeat 15px center;
	z-index: 999999;
}
 .clist .listul a:hover{
	background:#3296FA;
	color: #fff;
}
 .clist .listul .active{
	background:#3296FA;
}
 .clist .listcon{
	width:890px;
	min-height: 200px;
	float: right;
	margin:0 20px 20px 0;
}
 .clist .listcon .head{
	width:890px;
	height: 50px;
	line-height: 50px;
	float: left;
	text-align: center;
	color: #1561af;
	font-weight: 800;
	background: #eee;
}
 .clist .listcon .head .title{
	width:700px;
	float: left;
}
 .clist .listcon .head .time{
	width:190px;
	float: left;
}
 .clist .listcon .ndsj-cate{
 	height:60px;
 	line-height:60px;
 	color:#0662b1;
 	padding-left:20px;
 }
 .clist .listcon .content{
	width:850px;
	min-height: 200px;
	float: left;
	padding:0 20px;
}

 .clist .listcon .content li{
	width:850px;
	float: left;
	margin-bottom: 40px;
}
 .clist .listcon .content li a{
	display: inline-block;
	width:760px;
	float: left;
	margin-left: 20px;
}
.clist .listcon .content li .ndsj{
	display: inline-block;
	width:850px;
	float: left;
	height:40px;
	line-height:40px;
	position:relative;
	margin:0;
	margin-top:10px;
	border-bottom:1px solid #eee;
}
.clist .listcon .content li .ndsj:before{
	width:5px;
	height:5px;
	border-radius:50%;
	position:absolute;
	top:43%;
	left:0;
	background:#666;
	content:'';
}
.clist .listcon .content li .ndsj .ndsj-title{
	display: inline-block;
	width:750px;
	float: left;
	height:40px;
	line-height:40px;
	font-size:16px;
	color:#666;
	text-indent:1em;
}
.clist .listcon .content li .ndsj .ndsj-date{
	display: inline-block;
	width:100px;
	float: right;
	text-align:right;
	height:40px;
	line-height:40px;
	font-size:14px;
	color:#999;
}
 .clist .listcon .content li a:visited{
	color: #666;
}
 .clist .listcon .content li a .title{
	width:780px;
	float: left;
	font-size: 18px;
	color: #111;
	text-align: left;
	line-height: 25px;
	margin-bottom: 10px;
}
 .clist .listcon .content li a .title:hover{
	color: #1561af;
	font-weight: 800;
}
 .clist .listcon .content li .time{
	width:70px;
	float: left;
	color: #999;
	text-align: center;
	
}
 .clist .listcon .content li .time h1{
 	height:50px;
	float: left;
	color: #087AC9;
	line-height: 50px;
	overflow: hidden;
	border:1px solid #087AC9;
	width: 68px;
}
 .clist .listcon .content li .time div{
	height:30px;
	width:68px;
	float: left;
	font-size: 10px;
	color: #fff;
	line-height: 30px;
	background: #087AC9;
	border:1px solid #087AC9;
}

 .clist .listcon .content li a .somecont{
	width:780px;
	float: left;
	text-align: left;
	color: #888;
	font-size: 16px;
	line-height: 25px;
	word-wrap : break-word;
}
.position .goback{
	display:inline-block;
	float: right;
	margin-right: 20px;
	cursor: pointer;
}
/*分页样式*/
#pages{
	position: absolute;
	bottom: 20px;
	left:0px;
	text-align: right;
	z-index: 999;
	width: 1160px;
}
#pages .a1 {
	display: inline-block;
	height: 30px;
	line-height: 35px;
	font-size: 14px;
	color: #034b86;
	background-color: #d9ecfb;
}
#pages a {
	display: inline-block;
	margin: 0 3px;
	height: 30px;
	min-width:35px;
	line-height: 30px;
	background-color: #f1f1f1;
	color: #666;
	text-align: center;
}
#pages .prev, #pages .next{
	background: white;
	color: #006BB9;
	border: none;
	padding:0 15px;
}
#pages .prev:hover, #pages .next:hover{
	background-color:#006BB9;
	color: white;
}
#pages span {
	display: inline-block;
	margin: 0 3px;
	height: 30px;
	min-width:35px;
	text-align: center;
	line-height: 30px;
	background-color: #006BB9;
	color: #fff;
}
#pages .row-count{
	padding:0 10px;
	margin-right: 10px;
	height: 30px;
}