@charset "utf-8";
/* 布局样式 ****************************************/
body {
	padding: 20px 0;
	background: url(../images/bg_article.jpg) #00b8eb no-repeat center top;
}
#container {
	width: 920px;
	margin: 0 auto;
	background-color: #fff;
}
#head {
	position: relative;
	height: 60px;
	padding: 15px 10px 0 15px;
	background: url(../images/bg_head_article.gif) #fff no-repeat 0 0;	
}
#main {
	width: 900px;
	float: left;
	padding: 0 10px;
}
#topimg {
	margin: 10px;
}
#sidebar {
	width: 195px;
	background: url(../images/bg_sidebar.jpg) no-repeat 0 0;
}
#content {
	width: 680px;
	padding: 0 10px 100px 10px;
}
#foot {
	height: 65px;
	padding-top: 15px;
	border-top: 1px solid #d7dfea;
	background: url(../images/bg_foot_article.jpg) no-repeat 0 0;	
}
#sidebar {}


/* 内容样式 ****************************************/

#logo {
	padding: 0;
	width: 145px;
}
#search {
	position: absolute;
	top: 15px;
	right: 10px;
	width: 280px;
	height: 30px;
	margin: 0;
	padding: 0;
}
#menu {
	position: absolute;
	top: 45px;
	right: 10px;
	width: 700px;
	height: 30px;
	background: url(../images/bg_menu_article.jpg) no-repeat 0 0;
}

/* 搜索 */
#search_form {
	margin: 0;
	padding: 0;
	text-align: right;
}
#keywords {
	width: 200px;
	font-size: 14px;
	color: #666;
	margin: 0;
	padding: 3px;
	vertical-align: middle;
	border-top: 1px solid #8d90a1;
	border-right: none;
	border-bottom: 1px solid #8d90a1;
	border-left: 1px solid #8d90a1;
}
#bt {
	width: 64px;
	height: 24px;
	border: none;
	vertical-align: middle;
}

/* 导航 */
#menu ul {
	float: left;
	width: 690px;
	padding-left: 10px;
}
#menu li {
	display: block;
	float: left;
	margin: -10px  5px 0 5px;
	line-height: 30px;
}
#menu li a {
	display: block;
	padding: 0 10px;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}
#menu li a:hover {
	background: #fff;
	color: #000;
}

/*  */
#sidebar_guide {
	height: 36px;
	padding: 18px 0 6px 15px;
}
#sub_menu {
}
#sub_menu ul {
	height: 500px;
}
#sub_menu li {
	padding: 10px 0px 10px 25px;
	background: url(../images/bg_submenu_line.gif) no-repeat center bottom;
}
#sub_menu li a {
	display: block;
	overflow: hidden;
	color: #09c;
	padding-left: 15px;
	background: url(../images/icon_sub_menu.gif) no-repeat 0 2px;
}
#sub_menu li a:hover {
}
#sub_menu .submenu_link {
	font-size: 14px;
	background: url(../images/bg_submenu_nav.gif) no-repeat right bottom;
}
#sub_menu .submenu_link a {
	font-weight: bold;
	color: #f90;
}
#sub_menu .submenu_classic {
	font-size: 14px;
	font-weight: bold;
	color: #09c;
	padding-left: 20px;
}

/* 文章内容 */
#content .nav {
	padding: 5px 0;
	border-bottom: 1px solid #dde6eb;
}
#content .content_news {
	padding: 0 10px;
}
.news_title {
	height: 40px;
	line-height: 40px;
	margin-top: 10px;
	padding-left: 15px;
	background: url(../images/bg_title.jpg) no-repeat 0 0;
	font-size: 20px;
	font-family: "黑体";
	font-weight: normal;
	color: #06c;
}
.news_des {
	display: block;
	padding: 10px 0 0 0;
	text-align: right;
	color: #ccc;
}
.news_content {
	padding: 20px 0;
}
.news_content p, .news_content strong, .news_content li {
	font-size: 14px;
}
.news_content .txt_f50 {
	color: #f50;
}

#news_list ul {
	margin-left: 10px;
}
#news_list li {
	padding-left: 10px;
	line-height: 2;
	color: #ccc;
	background: url(../images/bg_list_01.gif) no-repeat 0 11px;
}
#news_list li a {
	margin-right: 10px;
	text-decoration: none;
	border-bottom: 1px dashed #999;
}
#news_list li a:hover {
	text-decoration: underline;
	border-bottom: none;
}

#pages {
	padding: 5px;
	background: #e1e9e9;
}
#pages form {
	text-align: right;
}

#product_content table {
	background: #ccc;
}
#product_content table th {
	padding: 4px;
	background: #ddd;
}
#product_content table td {
	padding: 4px;
	background: #fff;
}
#product_content ul {
	padding-left: 2.5em;
}
#product_content ul li {
	list-style-type: disc;
}
#product_content ol {
	padding-left: 2.5em;
}
#product_content ol li {
	list-style-type: decimal;
}



#foot p {
	margin: 0 10px;
	padding: 0;
	color: #999;
}
#foot a {
	color: #999;
	text-decoration: underline;
}

#disc ul li{
	list-style-position: inside;
	list-style-type: disc;
}


