﻿@charset "utf-8";
/* CSS Document */
/*list*/
/*
body{
	background: url("../img/list.png") top center no-repeat;
}
*/
#main .main_list{
	width:100%;
	height:625px;
	margin-top:20px;
}
#main .main_list li{
	width:100%;
	height:67px;
	line-height:67px;
	border-bottom:1px solid #e8dacd;
	text-align:left;
	font-size:18px;
	font-family: SimSun;
	background: url("../img/news/icon_music.png") no-repeat left center;
	padding-left: 44px;
	box-sizing: border-box;
}
#main .main_list li:hover{
	background-image: url("../img/news/icon_music02.png");
}
#main .main_list li:hover>a{
	color: #db9842;
}
#main .main_list li.lastLi{
	border-bottom:none;
}
#main .main_list li span.news_title{
	margin-left:5px;
}
#main .main_list li span.news_date{
	float:right;
	margin-right:2px;
}
#main .navpage{
	height:100px;
	margin-top:25px;
	border-top:2px solid #e8dacd;
	text-align:center;
	font-size:17px;
	line-height:100px;
	font-family: SimSun;
}