@charset "gb2312";
/*------------------------------------------------------------------------------------------------------
 *
 * 引入基本样式文件
 *
 */

/* 基本样式文件 */
@import url(base.css);

/* 基本IE兼容样式文件 */
@import url(iehacks.css);

/*------------------------------------------------------------------------------------------------------
 *
 * 全局整体框架
 *
 */
 
@media screen, projection {
/* 连接样式 */

a {
	color: #000;
}
a.bold {
	color: #C92E0C;
	font-weight:bold;
}
a img {
	margin-right:5px;
}
a:visited {
	color: #000;
}
a:focus {
}
a:hover, a:active {
	color: #C92E0C;
}
img {
	vertical-align:middle;
}
}
@media screen, projection {
/* 整体页面 */
body {
	line-height:2em;
	text-align:center;
	background: #FFFAEB url(../images/bg.gif) repeat-x center top;
	height:auto;
	overflow:visible;
}
/*页面外部*/
.pageWrap {
	width:100%;
	min-width:960px;
	margin:0 auto;
	text-align:center;
}
/*页面内部*/
/*
.page {}
*/
/* 共同定义 */
#header, #nav, #focus, #main, #footer {
	margin:0 auto;
	text-align:center;
}
/*页面头部*/
#header {
	height:313px;
	background: url(../images/header.gif) no-repeat center top;
	margin-bottom:10px;
}
/* 页面导航栏 */
#nav {
	width:900px;
	height:52px;
	padding:0px 0;
}
/* 焦点图片区 */
#focus {
	position: relative;
	left: 0px;
	top: 0px;
	width:940px;
	height:320px;
	margin:0 auto;
	padding:10px;
	z-index: 9999;
	background: url(../images/focusshadow.png) no-repeat center bottom;
}
/*页面主体*/
#main {
	width:960px;
	padding: 0;
	z-index:1;
}
/*页面底部*/
#footer {
	width:100%;
	height:80px;
	margin-top:10px;
	padding-top:40px;
	background: url(../images/footer.gif) repeat-x center top;
}
/* 保证定位 */
#header, #nav, #focus, #main, #footer {
	clear:both;
}
}

/*------------------------------------------------------------------------------------------------------
 *
 * 全局整体框架 - 详细定义
 *
 */

@media screen, projection {
/* 页面导航栏 */
	
#nav ul {
	display:block;
	margin:0;
	padding:0;
	list-style:none;
}
#nav ul li {
	display:inline-block;
 *display:inline;
 *zoom:1;
	width:92px;
	height:54px;
	margin:0;
	background: url(../images/nav_nor.png) no-repeat center top;
}
#nav ul li:hover {
	background: url(../images/nav_hov.png) no-repeat center top;
}
#nav ul li.current, #nav ul li.current:hover {
	background: url(../images/nav_cur.png) no-repeat center top;
}
#nav ul li a {
	display:block;
	width:98px;
	height:46px;
	line-height:46px;
	font-size: 14px;
	font-weight: bold;
}
/* 页面底部 */

#footer div.copyright, #footer div.contact {
	width:960px;
	margin:0 auto;
	line-height:39px;
	font-weight:bold;
}
}

/*------------------------------------------------------------------------------------------------------
 *
 * 全局版式
 *
 */


@media screen, projection {
/**
	   * 两栏布局
	   *
	   * | #main                         |
	   * |-------------------------------|
	   * | #col1    |            #col3   |
	   * | 250px    |            710px   |
	   * |-------------------------------|
	   */
/* 右侧栏 */
#main.singleCol #col3 {
	width:960px;
	margin-left: auto;
	margin-right: auto;
}
/*内容区*/
#main.singleCol #col3 #col3_content {
	margin:0;
}
}
/*------------------------------------------------------------------------------------------------------
 *
 * 全局版式 - 详细定义
 *
 */
 @media screen, projection {
/*** 两栏布局 ***/
	   
/* 通用定义 */
#main.singleCol div.subPanel {
	margin:0 0 10px;
	overflow:hidden;
}
#main.singleCol #col1 div.subPanel div.top, #main.singleCol #col3 div.subPanel div.top {
	height:24px;
	line-height:24px;
	font-weight:bold;
	font-size:16px;
	color: #FFF;
	text-align:left;
}
#main.singleCol #col1 div.subPanel div.content, #main.singleCol #col3 div.subPanel div.content {
	padding:8px;
	overflow:hidden;
}
#main.singleCol #col1 #col1_content div.subPanel div.content.loading, #main.singleCol #col3 #col3_content div.subPanel div.content.loading {
	background: #FFF url(../images/loading.gif) no-repeat center center;
}
#main.singleCol #col1 div.subPanel div.top a.more, #main.singleCol #col3 div.subPanel div.top a.more {
	font-weight:normal;
	font-size:12px;
	margin-right:10px;
 *margin-top:-24px;
	float:right;
	color: #FFF;
}
/* 主要栏目 */

