* {
	margin: 0px;
	padding: 0px;
}
body {
	line-height: 180%;
	font-size: 14px;
	font-family: "微软雅黑";
	color: rgb(102, 102, 102);
	background-color: rgb(255, 255, 255);
}
a {
	text-decoration: none;
	color: rgb(51, 51, 51);
}
ul, dl, ol {
	list-style: outside none none;
}
.fullwidth {
	width: 100%;
	clear: both;
	overflow: hidden;
	display: flex;
}
.ayel a {
	color: rgb(255, 85, 0);
}
.header {
	width: 100%;
	clear: both;
	list-style: outside none none;
	font-size: 1em;
	padding-top: 20px;
}
.header h1 {
	text-align: center;
	color: rgb(45, 157, 216);
	line-height: 50px;
}
.nav p {
	text-align: center;
	line-height: 50px;
	color: rgb(51, 51, 51);
}
.nav p a {
	padding: 0px 5px;
}
.nav p a:link, .nav p a:visited {
	color: rgb(0, 0, 0);
}
.nav p a:hover, .nav p a:active, .nav p a.cur {
	color: rgb(255, 85, 0);
}
.banner {
	clear: both;
	text-align: center;
	height: 224px;
	background-repeat: no-repeat;
	background-position: center 0px;
	background-image: url('../images/banner1.jpg');
}
.page_left {
	width: 30%;
	float: left;
}
.page_right {
	width: 69%;
	border-left: 1px solid rgb(204, 204, 204);
	float: left;
}
.page_left .tit_sider {
	text-align: left;
	font-weight: bold;
	padding-right: 10px;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
}
.sider-ubox, .tit_sider {
	padding-left: 20px;
}
.sider-ubox ul {
	list-style: outside none none;
	border-top: 1px solid rgb(204, 204, 204);
	padding-right: 10px;
}
.sider-ubox ul li {
	line-height: 170%;
	padding-top: 8px;
	padding-right: 10px;
	text-align: left;
	background: rgba(0, 0, 0, 0) url('../images/ico-y.jpg') no-repeat scroll left 20px;
}
.sider-ubox ul li a {
	display: block;
	padding-left: 10px;
	color: rgb(136, 136, 136);
}
.sider-ubox ul li a:link, .sider-ubox ul li a:visited {
}
.sider-ubox ul li a:hover, .sider-ubox ul li a:active, .sider-ubox ul li a.cur {
	color: rgb(255, 85, 0);
	text-decoration: underline;
}
.pagenewsshow h2 {
	text-align: center;
	font-size: 18px;
	margin-top: 10px;
	line-height: 50px;
	border-bottom: 1px dotted rgb(204, 204, 204);
	color: rgb(0, 0, 0);
}
.pagenewsshow .info_page {
	padding: 10px;
}
.pagenewsshow .date {
	text-align: center;
	line-height: 30px;
	font-size: 12px;
}
.pagenewsshow .date span {
	color: rgb(255, 119, 0);
}
.urllist {
	border-top: 1px dotted rgb(204, 204, 204);
	padding: 10px;
}
.urllist a {
	color: #225cd7;
	display: inline-block;
	margin-right:1em;
}
.footer {
	background-color: rgb(42, 156, 215);
	color: rgb(255, 255, 255);
	font-size: 12px;
}
.footer a {
	color: rgb(255, 255, 255);
    display: inline-block;
    padding: 5px;
}
.footer p {
	text-align: center;
	padding: 10px;
	line-height: 180%;
}
