.present {
	top: 150px;
	left: 1px;
	width: 987px;
	height: 246px;
	overflow: hidden;
	position: relative;
	background: #D8CAA5;
}
.present .flash-2 {
	float: left;
	width: 690px;
	height: 245px;
	background: #fff;
}
.present .main {
	float: right;
	width: 297px;
	height: 245px;
	background: url("../images/bg-info.jpg") no-repeat;
}
.present .main ul {
	margin: 0;
	width: 100%;
	overflow: hidden;
	list-style: none;
	padding: 13px 0 0;
}
.present .main ul li {
	width: 100%;
	float: left;
	margin: 0 0 46px;
}
.present .main ul li .text {
	float: left;
	width: 142px;
	padding: 0 4px 0 15px;
}
.present .main ul li .text h2 {
	color: #8d0507;
	font-size: 18px;
	line-height: 22px;
	margin: 0 0 2px;
}
.present .main ul li .text p {
	color: #22140b;
	line-height: 15px;
	margin: 0;
}
.present .main ul li .video {
	float: left;
	width: 123px;
}
.present .main ul li .video img {display: block;}




