.main .main_body {
	width: 1120px;
	margin: auto auto;
	background-color: #fff;
	min-height: 565px
}

.title {
	width: 1120px;
	height: 42px;
	background-color: #6666ff;
	margin-bottom: 20px;
}

.title p {
	height: 42px;
	margin-bottom: 20px;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 40px;
	font-weight: 800;
	width: 260px;
	letter-spacing: 1px;
	padding-left: 40px;
	margin-top: 30px;
}

.content {
	margin-top: 20px;
	width: 95%;
	margin: auto auto;
}

.content li{
	list-style-type: none;
}
.row {
	margin-top:20px;
	font-size: 18px;
	line-height: 40px;
	margin-left: 10px;
	border-bottom: 1px #ccc solid;
}

.row:after {
	content: '';
	display: block;
	clear: both;
}

span.time {
	float: right;
	font-size: 13px;
	color: #888;
}

.img {
	width: 200px;
	float: left;
	padding-right: 30px;
}

.img img {
	width: 200px;
	height: 150px;
	padding-bottom:5px;
}

.name {
	font-size: 16px;
	font-weight: bold;
}

.name a {
	width: 800px;
	display: inline-block;
}

.img + .info {
	width: 822px;
	float: left;
}

.img + .info .name a {
	width: 600px !important;
}

.introduction {
	font-size: 14px;
	text-indent: 2em;
	line-height: 28px;
}
.paging {
	overflow: hidden;
	width: 95%;
	margin: auto auto;
	margin-top: 30px;
	margin-bottom: 30px;
}

.paginglf {
	float: left;
	font-size: 14px;
	margin-top: 10px;
}

.pagingrf {
	float: right;
}

.paginglf select {
	display: inline-block;
	font-size: 14px;
}

.pagingrf a {
	display: inline-block;
	float: left;
	width: 44px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	background: #f6f6f6;
	border: solid 1px #ddd;
	margin-right: 10px;
	cursor: pointer;
}

.pagingrf .fy {
	width: 80px;
	background: #fff;
}

.pagingrf .fymar {
	margin-right: 0px;
}

.paging .clik {
	background: #cc0000;
	color: #fff;
}