._3rwHall .img{
	height: 260px;
	width: 100%;
	background-color: #102d4a;
	margin-top: 20px;
	margin-bottom: 20px;
}

.rp_con_top{
	padding-bottom: 13px;
	background-color: #fff;
	overflow: hidden;
	padding-left: 30px;
	box-sizing: border-box;
}
.rp_con_fg,.rp_con_hx,.rp_con_sg{
	overflow: hidden;
	margin-top: 13px;
}
.rp_con_top span{
	margin-right: 15px;
}
.rp_con_top span,.rp_con_top ul{
	float: left;
	font-size: 16px;
}
.rp_con_top ul{
	width: 950px;
}
.rp_con_top ul li{
	float: left;
	margin-right: 28px;
}
.rp_con_top ul li span{
	color: #666;
	display: block;
	padding: 5px 10px;
	cursor: pointer;
	font-size: 14px;
}
.rp_con_top ul li span:hover{
	color: #36c3be;
}
.rp_con_top ul li.active span{
	color: #fff;
	background-color: #37c3c0;
	border-radius: 4px;
}
.rp_change{
	line-height: 36px;
	background-color: #fff;
	margin-top: 20px;
	border-bottom: 1px solid #f2f2f2;
}
.rp_change .change_ul{
	overflow: hidden;
	position: relative;
}
.rp_change .change_ul li{
	float: left;
	border-right: 1px solid #f2f2f2;
	width: 100px;
	text-align: center;
	position: relative;
	cursor: pointer;
}
.rp_change .change_ul li:nth-last-child(1){
	border: none;
}
.rp_change .change_ul li span{
	color: #666;
}
.rp_change .change_ul li:after{
	position: absolute;
	border-color: transparent; 
	border-width: 7px;
	content: "";
	top: 15px;
	right: 7px;
	border-style: solid;
}
.rp_change .change_ul li.active span{
	color: #35c4bb;
}
.rp_change .change_ul .fb_down:after{
	border-color: #999 transparent transparent transparent;
}
.rp_change .change_ul .fb_down.active:after{
	border-color: #35c4bb transparent transparent transparent;
}
.rp_change .change_ul .rd_down:after{
	border-color: #999 transparent transparent transparent;
}
.rp_change .change_ul .rd_down.active:after{
	border-color: #35c4bb transparent transparent transparent;
}
.rp_change .change_ul .fb_up:after{
	top: 8px;
	border-color: transparent transparent #999 transparent;
}
.rp_change .change_ul .fb_up.active:after{
	top: 8px;
	border-color: transparent transparent #35c4bb transparent;
}
.rp_change .change_ul .rd_up:after{
	top: 8px;
	border-color: transparent transparent #999 transparent;
}
.rp_change .change_ul .rd_up.active:after{
	top: 8px;
	border-color: transparent transparent #35c4bb transparent;
}
.rp_change .change_ul a{
	position: absolute;
	right: 20px;
	border-radius: 4px;
	width: 235px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	border: 1px solid #ff6a06;
	color: #ff6a06;
	box-sizing: border-box;
	top: 4px;
}

.item{
	display: flex;
	margin-top: 20px;
	margin-bottom: 20px;
}
.item .left{
	flex: 1;
	background-color: #fff;
	padding-left: 20px;
	padding-top: 31px;
}
.item .left h3{
	font-weight: 500;
	font-size: 24px;
}
.item .left .con{
	display: flex;
	margin-top: 15px;
}
.item .left .con p{
	margin-right: 80px;
	color: #999;
	font-size: 16px;
}
.item .left .con .home-details{
	display: flex;
}
.item .left .con .home-details p{
	margin-right: 42px;
	color: #999;
	font-size: 16px;
}
.item .right{
	max-width: 200px;
	background-color: #3ba4f2;
	min-width: 200px;
	height: 140px;
	text-align: center;
	padding-top: 27px;
	border-bottom-right-radius: 8px;
	border-top-right-radius: 8px;
}
.item .right p{
	font-size: 32px;
	color: #fff;
}
.item .right a{
	font-size: 16px;
	color: #fff;
	display: block;
	margin-top: 10px;
}