﻿
/*---------------通用样式----------------*/*
{
	margin: 0px;
	padding: 0px;
}
body
{
	font-size: 14px;
	font-family: "宋体";
	color: #333333;
	background-color: White;
}
.clear
{
	clear: both;
}
a
{
	color: #333333;
	text-decoration: none;
}
a:hover
{
	color: #ff5100;
	text-decoration: none;
}
hr
{
	color: #e9eae5;
	clear: both;
	height: 1px;
}
.border_style
{
	border: solid 1px #e4e4e5;
}

h1
{
	color: #ff5100;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 8px;
}

h1 a
{
	color: #ff5100;
	font-size: 16px;
	font-weight: bold;
}

/*---------------布局样式----------------*/#main
{
	width: 953px;
	margin: 0 auto;
}
#header
{
	width: 100%;
	height: 160px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}
#nav
{
	height: 36px;
	background-color: #f3f4ee;
	padding-left: 2px;
}
#content
{
	width: 100%;
}
#footer
{
	clear: both;
	padding: 20px;
	text-align: center;
}

/*----- content ----*/

#content .content_top
{
	height: 10px;
	overflow: hidden;
}
#content .content_box
{
	margin: 0px 0px 0px 0px;
}
#content .box_left
{
	width: 230px;
	float: left;
	background-color:#fafafa;
}
#content .box_right
{
	width: 702px;
	float: right;
}

/*----- box ----*/

#content .box_left .box_left_1
{
	padding: 8px; /*	border: solid 1px #ff8600;*/
	height: 230px;

}
#content .box_left .box_left_2
{
	padding: 8px;
	margin-top: 10px; /*background-color: #f7f7f3;*/
}



#content .box_left h1
{
	color: #ff5100;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 12px;
	border-bottom: solid 1px #ff5100;
}

#content .box_left h1 a
{
	color: #ff5100;
	font-size: 14px;
	font-weight: bold;
}




#content .box_right .box_right_top
{
	padding: 6px 0 0 25px;
	font-size: 14px;
	font-weight: bold;
	color: White;
	height: 17px;
	overflow: hidden;
	background-image: url(images/box_right_title1.gif);
	background-position: left;
	background-repeat: no-repeat;
}

#content .box_right .box_right_top a
{
	font-size: 14px;
	font-weight: bold;
	color: White;
}
#content .box_right .box_right_content
{
	padding-top: 10px;
	border: solid 1px #e9eae5;
	border-right-width: 0px;
	border-top-width: 0px;
	height: auto !important;
	height: 470px;
	min-height: 470px;
}
/*--------内容页----------------*/

.content_page
{
	border: solid 1px #e4e4e5;
	padding: 20px;
}
.content_page a
{
	color: Green;
}

.content_page a:hover
{
	color: Green;
	font-weight: bold;
}

.more_1
{
	
	font-size: 12px;
	float: right;
	clear: both;
	color: #ff5100;
}

.gridview
{
	padding: 8px 0px 10px 5px;
	height: auto !important;
	height: 200px;
	min-height: 200px;
}




/*-------------------*
**  article.aspx
**  文章页面内置样式。可以对文章标题，正文等部分的样式进行设置。
**-------------------------------------------------------------------------------------------------------*/

#article .title /*--文章标题样式--*/
{
	text-align: center;
	margin-bottom: 8px;
	margin-top: 12px;
	text-align: center;
	border-bottom: solid 1px #e4e4e5;
	padding-bottom: 4px;
}

#article .title h3
{
	color: #ff5100;
	font-size: 16px;
	font-weight: bold;
}
#article .editor_time /*--编辑，发表时间样式--*/
{
	margin: 2px;
	text-align: center;
}

#article .content /*--正文样式--*/
{
	margin: 15px 15px 10px 15px;
	height: auto !important;
	height: 300px;
	min-height: 300px;
}
#article .count /*--右底部浏览量样式--*/
{
	float: right;
	margin-right: 10px;
}













/*----- nav ----*/ul#navmenu
{
	list-style-type: none;
}
#navmenu li
{
	position: relative;
	float: left;
	background-image: url(images/header_xx.gif);
	background-position: left center;
	background-repeat: no-repeat;
	height: 18px;
	text-align: center;
	padding: 3px 8px 1px 9px;
	margin-top: 7px;
	margin-bottom: 7px;
	border-right: solid 2px #c8c7c1;
}
#navmenu li a
{
	font-size: 14px;
	font-weight: bold;
	color: #5a5a5a;
}
#navmenu li a:hover
{
	color: #f97c2c;
	text-decoration: none;
}

/*-------------------------------菜单样式-----------------*/




ul#navmenu ul
{
	margin: 0;
	border: 0 none;
	padding: 0;
	width: 80px;
	list-style: none;
	display: none;
	position: absolute;
	top: 22px;
	left: 0;
}
ul#navmenu ul li
{
	float: none; /*For Gecko*/
	display: block !important;
	display: inline; /*For IE*/
	height: 30px;
	line-height: 30px;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

/* 2nd Menu */
ul#navmenu li:hover li a, ul#navmenu li.iehover li a
{
	float: none;
	background-color: #f3f4ee;
	font-size: 12px;
	color: #5a5a5a;
	font-weight: normal;
	display: block;
	border: solid 1px #fff;
	height: 30px;
	line-height: 30px;
}
/* 2nd Menu Hover Persistence */
ul#navmenu li:hover li a:hover, ul#navmenu li:hover li:hover a, ul#navmenu li.iehover li a:hover, ul#navmenu li.iehover li.iehover a
{
	color: #ff5100;
	height: 30px;
	line-height: 30px;
}
/* 3rd Menu */
/* ul#navmenu li:hover li:hover li a, ul#navmenu li.iehover li.iehover li a
        {
            background: #c3e5fe;
            color: #666;
            height: 30px;
            line-height: 30px;
        } */
/* 3rd Menu Hover Persistence */
/*   ul#navmenu li:hover li:hover li a:hover, ul#navmenu li:hover li:hover li:hover a, ul#navmenu li.iehover li.iehover li a:hover, ul#navmenu li.iehover li.iehover li.iehover a
        {
            background: #76b6e4;
            color: #FFF;
            height: 30px;
            line-height: 30px;
            margin: 0px;
        } */
ul#navmenu ul ul, ul#navmenu ul ul ul
{
	display: none;
	position: absolute;
	top: 0;
	left: 160px;
}
/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu li:hover ul ul, ul#navmenu li:hover ul ul ul, ul#navmenu li.iehover ul ul, ul#navmenu li.iehover ul ul ul
{
	display: none;
}
ul#navmenu li:hover ul, ul#navmenu ul li:hover ul, ul#navmenu ul ul li:hover ul, ul#navmenu li.iehover ul, ul#navmenu ul li.iehover ul, ul#navmenu ul ul li.iehover ul
{
	display: block;
}




