@charset "gb2312";
/*------------------------------------------------------------------------------------------------------
 *
 * 引入基本样式文件
 *
 */

/* 基本样式文件 */
@import url(base.css);

/* 基本IE兼容样式文件 */
@import url(iehacks.css);

/*------------------------------------------------------------------------------------------------------
 *
 * 全局整体框架
 *
 */
 
@media screen, projection {
/* 连接样式 */

a {
	color: #000;
}
a img {
	margin-right:5px;
}
a:visited {
	color: #000;
}
a:focus {
}
a:hover, a:active {
	color:#2D7891;
}
img {
	vertical-align:middle;
}
}
@media screen, projection {
/* 整体页面 */
body {
	line-height:2em;
	text-align:center;
	background: #FFF url(../images/mainbg.jpg) no-repeat center top;
	height:auto;
	overflow:visible;
	padding:0;
	margin:0;
}
/*页面外部*/
.pageWrap {
	width:981px;
	margin:231px auto 0;
	text-align:center;
	background: url(../images/focus.jpg) no-repeat center 150px;
}
/*页面内部*/
/*
.page {}
*/
/* 共同定义 */
#header, #nav, #main, #footer {
	margin:0 auto;
	text-align:center;
}
/*页面头部*/
#header {
	height:340px;
}
/* 页面导航栏 */
#nav {
	width:981px;
	height:56px;
	padding:0;
	background: url(../images/navbg.gif) no-repeat 0px 0px;
	overflow:hidden;
}
/*页面主体*/
#main {
	width:979px;
	padding: 10px;
	z-index:1;
}
/*页面底部*/
#footer {
	width:981px;
	height:80px;
	margin-top:10px;
}
/* 保证定位 */
#header, #nav, #main, #footer {
	clear:both;
}
/*清除浮动*/

.clearfloat {
	clear:both;
	height:1px;
	overflow:hidden;
	margin-top:-1px;
}
}

/*------------------------------------------------------------------------------------------------------
 *
 * 全局整体框架 - 详细定义
 *
 */

@media screen, projection {
/* 页面导航栏 */
	
#nav ul {
	display:block;
	width:672px;
	margin:0;
	padding:8px 15px;
	list-style:none;
	overflow:hidden;
	float:left;
}
#nav ul li {
	display:block;
	width:102px;
	height:40px;
	margin:0 5px;
	float:left;
}
#nav ul li a {
	display:block;
	width:100px;
	height:40px;
	line-height:40px;
	font-size: 16px;
	font-weight: bold;
	text-align:center;
	color: #FFF;
}
#nav #countPanel {
	width:240px;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-align:center;
	line-height:50px;
	float:right;
}
/* 页面底部 */

#footer div.copyright {
	width:981px;
	margin:0 auto;
}
#footer div.copyright p {
	margin:4px 0;
}
}

/*------------------------------------------------------------------------------------------------------
 *
 * 全局版式
 *
 */

@media screen, projection {
/**
	   * 两栏布局
	   *
	   * | #main                         |
	   * |-------------------------------|
	   * | #col1               | #col3   |
	   * | 690px               | 264px   |
	   * |-------------------------------|
	   */
	   
/* 通栏 */
#main .section {
	display:block;
}
/* 左侧栏 */
#main.twoColLeft #col1 {
	width: 694px;
	margin: 0;
}
/* 右侧栏 */
#main.twoColLeft #col3 {
	width:264px;
	_width:261px;
	margin-left: 694px;
	margin-right: 0;
 *margin-top:-24px;
}
/*内容区*/
#main.twoColLeft #col1 #col1_content {
	margin:0 5px 0 0;
}
#main.twoColLeft #col3 #col3_content {
	margin:0 4px 0 10px;
	padding:0;
}
}
/*------------------------------------------------------------------------------------------------------
 *
 * 全局版式 - 详细定义
 *
 */

