@charset "utf-8";
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
body, html {
	background-color: #f2f2f2;
	font-family: "PingFang Medium", "平方"
}
html, body {
	width: 100%;
	height: 100%;
}
html {
	-webkit-overflow-scrolling: touch;
}
* {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
body {
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-font-smoothing: antialiased;
	-moz-user-select: none;
}
input {
	border: 0 none;
}
input, button, select, textarea {
	outline: none;
	background: none;
	-webkit-appearance: none;
	font-family: "Microsoft Yahei", sans-serif;
	font-size: 1.2rem;
}
textarea {
	resize: none
}
ul, ol, li, dl, dd, dt {
	list-style: none;
}
em {
	font-style: normal;
}
a {
	text-decoration: none;
}
legend {
	color: #000;
}
fieldset, img {
	border: 0;
}
label, button {
	cursor: pointer;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var, b, i {
	font-style: normal;
	font-weight: normal;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
/*解决IE图片缩放失真*/
img {
	-ms-interpolation-mode: bicubic;
	display: block;
}
/*清除浮动*/
.clearfix:after {
	content: '';
	display: block;
	height: 0;
	clear: both;
}
.clearfix {
	zoom: 1;
}
.clear {
	clear: both;
}
/*连续英文、数字换行*/
.wordwrap {
	word-break: break-all;
	word-wrap: break-word;
}
/*单行文字超出显示省略号*/
.omg {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/*两行省略*/
.twoline {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
/*三行省略*/
.threeline {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
/*文字排版*/
.nowrap {
	white-space: nowrap;
}
.fsz {
	font-family: Arial;
}
.fs{
	font-family: "PingFang Medium", "平方"
}
/*布局*/
.tl {
	text-align: left;
}
.tc {
	text-align: center;
}
.tr {
	text-align: right;
}
.fl {
	float: left;
	display: inline;
}
.fr {
	float: right;
	display: inline;
}
.cb {
	clear: both;
}
.cl {
	clear: left;
}
.cr {
	clear: right;
}
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	font-size: 0px;
	visibility: hidden;
}
.clearfix {
	zoom: 1;
}
.vm {
	vertical-align: middle;
}
.vb {
	vertical-align: bottom;
}
.pr {
	position: relative;
}
.pa {
	position: absolute;
}
.fixed {
	position: fixed;
}
.zoom {
	zoom: 1;
}
.hidden {
	visibility: hidden;
}
.block {
	display: block;
}
.inline {
	display: inline;
}
.in_b {
	display: inline-block;
}
.in_b {
*display:inline;
}
.none {
	display: none;
}
.oh {
	overflow: hidden;
}
.ov {
	overflow: visible;
}











.clearfix:after {
	content: '';
	display: block;
	height: 0;
	clear: both;
}
.clearfix {
	zoom: 1;
}
.style-first .menu-content .column-items {
    padding-bottom: 160px;
    background-color: #888;
}

.style-first .menu-content .column-items .item:last-child .info .name{
    color:red;
}
.style-first .menu-content .column-items .item:last-child .info .brief{
	color:red;
}