@charset "utf-8";
/* CSS Document */
.ListRow {
	background-image: url(../images/LineDot.gif);
	background-repeat: repeat-x;
	background-position:bottom;
	padding:8px 0;
	position:relative;
	width:100%;
}
.Row1{
	border: 0 none;
	margin:0;
}
.ListRow h4{
	margin:0 0 0 110px;
	padding:0;
	font-size: 15px;
}
.ListRow .ArticlePhoto {
	float:left;
	margin-left:8px;
	width:110px;
	text-align:center;
}
.ListRow .DateInfor {
	margin:0 0 3px 0;
}
.ListRow .DateInfor .Date {
	color:#888;
	font-size:0.9em;
}
.ListRow .DateInfor .Folder {
	font-size:0.9em;
	margin:0 0 0 8px;
	padding:0 0 0 8px;
	color:#888;
}
.ListRow .DateInfor .Folder a{
	color:#888;
	text-decoration:underline;
}
.ListRow .DateInfor .Folder a:hover{
	text-decoration:none;
}
.ListRow .DateInfor .Folder span{
	color:#333;
}
#LazyList .ArticleItem{
	position:relative;
}
#LazyList .ArticleItem h4{
	font-size: 15px;
	margin:0 5px 3px 0;
}
#LazyList .ArticleItem .StarBox{
	position:absolute;
	right: 0;
	bottom: 2px;
}
#LazyList .ListHeader{
	position:relative;
}
#LazyList .LazyPage{
	position:absolute;
	right:8px;
	top:3px;
	color:#999;
	font-size:11px;
}
/*#LazyList .LazyPage{
	margin-top:15px;
	padding-top:8px;
	position:relative;
	font-size:13px;
	background-image: url(../images/LineDot.gif);
	background-position: 0 3px;
	background-repeat: repeat-x;
	height: 15px;
}
#LazyList .LazyPage a{
	color:#0058A6;
}
#LazyList .LazyPage a:hover{
	color:#ED6D00;
	text-decoration:none;
}
#LazyList .LazyPage .PreView{
	position: absolute;
	left:0;
	top:8px;
}
#LazyList .LazyPage .Next{
	position: absolute;
	right:0;
	top:8px;
}
#LazyList .LazyPage .Today{
	display: block;
	margin: auto;
	width: 104px
}*/
#AdvanceSearch .ListRow .ArticlePhoto {
	display:none;
}
#AdvanceSearch .ListRow h4 {
	margin:0 0 5px;
}
#AdvanceSearch .ListRow .DateInfor {
	margin:0 0 3px 0;
	color:#888;
}
#AdvanceSearch .ListRow .Article {
	margin:0 0 5px 0;
	padding:0;
	font-size: 13px;
	color:#666;
	line-height:1.7;
}
#AdvanceSearch .ListRow {
	min-height:80px;
}
*html #AdvanceSearch .ListRow {
	height:90px;
}
.VedioItem{
	background-color:#FFFFFF;
	border-bottom:1px solid #DDDDDD;
	border-right:1px solid #DDDDDD;
	float:left;
	line-height:1.5;
	margin:3px;
	height:167px;
	padding:8px;
	position:relative;
	width:17%;
	overflow:hidden;
}
.VedioItem .ArticlePhoto{
	text-align:center;
	margin-bottom:5px;
}
.VedioItem .Title{
	height:36px;
	overflow:hidden;
}
.EventTab{
	height:26px;
	background-color: transparent;
	background-image: url(../images/Event/TabBg.png);
	background-repeat: repeat-x;
	background-position: 0 3px;
	margin:5px 0;
}
.EventTab ul{
	height:26px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0 0 0 17px;
	overflow:hidden;
	padding:0;
	white-space:nowrap;
}
.EventTab li.Selected {
	background:#FFFFFF url(../images/Event/TabBg.png) no-repeat scroll 0 -100px;
	border-top:1px solid #CCCCCC;
}
.EventTab li.Selected strong {
	color:#CC6600;
	padding:3px 14px 6px;
	display:block;
	background:transparent url(../images/Event/TabBg.png) no-repeat scroll 100% -100px;
}
.EventTab li{
	float:left;
}
.EventTab li a {
	color:#777;
	cursor:pointer;
	text-align:center;
	display:block;
	text-decoration:none;
}
.EventTab li strong {
	background:transparent url(../images/Event/TabBg.png) no-repeat scroll 100% -47px;
	color:#777777;
	padding:4px 14px 6px;
	display:block;
}
.FloatLayer {
	position:absolute;
	right:20px;
	top:18px;
	width:170px;
}
.FloatLayer .FloatLeft {
	background-image:url(../images/FloatBg.gif);
	background-position:center 95%;
	background-repeat:no-repeat;
	height:100px;
	position:absolute;
	right:0;
	width:17px;
	z-index:99;
	display:none;
}
.FloatLayer .FloatConnent {
	background-color:#FFFFFF;
	border:2px solid #3171B9;
	margin-right:15px;
	padding:8px;
	z-index:100;
}
