@charset "utf-8";

/*indexKv*************************************************************/

#sliderPic{
	width:1000px;
	height:358px;
	background-color:#fff;
	position:relative;
}

#sliderPic > a {
	position: absolute;
	left: 0;
	top: 0;
}

#sliderPic .prev a{
	width:66px;
	height:94px;
	text-indent:-9999px;
	background:url(../images/indexSliderPrev.png) no-repeat 0 0;
	position:absolute;
	top:170px;
	left:0;
	z-index:9999;
}

#sliderPic .next a{
	width:66px;
	height:94px;
	text-indent:-9999px;
	background:url(../images/indexSliderNext.png) no-repeat 0 0;
	position:absolute;
	top:170px;
	right:0;
	z-index:9999;
}

/*newsBar*************************************************************/

#newsBar{
	width:1000px;
	height:40px;
	background:url(../images/hotNewsBg.gif) repeat-x 0 0;
}


#newsBar span{
	color:#ffcc00;
	font-weight:bold;
	font-size:11px;
	padding-left:3px;
}

#newsBar div.title{
	float:left;
}

div#abgne_marquee {
	position: relative;
	overflow: hidden;	/* 超出範圍的部份要隱藏 */
	height: 40px;
	
}

div#abgne_marquee ul, div#abgne_marquee li {
	margin: 0;
	padding: 0;
	list-style: none;
}

div#abgne_marquee ul {
	position: absolute;
	left: 10px;
	z-index:50;			/* 往後推個 30px */
}

div#abgne_marquee ul li a {
	width: 913px;
	text-align:left;
	display: block;
	overflow: hidden;	/* 超出範圍的部份要隱藏 */
	font-size:15px;
	height: 30px;
	padding-top:10px;
	line-height: 25px;
	text-decoration: none;
	color:#fff;
}

div#abgne_marquee div#marquee_next_btn {
	position: absolute;
	right: 0px;
	z-index:60;			

	width:38px;
	height:40px;
}

div#abgne_marquee div#marquee_prev_btn {
	position: absolute;
	right: 38px;
	z-index:60;			

	width:38px;
	height:40px;
}

/*main*************************************************************/

.mainBox{
	width:980px;
	background-color:#666;
	padding:10px 10px 10px 10px;
	overflow:hidden;
	
}

.main{
	text-align:left;
	width:660px;
	background-color:#fff;
	float:left;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding:20px 0 25px 0;
	

}


.indexNewsDate{
	display:block;
	float:left;
	margin:0px 0px 15px 10px;
	color:#666;
	
}

.share{
	display:block;
	float:right;
	margin:0px 10px 15px 10px;
}

.hotNews{
	width:610px;
	border-bottom:1px solid #ccc;
	border-top:1px solid #ccc;
	padding:25px;
	clear:both;
	
}
.hotNews h1{
	font-size:24px;
	font-weight:bold;
	margin-bottom:20px;
	
	
}

.hotNews ul,
.hotNews li,
.hotNews dt,
.hotNews dd{
	list-style:inside;
	padding:0;
	margin:0;
} 

.hotNews ul,
.hotNews ol{
	margin-bottom:20px;
	
}



.indexNewsBlock{
	width:610px;
	overflow:hidden;
	margin:0 auto;
	margin-top:10px;
	padding-bottom:10px;
	border-bottom:1px solid #ccc;
	
}

.indexNewsBlock .img{
	float:left;
	width:264px;
	height:160px;
	text-align:center;
	background-color:#f5f5f5;
	
		/* Firefox, Chrome */
  line-height : 200px;
    
  /* IE */
  *font-size : 180px;  /* 200px * 0.9 = 180px */
  *font-family : Arial;
}

.indexNewsBlock img{
	vertical-align:middle;
}

.indexNewsBlock .con{
	width:335px;
	height:160px;
	float:left;
	padding-left:10px;
	position:relative;
}

.indexNewsBlock .con .date{
	color:#777;
	font-size:12px;
	clear:both;
}

.indexNewsBlock .con h2{
	font-size:17px;
	margin-bottom:10px;
	clear:both;
}

.indexNewsBlock .con p{
	font-size:14px;
	line-height:20px;
	clear:both;
	margin-bottom:10px;
}

.indexNewsBlock .more a{
	display:block;
	text-decoration:none;
	color:#fff;
	background:#c6b154 url(../images/tag1.png) no-repeat 50px 3px;
	width:65px;
	height:25px;
	font-size:16px;
	padding:5px 0 0 5px;
	line-height:20px;
	clear:both;
	position:absolute;
	top:130px;
	right:0px;
}

.indexNewsBlock .more a:hover{
	background-color:#e2cb66;
}

