﻿@chart-utf8;

@font-face {
  font-family: 'iconfont';
  /* project id 299101 */
  src: url('{lesocms:sitetplpath}/fonts/font_299101_y51f8ul6zna8m2t9.eot');
  src: url('{lesocms:sitetplpath}/fonts/font_299101_y51f8ul6zna8m2t9.eot') format('embedded-opentype'),
  url('{lesocms:sitetplpath}/fonts/font_299101_y51f8ul6zna8m2t9.woff') format('woff'),
  url('{lesocms:sitetplpath}/fonts/font_299101_y51f8ul6zna8m2t9.ttf') format('truetype'),
  url('{lesocms:sitetplpath}/fonts/font_299101_y51f8ul6zna8m2t9.svg') format('svg');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
button,
blockquote,
th,
td,
p,
figure {
  font-family: "微软雅黑", "Microsoft Yahei", "华文黑体", "ST Heiti", "MS黑体", "MS Hei", Arial, Helvetica, sans-serif;
  padding: 0;
  margin: 0;
  font-size: 12px;
  font-size: 1.2rem;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ol,
ul {
  list-style: none;
  font-size: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-weight: normal;
  font-style: normal;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}

q:before,
q:after {
  content: '';
}

abbr,
acronym {
  border: 0;
}

input,
button,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  vertical-align: middle;
  border: none;
}

:focus {
  outline: 0;
}

.clearfix:after {
  content: ".";
  height: 0;
  visibility: hidden;
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0
}

[data-ease="ease"] {
  -o-transition: ease .3s;
  -ms-transition: ease .3s;
  -moz-transition: ease .3s;
  -webkit-transition: ease .3s;
  transition: ease .3s;
}

/*动态0.3秒过度效果*/
a {
  color: #666666;
  text-decoration: none;
}

/*默认链接显示颜色666666*/
a:hover,
a:focus {
  color: #d72414;
  text-decoration: none;
}

/*默认链接鼠标移上去显示颜色996600*/
fieldset,
img,
object {
  border: 0;
  vertical-align: top;
  max-width: 100%;
}

td {
  border: solid #efefef;
  border-width: 0px 1px 1px 0px;
}

/*td表格颜色为efefef 左1px 下1px*/
table {
  border: solid #efefef;
  border-width: 1px 0px 0px 1px;
}

/*table表格颜色为efefef 上1px 右1px*/
article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu,
figcaption {
  display: block
}

/*html5*/
[data-font="omit"] {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

[data-fontmore="omitm"] {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

/*文字省略all*/
[data-shadow="fontshadow"] {
  text-shadow: 1px 1px 1px #000;
}

/*文字阴影X轴1px、Y轴1px、模糊1px、颜色（黑）兼容IE10+*/
.clear {
  clear: both;
}

/*清除浮动*/

/*--------------------------------------*/
.pageNav {
  font-family: Arial, Helvetica, sans-serif;
  padding-top: 20px;
  text-align: right;
}

.pageNav a,
.pageNav span {
  width: 28px;
  margin: 0 3px;
  background: #e7e7e7;
  height: 28px;
  margin-bottom: 20px;
  line-height: 28px;
  display: inline-block;
  text-align: center;
}

.pageNav span.info {
  background: none
}

.pageNav a:hover,
.pageNav span.current {
  background: #ff534f;
  color: #ffffff;
}