/************************************************************
* 分页面样式表
* 此样式表存在于Index页面中，并作为默认样式
* Author: DANA(Web Designer)
*************************************************************/





.notice {
float:left;
width:410px;
height:290px;
padding:0 0 0 10px;
}
.notice_top {
width:410px;
height:40px;
background:url(../images/notice.png) no-repeat left;

}

.notice_more {
float:right;
width:50px;
height:30px;
padding:10px 0 0 0;}

.notice_body {
width:410px;
height:200px;
padding:20px 0 0 0;

}

.notice_body ul li {
float:left;
width:380px;
text-align:left;
color:#6c6c6c;
padding:0 0 0 25px;
line-height:36px;
font-size:14px;
background: url(../images/notice_bg.png) repeat-y;}

.notice_body span{
float:right;
color:#6c6c6c;
font-size:14px;}


.news{
float:left;
width:500px;
height:260px;
padding:0 0 0 40px;
}

.news_top {
width:500px;
height:40px;
background:url(../images/news.png) no-repeat left;

}



.news_body {
width:500px;
height:200px;
padding:20px 0 0 0;

}

.news_body ul li {
float:left;
width:470px;
text-align:left;
color:#6c6c6c;
padding:0 0 0 25px;
line-height:36px;
font-size:14px;
background: url(../images/news_bg.png) repeat-y;}

.news_body span{
float:right;
color:#6c6c6c;
font-size:14px;}




.new_list{
	width: 100%;
	height:70px;
	border-bottom: 1px dotted #ccc;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	margin:0 auto;
}
.new_list ul{ padding:0px 0 0 0;}
.new_list ul li{ height:59px; padding:15px 0; }

.new_list ul li dl{ float:left; width:55px; height:50px; margin:6px 15px 0 10px; color:#fff; text-align:center;}
.new_list ul li dt{ height:30px; line-height:30px; font-size:30px; font-family:"微软雅黑";  background:#a36d5c;}
.new_list ul li dd{ height:25px; line-height:25px; background:#a36d5c; font-size:10px; font-family:"微软雅黑"; }

.new_list ul li a{
	display:block;
	text-align:left;
	font-size:14px;
	line-height:30px;
	color:#313131;
	padding:0 0 5px 0;
	overflow:hidden;
}
.new_list ul li p{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
.new_list ul li:hover dl dt{ background:#ffcc3a; font-size:30px;  }
.new_list ul li:hover a{ color:#714233;}

.new_list ul li:hover dl dd{ }
