.active {
  background: url(../images/active-img.png) no-repeat;
  background-size: 100% 100%;
}
.gg-box {
  width: 1140px;
  margin: auto;
  overflow: hidden;
  margin-top: 45px;
  position:relative;
  z-index:999
}
.gg-box .content {
  height: auto !important;
  width: 835px;
}
.gg-box .content h1 {
  border-bottom: 1px solid #96bc82;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.gg-box .content .details {
  width: 835px;
}
.gg-box .content .details h2 {
  font-size: 24px;
  color: #222;
  text-align: center;
  margin-bottom: 32px;
}
.gg-box .content .details .time {
  margin-bottom: 45px;
  font-size: 14px;
  line-height: 14px;
  color: #999;
  text-align: center;
}
.gg-box .content .details p {
  margin-bottom: 10px;
  text-align: justify;
  text-indent: 2em;
  line-height: 40px;
  font-size: 16px;
  color: #333;
}
.gg-box .content .details .img-box {
  margin-bottom: 53px;
}
.gg-box .content .details .img-box img {
  display: block;
  margin: auto;
}
.gg-box .fl {
  float: left;
  height: 100%;
  width: 252px;
}
.gg-box .fl h1 {
  font-weight: 700;
  width: 140px;
  height: 24px;
  margin-left: 40px;
  line-height: 24px;
  font-size: 24px;
  color: #96bc82;
  padding-left: 20px;
  border-left: 5px solid #96bc82;
  margin-top: 16px;
  margin-bottom: 19px;
}
.gg-box .fl .list {
  height: 62px;
  line-height: 62px;
}
.gg-box .fl .list a {
  display: block;
  box-sizing: border-box;
  padding-left: 25px;
  width: 142px;
  height: 100%;
  margin: auto;
  color: #333;
  border-bottom: 1px solid #96bc82;
  font-size: 18px;
}
.gg-box .fr {
  position: relative;
  float: left;
  height: 1508px;
  overflow: hidden;
  margin-left: -10px;
  padding-left: 63px;
  background: url(../images/shuxian.png) no-repeat top left;
}
.gg-box .fr .box h1 {
  height: 24px;
  line-height: 24px;
  font-size: 24px;
  margin-top: 16px;
  margin-bottom: 19px;
}
.gg-box .fr .box .notice-box {
  height: 85px;
  line-height: 85px;
  width: 834px;
  padding-left: 44px;
  background: url(../images/yuan.png) no-repeat 20px center;
}
.gg-box .fr .box .notice-box a {
  display: block;
  height: 100%;
}
.gg-box .fr .box .notice-box a .l {
  float: left;
  width: 600px;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.gg-box .fr .box .notice-box a .r {
  float: left;
  margin-left: 90px;
}
.gg-box .fr .box .odd {
  background-color: #f8f8f7;
}
.gg-box .fr .box .even {
  /*background-color: #fff;*/
}
ul.pagination {
  position: absolute;
  display: inline-block;
  top: 1414px;
  left: 135px;
}
ul.pagination .iconfont {
  font-size: 24px;
  line-height: 19px;
}
ul.pagination li {
  display: inline;
}
ul.pagination li a {
  color: black;
  float: left;
  padding: 10px 14px;
  text-decoration: none;
  border-radius: 50%;
  transition: background-color 0.3s;
  font-size: 14px;
  margin-left: 20px;
}
ul.pagination li .turn:hover {
  background-color: #96bc82;
  color: #fff;
}
