.common {
	width: 1000px;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
	overflow: hidden;
}

/* 左边 */
.left {
	width: 230px;
	height: auto;
	display: inline-block;
	float: left;
}

.fiy-box {
	width: 100%;
	height: 239px;
}
.fiy-box div{
	margin: 1px 0;
	width: 223px;
	height: 25px;
}

.bot-box{
	width: 223px;
	height: 150px;
}

.bot-box p{
	width: 100%;
	height: 30px;
	line-height: 25px;
}

/* 右边 */
.right {
	width: 750px;
	height: auto;
	display: inline-block;
	float: right;
}

.right-tit{
	width: 100%;
	height: 28px;
	background: url(../img/l_04.jpg);
}
.right-tit img{
	position: relative;
	top: 1px;
}
.content{
	font-size: 14px;
}