.reno_menu {
	width: 280px;
	float: left;
}

.reno_down {
	width: 100%;
	float: left;
	cursor: pointer;
	overflow: hidden;
	margin-bottom: 1px;
}

.reno_bt {
	float: left;
	width: 277px;
	margin-left: -1px;
	border-left: 4px solid #dbb866;
	background: #f2f2f2;
	height: 56px;
	line-height: 56px;
	font-size: 16px;
	font-weight: bold;
	color: #444;
	text-indent: 40px;
	position: relative;
}

.reno_box-y {
	overflow: hidden;
}

.reno_bt i {
	position: absolute;
	right: 18px;
	top: 21px;
	width: 14px;
	height: 14px;
	-webkit-transition: all 0.3s;
}

.reno_bt_iy i {
	-webkit-transform: rotate(90deg);
}

.reno_bt i img {
	float: left;
}

.reno_opt {
	display: none;
	width: 200px;
	padding: 15px 40px;
	float: left;
	background: #f2f2f2;
}

.reno_opt i {
	width: 100px;
	float: left;
	line-height: 30px;
	font-size: 14px;
}

.reno_opt i:hover {
	color: #dbb866;
}

.reno_box {
	width: 880px;
	float: right;
}

.reno_list {
	width: 820px;
	float: left;
	padding: 0 30px;
	-webkit-transition: all 0.3s;
	background: #fff;
	z-index: 5;
	position: relative;
}

.clear {
	clear: both;
	height: 0;
	width: 100%;
}

.reno_list .center {
	width: 820px;
	float: left;
	border-bottom: 1px dashed #ccc;
	padding: 30px 0;
	-webkit-transition: all 0.3s;
}

.reno_list .reno_img {
	width: 200px;
	height: 130px;
	float: left;
	overflow: hidden;
	margin-right: 30px;
}

.reno_img img {
	width: 100%;
}

.reno_list .reno_right {
	width: 590px;
	float: left;
}

.reno_list .reno_name {
	width: 100%;
	float: left;
	line-height: 36px;
	color: #dbb866;
	font-size: 18px;
}

.reno_list .reno_time {
	width: 100%;
	float: left;
	line-height: 40px;
	color: #b2b2b2;
}

.reno_tips {
	width: 100%;
	float: left;
	padding: 10px 0;
}

.reno_list .reno_tips {
	width: 100%;
	float: left;
	color: #666;
	line-height: 24px;
	word-break: break-all;
}

.reno_list:hover {
	box-shadow: 0 0 20px rgba(0, 0, 0, .2);
	z-index: 10;
	padding: 1px 30px 0 30px;
	margin-top: -1px;
}

.reno_list:hover .center {
	border-bottom: 1px dashed #fff;
}

.pages {
	margin-top: 30px;
}
.pages {
    text-align: right;
	padding-right: 30px;
	box-sizing: border-box;
}
