.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%;
	font-size: 14px;
	word-break: break-all;
	min-height: 440px;
	height: auto;
	margin: 0 auto;
	padding: 20px 10px 0 25px;
	padding-left: 30px;
	line-height: 30px;
}


/*article.html页面开始=================================*/
.hr {
	margin: 10px 5px;
	float: left;
	width: 98%;
	line-height: 24px;
	border: 1px #CCC solid;
	border-collapse: collapse;
	background: #efefef;
}

tbody {
	display: table-row-group;
	vertical-align: middle;
	unicode-bidi: isolate;
	border-color: inherit;
	font-size: 15px;
}

.hr td {
	border: 1px #CCC solid;
	border-collapse: collapse;
	line-height: 2;

}

.bord {
	font-size: 13px;
	font-weight: bold;
}

.bord1 {
	font-size: 14px;
	padding-left: 5px;
}

.bord2 {
	padding-left: 15px;
	font-size: 30px;
	padding: 10px 25px;
	height: auto
}

.return {
	/* display: inline; */
	display: inline-block;
	font-size: 16px;
	background: #ffbd16;
	width: 130px;
	height: 33px;
	text-align: center;
	/* color: #d8e1ea; */
	line-height: 33px;
	cursor: pointer;
	border-radius: 6%;
}

.return1 {
	margin-left: 23%;
	float: left;
}

.return2 {
	margin-left: 2.1%;
	float: left;
}

/*.return3 {
	margin-right: 23%;
	float: right;

}*/
/*article.html页面结束=================================*/
/* index.html页面开始==================================== */
.hrBox {
	width: 760px;
	float: left;
	min-height: 155px;
	/*_height: 91px;*/
	height: 100%;
	border: 1px solid #dbdbdb;
	margin-bottom: 20px;
	background: #efefef;
	/*margin-left: 2px;*/
	/*_margin-left: 20px;*/
}

.hrBoxL {
	width: 100px;
	float: left;
	text-align: center;
}

.hrBoxL li {
	width: 100px;
	min-height: 30px;
	_height: 30px;
	line-height: 30px;
	border-bottom: 1px #dbdbdb solid;
	vertical-align: bottom;
}

.hrBoxR {
	width: 640px;
	float: left;
	text-align: left;
	border-left: 1px solid #dbdbdb;
}

.hrBoxR li {
	width: 630px;
	min-height: 30px;
	_height: 30px;
	line-height: 30px;
	border-bottom: 1px #dbdbdb solid;
	padding-left: 10px;
	vertical-align: bottom;
	padding-right: 10px;
}

.hrBoxR li.topline {
	overflow: hidden;
	height: 30px;
}

.hrBoxR li.topline img {
	margin-top: 3px;
	float: right;
}

.fl {
	float: left;
}

/* index.html页面结束==================================== */
/*弹出层对话框样式开始==================================================*/
.reveal-modal-bg {
	position: fixed;
	height: 100%;
	width: 100%;
	background-color: #000;
	z-index: 100;
	display: none;
	top: 0;
	left: 0;
}

.reveal-modal {
	visibility: hidden;
	position: fixed;
	top: 10%;
	left: 50%;
	margin-left: -300px;
	/* background: rgb(239, 239, 239); */
	position: absolute;
	z-index: 101;
	padding: 0px;
}

.reveal-modal .close-reveal-modal {
	font-size: 18px;
	line-height: .5;
	position: absolute;
	top: 30px;
	right: 40px;
	color: #aaa;
	text-shadow: 0 -1px 1px rbga(0, 0, 0, .6);
	font-weight: bold;
	cursor: pointer;
}

.bttt {
	width: 50%;
	font-size: 18px;
	font-weight: bold;
	color: #00507F;
	padding: 0 170px;
	20px 0;
}

.reveal-modal p {
	padding: 0 60px;
	15px 0;
}

input {
	width: 80%;
	height: 16px;
	font-weight: bold;
	border: none;
	/*隐藏输入框的边框*/
	outline: none;
	/*隐藏当鼠标点击输入框时出现的边框*/
	border: 1px solid #CCCCCC;
}

/*弹出层对话框样式结束==================================================*/
/*分页开始============================================================*/
.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;
}

/*分页结束============================================================*/