﻿/* 图片播放器主体 */
#ImgPlayer
{
	width: 446px; /* width:682px; */
	height: 325px; /* height:352px; */
	overflow: hidden; /* 不显示超过对象尺寸的内容 */ /*	border:3px #BDCBD7 solid; */
	padding: 0px 0px 0px 0px; /* padding:1px 3px 0 1px; */
	position: relative; /* position:absolute; */ /*	top:50px; 	left:60px;  */
	margin: 5px 0 0 0;
}
/* 图片背景 */
#ImgBlk
{
	width: 445px; /* width:456px; */
	height: 339px; /* width:456px; */ /*	background:url(Image/news_pic_ws_001.gif) no-repeat 10px 2px #E9F0F7;  */ /*padding: 10px 10px 0px 10px;  padding:13px 12px 0 11px; */
	float: left;
}
/* 图片 */
#ss_img_div
{
	width: 426px; /* width:456px; */
	height: 250px; /* height:306px; */
	border: 3px #D4EEF6 solid; /* 新增属性 */
	overflow: hidden;
}
#ss_img_div img
{
	/*	border:1px #000 solid */
}

#ImgNum
{
	height: 37px;
	overflow: hidden;
}

#ImgNum ul
{
	width: 350px; /* width:375px; */
	padding: 0 0 0 0;
	float: left;
	cursor: default;
	list-style: none; /* 新增属性 */
}

#ImgNum li
{
	width: 30px;
	height: 25px;
	line-height: 25px;
	overflow: hidden;
	margin: 2px 5px 0 0;
	text-align: center;
	font-family: Arial;
	font-size: 9px;
	float: left;
	cursor: pointer;
}
#ImgNum li.itemOff
{
	background: url(Image/news_pic_ws_002.gif) no-repeat bottom;
	color: #000;
}
#ImgNum li.itemOff:hover
{
	color: #A80000;
}
#ImgNum li.itemOn
{
	background: url(Image/news_pic_ws_003.gif) no-repeat bottom;
	color: #A80000;
	font-weight: bold;
	height: 25px;
	line-height: 25px;
	margin: 2px 5px 0 0;
}
#ImgNum div
{
	float: left;
	width: 75px;
	text-align: left;
	margin: 10px 0 0 5px;
	height: 15px;
	line-height: 15px;
	cursor: pointer;
	font-size: 12px;
	color: #7D98BF;
}
#Play
{
	background: url(Image/news_pic_ws_004.gif) no-repeat bottom right;
}
#Pause
{
	background: url(Image/news_pic_ws_005.gif) no-repeat bottom right;
}

/* 文字背景 */
#TxtBlk
{
	width: 180px; /* width:206px; */
	float: left;
}
/* 文字内容 */
#Txt
{
	padding: 0px 0px 0px 0px; /* padding:15px 10px 0 10px; */
	margin: 10px 0 0 0; /* 新增属性 */
	text-align: left;
	height: 285px; /* height:300px; */ /*	border:1px #D7E5F5 solid; */ /*	border-left:none; */ /*	background:url(images/news_pic_ws_006.gif) repeat-x bottom; */
}

#Txt h2
{
	color: #008800;
	text-align: center;
	font-size: 16px; /* font-size:18px; */
	font-family: "黑体";
	font-weight: normal;
	padding: 0px 0px 0px 0px; /* padding:1px 0 5px 0; */
	background: none;
	line-height: 20px; /* 新增属性 */
}

#Txt h2 a, #Txt h2 a:visited
{
	color: #008800;
	text-decoration: none;
}

#Txt h2 a:hover, #Txt h2 a:active
{
	color: #ff0000; /* color:#A80000; */
	text-decoration: none; /* text-decoration:underline; */
}

#con
{
	text-align: justify; /* text-align:left; */
	color: Black; /* color:#344F71; */
	line-height: 20px; /* line-height:21px; */
	font-size: 12px; /* 新增属性 */
}

/*-------------------------------------------------------------------
#date_PN{text-align:left; font-size:12px;}
#date{padding:12px 0 0 8px; color:#5C5C5C; width:200px; float:left; text-align:center}
#PN{float:left; width:100px; padding:11px 0 0 0; background:url(Image/news_pic_ws_007.gif) no-repeat 50px 9px;}
#PN #pre{display:block; float:left; width:42px; padding:0 0 0 8px; background:url(Image/news_pic_ws_008.gif) no-repeat 0 3px; text-decoration:none; color:#009;}
#PN #next{display:block; float:left; width:44px; padding:0 0 0 6px; background:url(Image/news_pic_ws_009.gif) no-repeat 44px 3px; text-decoration:none; color:#009;}
#PN #pre:visited,#PN #next:visited{color:#009;}
#PN #pre:hover,#PN #next:hover{text-decoration:underline;}
--------------------------------------------------------------------*/

/* ---------------标题--------------*/
#Title
{
	padding: 0px 0px 0px 5px; /* padding:15px 10px 0 10px; */
	margin: 10px 0 0 0px; /* 新增属性 */
	height: 22px; /*height:300px; */ /*	border:1px #D7E5F5 solid; */ /*	border-left:none; */ /*	background:url(images/news_pic_ws_006.gif) repeat-x bottom; */
	float: left;
	text-align: left;
}

#Title label
{
	color: #008800;
	text-align: center;
	font-size: 16px; /* font-size:18px; */
	font-family: "黑体";
	font-weight: normal;
	padding: 0px 0px 0px 0px; /* padding:1px 0 5px 0; */
	background: none; /* line-height:20px; 新增属性 */
}

#Title label a, #Title label a:visited
{
	color: #008800;
	text-decoration: none;
}

#Title label a:hover, #Title label a:active
{
	color: #ff0000; /* color:#A80000; */
	text-decoration: none; /* text-decoration:underline; */
}
