@charset "utf-8";
/* CSS Document */

/*slider*/

.lubo {
	width: 1200px;
	min-width: 1000px;
	clear: both;
	position: relative;
	height: 405px;}
.lubo_box {
	position: relative;
	width: 100%;
	height: 405px;}
.lubo_box li {
	float: left;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 405px;
	opacity: 0;
	filter: alpha(opacity=0);}
.lubo_box li a {
	display: block;
	width: 100%;
	height: 100%;}
.lubo_box li img {
	width: 100%;
	height: 405px;}
/*圆点*/
.cir_box {
	overflow: hidden;
	position: absolute;
	z-index: 100;}
.cir_box li {
	float: left;
	width: 30px;
	height: 5px;
	margin: 0 5px;
	cursor: pointer;
	background: #fff;
	opacity: 0.8;
	filter: alpha(opacity=80);}
.cir_on {
	background: #000 !important;}
/*按钮*/
.lubo_btn {
	position: absolute;
	width: 100%;
	top: 140px;}
.left_btn, .right_btn {
	width: 30px;
	height: 80px;
	background: #000;
	opacity: 0.8;
	filter: alpha(opacity=80);
	cursor: pointer;
	color: #fff;
	line-height: 80px;
	font-size: 30px;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;}
.left_btn {
	float: left;}
.right_btn {
	float: right;}
.news {
	width: 350px;
	float: left;
	margin-right: 40px;}
.picNews {
	width: 420px;
	float: left;
	margin-right: 40px;}
.student {
	width: 350px;
	float: left;}
.news h1,.picNews h1 {
	font-size: 16px;
	color: #152245;
	font-weight: normal;
	padding: 10px 0 10px 0;
	border-bottom: #ffaa33 1px solid;}
.news h1 em,.picNews h1 em {
	font-size: 12px;
	padding-left: 10px;
	font-style:normal;}
.news h1 span,.picNews h1 span {
	float: right;
	font-size: 14px;
	padding-top: 6px;}
.news ul,.sbody ul{ padding:6px 0;}
.news ul li,.sbody ul li{ line-height:2; background:url(../images/news_icon.png) 2px 12px no-repeat; padding-left:10px;}
.news ul li a,.sbody ul li a{ color:#152245;}
.news ul li span,.sbody ul li span{ float:right; color:#898a8b;}
.stitle{border-bottom:#ffaa33 1px solid; overflow:hidden;}
.stitle ul li{ float:left; line-height:39px;}
.stitle ul li a{ font-size:16px; padding:0 20px; display:block;}
.stitle ul .cur{ border-bottom:#ffaa33 6px solid; margin-bottom:-3px; z-index:9;}


