
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


/* html, body, div, dl, dt, dd, ol, ul, li, h1, h2, h3, h4, h5, h6, p, blockquote, pre, button, fieldset, form, input, legend, textarea, th, td {
	margin: 0;
	padding: 0;
} */

button, input, optgroup, select, textarea {
	margin: 0;
	font: inherit;
	color: inherit;
	outline: none;
}
li {
	list-style: none;
}

.clearfix::after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.information-main-fl {
	width: 100%;
	overflow: hidden;
	float: left;
	height: 374px;
	position: relative;
}
.information-main-fr {
	width: 100%;
	overflow: hidden;
	float: right;
	height: 400px;
}
.prev {
	display: block;
	position: absolute;
	z-index: 1;
	top: 45%;
	margin-top: -30px;
	left: 10%;
	z-index: 1;
	width: 40px;
	height: 60px;
	background: url(../images/icon-arrow.png) -126px -137px no-repeat;
	cursor: pointer;
}
.next {
	display: block;
	position: absolute;
	left: auto;
	right: 10%;
	top: 45%;
	margin-top: -30px;
	z-index: 1;
	width: 40px;
	height: 60px;
	background: url(../images/icon-arrow.png) -6px -137px no-repeat;
	cursor: pointer;
}
.information-main-back {
	background: #000;
	filter: Alpha(opacity=70);
	opacity: 0.7;
	position: absolute;
	z-index: 1;
	height: 60px;
	bottom: 0px;
	width: 100%;
}
.information-main-text {
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	line-height: 60px;
	padding: 0 16px;
	display: block;
	z-index: 2;
	text-align: left;
	margin-top: -20px;
	font-size: 18px;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.information-main-fl .new ul li {
	position: relative;
}

.information-main-fr .hd ul {
	font-size: 16px;
}
.information-main-fr .hd ul li {
	float: left;
	cursor: pointer;
	list-style: none;
	height: 60px;
	line-height: 60px;
	color: #666;
	text-align: center;
	border: 1px solid #e5e5e5;
	width: 25%;
	border-left: 0;
}
.information-main-fr .hd ul .on {
	color: #2ec8a6;
	border-top: 4px solid #2ec8a6;
	height: 57px;
	width: 25%;
	border-bottom: 0;
	line-height: 52px;
}

.information-main-fr .new ul {
	color: #333;
	padding: 5px 5px 0 10px;
}
.information-main-fr .new ul li {
	
	height: 50px;
	border-bottom: 1px solid #e5e5e5;
	line-height: 50px;
	text-align: left;
	list-style-type: disc;
	overflow: hidden;
	white-space:nowrap; 
    text-overflow:ellipsis;
}
.information-main-fr .new ul li span {
	float: right;
	}

.information-main-fr .new ul li a:hover {
	color: #2ec8a6;
}

/* 内页新闻 */


.title .new ul {
	color: #333;
	padding: 5px 5px 0 10px;
}
.title .new ul li {
	height: 60px;
	border-bottom: 1px solid #e5e5e5;
	line-height: 80px;
	text-align: left;
	list-style-type: disc;
	overflow: hidden;
	white-space:nowrap; 
    text-overflow:ellipsis;
}
.title .new ul li span {
	float: right;
	}

.title .new ul li a:hover {
	color: #2ec8a6;
}