@font-face {font-family: "iconfont";
  src: url('../fonts/iconfont.eot'); /* IE9 */
  src: url('../fonts/iconfont.eot') format('embedded-opentype'), /* IE6-IE8 */
  url('../fonts/187752741e7f4d399044e26e0612d566.woff') format('woff2'),
  url('../fonts/iconfont.woff') format('woff'),
  url('../fonts/iconfont.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
  url('../fonts/iconfont.svg') format('svg'); /* iOS 4.1- */
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-xiazai:before {
  content: "\e63d";
}

.icon-86:before {
  content: "\e67c";
}

.icon-dianhua:before {
  content: "\e611";
}

.icon-xie:before {
  content: "\e61c";
}

.icon-bumenguanli:before {
  content: "\e667";
}

.icon-qq:before {
  content: "\e7c3";
}

.icon-feiji:before {
  content: "\e6ae";
}

.icon-denglu1:before {
  content: "\e612";
}

.icon-jiantou:before {
  content: "\e616";
}

.icon-jiantou_zuo:before {
  content: "\e617";
}

.icon-jiazhiguan:before {
  content: "\e64e";
}

.icon-jiantouxia:before {
  content: "\e62d";
}

.icon-pen:before {
  content: "\e648";
}

.icon-earth:before {
  content: "\e601";
}

.icon-mubiao:before {
  content: "\e64c";
}

.icon-xiajiang:before {
  content: "\e603";
}

.icon-fuwu:before {
  content: "\e61d";
}

.icon-xiazai2:before {
  content: "\e67d";
}

.icon-bulb:before {
  content: "\e60f";
}

.icon-dizhi:before {
  content: "\e60c";
}

.icon-sousuo:before {
  content: "\e623";
}

.icon-jianzhu:before {
  content: "\e689";
}

.icon-dianhua1:before {
  content: "\e657";
}

.icon-jiantou1:before {
  content: "\e618";
}

.icon-mulu:before {
  content: "\e61a";
}

.icon-qiye:before {
  content: "\e613";
}

.icon-shijian:before {
  content: "\e61b";
}

.icon-jichuguanli:before {
  content: "\e600";
}

.icon-xin:before {
  content: "\e61e";
}

.icon-rencaifuwu:before {
  content: "\e619";
}

.icon-tuanduisvg:before {
  content: "\e651";
}

.icon-fazhan:before {
  content: "\e602";
}


/*分页*/
.pager {text-align: center; margin: 20px 0;}
.pager ul {display: flex; flex-wrap: wrap; justify-content: center}
.pager ul li {display: inline-block;}
.pager ul li a {padding: 5px 15px; margin: 15px 5px; border: #dddddd solid 1px; display: inline-block;}
.pager ul li a:hover {border: #3ea8e2 solid 1px; color: #3ea8e2}
.pager ul .active a {border: #3ea8e2 solid 1px; display: inline-block; background-color: #3ea8e2; color: #fff;}
.pager ul a:not([href]):not([class]):hover {border: #dddddd solid 1px;}
.pager ul .active a:hover {color: #fff; border: #3ea8e2 solid 1px !important;}