﻿#head .logo {
	text-align: left;
}
#top_nav {
	background: url(top_navbg.png) no-repeat;
	font-size: 9pt;
	color: #666;
	margin-top: 5px;
}
#top_nav .icon {
	margin: 5px 5px;
	vertical-align: middle;
}
/*路径*/
#top_nav .Path li {
	float: left;
	font-weight: normal;
	list-style: none;
}
#top_nav .Path li a {
	font-weight: normal;
	display: block;
	background: url(pathbg.png) right center no-repeat;
	padding: 0 20px 0 0px;
	margin: 0 10px 0 0;
}
/*数字*/
#top_nav .Num {
	position: absolute;
	top: 0;
	right: 10px;
}
#top_nav .Num li {
	float: right;
	font-weight: normal;
	width: 28px;
	text-align: center;
}
#top_nav .Num li a {
	font-weight: normal;
	display: block;
	background-image: none;
	width: 28px;
}
#top_nav .Num li a:hover {
	background: url(pagehover.png);
	display: block;
}
#top_nav .Num .Select {
	background: url(pagebg.png);
	color: #FFFFFF;
	font-weight: bold;
}

/*
 * content confident
 */
#content #confident {
	margin-top: 10px;
	border: 1px solid #E4E4E4;
	padding: 6px;
	height: 222px;
}
#confident #c_flash {
	border-right: 1px solid #E4E4E4;
	width: 386px;
	height: 222px;
	line-height: 223px; /* need to remove */;
	float: left;
	margin-right: 10px;
}
#confident #c_focusAndHot {
	width: 288px;
	float: left;
}
#c_focusAndHot div#c_focus {
	width: 288px;
}
#c_focus dt {
	background: url(c_focus_dt_bg.png) no-repeat;
	margin-bottom: 3px;
	height: 34px;
	line-height: 34px;
	font-weight: bold;
	font-size: 15px;
	text-align: left;
	color: #181818;
	padding-left: 28px;
}
#c_focus dt a:visited {
	font-weight: bold;
	text-decoration: none;
}
#c_focus dt a:link {
	font-weight: bold;
	text-decoration: none;
}
#c_focus dt a:hover {
	font-weight: bold;
	color: #FF840C;
	text-decoration: none;
}
#c_focus dd {
	height: 83px;
	_height: 87px; /* IE6 适用 */;
	line-height: 21px;
	text-align: left;
	text-indent: 2em;
	overflow: hidden;
	color: #646464;
}
#c_focus dd a{
	font-weight: bold;
	text-decoration: none;
	color: #646464;
}
#c_focus dd a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #FF3300;
}
#c_focusAndHot div#c_hot {
	margin-top: 6px;
	background: url(c_focus_dd_bg.png) no-repeat;
	width: 288px;
	height: 95px;
	_height: 97px;
	line-height: 140%;
}
#c_hot ol {
	padding: 6px 3px 3px 12px;
}
#c_hot ol li {
	line-height: 21px;
	list-style: none;
	overflow: hidden;
}
#c_hot ol li a{
	font-weight: normal;
	color: #7F7F7F;
	text-decoration: none;
}
#c_hot ol li a:hover {
	font-weight: normal;
	text-decoration: none;
	color: #FF3300;
}
#sideBar #sideBar_box {
	float: right;
	width: 221px;
	margin-top: 10px;
}
#sideBar #sideBar_box #sideBar_box_content {
	width: 221px;
	background: transparent url(sideBar_bg.png) repeat-y;
	padding: 8px;
}
#sideBar #sideBar_box #sideBar_box_content ul {
	padding-left:5px;
}
#sideBar #sideBar_box #sideBar_box_content ul li {
	line-height: 23px;
	list-style: none;
	overflow: hidden;
	height: 23px;
	width: 208px;
}

#sideBar #sideBar_box #sideBar_box_content ul li a{
	font-weight: normal;
	color: #454545;
	text-decoration: none;
	letter-spacing: 1px;
}
#sideBar #sideBar_box #sideBar_box_content ul li a:hover {
	font-weight: normal;
	text-decoration: none;
	color: #CC0000;
}
#sideBar #sideBar_box .sideBar_AD {
	width: 100%;
	text-align: center;
	height: 600px;
}
#sideBar #sideBar_box #sideBar_box_bottom {
	width: 221px;
	height: 8px;
	background: transparent url(sideBar_bottom.png) no-repeat;
}
#content #index_Article_Bar {
	float: left;
	margin-top: 10px;
	width: 700px;
}
#content .title .midBlock .index_Article_Bar_Current {
	background: url(index_bar_current_bg.png) no-repeat;
	width: 124px;
	height: 26px;
	margin-top: 6px;
	text-align: center;
	color: #646464;
}
#content #index_Article_Bar .index_Article_Bar_bottom {
	clear: both;
	width: 700px;
	height: 8px;
	background: url(contentBar_bottom.png) no-repeat;
}
#content #Article_List_Box {
	float: left;
	width: 678px;
	clear: both;
	padding: 4px 10px;
	border: 1px solid #E4E4E4;
	margin-top: 6px;
}
#content #Article_List_Box dl dt.topic {
	margin: 6px 0px;
	font-weight: bold;
	font-size: 14px;
}
#content #Article_List_Box dl dd.author span {
	padding: 0px 0px 6px;
	border-bottom: 1px solid #22A0C8;
	color: #369;
	font-weight: normal;
}
#content #Article_List_Box dl dd.desc {
	padding: 12px 0px;
	min-height: 1px; /* 解决float对象不自动增大问题 */;
	height: auto;
	_height: 1px; /* 解决float对象不自动增大问题*/;
	line-height: 21px;
}
#content #Article_List_Box dl dd.desc:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#content #Article_List_Box dl dd.desc {
	display: inline-block;
}
#content #Article_List_Box dl dd.desc {
	display: block;
}
#content #Article_List_Box dl dd.desc img {
	margin: 3px;
	float: right;
}
#content #Article_List_Box dl dd.detail {
	height: 26px;
	line-height: 26px;
	background: transparent url(index_Article_List_bottom.png) repeat-x;
	margin: -4px -10px;
	text-align: right;
	padding-right: 10px;
}

