html,
body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
td,
img,
dl,
dt,
dd,
iframe,
span {
  margin: 0;
  padding: 0;
  border: 0;
}
body {
  padding: 0;
  margin: 0;
  zoom: 100%;
  font-size: 16px;
  line-height: 1;
  font-family: 'Microsoft YaHei', 微软雅黑, 宋体, 黑体, 'Helvetica Neue', Tahoma,
    Arial, 'Hiragino Sans GB';
}
body,
html {
  min-width: 1200px;
}
table {
  width: 100%;
  text-align: center;
}
table td {
  word-break: break-all;
  word-wrap: break-word;
  font: 500 14px Arial;
}
ul,
dl,
dt,
dd,
ol {
  list-style-type: none;
}
select,
input {
  vertical-align: middle;
  padding: 0;
  margin: 0;
  outline: none;
}
textarea {
  resize: none;
  outline: none;
}
a {
  color: #333333;
  text-decoration: none;
}
a:hover {
  color: #3e79d4;
  cursor: pointer;
}
em {
  font-style: normal;
}
i {
  font-style: normal;
}
* html .clear {
  zoom: 1;
}
* + html .clear {
  zoom: 1;
}
* {
  margin: auto;
  padding: auto;
  font-family: 'Microsoft YaHei', 微软雅黑, 宋体, 黑体, 'Helvetica Neue', Tahoma,
    Arial, 'Hiragino Sans GB';
}

/* 公共开始 */
.sxz_width {
  width: 1200px;
  margin: 0 auto;
}
.sxz_journalism_height .sxz_width_510 {
  width: 510px;
}
/* 清除浮動 */
.clearfix:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.sxz_red {
  color: red;
}

.clearfix {
  display: block;
}
/* 取消body滚动  */
.body-fixed {
  height: 100%;
  overflow: hidden;
}

.suxian::before {
  position: absolute;
  width: 1px;
  height: 65%;
  content: '';
  display: block;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  background: #ccc;
}

.sxz_sy .suxian::before {
  position: absolute;
  width: 1px;
  height: 15px;
  content: '';
  display: block;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  background: #ccc;
}

.clearmargin_r {
  margin-right: 0 !important;
}

.clearmargin_b {
  margin-bottom: 0 !important;
}

.r {
  float: right;
}

.l {
  float: left;
}

.sxz_clearmargin_b {
  margin-bottom: 0 !important;
}

/* 一行省略 */
.shenglueone {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.shenglueone_special {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 21px;
}

.shengluetwo_special {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.sxz_margin_alter_left {
  margin-left: -20px !important;
}

/* 公共结束 */
