@charset "utf-8";
/*图片内容样式*/

.main_nr {
	width:730px;
	margin:0 auto;
	padding:15px 0;
}
.title {
	margin-bottom:15px;
}
.title h2 {
	text-align:center;
	color:#00276f;
	letter-spacing:3px;
}
.main_nr .xinxi {
	text-align:center;
	background:#e6e5e5;
	color:#666;
	line-height:25px;
	margin-bottom:10px;
}
.main_nr .xinxi span {
	padding-right:15px;
	color:#333;
}
.yuantu p {
	text-align:center;
	margin-bottom:10px;
}
.yuantu p img {
	width:600px;
}
.intro {
	color:#333;
	font-size:14px;
}
.intro p {
	text-indent:2em;
	margin-bottom:15px;
	letter-spacing:1px;
	text-align:justify;
	line-height:23px;
}
.context {
	background:#e6e5e5;
	clear:both;
	padding:0 0 0 8px;
}
.context ul {
	font-size:14px;
	color:#666;
}
.context ul li {
	height:30px;
	line-height:30px;
}
.context li a {
	line-height:30px;
	text-decoration:none;
	font-size:14px;
	color:#00276f;
}
.context li a:hover {
	color:#f00;
}
/*面包屑*/

.pagelist {
	clear:both;
	margin:10px 0;
	height:25px;
}
.pagelist ul li {
	float:left;
	line-height:20px;
	border:1px #ccdbe4 solid;
	margin-right:3px;
}
.pagelist ul li:hover {
	border:1px #ccdbe4 solid;
	background:#06C;
}
.pagelist ul li:hover a {
	color:#fff;
}
.pagelist ul li a {
	padding:0 5px;
	color:#0061de;
}
.pagelist .thisclass {
	background:#06C;
	color:#fff;
	border:1px #b2e05d solid;
	;
}
.pagelist .thisclass a {
	color:#fff;
}
