html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  /*border:0;
	*/
  /*outline:0;
	*/
  /*font-size:100%;
	vertical-align:baseline;
	background:transparent;
	*/
}
h1,
h2,
h3,
h4,
h5,
h6,
em,
i {
  font-style: normal;
}
ul,
ol,
li {
  list-style-type: none;
}
a {
  color: #333;
  text-decoration: none;
  outline: 0;
}
a:hover {
  text-decoration: none;
}
/*正常的未被访问过的链接*/
a:link {
  text-decoration: none !important;
}
/*已经访问过的链接*/
a:visited {
  text-decoration: none !important;
}

/* 正在点击的链接，鼠标在元素上按下还没有松开*/
a:active {
  text-decoration: none !important;
}
/* 获得焦点的时候 鼠标松开时显示的颜色*/
a:focus {
  text-decoration: none !important;
}

.l {
  float: left;
}

.r {
  float: right;
}

/* 清除浮動 */
.clearfix:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: block;
}

.shenglueone {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.shengluetwo {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.suxian::before {
  position: absolute;
  width: 1px;
  height: 65%;
  content: '';
  display: block;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  background: #ccc;
}

.sxz_width_59 {
  width: 5.9rem;
}
.sxz_width_48 {
  width: 5.3rem;
}
body,
button,
input,
select,
textarea {
  font: 12px/1 微软雅黑, '\5b8b\4f53', sans-serif;
  outline: none;
}
@media screen and (max-device-width: 320px) {
  body {
    -webkit-text-size-adjust: none;
  }
}
@media screen and (max-device-width: 480px) {
  body {
    -webkit-text-size-adjust: none;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  body {
    -webkit-text-size-adjust: none;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  body {
    -webkit-text-size-adjust: none;
  }
}
