* {
  padding: 0;
  margin: 0;
  font-size: 100%;
}



html {
  font-size: 100%;
  font-family:'微软雅黑';
  color: #666;
  font-weight: 400;
}

a {
  text-decoration: none;
  color: #000000;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}
li {
  list-style: none;
  overflow: hidden;
}
div,
li,
figure {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.container{
  width: 1200px;
  margin: 0 auto;
}
.icon {
  width: 1rem;
  height: 1rem;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
html {
  font-size: 100%;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
}
.page{
  height: 100px;
}
.pages{
  text-align: center;
  padding-bottom: 25px;
  padding-top: 25px;
  padding-left:30%;
}

.pages li{
    
    float: left;
     
}

.pages a{
  display: inline-block;
    padding: 6px 12px 6px 12px;
    border: 1px solid #eee;
    color: #888;
    font-size: 12px;
}
.selected{
  background-color: #E42626 !important;
  color: #fff !important;
}

.pages a:hover{
  background-color: #E42626;
  color: #fff;
}

.imgs{
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.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;
  font-size: 30px;
}
.content,.content p{
  line-height: 28px;
}