@charset "utf-8";

/* 此文件作为总入口，引入所有less文件，之后会编译为all.css */


/*CSS Document*/


/*init BEGIN*/

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
fieldset,
legend,
button,
input,
textarea,
th,
td {
	margin: 0;
	padding: 0;
	outline: none;
}


/*清除内外边距*/


/*a:focus{-moz-outline-style:none;}!*IE不支持*!*/

a:focus {
	outline: none;
}


/*设置默认字体*/

address,
cite,
dfn,
em,
var {
	font-style: normal;
}


/*将斜体扶正*/

code,
kbd,
pre,
samp,
tt {
	font-family: 'Courier New', Courier, monospace;
}


/*统一等宽字体*/

small {
	font-size: 12px;
}


/*小于 12px 的中文很难阅读，让 small 正常化*/

ul,
ol {
	list-style: none;
}


/*重置列表元素*/

a {
	text-decoration: none;
}


/*重置文本格式元素*/

abbr[title],
acronym[title] {
	/*注：1.ie6 不支持 abbr; 2.这里用了属性选择符，ie6 下无效果*/
	border-bottom: 1px dotted;
	cursor: help;
}

q:before,
q:after {
	content: '';
}


/*重置表单元素*/

legend {
	color: #000;
}


/*for ie6*/

fieldset,
img {
	border: none;
}


/*img 搭车：让链接里的 img 无边框*/


/*注：optgroup 无法扶正*/

button,
input,
select,
textarea {
	font-size: 100%;
	/*使得表单元素在 ie 下能继承字体大小*/
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*重置表格元素*/

hr {
	border: none;
	height: 1px;
}


/*重置 hr*/

img {
	max-width: 100%;
	vertical-align: middle;
}

i {
	font-style: normal;
}


/*让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁*/

input {
	background: none;
	font-family: 微软雅黑;
	border: none;
}


/*重置input标签属性*/

textarea {
	background: none;
	font-family: 微软雅黑;
	border: none;
}


/*重置textarea标签属性*/


/*init END*/


/*此文件放置共用函数、变量等*/


/* 字体设置 */


/* 定位属性 */


/* 遮罩层定位 */


/* 截字符 */

.ellipsis {
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}


/* 公用类 */

body {
	font-size: 12px;
	color: #333;
	line-height: 1.8;
	font-family: '微软雅黑';
	background: #fff;
}


/* 清楚浮动 */

.clearfix {
	zoom: 1;
}

.clearfix p {
	font-size: 16px;
}

.clearfix:after {
	content: '\0020';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

input {
	background: none;
	font-family: '微软雅黑';
	border: none;
}

textarea {
	background: none;
	font-family: '微软雅黑';
	border: none;
}

a[transition] {
	-webkit-transition: 0.4s 0s;
	-o-transition: 0.4s 0s;
	-moz-transition: 0.4s 0s;
	transition: 0.4s 0s;
}

a {
	text-decoration: none;
	color: #000000;
}

input {
	background: none;
	font-family: 微软雅黑;
	border: none;
}


/*# sourceMappingURL=all.css.map */

.lx_zp{
	width: 1200px;
	margin: 0 auto;
	min-height: 400px;
}
.lx_zp ul{
	overflow: hidden;
}
.lx_zp ul li{
	margin: 0 auto;
	margin-bottom: 40px;
	width: 99%;
}
.lx_zp ul li a{
	display: block;
	border-bottom: 1px solid #e5e5e5;
	overflow: hidden;
	font-size: 18px;
	font-weight: bold;
	padding:25px 15px;
}
.lx_zp ul li a span{
	float: right;
	display: inline-block;
	background: #55a7ef;
	color: #fff;
	border-radius: 50px;
	padding: 2px 10px;
	font-size: 15px;
	font-weight: normal;
	margin-top: 10px;
}
.lx_zp ul li a:hover{
	border-color: #fff;
	box-shadow: 0 0 8px 1px #f9f9f9;
	color: #c82034;
}
.lx_zp ul li a:hover span{
	background: #c82034;
}
.lx_zp ul li a p{
	font-size: 14px;
	color: #999;
	font-weight: normal;
	margin-top: 10px;
}
.lx_zp ul li a p em{
	margin-right: 50px;
}