#main.singleCol #col3 #col3_content div.subPanel {
	border: 1px solid #C82B08;
}
#main.singleCol #col3 #col3_content div.subPanel div.top {
	padding: 6px 12px;
	background: url(../images/righttop.gif) repeat-x left top;
}
#main.singleCol #col3 #col3_content div.subPanel div.top span {
	padding: 5px 0 5px 36px;
}
#main.singleCol #col3 #col3_content div.subPanel div.content {
	padding:5px 8px;
}
}
 @media screen, projection {
/*** 列表定义 ***/
/* 普通列表 */
ul.simpleList {
	display:block;
	_width:99%;
	margin:0;
	padding:0;
	list-style: none;
	overflow:hidden;
	text-align:left;
}
ul.simpleList li {
	margin:2px 0;
	padding:2px 0 4px 15px;
	background: url(../images/greenarrow.gif) no-repeat left center;
	border-bottom: 1px dashed #71AC2C;
}
ul.simpleList li a {
	white-space:nowrap;
	text-overflow: ellipsis;
	overflow:hidden;
}
ul.simpleList li span {
	float:right;
	_margin-top:-1.5em;
	color: #999;
}
ul.simpleList li span a {
	color: #999;
}
/* 普通图片列表 */
ul.imageList {
	display:block;
	_width:99%;
	margin:0;
	padding:0;
	list-style: none;
	overflow:hidden;
}
ul.imageList li {
	display:block;
	margin:5px;
	float:left;
}
/* 友情链接列表 */
ul.linkList {
	margin:0;
	padding:0;
	list-style: none;
	overflow:hidden;
}
ul.linkList li {
	display:block;
	text-align:center;
	margin:4px 0;
}
/* inline-block列表 */
ul.inlineBlockList {
	margin:0;
	padding:0;
	list-style: none;
	overflow:hidden;
}
ul.inlineBlockList li {
	display:inline-block;
 *display:inline;
 *zoom:1;
	text-align:center;
	margin:2px 0;
}
/*日历列表*/
ul.calendar {
	display: block;
	width:100%;
	height: auto;
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
	_overflow:visible;
	text-align: center;
	border-left: 1px dotted #71AC2C;
	border-top: 1px dotted #71AC2C;
}
ul.calendar li {
	display:block;
	width: 30px;
	height: 30px;
	margin:0;
	padding:0;
	float:left;
	background: #EBEBEB;
	border-right: 1px dotted #71AC2C;
	border-bottom: 1px dotted #71AC2C;
}
ul.calendar li span, ul.calendar li a {
	display:block;
	width:30px;
	height:30px;
	line-height:30px;
	color:#999;
}
ul.calendar li a {
	color:#486C1C;
	font-weight: bold;
	cursor:pointer;
}
ul.calendar li a:hover {
	color:#F60;
}
ul.calendar li div.calendarTipWrap {
	display:none;
	position: absolute;
	left: 0px;
	top: 0px;
	width:224px;
	background: url(../images/uparrow.gif) no-repeat center top;
	padding:10px 0 0;
	z-index:9999;
}
ul.calendar li div.calendarTipWrap ul {
	display:block;
	padding:5px 0px;
	margin:0;
	list-style:none;
	background: #FFF;
	border: 2px solid #486C1C;
	height:auto;
	text-align:left;
}
ul.calendar li div.calendarTipWrap ul li {
	display:block;
	width:140px;
	margin: 0;
	padding: 0 0 0 80px;
	height:auto;
	line-height:24px;
	background:none;
	border:none;
	float:none;
}
ul.calendar li div.calendarTipWrap ul li span {
	display:inline-block;
 *display:inline;
 *zoom:1;
	margin-left:-80px;
	width:80px;
	height:24px;
	line-height:24px;
	text-align:center;
}
}
 @media screen, projection {
/*** 表单定义 ***/
form {
}
input[type="text"], input[type="password"], textarea, select {
	font-family:  "Microsoft YaHei", "SimSun", "SimHei";
	border: 1px solid #69B4DD;
	padding:2px;
}
}
 @media screen, projection {
/*** 表格定义 ***/

table {
	margin:2px auto;
	color: #000;
	border-top: 2px solid #C82B08;
	border-bottom: 2px solid #C82B08;
}
table td {
	padding:2px 4px;
	text-align:center;
	border-bottom:1px solid #C82B08;
}
table td.left {
	text-align:left;
}
table th {
	text-align:center;
	padding:2px 4px;
	background:#DA6624;
	color: #FFF;
	border-bottom:1px solid #C82B08;
}
}
 @media screen, projection {
/*** 缩略图定义 ***/
	   
a.thumbLink, a.thumbLink div.imgWrap, a.thumbLink span {
	display:block;
	position: relative;
	text-align:center;
	overflow:hidden;
 *cursor:pointer;
}
a.thumbLink div.imgWrap {
	margin:0 auto;
	border:1px solid #71AC2C;
	padding:4px;
	background: #FFF;
}
a.thumbLink div.imgWrap div.videoMask {
	position: absolute;
	left: 71px;
	top: 46px;
	height: 58px;
	width: 58px;
	background: url(../images/videomask.png) no-repeat 0px -58px;
 *z-index:99;
}
a.thumbLink:hover div.imgWrap div.videoMask {
	background: url(../images/videomask.png) no-repeat -58px 0px;
}
a.thumbLink div.imgWrap img {
 *z-index:98;
}
a.thumbLink span {
	width:100%;
	white-space:nowrap;
	text-overflow: ellipsis;
	overflow:hidden;
}
}
 @media screen, projection {
/* 页码样式 */

.pageList {
	display:block;
	position: relative;
	height: auto;
	width: 100%;
	left: 0px;
	top: 0px;
	text-align:center;
	margin-top: 4px;
	margin-bottom: 4px;
}
.pageList.right {
	text-align:right;
}
.pageList span.red {
	color: #C82B08;
	padding-right: 4px;
	padding-left: 4px;
}
.pageList a.page {
	margin: 0px 4px;
	color: #000000;
	text-decoration: none;
	border: 1px solid #EE8B79;
	padding: 2px 5px;
}
.pageList a.page:hover {
	color: #FFF;
	background: #C82B08;
	border: 1px solid #C82B08;
}
.pageList a.page:active {
	color: #FFF;
	background: #007FC6;
	border: 1px solid #C82B08;
}
.pageList span.current {
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 2px;
	margin: 0px 4px;
	color: #FFF;
	padding-top: 2px;
	text-decoration: none;
	background: #C82B08;
	;
	border: 1px solid #C82B08;
	;
}
.pageList span.disabled {
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 2px;
	margin: 0px 4px;
	color: #999999;
	padding-top: 2px;
	text-decoration: none;
}
.pageList a.jump {
	margin-right: 5px;
	margin-left: 5px;
}
}
 @media screen, projection {
/*** 常见栏目样式 ***/	

/*新闻*/
#main #newsPanel div.top span {
	background: url(../images/icon/news.png) no-repeat left center;
}
}
@media screen, projection {
/*** 通用板块定义 ***/
	   
/* 左侧栏 */

#col1 #col1_content #infoPanel {
	margin-top:10px;
	padding: 35px 0 0;
	background: #E2E2E2 url(../images/infotop.gif) no-repeat left top;
}
#col1 #col1_content #infoPanel div.content {
	padding: 0 15px 90px;
	text-align:justify;
	background: #E2E2E2 url(../images/infobottom.gif) no-repeat left bottom;
	min-height:196px;
}
#col1 #col1_content #infoPanel div.content img {
	float:left;
	margin:0 10px 0 6px;
}
#col1 #col1_content #calendarPanel {
 *z-index:999;
}
#col1 #col1_content #calendarPanel div.top span {
	background: url(../images/icon/calender.png) no-repeat left center;
}
#col1 #col1_content #calendarPanel div.content {
	padding:5px 1px;
}
#col1 #col1_content #calendarPanel div.content div.calendarWrap {
	width:218px;
	background: #FFF;
	border: 1px solid #71AC2C;
	padding:2px;
	_overflow:visible;
}
#col1 #col1_content #calendarPanel div.content div.calendarWrap h3 {
	display:block;
	height:29px;
	line-height:29px;
	background: url(../images/calendartop.gif) repeat-x left top;
	padding:0;
	margin:0;
	font-weight: bold;
	color: #FFF;
}
#col1 #col1_content #calendarPanel div.content div.calendarWrap ul.calendar div.calendarTipWrap {
 *z-index:999;
}
#col1 #col1_content #videoPanel {
 *z-index:1;
}
#col1 #col1_content #videoPanel div.top span {
	background: url(../images/icon/wmp.png) no-repeat left center;
}
#col1 #col1_content #videoPanel div.content {
	padding:5px 0;
	min-height:188px;
}
#col1 #col1_content #videoPanel a.thumbLink {
	margin-left:3px;
	width:210px;
 *z-index:1;
}
#col1 #col1_content #videoPanel a.thumbLink img {
	height:150px;
	width:200px;
}
#col1 #col1_content #orginPanel div.top span {
	background: url(../images/icon/wlm.png) no-repeat left center;
}
#col1 #col1_content #orginPanel div.content {
	min-height:110px;
	background: url(../images/orgbg.gif) no-repeat right bottom;
}
#col1 #col1_content #pastPanel div.top span {
	background: url(../images/icon/fav_star.png) no-repeat left center;
}
#col1 #col1_content #linkPanel div.top span {
	background: url(../images/icon/network.png) no-repeat left center;
}
/* 右侧栏 */


