body{
	font-family:Arial,'Times New Roman','Microsoft YaHei','SimHei';
	/*background-color: #f0f1f6;*/
	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;
}
.fl{float: left;}
.fr{float: right;}
.fontColor{
	color: #458fce !important;
}
.bgColor{
	background-color: #458fce !important;
}
.borderColor{
	border-color: #458fce !important;
}

/*------头部 header-----[开始]*/
#header{
	height: 124px;
	background-color: #fff;
	border-top:4px solid #458fce;
}
#header #logo{
	height: 120px;
	line-height: 120px;
}
#header #logo img{
	vertical-align: middle;
}
#search{
	height: 38px;
	line-height: 38px;
    border: 1px solid #ccc;
    border-radius: 25px;
    margin-top: 40px;
}
#search .text{
	float: left;
	width: 190px;
	height: 38px;
	padding:0 0 0 10px;
	border: none;
	background:none;
	color:#666;
	outline: none;
	font-size: 14px;
}
#search .button{
	cursor: pointer;
	float: right;	
	width: 20px;
	height: 20px;
	margin: 8px 10px 0 0;
	/*background: url(../images/icon_search.png) scroll no-repeat center center;*/
	background-size: cover;
	border: none;
	outline: none;
}
/*------头部 header-----[结束]*/

/*------导航 nav-----开始*/
/*一级导航---开始*/
#nav{
	text-align: center;
	font-size: 15px;
	height: 46px;
	line-height: 46px;
	background-color: #458fce;
}
#nav a{
	color:#fff;
	text-decoration:none;
}
#nav .first-menu>li{
	float: left;
	letter-spacing: 1px;
	z-index: 999;
}
#nav .first-menu>li>a{
	/*float:left;*/
	display:block;
	padding:0 30px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	text-decoration: none;
	background:#458fce;
}
#nav .first-menu>li>a:hover {
    background-color:#337ebe;
}
/*一级导航---结束*/

/*二级菜单---开始*/
#webmenu li ul {
	display:none;
}
#webmenu li ul li {
	float:none;
}
*html #webmenu li ul li {
	display:inline;
}
#webmenu li ul a{
	font-size: 14px;
	display: block;
	float:none;
	/*height: 38px;
	line-height: 38px;*/
	line-height: 20px;
	padding:10px 2px;
	border-top:1px solid rgba(212,236,255, 0.4);
	text-transform:capitalize;
}
#webmenu li ul a:hover{
	background-color:#458fce;
}
#webmenu .height-auto {
	line-height:15px;
	padding:5px 10px;
}
.second-menu, .third-menu, .fourth-menu {
	position:absolute;
}
.second-menu li, .third-menu li, .fourth-menu li{
	background-color:rgba(69,143,206, 0.8)!important;
  	filter:Alpha(opacity=80);
  	background-color:#458fce;
}
.first-menu li {
	float:left;
	position:relative;
}

.second-menu {
	font-size:14px;
	top:46px;
	right:0;
        width:124px;
	border-top: 1px solid #E3E3E3;
}
*html .second-menu {
	right:-1px;
}
.second-menu a {
	font-size:12px;
}
.second-menu a.arrow {
	background: url(../images/arrow.png) no-repeat right top;
}
/*.second-menu a.arrow:hover {
	background: url(../image/arrow.gif) no-repeat right -32px;
}*/
/*.second-menu a.arrow-02 {
	background: url(../image/arrow.gif) no-repeat right -64px;
}*/
/*.second-menu a.arrow-02:hover {
	background: url(../image/arrow.gif) no-repeat right -110px;
}*/
.third-menu, .fourth-menu {
	width:124px;
	top:0;
	/*left:108px;*/
	left:124px;
	border-left: 1px solid #E3E3E3;
}
/*.third-menu a {
	background:#004986;
	font-weight:normal;
	border-top:1px solid #595959;
	border-left:1px solid #595959;
	border-bottom:1px solid #333;
	border-right:1px solid #333;
}*/
#subMgm {
	width:124px;
}
/*#subMgm .third-menu {
	left:112px;
}
#subMgm .fourth-menu {
	left:112px;
}*/
#subMusic, #subNews {
	width:124px;
}
/*二级菜单---结束*/
/*------导航 nav-----结束*/

