/***main css ***/

/**main slide**/

.main_v {
	width:100%;
	overflow:hidden;
	border-bottom:1px solid #ddd;
	height:738px;
}

.mainbanner {
	width:1024px;
	margin:0 auto;
}
.main_board {
	width:47%
}
.main_board_tt{
	text-align: center;
    color: #ff6d12;
    border-bottom: 2px solid #ff6d12;
}
.notice_tt {
    text-align: center;
    font-size: 32px;
	margin-bottom: 64px;
}
.notice_tt span {
    display: block;
    font-size: 16px;
    padding-top: 4px;
    color: #ff914c;
} 
.hugiWrap_date{
	float: right;
    color: #666;
}
.main_board li{
	padding:10px 5px;
	border-bottom:1px solid #ddd;
	
}
.main_board li a{
	color:#000;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	width:80%;
	display:inline-block;	
}
p.more {
    float: right;
    font-weight: 100;
    margin-top: 2px;
}
p.more a{
	color: #bcbcbc;
}