﻿#NewsPic {
	position: relative;
	width: 1202px;
	height: 100%;
	overflow: hidden;
}
#NewsPic a {visibility: hidden; display: none;overflow: visible; border: 0;text-decoration: none; }
#NewsPic a.cur {visibility: visible; display: block;}
#NewsPic .Picture { position: absolute; left: 0; top: 0; }
#NewsPic .Nav { position: absolute; height: 54px; bottom: -15px; right: 5px;z-index:1000; }
	#NewsPic .Nav span {
		float: right;
		display: block;
		width: 25px;
		height: 25px;
		cursor: pointer;
		margin-right: 5px;
		color: transparent;
	}
#NewsPic .Nav span.Normal { background:url(/Home/static/img/stkj_loop.png) no-repeat;  }
	#NewsPic .Nav span.Cur {
		background: url(/Home/static/img/stkj_loop_active.png) no-repeat;
	}
#NewsPicTxt a{color:white;width:85%;float:left;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
#NewsPicTxt {
	position: relative;
	width: 99%;
	height: 54px;
	line-height: 54px;
	overflow: hidden;
	color: white;
	font-size: 16px;
	margin-top: -53px;
	z-index: 0;
	padding-left: 15px;
	font-weight: bold;
	background: url(/Home/static/img/stkj_title_back.png) no-repeat;
}
#NewsPicTxt a:link, #NewsPicTxt a:visited {text-decoration: none; }
	#NewsPicTxt a:hover {
		color: #C6AD78;
	}
#NewsPic img {vertical-align: top; border: 0; width: 100%; height: 692px;}