/* 必要布局样式css */


.new_lst {
	height: 400px;
	position: relative;
	overflow: hidden;
	display: none;
	margin-top: 10px;
}
.new_lst ul {
	position: absolute;
	left: 0px;
}
.new-wrap {
	margin-top: 20px;
}
.new-wrap .show {
	display: block;
}

li.new_cnlf {
	width: 380px;
	float: left;
}

.newlf_img{
	width:380px;
	height:230px;
	overflow:hidden;
	border:1px solid #484848;
	padding:5px;
	border-radius:5px;
	background:#FFF;
}

.newlf_img:hover{
	width:380px;
	height:230px;
	overflow:hidden;
	border:1px solid #ae0d15;
	padding:5px;
	border-radius:5px;
	background:#FFF;
}

li.new_cnlf p {
	width: 100%;
}
p.newlf_tel a {
	color: #484848;
	font-size: 16px;
	font-weight:bold;
	line-height: 24px;
	text-align: left;
	display: block;
	width: 380px;
	margin-top: 20px;
}
p.newlf_tel a:hover {
	color: #ae0d15;
}
p.newlf_tx {
	font-size: 14px;
	line-height: 24px;
	color: #999;
	height: 50px;
	overflow: hidden;
}
li.new_cnrf {
	float: right;
	width: 810px;
	margin-left: 10px;
}
.newrf_lst dd {
	width: 368px;
	height: 85px;
	border: 1px solid #484848;
	float: left;
	margin-left: 35px;
	margin-bottom: 25px;
}
p.new_rq {
	width: 65px;
	height: 65px;
	background: #484848;
	float: left;
	text-align: center;
	color: #FFF;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 15px;
	font-family: Arial, Helvetica, sans-serif;
}
p.new_rq span {
	display: block;
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	line-height: 35px;
	padding-top: 5px;
}
.new_rql {
	width: 65px;
	height: 65px;
	background: #ae0d15;
	float: left;
	text-align: center;
	color: #FFF;
	margin-top: 10px;
	margin-right: 15px;
	font-family: Arial, Helvetica, sans-serif;
}
.new_rql span {
	display: block;
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	line-height: 35px;
	padding-top: 5px;
}
p.newrf_tx {
	float: left;
	width: 270px;
	margin-top: 8px;
}
p.newrf_tx a {
	color: #484848;
	font-size: 15px;
	display: block;
	line-height: 30px;
	font-weight: normal;
}
p.newrf_tx span {
	display: block;
	font-size: 12px;
	color: #999;
	height: 60px;
	overflow: hidden;
}
.newrf_lst dd:hover {
	border: 1px solid #ae0d15;
}
.newrf_lst dd:hover p.newrf_tx a {
	color: #ae0d15;
}
.newrf_lst dd:hover p.new_rq {
	background: #ae0d15;
	margin-top: 10px;
	margin-left: 10px;
}