.page_xlist a, .page_xlist a:link,.page_xlist a:visited,.page_xlist a:active
{
	color:#111;
}
.page_xlist a:hover
{
	color:#0A5F9E;
}


.page_xlist{
	width: 100%;
	margin: 30px auto;
}

.page_xlist .in_box{
	background: #ffffff;
	border: 1px solid #f4f4f4;
	border-top:none;
	height: 100%;
	overflow: hidden;
	padding: 20px;
	padding-bottom:10px;
}
.page_xlist .blue_line{
	background: #0a5f9e;
	height: 2px;
}
.page_xlist .news_list{
	border-bottom: 1px dotted #888;
	padding-bottom:10px;
	margin-bottom: 20px;

}
.page_xlist .in_tit{
	font-size: 19px;
	font-weight: 700;
	color: #0a5f9e;
	padding-left:15px;
	line-height: 40px;

}

.page_xlist .in_tit a{
	font-size: 20px;
	color: #0a5f9e;
	line-height: 40px;
	padding-left:15px;

}

.page_xlist .in_tit a:hover{
	text-decoration: underline;
}




.page_xlist .right_tit a:hover{
	text-decoration:blue;
}
.page_xlist .news_list ul{
	padding:10px ;
}
.page_xlist .news_list li{

	position: relative;
	background:url("../image/dian_icon.png") no-repeat left center;
	/*list-style-type: disc;*/
	padding-left:20px;
	line-height: 40px;
	height: 40px;
}
.page_xlist .news_list li span{
	position: absolute;
	left: 88%;
	color: #888;
	font-size: 14px;
}

.page_xlist .news_list li a{
	max-width: 66%;
	font-size: 15px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	position: absolute;
}
.page_xlist .news_list:last-child
{
	border-bottom:0;
}




.page_xlist a, .page span {
	border-radius: 6px;

}

.clearfix{
	height: 100%;
	overflow: hidden;
}

.pagination {}

.pagination li {
	color: #3c763d;
	display: inline-block;
	margin-right: -1px;
	padding: 5px;
	border: 1px solid #e2e2e2;
	min-width: 40px;
	text-align: center;
}

.pagination li.active {
	/*background: #009688;*/
	color: #c82333;
	border: 1px solid #009688;
}

.pagination .disabled{
	background-color: #50A8E6;
	color: #c82333;
	/*font-weight: 700;*/
	/*border-color: #50A8E6;*/
}


.pagination li a {
	display: block;
	text-align: center;
	color: #c82333;
}


/*.pagination a,.pagination span {*/
/*	display:inline-block;*/
/*	padding:2px 5px;*/
/*	margin:0 1px;*/
/*	border:1px solid #f0f0f0;*/
/*	-webkit-border-radius:3px;*/
/*	-moz-border-radius:3px;*/
/*	border-radius:3px;*/
/*}*/

/*.pagination a.first,.pagination a.prev,.pagination a.next,.pagination a.end{*/
/*	margin:0;*/
/*}*/
/*.pagination a:hover{*/
/*	border-color:#50A8E6;*/
/*}*/