/*------底部信息 footer------开始*/
#footer{
	height: 150px;
	color:#fff;
	font-size: 14px;
	margin-top: 30px;
	background-color: #337ebe;
}
#footer .copyright{
	line-height: 28px;
	margin-top: 32px;
	padding-right:35px;
	border-right:2px solid #448dcc;
}
#footer .selectLink{
	margin-top: 
}
#footer .selectLink select{
	width: 200px;
    height: 36px;
    margin:57px 0 0 30px;
    border-radius: 5px;
    border: 1px solid #72a7d5;
    padding-left: 15px;
    color: #f0faff;
    outline: none;
    background-color: rgba(255,255,255,.2);
}
#footer .erweima .txt{
	font-size: 13px;
	margin:49px 15px 0 0;
}
#footer .erweima .txt p{	
	line-height: 26px;
}
#footer .erweima .pic{
	margin-top: 20px;
}
#footer .erweima .pic img{
	width: 110px;
	height: 110px;
}
/*------底部信息 footer------结束*/

/*------文章页列表页 左侧导航列表 sidebar2 ------开始*/
#sidebar{
	float: left;
	width: 260px;
	background-color: #fff;
	z-index: 9999;
	margin-top: 30px;
    /*box-shadow: 1px 1px 10px #ddd;*/
}
#sidebar p{
	margin:0;
	padding:0;
}
#sidebar .title{
	width: 100%;
	/*height: 68px;
	line-height: 68px;
	font-size:24px;
    background-color: #458fce;*/
	color: #fff;
	padding-left: 25px;
    height: 60px;
	line-height: 60px;
	font-size:23px;	
    background-color: #458fce;
}
#sidebar .list_dl{
	margin:0;
    border-left: 12px solid #458fce;
    min-height: 524px
}
#sidebar .list_dt{
    background: #fff;
    /*background: #ccc;*/
    color: #5f5e5e;
    /*width: 260px;*/
    width: 248px;
    /*padding: 0 40px 0 28px;*/
    padding: 0 20px 0 18px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    border-bottom: 1px solid #ddd;
}
#sidebar .list_dt:hover{
    color: #458fce;
    /*background: #fafafa; */
}
#sidebar .list_dt:hover ._after{
    display: block;
    width: 4px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #ff9400;
}
/*#sidebar .current{
	border-left:4px solid #ff9400;
}*/
#sidebar .current{
   color:#3070b7;
   background-color:#f2f7fd;
}
#sidebar .current ._after{
    display: block;
    width: 4px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #ff9400;
}

#open{
    /*background: #fafafa;*/
}
#open ._after{
    display: block;
    width: 4px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #ff9400;
}
#sidebar .list_dt_icon{
    position: absolute;
    right: 10px;
    top: 9px;
    display: block;
    width: 16px;
    height: 16px;
    margin-top: 8px;
    /*width: 12px;
    height: 12px;
    margin-top: 11px;*/
    background: url("../images/off.png") no-repeat;
}
#open .list_dt_icon{
    background: url("../images/open.png") no-repeat;
}
#sidebar .list_dd{
    display: none;
    /*display: block;*/
    margin-left: 0;
}
#sidebar .list_li{
    background: #fff;
    /*background: #ccc;*/
    list-style-type: none;
    color: #7d7d7d;
    /*width: 260px;*/
    width: 100%;
    padding: 0 0 0 46px;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    border-bottom: 1px solid #f3f0f0;
}
#sidebar .list_li:hover{
    color: #458fce;
    /*background: #fafafa; */
}
/*------文章页列表页 左侧导航列表 sidebar2 ------结束*/



