.index-main{
	width:1200px;
	margin:0 auto;
	position: relative;
	clear:both;
	overflow: hidden;
	background:fff;
}
.index-main .title{
	position: absolute;
	width: 100%;
	height: 90px;
	left: 0;
	top: 100px;
	opacity: 0;
	filter:alpha(opacity=0);
}
.index-main .title h2{
	font-size: 48px;
	text-align: center;
	color: #666;
	text-transform: uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 56px;
}
.index-main .title h3{
	width: 340px;
	margin: 0 auto;
	border-bottom: 1px solid #e0e0e0;
	height: 12px;
	text-align: center;
}
.index-main .title h3 span{
	display: inline-block;
	padding: 0 25px;
	background: #fff;
	font-size: 18px;
	color: #111;
	line-height: 24px;
}
.index-main .list{
	width: 100%;
	height: 340px;
	padding-top:26px;
	position: relative;
	clear:both;
	overflow:hidden;
	margin-top:0px;

	
}
.index-main .list ul{
	width: 400%;
}
.index-main .list ul li{
	position: relative;
	float: left;
	width: 271px;
	margin: 0 39px 0 0;
	line-height: 20px;
	border-top: 2px solid #666;
	/*overflow:hidden;*/
	background:#fff;
}
.index-main .list ul li .top-line{
	position: absolute;
	left: 0;
	top: -2px;
	width: 0;
	height: 2px;
	background: #009843;
	overflow: hidden;
}
.index-main .list ul li .tit{
	margin-bottom: 14px;
	line-height: 35px;
	border-bottom: 1px solid #dddcdc;
	text-align: center;
	color: #111;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
}
.index-main .list ul li .tit a{
	color: #111;
}

.index-main .list ul li .txt {
	color: #111; height:100px; overflow:hidden;padding:0px 5px 0px 5px; font-family:Arial, Helvetica, sans-serif;
}
.index-main .list ul li .txt a{
	color: #111; 
}

.index-main .list ul li .txt2 {
	color: #111; height:100px; overflow:hidden;
}
.index-main .list ul li .txt2 a{
    clear:both;
    display:block;
	color: #111;
	border-bottom:#ddd 1px dotted;
	height:25px;
	line-height:25px;
	font-family:Arial, Helvetica, sans-serif; width:100%; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
}
.index-main .list ul li .txt2 a:hover{ color:#003399; }

.index-main .list ul li .day{
	font-size: 10px;
	color: #666;
}

.index-main .list ul li .more{
	margin-top: 15px;
	text-align: center;
	background: url(../images/bg_line02.gif) repeat-x 0 center;
}
.index-main .list ul li .more a{
	display: inline-block;
	width: 76px;
	height: 53px;
	background: url(../images/bg_sign03.png) no-repeat center 0 #fff;
}
.index-main .list ul li .more a:hover{
	background-position: center -53px;
}

