body {
  background: #d1d4de;
}
.header {
  width: 100%;
  height: 786px;
  background: url("../img/header.jpg") no-repeat center;
  min-width: 1200px;
}
.img {
  display: block;
  margin: 20px auto;
}
.more:hover {
  cursor: pointer;
}
li.active {
  background: #debb4a;
  border-radius: 20px;
  color: #213453!important;
}
.nav ul li:hover {
  background: #debb4a;
  border-radius: 20px;
  color: #213453!important;
}
.more {
  display: none;
}
.nav {
  width: 1140px;
  margin: 0 auto;
  position: relative;
  height: 95px;
  background: url("../img/navBack.png") no-repeat;
  top: -55px;
  z-index: 1;
}
.nav ul {
  position: absolute;
  top: 25px;
}
.nav ul li {
  float: left;
  padding: 10px 30px;
  margin-left: 18px;
  font-size: 17px;
  color: #fff;
  font-weight: bold;
}
.nav ul li:hover {
  cursor: pointer;
}
.container {
  position: relative;
  top: -95px;
  padding-top: 100px;
  width: 1140px;
  margin: 0 auto;
  padding: 30px 30px 30px ;
  background: #fff;
}
.container .con-left {
  width: 720px;
  float: left;
}
.container .con-left .list-kbc div {
  background: #eceef5;
  padding: 20px;
}
.container .con-left .list-kbc div p {
  line-height: 33px;
  margin: 24px 0;
  font-size: 18px;
  color: #282828;
}
.container .con-left .list-news a {
  display: block;
  margin: 18px 0;
  color: #646464;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
}
.container .con-right {
  width: 380px;
  float: right;
}
.container .c-content ul li {
  margin: 10px 0;
}
.footer {
  min-width: 1200px;
  width: 100%;
  height: 404px;
  background: url("../img/footer.png") no-repeat center;
  position: relative;
  z-index: 1;
  top: -21px;
}