@media screen, projection {
/*** 两栏布局 ***/
	   
/* 通用定义 */
#main.twoColLeft div.subPanel {
	margin:0 0 10px;
	overflow:hidden;
}
#main.twoColLeft div.subPanel div.top {
	height:24px;
	line-height:24px;
	font-weight:bold;
	font-size:16px;
	color: #21A3EB;
	text-align:left;
}
#main.twoColLeft div.subPanel div.content {
	padding:8px;
	overflow:hidden;
}
#main.twoColLeft div.subPanel div.content.loading {
	background: #FFF url(../images/loading.gif) no-repeat center center;
}
#main.twoColLeft div.subPanel div.top a.more {
	color: #999;
	font-weight:normal;
	font-size:12px;
	margin-right:10px;
 *margin-top:-24px;
	float:right;
}
/* 横向通栏 */
#main.twoColLeft div.section div.subPanel.left {
	float:left;
	width:690px;
}
#main.twoColLeft div.section div.subPanel.left div.top {
	padding: 8px 0 9px 8px;
}
#main.twoColLeft div.section div.subPanel.left div.top span {
	padding: 5px 0 5px 80px;
	background: url(../images/icon.gif) no-repeat left center;
}
#main.twoColLeft div.section div.subPanel.left div.top a.more {
}
#main.twoColLeft div.section div.subPanel.left div.content {
	border: 1px solid #D2D2D2;
	background: #FFF;
	min-height:220px;
}
#main.twoColLeft div.section div.subPanel.right {
	width:264px;
	_width:261px;
	float:right;
}
#main.twoColLeft div.section div.subPanel.right div.top {
	padding: 4px 10px;
	background: url(../images/righttop.gif) no-repeat left top;
}
#main.twoColLeft div.section div.subPanel.right div.top span {
	padding: 0 0 0 28px;
}
#main.twoColLeft div.section div.subPanel.right div.content {
	padding:5px;
}
/* 左侧栏 */
#main.twoColLeft #col1 #col1_content div.subPanel {
}
#main.twoColLeft #col1 #col1_content div.subPanel div.top {
	padding: 8px 0 9px 8px;
	background: url(../images/lefttop.gif) no-repeat left top;
}
#main.twoColLeft #col1 #col1_content div.subPanel div.top span {
	padding: 5px 0 5px 80px;
	background: url(../images/icon.gif) no-repeat left center;
}
#main.twoColLeft #col1 div.subPanel div.top a.more {
	display:block;
	width:64px;
	text-align:center;
}
#main.twoColLeft #col1 #col1_content div.subPanel div.content {
	border: 1px solid #D2D2D2;
	background: #FFF;
	min-height:220px;
}
/* 右侧栏 */
#main.twoColLeft #col3 #col3_content div.subPanel {
	background: #FFF;
}
#main.twoColLeft #col3 #col3_content div.subPanel div.top {
	padding: 8px 10px;
	background: url(../images/righttop.gif) no-repeat left top;
}
#main.twoColLeft #col3 #col3_content div.subPanel div.top span {
	padding: 5px 0 5px 28px;
}
#main.twoColLeft #col3 #col3_content div.subPanel div.content {
	padding:5px 0;
}
}
@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 #2D7891;
}
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 {
	border: 1px solid #69B4DD;
}
}
 @media screen, projection {
/*** 表格定义 ***/

table {
	margin:2px auto;
	color: #000;
	border-top: 2px solid #3B9DD3;
	border-bottom: 2px solid #3B9DD3;
}
table td {
	padding:2px 4px;
	text-align:center;
}
table td.left {
	text-align:left;
}
table tr:hover td {
	background:#F2F7F9;
}
table th {
	text-align:center;
	padding:2px 4px;
	background:#E0EAF0;
}
table.styledTable {
	border-top:1px solid #C4D5DF;
	border-right:1px solid #C4D5DF;
	border-left:none;
	border-bottom:none;
	text-align:center;
	margin:0.5em auto;
	border-collapse:collapse;
	font-size: 1em;
	line-height: 2em;
	font-weight: normal;
	color: #000;
}
table.styledTable td {
	color:#000;
	border-bottom:1px solid #C4D5DF;
	border-left:1px solid #C4D5DF;
	border-top:none;
	border-right:none;
	text-align:center;
}
table.styledTable td.left {
	text-align:left;
}
table.styledTable tr.odd td {
	background:#FBEDD9
}
table.styledTable th {
	border-bottom:1px solid #C4D5DF;
	border-left:1px solid #C4D5DF;
	border-top:none;
	border-right:none;
	background:#E0EAF0;
	text-align:center;
	color: #346283;
	font-weight: bold;
}
table.styledTable th.left {
	text-align:left;
}
table.styledTable a, table.styledTable a:link, table.styledTable a:visited {
	color: #346283;
	text-decoration:none;
	margin-right: 2px;
	margin-left: 2px;
}
table.styledTable a:hover, table.styledTable a:active {
	color: #FF6600;
	text-decoration:underline;
}
}
 @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 #CCC;
	padding:4px;
}
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: #F00;
	padding-right: 4px;
	padding-left: 4px;
}
.pageList a.page {
	margin: 0px 4px;
	color: #000000;
	text-decoration: none;
	border: 1px solid #f0f0f0;
	padding: 2px 5px;
}
.pageList a.page:hover {
	color: #FFF;
	background: #007FC6;
	border: 1px solid #007FC6;
}
.pageList a.page:active {
	color: #FFF;
	background: #007FC6;
	border: 1px solid #007FC6;
}
.pageList span.current {
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 2px;
	margin: 0px 4px;
	color: #FFF;
	padding-top: 2px;
	text-decoration: none;
	background: #007FC6;
	;
	border: 1px solid #007FC6;
	;
}
.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 {
/*** 通用板块定义 ***/

/* 文章列表 */
div.subPanel.article div.content a.thumbLink {
	width:263px;
	margin-right:10px;
	float:left;
}
div.subPanel.article div.content ul.simpleList {
	_width:470px;
}
div.subPanel.article div.content a.thumbLink div.imgWrap img {
	width:253px;
	height:190px;
}
/* 图片列表 */
div.subPanel.gallery div.content ul.imageList {
	padding-left:2px;
}
div.subPanel.gallery div.content ul.imageList li {
	margin-right:8px;
	float:left;
}
div.subPanel.gallery div.content ul.imageList li a.thumbLink {
	width:210px;
	float:left;
}
div.subPanel.gallery div.content ul.imageList li a.thumbLink div.imgWrap img {
	height:150px;
	width:200px;
}
/* 右侧栏 */
#main #col3 #col3_content #calendarPanel {
 *z-index:999;
}
#main #col3 #col3_content #calendarPanel div.top span {
	background: url(../images/icon/calender.png) no-repeat left center;
}
#main #col3 #col3_content #calendarPanel div.content div.calendarWrap {
	width:218px;
	background: #FFF;
	border: 1px solid #C9C9C9;
	margin:0 auto;
	padding:2px;
	_overflow:visible;
}
#main #col3 #col3_content #calendarPanel div.content div.calendarWrap h3 {
	line-height:29px;
	display:block;
	height:29px;
	background: url(../images/calendartop.gif) repeat-x left top;
	padding:0;
	margin:0;
}
#main #col3 #col3_content #calendarPanel div.content div.calendarWrap ul.calendar div.calendarTipWrap {
 *z-index:999;
}
#main #col3 #col3_content #videoListPanel {
 *z-index:1;
}
#main #col3 #col3_content #videoListPanel div.content {
	padding-top:0;
}
#main #col3 #col3_content #orginPanel div.top span {
	background: url(../images/icon/wlm.png) no-repeat left center;
}
#main #col3 #col3_content #pastPanel div.top span {
	background: url(../images/icon/fav_star.png) no-repeat left center;
}
#main #col3 #col3_content #onlinePanel 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 {
	position: relative;
	width:959px;
	background: #FFF;
	border: 1px solid #E0E3E6;
}
/*焦点图样式*/

