body{
	font-family:Arial,'Times New Roman','Microsoft YaHei','SimHei';
	background-color: #f0f1f6;
	background-color: #f3f4f9;
	font-size: 16px;
}
.wrap{
	width: 1280px;
	margin:0 auto;
}

.news_font_color {
    color :#ff0000 !important;
}

.news_font_bold{
    font-weight:bold !important;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
/*.font_color{
	color: #11508d !important;
}
.bg_color{
	background-color: #11508d !important;
}
.border_color{
	border-color: #11508d !important;
}*/

/*------头部 header-----[开始]*/
.header{
	height: 120px;
	background-color: #fff;
	/*border-top:4px solid #11508d;*/
}
.header .wrap{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 120px;
	background: url(../images/header-bg.png) no-repeat bottom -127px center;
}
.header .logo{
	height: 120px;
	line-height: 120px;
}
.header .logo img{
	vertical-align: middle;
}
.top-links{
	font-size: 14px;
	color: #666;
	text-align: right;
	padding-right: 7px;
}
.top-links a{
	color: #666;
	margin:0 3px;
}
.top-links a:hover{
	color: #0093dd;
	color: #11508d;
}
.search{
	height: 36px;
	line-height: 36px;
	border: 1px solid #a5bbce;
	border-radius: 25px;
	margin-top: 14px;
}
.search .text{
	float: left;
	width: 218px;
	height: 36px;
	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: auto;
	margin: 6px 11px 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: 16px;
	height: 48px;
	line-height: 48px;
	background-color: #11508d;
	background: linear-gradient(180deg, rgba(47, 58, 105, 1) 30%, rgba(0, 147, 221, 1) 100%);
}
.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 37px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	text-decoration: none;
	/*background:#11508d;*/
}
.nav .first-menu>li>a:hover {
    /*background-color:#2a67b6;*/
    font-weight:bold;
}
/*一级导航---结束*/

/*二级菜单---[开始]*/
#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;*/
	color: #fff;
	color: #333;
	line-height: 20px;
	padding:10px 2px;
	padding:10px 5px;
	/*border-top: 1px solid rgb(106 168 216 / 66%);*/
	border-top: 1px solid rgb(238,238,238);
	text-transform:capitalize;
}
.second-menu .li:first-child a,.third-menu .li:first-child a, .fourth-menu .li:first-child a{
	border-top:none;
}
#webmenu li ul a:hover{
	/*background-color:#11508d;*/
	color: #11508d;
}
#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(57,121,203, 0.8)!important;
  	filter:Alpha(opacity=80);
  	background-color:#11508d;*/
  	background-color:rgba(255,255,255,1)!important;
  	/*filter:Alpha(opacity=90);*/
  	background-color:#fff;
}
.first-menu li {
	float:left;
	position:relative;
}

.second-menu {
	font-size:14px;
	top:48px;
	right:0;
	width:142px;
	/*border-top: 1px solid #E3E3E3;*/
	border-top: 2px solid #2f3a69;
}
*html .second-menu {
	right:-1px;
}
.second-menu a {
	font-size:12px;
}
.second-menu a.arrow {
	background: url(../images/arrow.png) no-repeat right top;
	background: url(../images/arrow.png) no-repeat right center;
}
/*.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 {
	min-width:142px;
	top:0;
	top:-2px;
	left:142px;
	border-left: 1px solid #E3E3E3;
	border-top: 2px solid #2f3a69;
}
/*.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 .third-menu {
	left:150px;
}
#subMgm .fourth-menu {
	left:118px;
}*/
/*#subMusic, #subNews,#subMgm {
	width:118px;
}*/

/*.nav .first-menu>li.long>a{
	padding:0 29px;
}
.long .second-menu{
	width: 147px;
}
.long .third-menu{
	left:147px;
}*/
/*.short .second-menu{
	width: 78px;
}
.short .third-menu{
	left:78px;
}*/
/*二级菜单---[结束]*/
/*------导航 nav-----[结束]*/

.ban{
	width: 100%;
    height: 380px;
    background: url(../images/ban.png) no-repeat center center;
    background-size: cover;
}

/*------底部 footer-----[开始]*/
.footer{
	position: relative;
	width: 100%;
	height: 250px;
	padding-top: 80px;
	background:url(../images/footer-bg.png) no-repeat top right;
        background-size: cover;
	margin-top: 20px;
}
.footer .footer-ct{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 170px;
	font-size: 14px;
	color: #fff;
}
.footer .footer-ct p{
	line-height: 26px;
}
.footer .footer-ct .qrcode{
	display: flex;
	align-items: center;
}
.footer .footer-ct .qrcode img{
	width: 110px;
	height: 110px;
	margin-left:16px;
}
/*------底部 footer-----[结束]*/

/*------单篇、列表页 左侧导航列表 sidebar ------[开始]*/
.sidebar{
    float: left;
    width: 260px;
    margin-top: 40px;
    /*margin-top: -34px;*/
    background-color: #fff;
    z-index: 9999;
}
.sidebar p{
    margin:0;
    padding:0;
}
.sidebar .title{
    width: 100%;
    /*height: 68px;
    line-height: 68px;*/
    line-height: 34px;
    padding: 17px 0 17px 25px;
    font-size:24px;
    color: #fff;
    /*padding-left: 25px;*/
    background-color: #11508d;
    background-color: #30447b;
    background: linear-gradient(180deg, rgba(47, 58, 105, 1) 30%, rgba(0, 147, 221, 1) 100%);
}
.sidebar .list_dl{
	margin:0;
    border-left: 12px solid #11508d;
    border-left: 12px solid #30447b;
    border-left: 12px solid #0093dd;
}
.sidebar .list_dt{
    background: #fff;
    /*background: #ccc;*/
    color: #5f5e5e;
    /*width: 260px;*/
    width: 248px;
    padding: 0 40px 0 28px;
    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: #11508d;
    /*background: #fafafa; */
}
.sidebar .list_dt:hover ._after{
    display: block;
    width: 4px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    /*background: #ff9400;*/
    background: #f3ae20;
    /*background: #0093dd;*/
}
/*.sidebar .current{
	border-left:4px solid #ff9400;
}*/
.sidebar .current{
   color:#11508d;
   background-color: #eff8ff;
   /*background-color: #eff4ff;*/
}
.sidebar .current ._after{
    display: block;
    width: 4px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    /*background: #ff9400;*/
    background: #f3ae20;
    /*background: #0093dd;*/
}

#open{
    /*background: #fafafa;*/
}
#open ._after{
    display: block;
    width: 4px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    /*background: #ff9400;*/
    background: #f3ae20;
    /*background: #0093dd;*/
}
.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: #11508d;
}
/*------单篇、列表页 左侧导航列表 sidebar ------[结束]*/


