﻿body{
	font-family:Arial,'Times New Roman','Microsoft YaHei','SimHei';
	background-color: #fff;
	font-size: 15px;
}
.wrap{
	width: 1200px;
	margin:0 auto;
}

.news_font_color {
    color :#ff0000 !important;
}

.news_font_bold{
    font-weight:bold !important;
}

/*------ header ------ 开始*/
#header{
	height: 140px;
	background-color: #548acd;
}
#header .wrap{
	height: 140px;
	background: url(../images/headerbg.png) scroll no-repeat 320px 0;
}
#header #logo{
	float: left;
	margin-top: 32px;
}
#header #search{
	float: right;
	margin-top:53px;
	width: 240px;
	height: 36px;
	background-color: rgba(245,245,245,.5);
}
#header #search .text{
	float: left;
	width: 200px;
	height: 36px;
	padding:0 5px;
	border: none;
	background:none;
	outline: none;
}
#header #search .button{
	cursor: pointer;
	float: right;
	width: 36px;
	height: 36px;
	background: url(../images/icon_search.png) scroll no-repeat center center;
	background-color: #313131;
	border: none;
	outline: none;
}
/*------ header ------ 结束*/

/*------ nav 导航 ------ 开始*/
/*--- 一级导航 ---开始*/
#nav{
	height: 46px;
	line-height: 46px;
	font-size: 18px;
	margin-bottom: 30px;
/*	background-color: #004986;*/
	background-color: #3e6aa2;
}
#nav .wrap>ul>li{
	float: left;
	letter-spacing: 1px;
}
#nav .wrap>ul>li>a{
	display: block;
	padding: 0 37px;
	height: 46px;
	line-height: 46px;
	color: #fff;
}
#nav .wrap>ul>li>a:hover{
	color: #3e6aa2;
	background-color: #fff;
	border-bottom: 1px solid #3e6aa2;
}
/*--- 一级导航 ---结束*/

/*--- 二级菜单---开始*/
#nav .wrap>ul .firstmenu{
    position: relative;
}
#nav .wrap>ul .firstmenu .secmenu{
	display:none;
	border-top: 1px solid #E3E3E3;
 	position:absolute;
 	/*left: -15px;*/
 	top:46px;
  	z-index:999;
}
#nav .wrap>ul .firstmenu .secmenu .secul{
  	margin-top:0;
  	padding:0;
  	/* border-bottom: 1px solid #E3E3E3; */
  	width:150px;
  	background-color:rgba(62, 106, 162, 0.6)!important;
  	filter:Alpha(opacity=60);
  	background-color:#3e6aa2;
  	text-align:center;
}
#nav .wrap>ul>.firstmenu .secmenu .secul a{
	display: block;
	font-size: 14px;
	width: 150px;
	height: 40px;
	line-height: 40px;
	color: #fff;
}
#nav .wrap>ul>.firstmenu .secmenu .secul a:hover{
	background-color: #3e6aa2;
}
/*--- 二级菜单 ---结束*/
/*------ nav 导航 ------ 结束*/

/*------版权 copyright-----开始*/
#copyright{
	text-align: center;
	/*height: 50px;
	line-height: 50px;*/
	height: 46px;
	line-height: 46px;
	color: #fff;
	background-color: #004986;
	/*background-color: #3e6aa2;*/
}
/*------版权 copyright -----结束*/

/*------文章页列表页 侧栏 sidebar------S*/
#sidebar{
	float:left;
	width: 260px;
}
#sidebar .title{
	letter-spacing:2px;
	padding-left:15px;
	font-size: 18px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	text-shadow: 1px 1px 2px #898989; 
	/*background-color: #4378ba;*/
	background-color: #548acd;
	/*border-bottom: 1px solid #ccc;*/
	box-shadow: 1px 1px 1px #ccc;
}
#sidebar ul li{
	font-size: 16px;
	line-height:45px;
	border-bottom: 1px solid #ccc;
}
#sidebar ul li:hover{
	cursor: pointer;
	background-color: #f5f5f5;
	/*background-color: #fafafa;*/
}
#sidebar ul li a{
	display: block;
	padding-left:38px;
	color: #5f5e5e;
	text-decoration: none;
}
#sidebar ul li:hover a{
	/*color: #4378ba;*/
	color: #548acd;
}
#sidebar ul li a span{
	float: right;
	margin-right: 10px;
}
/*------文章页列表页 侧栏 sidebar------E*/