@media 
{
/* Opera only */
#content #Article_List_Box dl dd.detail em {
	margin-top: 0px;
}
}

#foot #Copyright #Cy_Content {
	padding: 5px;
	border: 1px solid #168CB2;
	border-top: 0px;
	line-height: 2em;
	font-weight: normal;
}
/*首页Flash*/
#f_menu {
	MARGIN: 0px auto;
	OVERFLOW: hidden;
	WIDTH: 386px;
	HEIGHT: 20px;
	position: absolute;
}
#f_menu A {
	DISPLAY: block;
	BACKGROUND: #393939;
	FLOAT: left;
	OVERFLOW: hidden;
	COLOR: #fff;
	LINE-HEIGHT: 20px;
	MARGIN-RIGHT: 1px;
	HEIGHT: 20px;
	TEXT-ALIGN: center;
}
#f_menu A:hover {
	BACKGROUND: #ff8500;
}
#f_menu A.on {
	BACKGROUND: #ff8500;
}
#f_div {
	MARGIN: 0px auto;
	OVERFLOW: hidden;
	WIDTH: 386px;
	HEIGHT: 222px;
}
#f_adDiv {
	OVERFLOW: hidden;
	WIDTH: 100%;
	HEIGHT: 25px;
}
#f_imgDiv {
	OVERFLOW: hidden;
	WIDTH: 100%;
	HEIGHT: 222px;
}
#f_img {
	BORDER-RIGHT: 0px;
	BORDER-TOP: 0px;
	FILTER: progid:DXImageTransform.Microsoft.Fade(Overlap=1.00);
	BORDER-LEFT: 0px;
	BORDER-BOTTOM: 0px;
	WIDTH: 386px;
	HEIGHT: 222px;
}
#f_infoDiv {
	WIDTH: 100%;
	POSITION: relative;
	TOP: -30px;
	right: 10px;
}
#f_buttonDiv {
	OVERFLOW: hidden;
	WIDTH: 100%;
	MARGIN-RIGHT: 1px;
	HEIGHT: 20px;
	TEXT-ALIGN: left;
}
#f_line {
}
#f_buttonDiv DIV {
	FLOAT: right;
	WIDTH: 1px;
	HEIGHT: 20px;
}
#f_buttonDiv .bg {
	BACKGROUND: #000;
	FILTER: Alpha(Opacity=40);
	FLOAT: right;
	WIDTH: 20px;
	HEIGHT: 20px;
	line-height: 20px;
	margin: 0 5px;
}
#f_buttonDiv A {
	DISPLAY: block;
	FONT-SIZE: 10px;
	FLOAT: right;
	OVERFLOW: hidden;
	WIDTH: 20px;
	COLOR: #fff;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	POSITION: absolute;
	HEIGHT: 20px;
	TEXT-ALIGN: center;
	TEXT-DECORATION: none;
}

#f_buttonDiv A:visited {
	COLOR: #fff;
}

#f_buttonDiv A:link {
	COLOR: #fff;
}
#f_buttonDiv A:hover {
	BACKGROUND: #ff840c;
	COLOR: #fff;
}
#f_buttonDiv A.on:visited {
	BACKGROUND: #ff840c;
	COLOR: #fff;
	font-weight: bold;
	font-size: 14px;
}
#f_buttonDiv A.on:link {
	BACKGROUND: #ff840c;
	COLOR: #fff;
	font-weight: bold;
	font-size: 14px;
}
#f_buttonDiv A.on:hover {
	BACKGROUND: #ff840c;
	COLOR: #fff;
	font-weight: bold;
	font-size: 14px;
}
#f_text {
	OVERFLOW: hidden;
	LINE-HEIGHT: 26px;
	HEIGHT: 26px;
	TEXT-ALIGN: center;
}
#f_text A:visited {
	COLOR: #000;
	TEXT-DECORATION: none;
}
#f_text A:link {
	COLOR: #000;
	TEXT-DECORATION: none;
}
#f_text A:hover {
	COLOR: #ff6600;
	TEXT-DECORATION: none;
}
.pages {
	width: 700px;
	height: 23px;
	line-height: 28px;
	text-align: left;
	background-color: #F9F9F9;
	border: 1px solid #DDDDDD;
	float: left;
	display: inline;
	margin-top: 10px;
	padding-top: 5px;
}
.pages span {
	display: block;
	float: left;
	padding-left: 8px;
	padding-right: 8px;
	height: 18px;
	line-height: 18px;
	color: #333333;
	padding-top: 1px;
}
.pages strong {
	display: block;
	height: 18px;
	line-height: 18px;
	padding-left: 8px;
	padding-right: 8px;
	text-decoration: none;
	margin-right: 5px;
	float: left;
	color: #FFFFFF;
	background: #3C7EB5;
	border: 1px solid #107099;
}
.pages a {
	display: block;
	height: 18px;
	line-height: 18px;
	padding-left: 8px;
	padding-right: 8px;
	border: 1px solid #53ADB7;
	background: #F7F7F7;
	text-decoration: none;
	margin-right: 5px;
	color: #0F6E97;
	float: left;
}
.pages a:visited {
	color: #0F6C95;
}
.pages a:hover {
	color: #FFFFFF;
	background: #3C7EB5;
	border: 1px solid #107099;
}

