.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
}

.content {
	width: 100%;
	height: auto;
}

.fra {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}

.fyRight {
	float: right;
	padding-bottom: 30px;
	overflow: hidden;
	width: 800px;
	padding: 13px 0 0 0;
	position: relative;
}

.hrfra {
	/* display: block; */
	width: 100%;
	height: auto;
	margin: 0 auto;
	/* padding-left: 20px; */
}
/*index开始============================= */
.book {
	float: left;
	padding-left: 15px;
	padding-top: 0px;
}

.bookmain {
	width: 640px;
	margin: 20px auto;
	height: auto;
	background: #fff;
	padding: 0 25px;
	overflow: auto;
}

.bookline {
	width: 640px;
	height: 34px;
	float: left;
	margin-top: 10px;
}

.book3 {
	width: 640px;
	margin: 0 auto;
}

.booktop {
	width: 640px;
	height: 30px;
	float: left;
	background: url(../images/bookico.png) no-repeat 10px 7px;
	display: inline;
	margin-left: 30px;
}

.booktop_name {
	width: 470px;
	height: 30px;
	float: left;
	padding-left: 30px;
	line-height: 30px;
	font-weight: bold;
}

.booktop_time {
	width: 150px;
	height: 30px;
	float: left;
	color: #ccc;
	text-align: right;
	line-height: 30px;
}

.bookcontent {
	width: 680px;
	min-height: 40px;
	height: auto !important;
	height: 40px;
	float: left;
	border: 1px solid #d6deef;
	background: url(../images/bookcontentbg.jpg) repeat-x;
	background-color: #fff;
	padding: 10px;
	color: rgb(30, 54, 1);
	display: inline;
	margin-left: 30px;
}

.bookadmin {
	width: 680px;
	height: auto;
	float: left;
	display: inline;
	margin-left: 30px;
}

.bookadmin_top {
	width: 701px;
	height: 12px;
	float: left;
}

.bookadmin_mid {
	width: 680px;
	min-height: 30px;
	background: #fff;
	height: auto !important;
	height: 30px;
	border-left: 1px solid #d6deef;
	border-right: 1px solid #d6deef;
	border-bottom: 1px solid #d6deef;
	float: left;
	padding: 10px;
	color: rgb(30, 54, 1);
}

.admintimecol {
	color: #5e7194;
}

/* 留言开始========================== */
.message {
	width: 600px;
	height: auto;
	float: left;
	padd/ing-left: 50px;
}

.message li {
	width: 500px;
	height: 40px;
	float: left;
	margin: 0px;
	padding: 0px;
	cur/sor: pointer;
}

.message li input {
	height: 30px;
	line-height: 30px;
	width: 200px;
	border: 1px solid #ccc;
}

.message li p.message_title {
	width: 100px;
	height: 30px;
	float: left;
	text-align: right;
	line-height: 30px;
}

.message li p.message_content {
	width: 400px;
	height: 25px;
	float: left;
}

.message li.contentb {
	width: 500px;
	height: 160px;
	float: left;
}

.message li.contentb textarea {
	width: 370px;
	height: 120px;
	border: 1px solid #ccc;
}

.message li.yzm {
	width: 500px;
	height: 60px;
	float: left;
}

.message li p.message_yzminput {
	width: 100px;
	height: 15px;
	float: left;
}

.message li p.message_yzminput input {
	width: 80px;
}

.message li p.message_yzmico {
	width: 100px;
	height: 40px;
	float: left;
}

.message li p.message_sub {
	width: 170px;
	height: 40px;
	float: left;
	text-align: right;
}

.message li .bookbut {
	background: #4ab7fe;
	border: 0;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	line-height: 30px;
	height: 30px;
}

/*分页开始============================================================*/
.list-page {
	padding: 20px 0;
	text-align: center;
}

.list-page a {
	margin: 0 5px;
	padding: 2px 7px;
	border: 1px solid #ccc;
	background: #f3f3f3;
}

.list-page a:hover {
	background: #e4e4e4;
	border: 1px solid #908f8f;
}

.list-page .current {
	margin: 0 5px;
	padding: 2px 7px;
	background: #f60;
	border: 1px solid #fe8101;
	color: #fff;
}

/*分页结束============================================================*/