@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif, "宋休";
	background-color: #eee;
}
* {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
ul {
	list-style: none;
}
a:link {
	color: #003278;
	text-decoration: none;
}
a:visited {
	color: #003278;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}
.clear {
	clear: both;
	overflow: hidden;
}
#container {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	background-color: #fff;
}
#top {
}
.logo {
	width: 255px;
	float: left;
	padding: 10px 0 10px 5px;

}
.navigation {
	width: 690px;
	float: left;
	line-height: 75px;
	text-align: right;
	padding-right: 10px;
	word-spacing: 10px;
}
#banner {
	height: 150px;
}
#main {
	background-color: #fff;
}
.left {
	width: 245px;
	float: left;
}
.title {
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
	padding-left: 25px;
	border-bottom: 1px solid #ddd;
	background: url(../images/arrow.gif) no-repeat 8px 8px;
}

.list {
	margin-top: 5px;
}
.list .news_list {
	width: 100%;
}
.list .news_list li {
	line-height: 28px;
	padding-left: 20px;
	background: url(../images/dot.gif) no-repeat 8px center;}
.list .picul {
	clear: both;
	height: 75px;
}
.list .img {
	float: left;
	width: 75px;
	text-align: center;
}
.list .img img {
	border: 1px solid #ddd;
	padding: 1px;
}
.list .name {
	padding-top: 10px;
	float: left;
	width: 170px;
}
.list .name p {
	margin-bottom: 5px;
}
.list .name .p1 {
	font-weight: bold;
	color: #FF6600;
}
.left_02 {
	margin-top: 10px;
}
.right {
	width: 690px;
	float: left;
	padding-left: 9px;
	border-left: 1px solid #ddd;
}
.right_01 {
	margin-top: 15px;
}
.right_list {
	padding-top: 10px;
}
.right_list p {
	text-indent: 2em;
	line-height: 22px;
	margin-bottom: 10px;
	padding: 0 0 0 5px;
}
.right_img {
	padding-top: 20px;
	width: 150px;
	float: left;
}
.right_img li {
	margin-bottom: 5px;
	text-align: center;
}
.right_img img {
	border: 1px solid #ddd;
	padding: 1px;
}
.right_content {
	width: 520px;
	float: right;
	margin-top: 10px;
}
.specialtitle {
	font-size: 14px;
	font-weight: bold;
	background: url(../images/button.gif) left 3px no-repeat;
	line-height: 35px;
	padding-left: 35px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #ddd;
}
.smalltitle{
    font-size:12px;
	font-weight:bold;
}
.right_content p {
	line-height: 22px;
	text-indent: 2em;
	margin-bottom: 5px;
	color: #666;
}
.right_01 {
}
.right_02 {
	margin-top: 10px;
}
.special_img {
	width: 170px;
	float: left;
}
.special_img li {
	text-align: center;
	margin-bottom: 5px;
}
.special_img img {
	border: 1px solid #ccc;
	padding: 1px;
}
.right_03 {
	clear: both;
	margin-top: 10px;
}
/*新闻页面CSS*/
#news_main {
	background-color: #fff;
	padding: 10px;
}
.news_title {
	color: #2357a6;
	margin-top: 10px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.news_content {
	margin-top: 20px;
	padding: 0 10px;
}
.news_content p {
	text-indent: 2em;
	font-size: 14px;
	color: #333;
	line-height: 23px;
	margin-bottom: 15px;
}
.news_content .pic {
	text-align: center;
	margin: 15px 0;
}
.content_title {
}
/* 图片滚动 */
#demo { 
	background: #FFF; 
	overflow:hidden; 
	width: 690px; 
} 
#demo img { 
	border: 3px solid #F2F2F2;
	padding: 1px;
} 
#indemo { 
	float: left; 
	width: 800%; 
} 
#demo1 { 
	float: left; 
} 
#demo2 { 
	float: left; 
} /* 底部 */
#footer {
	border-top: 1px solid #ddd;
	padding-top: 10px;
	text-align: center;
	padding-bottom: 10px;
}
#footer p {
	margin: 10px 0;
	color: #666;
}
#footer span {
	margin: 5px 0;
}