/*
 * Copyright 2009-2019 GxPanDa.com
*/


/*=标题htit=*/
.htit {
	height:42px;
}
.htit strong {
	display:inline-block;
	float:left;
	padding-left:60px;
	font:24px/42px "思源黑体 Normal";
	color:#444;
}
.htit a {
	margin-top:6px;
	display:inline-block;
	float:right;
	width:51px;
	height:33px;
	background:url(../image/n_more.png) no-repeat;
}
/*=列表hlist=*/
.hlist {
	padding-top:10px;
}
.hlist li {
	padding-left:18px;
	height:40px;
	background:url(../image/n_li_ico.png) no-repeat left center;
	overflow:hidden;
}
.hlist li span {
	float:right;
	font:16px/40px "思源黑体 Normal";
	color:#999;
}
.hlist li a {
	font:16px/40px "思源黑体 Normal";
	color:#333;
}
.hlist li a:hover {
	color:#e91811;
}
/*=主体布局=*/
.h-left {
	display:inline-block;
	float:left;
	width:380px;
	margin-right:50px;
}
.h-cbox {
	display:inline-block;
	float:left;
	width:405px;
}
.h-rbox {
	display:inline-block;
	float:right;
	width:300px;
}
/*=第一栏=*/
.first {
	padding:30px 0 40px 0;
}
.h-dtyw {
	display:inline-block;
	float:left;
	width:875px;
}
.h-dtyw .htit {
	margin-bottom:20px;
}
.h-dtyw .htit strong {
	background:url(../image/n_tit_ico1.png) no-repeat 0 center;
}
/*=第一栏-焦点图=*/
.h-flash {
	display:inline-block;
	float:left;
	width:480px;
	height:298px;
	position: relative;
	overflow:hidden;
	overflow-x:hidden;
	z-index:2;
}
.h-flash li {
	width:480px;
}
.h-flash a {
	position:relative;
	display:inline-block;
	width:480px;
	height:298px;
}
.h-flash a img {
	width:480px;
	height:298px;
}
.h-flash a span {
	position:absolute;
	left:0;
	bottom:0;
	display:inline-block;
	padding:15px 20px;
	width:440px;
	height:48px;
	background:url(../image/n_flash_bg.png);
	font:18px/24px "思源黑体 Normal";
	color:#fff;
}
.h-flash a:hover span {
	text-decoration:none;
	color:#fe0;
}
.h-flash .left, .h-flash .right {
	display:none;
}
.h-flash .number {
	position:absolute;
	bottom:10px;
	right:20px;
}
.h-flash .number a {
	display:block;
	width:20px;
	height:2px;
	float:left;
	margin-left:2px;
	text-indent:-9999px;
	overflow:hidden;
	background:#fff;
}
.h-flash .number .cur {
	background:#676769;
}
/*=第一栏-要闻列表=*/
.h-news {
	display:inline-block;
	float:right;
	width:365px;
	margin-top:-15px;
}
.h-news p a {
	font:24px/30px "思源黑体 Normal";
	color:#555;
}
.h-news p a:hover, .h-news li a:hover {
	color:#e91811;
}
.h-news ul {
	padding-top:10px;
	margin-top:-13px;
}
.h-news li {
	padding-left:18px;
	height:40px;
	background:url(../image/n_li_ico.png) no-repeat left center;
	overflow:hidden;
}
.h-news li a {
	display:inline-block;
	padding-right:28px;
	background:url(http://www.gxpanda.com/statics/panda/home/images/n_li_ico2.png) no-repeat right center;
	font:16px/40px "思源黑体 Normal";
	color:#333;
}
/*=第一栏-通知公告=*/
.h-notice .htit strong {
	background:url(../image/n_tit_ico3.png) no-repeat 0 center;
}