@charset "utf-8";

/* CSS Document */
.focus-box {
	background-position: center;
	position: relative;
	font-family: '\5b8b\4f53';
}

.focus-container {
	overflow: hidden;
	position: relative;
	visibility: hidden;
}

.focus-container .focus-item {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
}

.focus-container .focus-item img {
	width: 100%;
	height: 100%;
	border: 0;
	vertical-align: top;
}

.focus-title-bar {
	position: absolute;
	left: 50%;
	bottom: 34px;
	z-index: 40;
	width: 100%;
	height: 40px;
	margin-left: -550px;
}

.focus-title-bg {
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.focus-title {
	display: inline-block;
	white-space: nowrap;
	height: 40px;
	line-height: 40px;
	margin: 0px;
	padding: 0 15px;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	font-family: "Microsoft YaHei";
	position: absolute;
	left: 0;
	top: 0;
	z-index: 50;
}

.focus-title a,
.focus-text a {
	color: #fff;
	text-decoration: none;
}

.focus-title a:hover,
.focus-text a:hover {
	color: #e5e5e5;
	text-decoration: none;
}

.focus-text-box {
	position: absolute;
	left: 30px;
	top: 10px;
	z-index: 20;
	width: 40%;
	height: 100px;
}

.focus-text-bg {
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.focus-text-inner {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 30;
	height: 100%;
	overflow: hidden;
}

.focus-text {
	padding: 10px;
	line-height: 1.5;
	color: #fff;
	font-size: 13px;
}

.focus-navigation {
	display: block;
	width: 30px;
	text-align: center;
	height: 50px;
	line-height: 50px;
	background: #000;
	text-decoration: none;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	z-index: 50;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.focus-navigation:hover {
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

.focus-navigation:active {
	opacity: 1;
	filter: alpha(opacity=100);
}

.focus-prev {
	left: 0px;
}

.focus-next {
	right: 0px;
}

.focus-pagination {
	position: absolute;
	right: 10px;
	bottom: 10px;
	z-index: 60;
	height: 20px;
	text-align: right;
}

.focus-page {
	display: inline-block;
	width: 10px;
	height: 10px;
	line-height: 10px;
	text-align: center;
	font-size: 12px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	overflow: hidden;
	border-radius: 5px;
	background-color: #999;
	color: #fff;
	margin-right: 5px;
	cursor: pointer;
}

.focus-page span {
	display: none;
}

.focus-page:hover {
	text-decoration: none;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
}

.focus-page-active {
	background-color: #ff4019;
}

/* sudyExtend */
/**选择菜单**/
.sudy-select {
	display: inline-block;
	position: relative;
	z-index: 100;
}

.sudy-select .select-name {
	display: inline-block;
	line-height: 24px;
	padding: 0 22px 0 5px;
	background: url(images/arrow01_down.gif) no-repeat right 50%;
	border: 1px solid #CCC;
	cursor: pointer;
}

.select-down .select-name {
	background-image: url(images/arrow01_up.gif);
}

.select-down .select-open {
	background-image: url(images/arrow01_down.gif);
}

.select-up .select-name {
	background-image: url(images/arrow01_down.gif);
}

.select-up .select-open {
	background-image: url(images/arrow01_up.gif);
}

.sudy-select .select-list {
	border: 1px solid #999;
	position: absolute;
	left: 0;
	background-color: #fff;
	display: none;
	z-index: 100;
	z-index: 100;
	_margin-top: _2px;
}

.sudy-select .select-list li {
	line-height: 24px;
	cursor: pointer;
	white-space: nowrap;
}

.sudy-select .select-list li.hover {
	background-color: #06C;
	color: #fff;
}

/**日历**/
.sudy-pubdate {
	width: 42px;
	height: 42px;
	border-radius: 5px;
	overflow: hidden;
	background-color: #f2f2f2;
	border: 1px solid #8d1212;
}

.sudy-pubdate span {
	display: block;
	width: 100%;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

.sudy-pubdate span.pubdate-month {
	height: 20px;
	line-height: 20px;
	font-size: 16px;
	color: #fff;
	border-bottom: 1px solid #999;
	background-color: #C00;
}

.sudy-pubdate span.pubdate-day {
	height: 20px;
	border-top: 1px solid #e5e5e5;
	background-color: #f2f2f2;
}

/**选项卡**/
.sudy-tab {}

.sudy-tab .tab-menu {
	height: 24px;
	border-bottom: 1px solid #ccc;
}

.sudy-tab .tab-menu li {
	display: inline-block;
	line-height: 80px;
	float: left;
	/* font-size: 15px; */
	cursor: default;
}

.sudy-tab .tab-menu li.selected {
	background-color: #06C;
	color: #fff;
}

ul.tab-menu .news_text {
	font-size: 13px;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	line-height: 22px;
	font-weight: normal;
}

ul.tab-menu .news_title {
	line-height: 30px;
	width: 380px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;

}

.sudy-tab .tab-menu li.selected a {
	color: white;
}
