@charset "utf-8";
/* CSS Document */
#banner{
	height:100%;
	margin:0 auto;
	position:relative;
	z-index:0;
}
#main{
	width:1000px;
	margin:0 auto;
	height:600px;
	position:relative;
}
/*********************************************************/
/*********************************************************/

#inews_box {
	width: 100%;
	height: 40px;
	background:#5D5D5D;
}
#inews {
	width:650px;
	height:25px;
	padding:10px 175px;
	margin: 0 auto;
	position: relative;
	background: url(../data/wrapper/news_bg.png) center top no-repeat;
}
.jCarouselLite{
	width:650px;
	height:20px;
	position:relative;
}
#inews li{
	list-style:none;
}
#inews .list {
	width: 650px;
	height: 20px;
	color: #FF9999;
	font-size: 13px;
	position: relative;
	text-decoration: none;
	line-height: 20px;
}
#inews .list span{
	color:#94C9C3;
}
#inews .list img{
	vertical-align:middle;
	margin:0 15px;
}
#inews .list a {
	display:block;
	float:left;
	color:#BFBFBF;
	text-decoration: none;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
#inews .list a:visited {
	color:#BFBFBF;
	text-decoration: none;
}
#inews .list a:hover {
	color: #FFF;
	text-decoration: none;
}
#inews .next, #inews .prev{
	width:5px;
	height:3px;
	position:absolute;
	left:175px;
	z-index:50;
	cursor:pointer;
}
#inews .next{
	top:23px;
	background:url(../data/wrapper/news_next.png) no-repeat;
}
#inews .prev{
	top:13px;
	background:url(../data/wrapper/news_prev.png) no-repeat;
}
/*********************************************************/
/*********************************************************/
#ivideo{
	width:240px;
	height:135px;
	position:absolute;
	top:150px;
	left:350px;
	padding:10px;
	background: #353526; /* Old browsers */
	background: -moz-linear-gradient(top,  #353526 0%, #79796a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#353526), color-stop(100%,#79796a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #353526 0%,#79796a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #353526 0%,#79796a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #353526 0%,#79796a 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #353526 0%,#79796a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#353526', endColorstr='#79796a',GradientType=0 ); /* IE6-9 */
}
#ivideo iframe{
	width:240px;
	height:135px;
}
/*********************************************************/
/*********************************************************/
#iabout{
	position: absolute;
	top: 50px;
	left: 405px;
	width: 365px;
	height: 61px;
	font-size:14px;
	color:#79796A;
	line-height:20px;
	padding-left:85px;
	overflow: hidden;
	background:url(../data/wrapper/info_title.png) 0 0 no-repeat;
	background-color:rgba(0,0,0,0.2);
}
#iabout .con{
	line-height: 20px;
	overflow: hidden;
	color: #79796A;
}
#iabout .more{
	width: 67px;
	height: 30px;
	text-indent: -9999px;
	position: absolute;
	left: 0px;
	bottom:0px;
}
#iabout .more a{
	width:100%;
	height:100%;
	display:block;
	background:url(../data/wrapper/about_more.png) no-repeat;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
#iabout .more a:hover{
	background:url(../data/wrapper/about_more_.png) no-repeat;
}
/*********************************************************/
/*********************************************************/
#class{
	width:445px;
	position:absolute;
	top:365px;
	left:230px;
}
#class .photo{
	width:175px;
	height:130px;
	float:left;
	position: relative;
	text-align:center;
}
#class .photo img{
	max-width:175px;
	max-height:130px;
	vertical-align:middle;
}
#class .right{
	width:260px;
	float:right;
	padding:40px 0 15px 0;
	border-bottom:#444444 1px solid;
	background: url(../data/wrapper/class_title.png) 0 0 no-repeat;
	background-color:rgba(0,0,0,0.2);
}
#class .con{
	height:75px;
	font-size:14px;
	line-height:18px;
	color:#79796A;
	display: -webkit-box;
	-webkit-line-clamp: 3; /*超出第5行時截斷*/
	-webkit-box-orient: vertical;
	overflow: hidden;
}
#class .more{
	width: 175px;
	height: 32px;
	line-height:32px;
	position: absolute;
	bottom: 1px;
	text-align:center;
	color:#777777;
	font-size:12px;
	font-weight:bold;
	letter-spacing:2px;
	background:rgba(0,0,0,0.8)
}
#class .more a{
	width:100%;
	height:100%;
	display:block;
	color:#777777;
	text-decoration:none;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
#class .more a:hover{
	color:#FFF;
}
/*********************************************************/
/*********************************************************/
#footer_box {
	position: relative;
	bottom:0px;
	margin:0 auto;
}