/*底部板块*/

#footer #sponserPanel div.content ul.inlineBlockList li {
	margin:2px 5px;
}
}

@media screen, projection {
/*** 首页定义 ***/
#indexWrap #main {
}
/* 右侧栏 */
#indexWrap #col3 {
}
#indexWrap #main #col3 #introPanel {
	border:none;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #C82B08;
	text-align: justify;
	line-height: 30px;
}
#indexWrap #col3 #writePanel div.top span {
	background: url(../images/icon/text.png) no-repeat left center;
}
#indexWrap #col3 #writePanel div.content div {
	display:block;
	text-align:left;
	margin:2px 0;
}
#indexWrap #col3 #writePanel div.content div.center {
	text-align:center;
}
#indexWrap #col3 #writePanel div.content div span {
	display:inline-block;
 *display:inline;
 *zoom:1;
	width:80px;
	text-align:right;
	font-weight: bold;
	color: #C82B08;
}
#indexWrap #col3 #writePanel div.content div textarea {
	vertical-align:top;
}
#indexWrap #col3 #writePanel div.content div textarea#txtContent {
	background: #FFF url(../images/inputbg.gif) no-repeat center center;
}
#indexWrap #col3 #writePanel div.content div textarea#txtContent:focus {
	background: #FFF url(none);
}
#indexWrap #col3 #writePanel div.content div input#btnLogin {
	height: 43px;
	width: 187px;
	background: url(../images/submit.gif) no-repeat 0px 0px;
	border:0;
}
#indexWrap #col3 #writePanel div.content div input#btnLogin:hover {
	background: url(../images/submit.gif) no-repeat 0px -43px;
}
#indexWrap #col3 #showPanel div.top span {
	background: url(../images/icon/email.png) no-repeat left center;
}
}

@media screen, projection {
ul#messageList {
	display:block;
	height:auto;
	margin: 4px;
	padding:5px;
	list-style:none;
}
ul#messageList li {
	position:relative;
	display:block;
	height:auto;
	padding:2px;
	margin: 1px 0 0;
	border-bottom: solid 1px #C82B08;
	border-left: solid 1px #C82B08;
	border-right: solid 1px #C82B08;
	text-align:left;
	line-height:32px;
}
ul#messageList li div.title {
	display:block;
	height: auto;
	color:#FFF;
	font-weight:bold;
	text-align: left;
	background: #C82B08;
	padding:0 6px;
}
ul#messageList li span.author {
	font-weight:bold;
	margin: 0 7px;
	float:right;
}
 ul#messageList li span.title {
	font-weight:bold;
}
ul#messageList li div.message {
	display:block;
	min-height:48px;
	color:#000000;
	font-weight:normal;
}

ul#messageList li:first-child {
	border-top: solid 1px #C82B08;
}
}