@charset "utf-8";
html, body, h1, h2, h3, h4, h5, h6, div, dl, dt, dd, ul, ol, li, p, blockquote, pre, hr, figure, table, caption, th, td, form, fieldset, legend, input, button, textarea, menu {
	margin: 0;
	padding: 0;
}
header, footer, section, article, aside, nav, hgroup, address, figure, figcaption, menu, details {
	display: block;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
	font-weight: normal;
}
html, body, fieldset, img, iframe, abbr {
	border: 0;
}
html {
	overflow-x: hidden;
}
i, cite, em, var, address, dfn {
	font-style: normal;
}
li {
	list-style: none;
}
h1, h2, h3, h4, h5, h6, small {
	font-size: 100%;
}
sup, sub {
	font-size: 83%;
}
pre, code, kbd, samp {
	font-family: inherit;
}
q:before, q:after {
	content: none;
}
textarea {
	overflow: auto;
	resize: none;
}
label, summary {
	cursor: default;
}
a, button {
	cursor: pointer;
}
h1, h2, h3, h4, h5, h6, em, strong, b {
	font-weight: normal;
}
del, ins, u, s, a, a:hover {
	text-decoration: none;
}
body, textarea, input, button, select, keygen, legend {
	font: 13px/1 arial, \5b8b\4f53;
	color: #333;
	outline: 0;
}
:focus {
	outline: 0;
}
body {
	margin: 0;
	padding: 0;
}
body, p {
	font: 13px/1.75 "Arial", "Microsoft YaHei", "\u5b8b\u4f53", Tahoma, Geneva, sans-serif;
	color: #333;
}
a {
	color: #333;
	text-decoration: none;
	transition: all 0.4s ease-in-out;
}
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.clearfix {
	display: block;
*zoom:1;
}
.news {
	margin-bottom: 26px;
}
.news .news_box {
	margin: 0px 4px;
	background: #fff;
	text-decoration: none;
}
.news .news_imgs {
	float: left;
	width: 70px;
	height: 90px;
	margin-right: 10px;
	border: 0px solid red;
	position: relative;
}
.news .news_imgs img {
	max-width: 100%;
	max-height: 100%;
	width: 70px;
	height: 90px;
	margin: auto;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	overflow: hidden;
}
.news .news_wz {
	padding:10px 0px;
}
.news .news_title {
	line-height: 19px;
	font-size: 14px;
	color: #000;
}
.news .news_meta {
	/* padding-left: 80px; */
	/* margin-bottom: 6px; */
	line-height: 18px;
	font-size: 12px;
	color: #8d8d8d;
	/* white-space:nowrap; */
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
	max-height: 54px;
}
.news .news_link span.more {
	display: inline-block;
	line-height: 30px;
	padding: 0px 15px;
	background: url(images/news_morebg.png) no-repeat left center;
	color: #fff;
	text-align: center;
}
.news .news_meta .txt {
	display: block;
}