/*列表页*/
.information_list_content_trap {
	width: 100%;
	/* margin-top: 54px; */
	background: rgb(39, 49, 59);
	/* background: rgb(62, 78, 95); */
}

.information_list_box {
	width: 1000px;
	/* background: #FFFFFF; */
	margin: auto;
	padding: 72px 0 40px 0;
	overflow: hidden;
	background: rgb(62, 78, 95);

}

.information_slider {
	width: 185px;
	float: left;
	margin-left: 26px
}

.slider_title {
	width: 100%;
	/* height: 60px; */
	background: rgb(39, 49, 59);
	font-size: 21px;
	color: #fff;
	word-wrap: break-word;
	word-break: normal;
	text-align: center;
}

.slider_title>p {
	line-height: 60px;
}

.information_slider>ul {
	background: #FCFBF7;
}

.information_slider>ul>li {
	width: 100%;
	height: 47px;
	line-height: 50px;
	background: #EAEAEA;
	margin-bottom: 2px;
	background: url(../images/511102607714115879.jpg);
}

#active {
	background: #FFFFFF;
}

.information_slider>ul>li>a {
	display: block;
	font-size: 14px;
	text-indent: 20px;
	color: #50080d;
}

.information_slider>ul>li>a:hover {
	color: #d2430b
}

.information_list {
	width: 730px;
	min-height: 500px;
	float: left;
	margin-left: 29.5px;
}

.breadcrumb {
	padding: 21px 4px 1px 8px;
	color: #f5f5f5;
	width: 100%;
	height: 4px;
	font-size: 14px;
}

.breadcrumb a {
	font-size: 14px;
	/* color: #000; */
	color: #f5f5f5;
}

.breadcrumb a:hover {
	color: #d2430b;
}

.breadcrumb_nav {
	height: 14px;
	width: 100%;
	font-size: 24px;
	line-height: 60px;
	border-bottom: 2px solid #c4baba;
	;
}

.date {
	width: 50px;
	height: 60px;
	float: left;
}

.date>h3 {
	color: #d2430b;
}

.date>p {
	font-size: 14px;
	float: left;
	color: #7c7c7c;
}

.list_content {
	width: 725px;
	height: 80px;
	float: right;
}

.list_content>h3 {
	min-height: 30px;
}

.list_content>h3>a {
	display: block;
	line-height: 30px;
	font-size: 15px;
	color: #333333;
}

.list_content>h3>a:hover {
	color: #d2430b;
}

.list_content>p {
	font-size: 10px;
	color: #a5a5a5;
}

.page-nav {
	height: 32px;
	width: auto;
	padding-top: 35px;
}

.page-nav a {
	font-size: 12px;
	display: block;
	border: 1px solid #c5c5c5;
	color: #4e4e4e;
	float: left;
	min-width: 45px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border-radius: 5px;
	margin-right: 10px;
	overflow: hidden;
}

.page-nav a {
	display: block;
	color: #4e4e4e;
}

.page-nav a:hover {
	background: #d2430b;
	border-color: #d2430b;
	color: #fff;
}

.page-nav a.current {
	background: #d2430b;
	border-color: #d2430b;
	color: #fff;
}

.page-nav span {
	display: block;
	text-align: center;
	font-size: 10px;
	width: 120px;
	height: 30px;
	color: #c0c0c0;
	border: 1px solid #c5c5c5;
	float: left;
	line-height: 30px;
}


/*列表页*/
.information_slider>ul>li {
	width: 100%;
	min-height: 47px;
	margin-bottom: 2px;
}

.information_slider>ul>li>a:hover {
	background: none;
}

.information_slider>ul>li>a {
	line-height: 50px;
	display: block;
	font-size: 14px;
	text-indent: 20px;
	color: #50080d;
	background: url(../images/list.jpg);

}

.information_slider>ul>li>ul.children {
	width: 100%;
	display: block;
	_display: inline;
	*zoom: 1;
}

.information_slider>ul>li>ul.children:after {
	content: '';
	display: table;
	clear: both;
	line-height: 0;
}

.information_slider>ul>li>ul.children>li {
	width: 90%;
	float: right;
	background: #FCFBF7;
	margin-bottom: 2px;
}

.information_slider>ul>li>ul.children>li>a {
	display: block;
	width: 100%;
	padding-left: 20px;
	min-height: 40px;
	line-height: 40px;
	color: #50080d;
}

.information_list>.information_list_content>ul {
	min-height: 350px;
}

.information_list>.information_list_content ul .list {
	height: 40px;
	width: 100%;
}

.information_list>.information_list_content ul .list>a {
	font-size: 16px;
	color: #c4baba;
	line-height: 40px;
}

.information_list>.information_list_content ul .list>a>span {
	float: right;
	color: #7E7E86;
	*margin-top: -39px;
	font-size: 14px;
}

.information_list>.information_list_content {
	min-height: 400px;
}


@media only screen and (max-width:1024px) {
	.information_list_box {
		width: 100%;
	}

	.information_list {
		width: 92%;
	}

	.information_list>.information_list_content ul .list>a {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
	}

}





@media only screen and (max-width:600px) {

	.information_list_box {
		width: 100%;
	}

	.information_list {
		width: 85%;
	}



	.information_list>.information_list_content ul .list>a {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
	}



}