@charset "utf-8";
/* CSS Document */

/*header-------------------------------------*/
#header_box{
	height: 120px;
	width: 1050px;
	position: relative;
	margin: 0 auto;
	}
#menu_bg{
	height: 68px;
	width: 805px;
	position: absolute;
	top: 22px;
	right: 32px;
	}
#content_box{
	height: auto;
	width: 1050px;
	padding: 505px 0 45px 0;
	position: relative;
	margin: 0 auto;
	}
#content{
	height: auto;
	width: 100%;
	margin: 0 auto;
	background: url(../data/wrapper/banner/banner.jpg) center top no-repeat;
	position:relative;
	}
/*header-------------------------------------*/
#banner{
	height: auto;
	width: 100%;
	margin: 0 auto;
	}
#banner_box{
	height: 555px;
	width: 1050px;
	margin: 0 auto;
	position: relative;
	}
#content .pic{
	width: auto;
	height: auto;
	position: absolute;
	top: 120px;
	left: 20px;
	}
#left{
	width: 470px;
	height: auto;
	float: left;
	}
#about{
	width: 385px;
	height: 473px;
	position: relative;
	}
#about .pic{
	width:auto;
	height:auto;
	float:left;
	margin-right:15px;
	}
#about .title{
	width:auto;
	height:auto;
	margin-bottom:20px;
	}
#about .more{
	position: absolute;
	bottom: 0;
	left: 45px;
	width: 270px;
	height: 59px;
	text-indent: -9999px;
	}
#about .more a{
	width: 270px;
	height: 59px;
	display:block;
	background:url(../data/wrapper/about/more.png);
	-webkit-transition: background-image 300ms linear;
	-moz-transition: background-image 300ms linear;
	-o-transition: background-image 300ms linear;
	transition: background-image 300ms linear;
	}
#about .more a:hover{
	background:url(../data/wrapper/about/more_.png);
	}
#about .info{
	color: #000;
	font-size: 14px;
	line-height: 25px;
	letter-spacing: 1px;
	overflow: hidden;
	height: 206px;
	width: 385px;
	float: left;
	}
#tw_box{
	width: 626px;
	height: 617px;
	position: absolute;
	right: 0;
	top: 380px;
	background: url(../data/wrapper/tw_bg.png);
	}
#tw_box .more{
	width: 142px;
	height: 142px;
	position: absolute;
	top: 216px;
	left: 23px;
	text-indent:-9999px;
	}
#tw_box .more a{
	width:142px;
	height:142px;
	display:block;
	background:url(../data/wrapper/more.png);
	-webkit-transition: background-image 300ms linear;
	-moz-transition: background-image 300ms linear;
	-o-transition: background-image 300ms linear;
	transition: background-image 300ms linear;
	}
#tw_box .more a:hover{
	background:url(../data/wrapper/more_.png);
	}
#school{
	width: 470px;
	height: 80px;
	position: relative;
	}
#school .title{
	width:175px;
	height:77px;
	float:left;
	margin:auto 20px auto 0;
	}
#school .more{
	position: absolute;
	top: 48px;
	left: 60px;
	}
#school .more a{
	color:#222;
	font-size:12px;
	width: auto;
	height: auto;
	letter-spacing: 1px;
	}
#school .more a:hover{
	color:#D2FF4D;
	}
#school .list_box{
	width: 270px;
	height: auto;
	margin-bottom: 20px;
	position: relative;
	float: right;
	}
#school .name{
	padding: 5px 5px 5px 50px;
	font-size: 14px;
	line-height: 22px;
	height: 24px;
	width: 215px;
	background: url(../data/wrapper/schools/icon.png) no-repeat #EEE;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-bottom: 10px;
	}
#school .name a{
	color:#009241;
	text-decoration:none;
	}
#school .name a:hover{
	color:#005F97;
	text-decoration:underline;
	}
/********************最新消息********************/
#news_box{
	width: 470px;
	height: auto;
	float: right;
	margin-top: 30px;
	}
#news_box .list_box{
	margin-bottom:0;
	}
#news_box .list{
	width: 460px;
	height: 25px;
	position: relative;
	float: left;
	border-bottom:1px solid #DDD;
	padding:18px 5px 10px 5px;
	background-color:#FFF;
	}
#news_box a:hover .list{
	background-color:#EEE;
	}
#news_box .title{
	width: 100px;
	height: auto;
	font-size: 20px;
	font-weight: bold;
	color: #000;
	margin-bottom: 20px;
	float: left;
	}

#news_box .photo {
	width: 66px;
	height: 66px;
	position: relative;
	margin-bottom: 2px;
	float: left;
	margin-right: 15px;
}
#news_box .photo a{
	width: 66px;
	height: 66px;
	display:block;
	-webkit-transition: background-image 300ms linear;
	-moz-transition: background-image 300ms linear;
	-o-transition: background-image 300ms linear;
	transition: background-image 300ms linear;
	}
#news_box .photo img{
	max-height:66px;
	max-width:66px;
	vertical-align: middle;
	}
#news_box .photo span{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	opacity: 0;
	background: rgba(255, 255, 255, 0.5);
}
#news_box a:hover span{
	opacity:1;
}

#news_box .top {}
#news_box .info{
	float:left;
	width: 242px;
	height: 66px;
	}
#news_box .data{
	font-size: 12px;
	color: #5EA3CB;
	line-height: 18px;
	margin-bottom: 3px;
	text-decoration: none;
	float: left;
	width: 85px;
	height: 24px;
	background: url(../data/wrapper/news/data.png) no-repeat;
	text-align: center;
	margin-right: 10px;
	}
#news_box .name {
	font-size: 14px;
	height: 24px;
	width: 365px;
	color: #444;
	line-height: 18px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	float:right;
}
#news_box .name a{
	color: #444;
	}
#news_box a:hover .name {	}
#news_box .more{
	width: auto;
	height: auto;
	float: left;
	color: #888888;
	font-size: 12px;
	letter-spacing: 1px;
	}
#news_box .more a{
	color: #888888;
	-webkit-transition: background-image 300ms linear;
	-moz-transition: background-image 300ms linear;
	-o-transition: background-image 300ms linear;
	transition: background-image 300ms linear;
	}
#news_box .more a:hover{
	color:#E77918;
	}
#news_box a:hover .more {
	background:url(../data/wrapper/event/more_.png);
	}
/********************最新消息********************/