.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:570px;
	height:290px;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8;
	width:100%;
	z-index:89;
	text-shadow:none;
	text-align:center;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
	color:#efe9d1;
	text-decoration:none;
}
.nivo-html-caption {
	display:none;
}
.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}
.nivo-controlNav {
	position:absolute;
	height:16px;
	width:102px;
	top: 4px;
	right: 4px;
	padding:1px;
	text-align:center;
	background: url(../images/new-slider-x24.png) no-repeat left top;
	z-index:99999;
}
.nivo-controlNav a {
	display:inline-block;
 *display:inline;
 *zoom:1;
	position:relative;
	left: 0px;
	top: 0px;
	width:15px;
	height:15px;
	line-height:15px;
	border:0;
	margin-right:1px;
	z-index:99;
	cursor:pointer;
	color: #FFFFFF;
}
.nivo-controlNav a.active {
	background: #000000;
}
/* 焦点图片区 */

#indexWrap #main #focus {
	position: relative;
	left: 0px;
	top: 0px;
	height:334px;
	margin-bottom:10px;
	overflow:hidden;
}
#indexWrap #main #focus #focusWrap {
	position: relative;
	left: 0px;
	top: 0px;
	height: 322px;
	width: 576px;
	padding:6px;
	background: url(../images/focusbg.gif) no-repeat 0px 0px;
	float:left;
}
#indexWrap #main #focus #focusImage {
	position: relative;
	left: 0px;
	top: 0px;
	height: 290px;
	width: 570px;
}
#indexWrap #main #focus #focusImage .nivo-caption {
	position:absolute;
	left:10px;
	top:294px;
	height: 24px;
	width: 450px;
	text-align:left;
	background-color:transparent;
}
#indexWrap #main #focus #focusImage .nivo-caption a {
	font-size: 14px;
	font-weight: bold;
	color:#fff;
}
#indexWrap #main #focus #focusImage .nivo-controlNav {
	position: absolute;
	height: 12px;
	right: 0px;
	top: 304px;
	width: 100px;
	margin: 0;
	padding:0;
	font-size:0;
}
#indexWrap #main #focus #focusImage .nivo-controlNav a {
	display: inline-block;
 *display:inline;
 *zoom:1;
	position: relative;
	left: 0px;
	top: 0px;
	height: 12px;
	width: 12px;
	margin:0 5px;
	background: #FFF;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
