body{
	font-family:Arial,'Times New Roman','Microsoft YaHei','SimHei';
	background-color: #f0f1f6;
	/*background-color: #fff;*/
	font-size: 15px;
}
.wrap{
	width: 1200px;
        width: 1300px;
	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: #8f000b !important;
}
.bg_color{
	background-color: #8f000b !important;
}
.border_color{
	border-color: #8f000b !important;
}

/*------头部 header-----[开始]*/
.header{
	height: 136px;			
	background:#f5f3e5 url(../images/header_bg.png) no-repeat bottom left;
	background-size: cover;
}
.header .wrap{
	height: 136px;		
	background:url(../images/header_pic.png) no-repeat 547px 14px;
        background:url(../images/header_pic.png) no-repeat 535px 14px;
        background:url(../images/header_pic.png) no-repeat 594px 14px;
}
.header .logo{
	margin-top: 33px;
        margin-top: 32px;
}
.header .logo a{
	display: inline-block;
}
.header .fr{
	margin-top:31px;
}
/*.header .slogan{
	background:url(../images/slogan.png) no-repeat;
	height: 27px;
	width: 238px;
}*/
.header .slogan{
	text-align: center;
}
.header .search{
	height: 34px;
	line-height: 34px;
    border-radius: 25px;
    margin-top: 50px;
    margin-top: 10px;
    background-color: #fff;
    border:1px solid #cdc694;
    border: 1px solid #d6d0a5;
}
.header .search .text{
	float: left;
	width: 200px;
	height: 34px;
	padding:0 5px 0 10px;
	border: none;
	background:none;
	color:#999;
	outline: none;
	font-size: 14px;
}
.header .search .button{
	cursor: pointer;
	float: right;	
	width: 18px;
	height: auto;
	margin: 6px 12px 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: #8f000b;
	/*box-shadow: 0 4px 7px #e0e0e0;*/
}
.nav a{
	color: #fff !important;
	text-decoration: none !important;
}
.nav .first-menu>li{
	float: left;
	letter-spacing: 1px;
	z-index: 999;
}
.nav .first-menu>li>a{
	/*float:left;*/
	display:block;
	padding:0 41px;
        padding:0 32px;
        padding:0 38px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	text-decoration: none;
	/*background:#0b6cb8;*/
        font-weight: bold;
}
.nav .first-menu>li>a:hover {
	/*color: #fff;*/
    background-color:#6e020a;
    background-color:#bd6e08;
}
/*一级导航---[结束]*/

/*二级菜单---[开始]*/
#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;
	line-height: 20px;
	padding:10px 2px;
	border-top: 1px solid rgb(210 90 100 / 80%);
	text-transform:capitalize;
}
#webmenu li ul a:hover{
	background-color:#8f000b;
	background-color:#bd6e08;
	background-color:#c87a14;
}
#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(143,0,11, 0.8)!important;
  	filter:Alpha(opacity=80);
  	background-color:#8f000b;
}
.first-menu li {
	float:left;
	position:relative;
}

.second-menu {
	font-size:14px;
	top:48px;
	right:0;
	width:150px;
        width:132px;
        width:144px;
	/*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 {
	min-width:150px;
	/*width:132px;*/
        min-width:144px;
	top:0;
	/*left:108px;*/
	left:150px;
        left:132px;
        left:144px;
	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 .third-menu {
	left:112px;
}
#subMgm .fourth-menu {
	left:112px;
}*/
/*#subMusic, #subNews,#subMgm {
	width:132px;
}*/
.long .second-menu{width: 129px;}
.long .third-menu{
	left:129px;
}
.short .second-menu{width: 78px;}
.short .third-menu{
	left:78px;
}
/*二级菜单---[结束]*/
/*------导航 nav-----[结束]*/

/*------footer------开始*/
.footer{
	margin-top:30px;
	color: #fff;	
	height: 150px;
	font-size: 14px;
	background: url(../images/footer_bg.png) no-repeat 0 0;
	background-size: cover;
}
.footer .wrap{
	height: 150px;
}
.footer .copyright{
	margin-top: 33px;
}
.footer .copyright p{
	line-height: 28px;
}
.footer .qrcode .txt{
	margin:50px 15px 0 0;
}
.footer .qrcode .txt p{	
	line-height: 26px;
}
.footer .qrcode .pic{
	margin-top: 25px;
}
.footer .qrcode .pic img{
	width: 100px;
	height: 100px;
}
/*------footer------结束*/

/*.photo{
  width: 100%;
  height: 310px;
  background-image: url(../images/photo_bg.png);
  background-position-y: bottom;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}*/

/*------单篇、列表页 左侧导航列表 sidebar ------[开始]*/
.sidebar{
    float: left;
    width: 260px;
    margin-top: 30px;
    /*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: #8f000b;
}

.sidebar ul li{
    border-left: 12px solid #8f000b;
}
.sidebar ul li a{
    display: block;
    color: #5f5e5e;
    /*height:50px;
    line-height: 50px;*/
    line-height: 24px;
    background-color: #fff;
    /*padding: 0 0 0 28px;*/
    padding: 13px 0 13px 28px;
    font-size: 16px;
    border-bottom: 1px solid #eee;
}
.sidebar ul li a img{
    float: right;
    height: 16px;
    /*margin: 16px 10px 0 0;*/
    margin: 5px 10px 0 0;
}
.sidebar ul li a:hover{
    padding: 13px 0 13px 24px;
    color: #8f000b;
    border-left:4px solid #ff9400; 
    border-left: 4px solid #f3ae20; 
}
.sidebar ul li a.current{
    padding: 13px 0 13px 24px;
    color: #8f000b;
    border-left:4px solid #ff9400; 
    border-left: 4px solid #f3ae20; 
    background-color: #eff4ff;
    background-color: #eff8ff;
    background-color: #fef6f6;
    background-color: #fefbf4;
}
/*------单篇、列表页 左侧导航列表 sidebar ------[结束]*/