.bodyContainer {
  position: relative;
  min-height: 100%;
  width: 100%;
}
.grid-row {
  width: 100%;
}
.row-2 {
  color: #fff;
  background-color: #1461c2;
}
.grid-unit {
  margin: 0 auto;
  width: 1000px;
  position: relative;
}
.row-2 .grid-bg {
  position: absolute;
  right: 66px;
  top: 60px;
}
.grid-cont {
  position: relative;
  height: 360px;
  z-index: 99;
  padding-bottom: 0;
  padding-left: 1px;
  padding-right: 1px;
  padding-top: 25px;
}
.grid-cont h1, .grid-cont h2, .grid-cont h3 {
  font-weight: normal;
}
.grid-cont h1 {
  font-size: 48px;
  line-height: 55px;
  font-family: SimSun;
}
.grid-cont h2 {
  font-size: 28px;
  line-height: 50px;
  font-family: SimSun;
}
.grid-cont h3 {
  font-size: 14px;
  padding-top: 10px;
}
.grid-cont h3 p {
  line-height: 1.8;
}
.grid-cont .down {
  position: absolute;
  bottom: 25px;
  left: 1px;
  width: 252px;
  height: 45px;
}
.button {
  display: inline-block;
  color: #fff;
}
.button:hover {
  display: inline-block;
  color: #fff;
}
.grid-cont .down a {
  width: 252px;
  text-indent: 60px;
  line-height: 45px;
  background: url(../images/button-icon.png) #3baa24 no-repeat 22px 13px;
}
.grid-cont .down a:hover {
  background: url(../images/button-icon-hover.png) #206d10 no-repeat 22px 13px;
}

.row-5 {
  background-color: #A1C70C;
}
.row-5 .grid-bg {
  position: absolute;
  right: 66px;
  top: 60px;
}
.row-6 {
  background-color: #20e184;
}
.row-6 .grid-bg {
  position: absolute;
  right: 66px;
  top: 60px;
}
.row-3 {
  background-color: #ffd800;
}
.row-3 .grid-bg {
  position: absolute;
  right: 66px;
  bottom: 0;
}

.pagination {
    text-align: center;
    margin: 30px 0;
    clear: both;
}

.pagination ul {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.pagination li {
    display: inline;
    list-style: none;
    margin: 0 5px;
}

.pagination a, .pagination span {
    display: inline-block;
    padding: 8px 12px;
    text-decoration: none;
    border: 1px solid #ddd;
    color: #333;
}

.pagination a:hover {
    background-color: #f5f5f5;
}

.pagination .current {
    background-color: #007acc;
    color: white;
    border-color: #007acc;
}

.pagination .disabled {
    color: #ccc;
    cursor: not-allowed;
}