#indexWrap #main #focus #focusImage .nivo-controlNav a.active {
	background: #F60;
}
#indexWrap #main #focus #infoPanel {
	position: absolute;
	top: 8px;
	right: 0px;
	width:351px;
	height:300px;
	padding: 10px;
	float:right;
	background: #F6F6F6;
}
#indexWrap #main #focus #infoPanel div.content {
	padding:8px;
	display:block;
	font-size: 14px;
	text-align:left;
}
#indexWrap #main #focus #infoPanel div.content h4 {
	color: #1DA2EB;
	display:block;
	font-size: 16px;
	font-weight: bold;
}
#indexWrap #main #focus #infoPanel div.content p {
	margin:6px 0;
	text-align:justify;
}
#indexWrap #main #focus #infoPanel div.content img {
	float:left;
	margin-right:5px;
	margin-top:20px;
}
#indexWrap #main #focus #infoPanel div.content a {
	float:right;
	margin-right:5px;
}
/*第二行*/
#indexWrap #main #report #videoPanel {
	margin-bottom:0;
	padding:0;
}
#indexWrap #main #report #videoPanel div.top span {
	background: url(../images/icon/wmp.png) no-repeat left center;
}
#indexWrap #main #report #videoPanel div.content {
	padding:4px;
}
#indexWrap #main #report #videoPanel a.thumbLink {
	height:240px;
	width:250px;
	background: url(../images/video.gif) no-repeat;
	padding:1px;
}
#indexWrap #main #report #videoPanel a.thumbLink .imgWrap {
	padding:4px;
	border:none;
}
#indexWrap #main #report #videoPanel a.thumbLink img {
	height:180px;
	width:240px;
}
#indexWrap #main #report #videoPanel a.thumbLink span {
	top:20px;
}
#indexWrap #mainArea {
	border: 1px solid #CCC;
}
#indexWrap #mainArea #mainActivityPanel {
	height:290px;
	background: #F2F2F2;
	margin-bottom:0;
}











