.infomation-container {
	width: 1100px;
	margin: 120px auto 0;
}
.infomation-container .infomation-list {
	
}
.infomation-container .infomation-list li {
	position: relative;
	cursor: pointer;
	overflow: hidden;
	clear: both;
	margin-bottom: 120px;
}
.infomation-container .infomation-list .list-item-img {
	width: 390px;
	height: 230px;
	float: left;
}
.infomation-container .infomation-list .list-item-detail {
    padding-left: 470px;
}
.infomation-container .infomation-list .list-item-detail h3 {
	font-size: 24px;
	line-height: 40px;
	color: #474747;
}
.infomation-container .infomation-list .list-item-detail h3 span {
	width: 150px;
	height: 38px;
	font-size: 16px;
	line-height: 38px;
	border: 1px solid #F77441;
	display: inline-block;
	margin-left: 50px;
	color: #F77441;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	font-weight: normal;
	text-align: center;
}
.infomation-container .infomation-list .list-item-detail p {
	margin-top: 32px;
	font-size: 16px;
	line-height: 22px;
	color: #919191;
}

.back_bg {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 98;
	cursor: pointer;
	display: none;
}
.info-tips {
	position: fixed;
	z-index: 99;
	height: 380px;
	width: 450px;
	background: #ffffff;
	top: 50%;
	left: 50%;
	margin-left: -225px;
	margin-top: -190px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	display: none;
}
.info-tips .tips-close {
	position: absolute;
	right: 14px;
	top: 14px;
	width: 32px;
	font-size: 32px;
	line-height: 32px;
	text-align: center;
	color: #515A6E;
	cursor: pointer;
}
.info-tips .tips-title {
	padding: 40px 0 35px;
	font-size: 22px;
	line-height: 30px;
	color: #333333;
	font-weight: bold;
	text-align: center;
}
.info-tips .tips-title span {
	color: #F77441;
}
.info-tips .tips-img {
	margin: 0 auto;
	width: 220px;
	height: 220px;
	border: 1px solid #C0C4CC;
}
.info-tips .tips-img img {
	width: 210px;
	height: 210px;
	padding: 5px;
}