.content {
	width: 1200px;
	margin: 0 auto;
}

.lf {
	float: left;
}

.rt {
	float: right;
}

.clear:after {
	content: "";
	display: block;
	clear: both;
}

.highlight-text:hover {
	color: #e04543;
}

.shadow-box {
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
	-webkit-transition: box-shadow linear 0.1s;
	-moz-transition: box-shadow linear 0.1s;
	-ms-transition: box-shadow linear 0.1s;
	-o-transition: box-shadow linear 0.1s;
	transition: box-shadow linear 0.1s;
}

.shadow-box:hover {
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}

.information-list {
	padding: 25px;
	padding-top: 20px;
}

.information-list > li {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.information-list > li > a {
	line-height: 40px;
	display: inline-block;
	margin-right: 8px;
	font-size: 14px;
	color: #555;
}

.information-list > li > a:last-child {
	margin-right: 0;
}

.information-list > li.main-information > a {
	font-size: 18px;
	line-height: 54px;
	color: #333;
	font-weight: bold;
}

.information-list > li.main-information > a:hover {
	color: #e04543;
}

.information-list > li.main-information:before,
.information-list > li.information-list-head:before,
.information-list > li.information-second-head:before {
	content: "";
	display: none;
}

.information-list > li:before {
	content: "";
	width: 4px;
	height: 4px;
	display: inline-block;
	background-color: #d1d1d5;
	border-radius: 50%;
	vertical-align: middle;
	margin-right: 9px;
	margin-top: -4px;
}

.list-content {
	background-color: #fff;
	border: 1px solid #e04543;
	top: 70px;
	position: absolute;
	z-index: 100;
}

.list-content:before {
	content: "";
	position: absolute;
	top: -5px;
	width: 100%;
	height: 5px;
	background-repeat: no-repeat;
	display: block;
	background-image: url(../../img/header_content_top.png);
	background-size: 12px 5px;
	background-position: center center;
}

.item-title:before {
	content: "";
	width: 11px;
	height: 29px;
	display: inline-block;
	vertical-align: top;
	background-image: url("../../img/title_front.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	margin-right: 10px;
}

.item-title {
	display: inline-block;
	padding: 30px 0;
	font-size: 26px;
	font-weight: bold;
}

.red-span-title {
	font: inherit;
	color: #e04543;
}







.page-bar ul li {
	float: left;
	margin: 0px;
	padding: 0px;
}
.page-bar {
	padding-right: 0px;
	margin-right: 0px;
	margin-top:30px;
	height: 60px;
}

.page-bar li {
	list-style: none;
	display: inline-block;
}

.page-bar li:first-child>a {
	margin-left: 0px
}

.page-bar a {
	border: 1px solid #ddd;
	text-decoration: none;
	position: relative;
	float: right;
	padding: 6px 12px;
	margin-right: 0px;
	line-height: 1.42857143;
	color: #337ab7;
	cursor: pointer
}

.page-bar a:hover {
	background-color: #eee;
}

.page-bar .active a {
	color: #fff;
	cursor: default;
	background-color: #337ab7;
	border-color: #337ab7;
}

.page-bar i {
	font-style:normal;
	color: #d44950;
	margin: 0px 4px;
	font-size: 12px;
}






