.hall-banner {
	position: relative;
	height: 416px;;
	background: url(../images/banner_yyzt.png) no-repeat center center;	
}
body {
	background-color: rgb(245,247,255);
}
.hall-box {
	margin-top: 40px;
}
.content-left {
	width: 896px;
}
.hall-li {
	margin-bottom: 24px;
	padding: 24px;
	background: #FFFFFF;
}
.hall-li .img-box{
	width: 152px;
	height: 176px;
	background-color: #ffffff;
	border-radius: 4px;
	border: solid 1px #e2e8f2;
	line-height: 176px;
	text-align: center;
}
.hall-li .img-box img{
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}
.hall-txt {
	width: 660px;
}
.hall-txt h3 {
	margin-bottom: 22px;
	font-size: 18px;
	font-weight: bold;
	line-height: 28px;
	color: #191a24;	
}
.hall-txt .dec {
	font-size: 14px;
	line-height: 24px;
	color: #676e80;
}
.hall-txt .dec label{
	color: #191a24;
}
.hall-txt .labels {
	margin-top: 28px;
}
.hall-txt .labels span {
	display: inline-block;
	width: 80px;
	height: 24px;
	margin-right: 12px;
	background-color: rgb(228,238,255);
	border-radius: 4px;
	text-align: center;
	font-size: 12px;
	line-height: 24px;
	color: #2074fe;
}
.infomation-more {
	display: block;
	width: 112px;
	height: 40px;
	margin: 20px auto 40px auto;
	border-radius: 4px;
	border: solid 1px #ff2626;
	line-height: 40px;
	text-align: center;
	color: #ff2626
}
.infomation-more:hover {
	color: #ff2626;
	border: solid 1px #ff2626;
}

.content-right {
	width: 288px;
	background-color: #FFFFFF;
}
.recomend-list {
	padding: 12px 16px;
}
.recomend-tl {
	height: 40px;
	padding: 0 16px;
	border-bottom: 1px solid #edf1f5;
	line-height: 40px;
	font-size: 16px;
	color: #191a24;
}
.recomend-li {
	padding: 13px 0;
}
.recomend-li h3 {
	font-size: 14px;
	color: #191a24;
}
.recomend-li a:hover  {
	opacity: 1;
	cursor: default;
}
.recomend-li h3 i{
	display: inline-block;
	width: 20px;
	height: 20px;
	font-weight: bold;
	margin-right: 14px;
	background-color: #d7dce2;
	border-radius: 2px;
	line-height: 20px;
	text-align: center;
	font-size: 14px;
	color: #ffffff;
}
.recomend-li .hot i{
	background-color: #ff2626;
}

/* .recomend-li:hover h3{
	color: #ff2626;
	font-weight: bold;
} */