* {
  margin: 0;
  padding: 0;
  /* css3盒子模型 */
  box-sizing: border-box;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?tomleg");
  src: url("../fonts/icomoon.eot?tomleg#iefix") format("embedded-opentype"),
    url("../fonts/icomoon.ttf?tomleg") format("truetype"),
    url("../fonts/icomoon.woff?tomleg") format("woff"),
    url("../fonts/icomoon.svg?tomleg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

em,
i {
  font-style: normal;
}

li {
  list-style: none;
}

img {
  /* border 0 照顾低版本浏览器 如果 图片外面包含了链接会有边框的问题 */
  border: 0;
  /* 取消图片底侧有空白缝隙的问题 */
  vertical-align: middle;
}

button {
  /* 当鼠标经过button 按钮的时候，鼠标变成小手 */
  cursor: pointer;
}

a {
  text-decoration: none;
  color: #333;
}

button,
input ， {
  /* "\5B8B\4F53" 就是宋体的意思 这样浏览器兼容性比较好 */
  font-family: Microsoft YaHei, Heiti SC, tahoma, arial, Hiragino Sans GB,
    "\5B8B\4F53", sans-serif;
  /* 默认有灰色边框我们需要手动去掉 */
  border: 0;
  outline: none;
}

select,
option {
  /*重置Chrome和Firefox的select边框样式*/
  border: none;
  /*清除默认的select选择框样式*/
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  outline: none;
}
/*清除IE的默认选择框样式，隐藏下拉箭头*/
select::-ms-expand {
  display: none;
}

body {
  /* CSS3 抗锯齿形 让文字显示的更加清晰 */
  -webkit-font-smoothing: antialiased;
  background-color: #fff;
  font: 12px/1.5 Microsoft YaHei, Heiti SC, tahoma, arial, Hiragino Sans GB,
    "\5B8B\4F53", sans-serif;
}

.hide,
.none {
  display: none;
}

/* 清除浮动 */
.clearfix:after {
  visibility: hidden;
  clear: both;
  display: block;
  content: ".";
  height: 0;
}

.clearfix {
  *zoom: 1;
}
.w {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.fl {
  float: left;
}

.fr {
  float: right;
}
.bgc_da5246 {
  background-color: #da5246;
}
.bgc_13b5b1 {
  background-color: #13b5b1;
}
.bgc_8f82bc {
  background-color: #8f82bc;
}
.dede_pages{padding:20px 0;font-size:14px;text-align:center; overflow:hidden}
.dede_pages ul{display:inline-block;margin:0 auto;padding:0}
.dede_pages ul li{float:left;font-family:'microsoft yahei';margin:0 2px;line-height:25px;background:#fff;border:1px solid #d8dadf}
.dede_pages ul li:nth-child(1){ padding:0 10px}
.dede_pages ul li a{color:#555;display:block;padding: 0 10px;}
.dede_pages ul li:hover{text-decoration:none;color:#fff;border:1px #333 solid;background-color:#333}
.dede_pages ul li:hover a{color:#fff}
.dede_pages ul li:hover a:hover{color:#fff;text-decoration:none}
.dede_pages ul li.thisclass{background-color:#333;color:#fff;border:1px #333 solid;  padding: 0 10px;}
.dede_pages ul li.thisclass a{color:#fff}
.dede_pages .pageinfo{line-height:30px;padding-left:5px}
.dede_pages strong{font-weight:400}
.page {
  margin-bottom: 100px;
  text-align: center;
}
.page a {
  display: inline-block;
  padding: 3px 10px;
  margin-right: 1px;
  background: #eee;
  margin-bottom: 5px;
  transition: 0.5s;
  color:#555;
}
.page a:hover {
  background: #4E8AE2;
  color: #fff;
}
.page a.active {
  background: #4E8AE2;
  color: #fff;
}
.prevnext {
  margin: 30px 0;
  height: 100px;
}
.pnwrap {
  /*width: 80%;*/
  position: absolute;
  float: left;
}
.pnwrap a {
  display: block;
  color: #333;
  transition: 0.5s;
  line-height: 25px;
  overflow: hidden;
  height: 25px;
}
.pnwrap a:hover {
  color: #333;
}
.return {
  width: 140px;
  height: 38px;
  background: #6a6a6a url(../images/returnbg.png) no-repeat 30px center;
  line-height: 38px;
  color: #fff;
  padding-left: 50px;
  border-radius: 20px;
  margin: 5px 0 0;
  transition: 0.5s;
  float: right;
}
.return:hover {
  background-color: #333;
  color: #fff;
}


.newsdt_tip{color:#999;line-height:30px;}
.newsdt_tip .s1{display:inline-block;
/*background:url("../images/icon6.png") no-repeat 0px center;*/
padding-left:20px;margin-right:20px;}
.newsdt_tip .s2{display:inline-block;
/*background:url("../images/icon7.png") no-repeat 0px center;*/
padding-left:20px;}