
/* 基本框架 */
body {
  font-family: "微软雅黑", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  color: #484445;
  background: #ededed;
}
#page {
  width: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
}
a {
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #484445;
}
a:hover {
  text-decoration: none
}
a:focus {
  outline: 0 solid
}
p {
  line-height: 26px;
}
h1, h2, h3, h4, h5, h6, figure {
  color: #484445;
  font-family: "微软雅黑", Arial, sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
}
.animate-box {
  opacity: 0;
}

/* 加载状态 */
.loading {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/loader.gif) center no-repeat #fff;
}

/* 页头 */
.header {
  overflow: hidden;
}

/* 向上箭头 */
.gototop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.gototop.active {
  opacity: 1;
  visibility: visible;
}
.gototop a {
  width: 50px;
  height: 50px;
  display: table;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.gototop a i {
  height: 50px;
  display: table-cell;
  vertical-align: middle;
}
.gototop a:hover, .gototop a:active, .gototop a:focus {
  text-decoration: none;
  outline: none;
}

/* 页脚 */
.footer {
  position: relative;
  overflow: hidden;
}
.btnNextPage{
  width: 15%;
  right: 15%;
  position: absolute;
}
.divCopyright{
  width:26%;
  height:30px;
  left: 10%;
  bottom:8%;
  font-size:0.9em;
  position: absolute;
}

/* 简介文章 info */
.divInfo{ 
  overflow: hidden;
}

/* 资讯详情 news */
.divNews{ 
  overflow: hidden;
}
.divNews a{ 
  width: 32.5%;
  margin-right: 1.25%;
  margin-bottom: 1.25%;
  float: left;
}
.divNews a.divNewsCol2{ 
  margin-right: 0;
}
