body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
input {
  margin: 0;
  padding: 0;
}

/* 內减模式 */
* {
  box-sizing: border-box;
}

/* 设置网页统一的字体大小、行高、字体系列相关属性 */
/* body {
  font:
    16px/1.5 "Helvetica Neue",
    Helvetica,
    Arial,
    "Microsoft Yahei",
    "Hiragino Sans GB",
    "Heiti SC",
    "WenQuanYi Micro Hei",
    sans-serif;
  color: #333;
} */

/* .header {
  width: 99% !important;
} */

/* 去除列表默认样式 */
ul,
ol {
  list-style: none;
}
li {
  list-style: none;
}
/* 去除默认的倾斜效果 */
em,
i {
  font-style: normal;
}

/* 去除a标签默认下划线，并设置默认文字颜色 */
a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

/* 设置img的垂直对齐方式为居中对齐，去除img默认下间隙 */
img {
  vertical-align: middle;
}

/* 去除input默认样式 */
input {
  border: none;
  outline: none;
  color: #333;
}

/* 左浮动 */
.fl {
  float: left;
}

/* 右浮动 */
.fr {
  float: right;
}

/* 双伪元素清除法 */
.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
}

.clearfix::after {
  clear: both;
}

html {
  zoom: 1;
  touch-action: none;
}
.w80 {
  display: inline-block;
  width: 80% !important;
}
.w70 {
  width: 70% !important;
}
.w90 {
  width: 90% !important;
}
.w425 {
  width: 425px !important;
}
.overflow {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.oflwtwo {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.oflwthree {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

/* 漂浮公告样式 */
.float-notices {
  z-index: 1;
  overflow: hidden;
  visibility: visible;
}

.closeBtn {
  line-height: 14px;
  background-color: #fff;
  color: #333;
  float: left;
  cursor: pointer;
  padding: 5px 10px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.float-notices table td {
  vertical-align: middle;
  line-height: 1.5;
  border: 1px #ccc solid;
  background-color: #fff;
}

.float-notices table td img {
  width: 100%;
  height: 90px;
}

.float-notices table td a {
  display: block;
  font-size: 16px;
  text-align: center;
}

.w600 {
  width: 600px;
}
.w400 {
  width: 400px;
}
.con-p10 {
  padding: 0 10px;
  box-sizing: border-box;
}
.p_con {
  text-indent: 2em;
  font-size: 16px;
  height: 100px;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  line-height: 24px;
}
.tit_f {
  font-size: 18px;
  font-weight: bold;
  width: 392px;
  display: inline-block;
}
.md10 {
  margin-bottom: 10px;
}

.column.col3,
.column.col2 {
  padding: 20px 0 10px;
}
.column.col2 .column-head,
.column.col3 .column-head {
  margin: 0 15px;
  /* padding: 20px 0 10px; */
}
.column.col2 .list {
  margin: 0;
}
.column.col2 .column-head.noborder {
  border-bottom: 0;
}
.list .list-li.col2 {
  width: 410px;
}
.list .list-li.col2.mr-gap {
  margin-right: 37px;
}
.column.col2 .list-box {
  margin: 0;
  padding: 10px 17px 0;
}
.column.col3 .list-box {
  margin: 0;
  padding: 7px 0 7px 15px;
}
.column.col3 .list-box .list.col3 {
  margin-right: 15px;
  width: 425px;
  min-height: 235px;
}