#indexWrap #mainArea #mainIntroPanel {
	margin-bottom:0;
}
#indexWrap #mainArea #mainIntroPanel dl, #indexWrap #mainArea #mainIntroPanel dl dt, #indexWrap #mainArea #mainIntroPanel dl dd {
	display:block;
	height:auto;
	margin:0;
	padding:0;
	text-align:center;
}
#indexWrap #mainArea #mainIntroPanel dl, #indexWrap #mainArea #mainIntroPanel dl dt {
	margin:5px 0;
}
#indexWrap #mainArea #mainIntroPanel dl dt {
	font-weight: bold;
	color: #1CA2EC;
}
#indexWrap #mainArea #mainIntroPanel a {
	display:block;
	width:250px;
	height:47px;
	line-height:47px;
	background: url(../images/mapbutton.jpg) no-repeat center top;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}
#indexWrap #mainArea #mainIntroPanel div.center {
	display:block;
	text-align:center;
}
/* 左侧栏 */
#indexWrap #col1 {
}
#indexWrap #col1 #resourcePanel {
}
#indexWrap #col1 #resourcePanel div.content {
	height:249px;
}
#indexWrap #col1 #resourcePanel div.content ul.imageList li a.thumbLink {
	width:115px;
}
#indexWrap #col1 #resourcePanel div.content ul.imageList li a.thumbLink div.imgWrap img {
	height:86px;
	width:105px;
}
#indexWrap #col1 #resourcePanel div.content ul.imageList li.first a.thumbLink {
	width:272px;
}
#indexWrap #col1 #resourcePanel div.content ul.imageList li.first a.thumbLink div.imgWrap img {
	height:204px;
	width:262px;
}
#indexWrap #col1 #galleryPanel {
}
#indexWrap #col1 #galleryPanel .content {
	padding:2px;
	border: 1px solid #CCC;
	height:388px;
}
/* 右侧栏 */
#indexWrap #col3 {
}
#indexWrap #col3 #pastPanel {
}
#indexWrap #col3 #pastPanel .content {
	padding:2px;
	border: 1px solid #CCC;
	height:255px;
}
#indexWrap #col3 #pastPanel ul, #indexWrap #col3 #pastPanel ul li {
	display:block;
	margin:0;
	padding:0 2px;
	list-style:none;
}
#indexWrap #col3 #pastPanel ul li {
	margin:4px;
}
#indexWrap #col3 #pastPanel ul li a {
	display:block;
	width:190px;
	height:64px;
	line-height:64px;
	background: url(../images/itembg.gif) no-repeat 0px 0px;
	font-size: 14px;
	text-align:left;
	padding-left:52px;
}
#indexWrap #col3 #onlinePanel {
}
#indexWrap #col3 #onlinePanel .content {
	padding:2px;
	border: 1px solid #CCC;
	height:382px;
}
#indexWrap #col3 #onlinePanel ul, #indexWrap #col3 #onlinePanel ul li {
	display:block;
	margin:0;
	padding:0 2px;
	list-style:none;
}
#indexWrap #col3 #onlinePanel ul li {
	margin:4px;
}
#indexWrap #col3 #onlinePanel ul li a {
	display:block;
	width:190px;
	height:64px;
	line-height:64px;
	background: url(../images/itembg.gif) no-repeat 0px 0px;
	font-size: 14px;
	text-align:left;
	padding-left:52px;
}
#indexWrap #linkPanel {
	width:979px;
	border: 1px solid #CCC;
	border-top:none;
}
#indexWrap #linkPanel ul {
	display:block;
	padding:5px;
}
#indexWrap #linkPanel ul li {
	display:inline;
}
}
 @media screen, projection {
/*** 展览页定义 ***/

#showListWrap #main {
	width:960px;
}
/* 左侧栏 */
#showListWrap #col1 {
}
#showListWrap #col1 #col1_content .subPanel div.top span {
	margin-bottom:0;
	background: url(../images/icon/fav_star.png) no-repeat left center;
}
#showListWrap #col1 #col1_content .subPanel div.content {
	min-height:200px;
}
/* 右侧栏 */
#showListWrap #col3 {
}
}
 @media screen, projection {
/*** 视频页定义 ***/

#videoListWrap #main {
	width:960px;
}
/* 左侧栏 */
#videoListWrap #col1 {
}
#videoListWrap #col1 #col1_content #videoListPanel div.content {
	min-height:300px;
}
/* 右侧栏 */
#videoListWrap #col3 {
}
}
