﻿/** reset **/
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
img {
  border: medium none;
  margin: 0;
  padding: 0;
  letter-spacing: .5px;
  outline: none;
}

body,
button,
input,
select,
textarea {
  font: 14px/1.5 '微软雅黑', tahoma, Srial, helvetica, sans-serif;
  color: #333;
  letter-spacing: .5px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

em {
  font-style: normal;
}

ul,
ol,
li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #333;
  letter-spacing: .5px;
}

img {
  border: 0px;
  outline-width: 0px;
  vertical-align: middle;
}

.time {
  font-size: 14px;
  font-weight: normal;
  color: #999;
}

a:hover {
  color: #4B6A2C;
}

.flex {
  display: flex;
  align-items: center;
}

@font-face {
  font-family: 'FZXBSJW';
  src: url('../font/FZXBSJW.TTF');
}