﻿/*-------------------通用定义------------------------*/*
{
	margin: 0px;
	padding: 0px;
}
body
{
	font-size: 12px;
	color: #5b5b5b;
	font-family: "宋体";
	background-color: White;
}
.clear
{
	clear: both;
}
.left
{
	float: left;
	margin-left: 2px;
}
a
{
	font-size: 12px;
	color: #5b5b5b;
	text-decoration: none;
}
a:hover
{
	text-decoration: none;
	color: #fa2712;
}
a img
{
 border:none;
}


/*-----------------------布局样式----------------------------*/#main
{
	width: 1000px;
	margin: 0 auto;
}
#header
{
	height: 100px;
}
#content
{
	width: 995px;
	padding-right: 5px;
	background-image: url(image/right_bg.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
#footer
{
	clear: both;	
}
/*-------------------------------------------*/

#header .logo
{
	margin: 18px 0px 0px 12px;
	width: 278px;
	height: 56px;
	float: left;
}




#content .box_top
{
	height: 185px;
	background-image: url(image/content_main2.jpg);
	background-repeat: no-repeat;
}
#content .box_top ul
{
	width: 100px;
	height: 175px;
	background-image: url(image/content_ul.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-top: 10px;
	list-style-type: none;
	float: left;
}
#content .box_top ul li
{
	width: 100px;
	height: 22px;
	padding-top: 7px;
	background-image: url(image/content_nav_li.gif);
	background-repeat: repeat-x;
	margin-top: 5px;
	text-align: center;
}

/*----------------------*/


.left_box1
{
	width: 210px;
	height: 453px;
	background-image: url(image/introduce_left.jpg);
	background-repeat: no-repeat;
	float: left;
}

.left_box1 .li_show
{
	height: 18px;
	background-image: url(image/li_show.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 13px;
	letter-spacing: 4px;
	padding: 5px 0px 1px 35px;
}



.right_box
{
	float: left;
	width: 750px;
	padding: 5px 5px 5px 30px;
	height: auto !important;
	height: 453px;
	min-height: 453px;
}

.right_box h3
{
	font-weight: normal;
	font-size: 12px;
	color: #5b5b5b;
	font-family: "宋体";
	height: 15px;
	background: url(image/li_2.gif) no-repeat;
	padding-left: 45px;
	padding-top: 4px;
	margin-top: 20px;
	color: Black;
}

.right_box p
{
	text-indent: 2em;
	line-height: 130%;
	letter-spacing: 2px;
	padding-bottom: 2px;
}

.right_box .div_br
{
	height: 8px;
	overflow: hidden;
}



.left_box1 ul
{
	list-style-type: none;
	margin-left: 5px;
}

.left_box1 ul li
{
	height: 18px;
	font-size: 12px;
	letter-spacing: 2px;
	padding: 1px 0px 0px 12px;
}

.left_box1 .div_h1
{
	height: 18px;
	background-image: url(image/li_1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 14px;
	letter-spacing: 4px;
	padding: 4px 0px 2px 10px;
}

.right_box .department_title
{
	clear: both;
	width: 472px;
	height: 17px;
	padding: 5px 0 0 8px;
	background-image: url(image/department_li.jpg);
	background-repeat: no-repeat;
	font-size: 13px;
	margin: 20px 0px;
	color: #014b96;
}

.right_box .department_li ul
{
	margin-left: 10px;
	list-style-type: none;
}

.right_box .department_li ul li
{
	float: left;
	padding-bottom: 10px;
	width: 180px;
}


.box_bottom
{
	clear: both;
	margin-top: 15px;
	height:auto !important;
	height:28px;	
	min-height:28px;
}
.box_bottom a
{
	width: 130px;
	float: left;
	padding: 3px;
	padding-top: 5px;
	text-align: center;
	margin-right: 5px;
	color: #286544;
	font-size: 13px;
	font-weight: bold;
	background-image: url(image/box_bottom.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}




/*-------------aaa-----------------*/

.left_box1 .div_h1 a
{
	color: Black;
	font-size: 13px;
}
.left_box1 .div_h1 a:hover
{
	color: Red;
}
#content .box_top ul li a
{
	height: 16px;
	margin-top: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #646464;
}
#content .box_top ul li a:hover
{
	color: #2175a4;
	text-decoration: none;
}

.right_box .department_title a
{
	font-size: 13px;
	color: #014b96;
}
.right_box .department_title a:hover
{
	color: Red;
}


/*-------------------------mainbox----------------------圆角模型-------------*/#mainbox
{
	height: 196px;
	background-color: #c0c0c2;
	width: 993px;
	padding: 4px 0px 4px 2px;
	overflow: hidden;
}
#mainbox .box_1
{
	height: 196px;
	width: 655px;
	float: left;
	background-color: White;
}
#mainbox .box_2
{
	height: 196px;
	width: 333px;
	margin-left: 2px;
	float: left;
	background-color: White;
}
#mainbox .box_center
{
	height: 180px;
	clear: both;
}
.box_content
{
	margin: 0px 5px 0px 5px;
	height: 180px;
	overflow: hidden;
}


/*-------------------*
**  article.aspx
**  文章页面内置样式。可以对文章标题，正文等部分的样式进行设置。
**-------------------------------------------------------------------------------------------------------*/


#article
{
		
    border-top:solid #ffffff 1px;
	background-color:#f5f8fd;
		
	padding: 20px 80px 10px 80px;
}

#article .title /*--文章标题样式--*/
{
	text-align: center;
	border-bottom: solid 1px #c8d8f2;	

}

#article .title h3
{
	
	height:35px; line-height:35px; overflow:hidden; text-align:center; font-family:"黑体"; font-size:20px; font-weight:normal; color:#03005C;
	
}
#article .editor_time /*--编辑，发表时间样式--*/
{
	margin-top: 4px;
	text-align: center;
	
}

#article .content /*--正文样式--*/
{
	line-height: 23px;
	font-size: 14px;
	color:Black;	
	margin-bottom:6px;
	height: auto !important;
	height: 300px;
	min-height: 300px;
}

#article .content p,#article .content div
{
	line-height: 23px;
	margin-bottom:10px;
    text-indent:2em;
}

#article .count /*--右底部浏览量样式--*/
{
	float: right;
	margin-right: 10px;
}











/*-------------------------------菜单样式---------------------*/

/*----- 一级 nav ----*/ul#navmenu
{
	list-style-type: none;
}
#navmenu li
{
	position: relative;
	float: left;
	background-image: url(image/arrow.gif);
	background-position: left center;
	background-repeat: no-repeat;
	height: 18px;
	text-align: center;
	padding: 3px 10px 0px 11px;
}
#navmenu li a
{
	font-size: 13px;
	font-weight: bold;
	color: #5a5a5a;
}
#navmenu li a:hover
{
	color: #e03c27;
	text-decoration: none;
}




/*-----二级 nav ----*/





ul#navmenu ul
{
	margin: 0;
	border: 0 none;
	padding: 0;
	width: 70px;
	list-style: none;
	display: none;
	position: absolute;
	top: 18px;
	left: 0;
}
ul#navmenu ul li
{
	float: none; /*For Gecko*/
	display: block !important;
	display: inline; /*For IE*/
	height: 25px;
	width: 70px;
	line-height: 25px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

/* 2nd Menu */
ul#navmenu li:hover li a, ul#navmenu li.iehover li a
{
	float: none;
	background-color: #f8f8f8;
	font-size: 12px;
	color: #5a5a5a;
	font-weight: normal;
	display: block;
	border: solid 1px #fff;
	height: 25px;
	line-height: 25px;
}
/* 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: 25px;
	line-height: 25px;
}
/* 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;
}
