@CHARSET "UTF-8";
/*div页面布局*/
#small-nav {
	margin: auto;
	width: 1000px;
	background-color: #fff;
	margin-bottom: 10px;
}

.small-nav-in {
	padding-top: 10px;
	padding-left: 5px;
	color: #0066cc;
}
/*小导航超链接样式*/
a.small-nav-in-a:link {
	color: #0066cc;
	text-decoration: none;
}

a.small-nav-in-a:visited {
	color: #0066cc;
	text-decoration: none;
}

a.small-nav-in-a:hover {
	color: #ff5504;
	text-decoration: none;
}
/*-----------------------------------------------------*/
.noticehead {
	margin: auto;
	color: #000;
	line-height: 45px;
	border-bottom-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-bottom-color: #ccc;
	margin-top: 10px;
}

.noticehead1 {
	text-align: center;
	letter-spacing: 3px;
	font-size: 24px;
	font-weight: bold;
	font-family: 微软雅黑, Verdana, sans-serif, 宋体;
}

.noticehead2 {
	text-align: center;
	font-size: 12px;
	font-family: 微软雅黑, Verdana, sans-serif, 宋体;
}
/*-----------------------------------------------------*/
.noticelist {
	/*background: none repeat scroll 0 0 #fff;*/
	/* 	text-align: left; */
	/* 	font-family: 微软雅黑, Verdana, sans-serif, 宋体; */
	/* 	font-size: 10pt; */
	/*overflow: hidden;*/
	margin: auto;
	padding-left: 20px;
	padding-right: 20px;
	border: 1px solid #e3e3e3;
	background-color: #FFFAF7;
}

.noticelist .title {
	border-bottom: 1px dashed #A2A2A2;
	height: 23px;
	padding-top: 10px;
	font-family: "宋体";
	font-size: 12px;
	list-style: none outside none;
	padding-bottom: 10px;
	text-decoration: none;
}

.noticelist .title div {
	background-color: #86C2FF;
	font-size: 14px;
	font-weight: bold;
	height: 23px;
	margin-bottom: 5px;
	list-style: none outside none;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 20px;
}

.noticelist .title a {
	text-decoration: none;
	font-weight: bold;
	font-family: "宋体";
	color: #333333;
	font-size: 14px;
	padding: 0;
	list-style: none outside none;
	line-height: 1.5;
}

.noticelist .List {
	margin: 10px 5px;
	padding: 0;
	list-style-type: none;
}

.noticelist .List li {
	height: 24px;
	line-height: 24px;
	overflow: hidden;
	margin: 0;
	padding-left: 16px;
}

.noticelist .List a {
	text-decoration: none;
	color: #3E62A6;
	outline: 0 none;
	margin: 0;
	padding: 0;
}

.noticelist .List a:hover {
	color: #CC0000;
}

.noticelist .List h3 {
	float: left;
	font-size: 10.5pt;
	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 420px;
	margin: 0;
	padding: 0;
}

.noticelist .List .date {
	color: #666666;
	float: right;
	margin-left: 20px;
	padding: 0;
}