body {
  margin: 0;
  padding: 0;
}

.container .header {
  width: 1200px;
  height: 100px;
  margin: 0 auto;
}

.container .header img {
  margin-top: 12px;
}

.content {
  width: 1200px;
  /* height: 400px; */
  margin: 0 auto;
  background: rgba(53, 138, 159, 0.1);
  /* background: rgba(28, 75, 131, 0.1); */
}

.content .title {
  color: #1c4b83;
  font-size: 18px;
  font-weight: bold;
  padding: 20px;
}

.content .title .n {
  width: 5px;
  height: 24px;
  background: #1c4b83;
  float: left;
  position: relative;
  top: 1px;
  margin-right: 5px;
}

.content .text {
  padding: 0 20px;
  font-size: 16px;
  color: #333;
  line-height: 30px;
  text-indent: 32px;
}

.content ul {
  padding: 0 20px;
  margin: 0;
  list-style-type: none;
}

.content ul li {
  border: #CCC 1px solid;
  width: 316px;
  height: 256px;
  float: left;
  margin-left: 47px;
}

.content ul li img {
  width: 300px;
  height: 240px;
  padding: 8px;
}

.clear {
  width: 100%;
  height: 20px;
  clear: both;
}

.foot {
  height: 120px;
  background: #1c4b83;
  color: #FFF;
  text-align: center;
  font-size: 14px;
}

.foot .text {
  padding-top: 35px;
}

.foot .bei {
  width: 235px;
  background: url("../image/bottomFilingIcon.png") no-repeat 5px;
  margin: 0 auto;
  margin-top: 10px;
}

.foot .bei a {
  color: #FFF;
  text-decoration: none;
}

.foot .bei a:hover {
  color: #358ac1;
  text-decoration: underline;
}