/* 首页 */
.new_list{
	width:305px;
	float:left;
	margin:40px 0 40px 20px;
}
.new_list:first-child{
	margin-left:0;
}
.new_list img{
	width:305px;
	height:188px;
	margin:20px 0 10px;
}
.new_tit{
	border-bottom:1px solid #e5e5e5;
	padding-bottom:10px;
}
.new_tit span{
	font-size:20px;
	color:#333;
	float:left;
	border-left:2px solid #994778;
	height:24px;
	line-height:24px;
	padding-left:10px;
	display:block;
}
.new_tit a{
	float:right;
	font-size:14px;
	color:#999;
	text-transform:uppercase;
	height:24px;
	line-height:24px;
	display:block;
}
.new_list ul li a{
	font-size:14px;
	line-height:30px;
	color:#333;
	float:left;
	width:250px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.new_list ul li span{
	font-size:14px;
	line-height:30px;
	color:#999;
	float:right;
	width:45px;
	text-align:right;
}
.new_list ul li:hover a,.new_list ul li:hover span{
	color:#7a2859;
	font-style: italic;
}

/* 学习园地 */
.xxyd_box{
	height:662px;
	background:url(../images/xxyd_bg.jpg) no-repeat;
	padding-top:40px;
}
.xxyd_tit{
	font-size:28px;
	color:#fff;
	letter-spacing:4px;
	background:url(../images/xxyd_tit.png) no-repeat center;
	text-align:center;
	line-height:40px;
}
.xxyd_nr{
	width:1280px;
	margin:auto;
}
.xxyd_nr dl{
	width:620px;
	height:240px;
	margin-top:40px;
	float:left;
	background:#fff;
}
.xxyd_nr dl dd{
	width:80px;
	height:210px;
	background:#87175a;
	float:left;
	text-align:center;
	padding-top:30px;
}
.xxyd_nr dl dd b{
	font-size:22px;
	line-height:28px;
	color:#fff;
	display:block;
}
.xxyd_nr dl dd a{
	font-size:14px;
	line-height:28px;
	color:#d4bbc8;
	display:block;
	text-transform:uppercase;
	margin-top:50px;
}
.xxyd_nr dl dt{
	padding:25px 30px;
	float:left;
}
.xxyd_nr dl dt li{
	line-height:32px;
}
.xxyd_nr dl dt li a{
	font-size:14px;
	color:#333;
}
.xxyd_nr dl.fr{
	float:right;
}

















