
body { background-image: url(../image/bg6.jpg); }
.body { width: 100%; }
section {
  width: 100%;
  position: absolute;
  bottom: 150px;
  background: #333333;
  background: rgba(0,0,0,0.7);
  padding: 40px 0;
}
section * { color: white; }
section div {
  width: 700px;
  margin: 0 auto;
  text-align: left;
}
section div h1 {
  font-size: 32px;
  margin-bottom: 10px;
}
section a {
  color: white;
  font-size: 18px;
}
section ul { margin-top: 20px; }
section ul:before, section ul:after {
  content: "";
  display: table;
}
section ul:after { clear: both; }
section ul .cf { *zoom: 1; }
section li {
  width: 340px;
  float: left;
  border-left: 3px solid #81162a;
  padding-left: 7px;
  margin-top: 2em;
}
body.cate div.body {
  width: 700px;
  padding: 100px 250px;
  background: rgba(0,0,0,0.7);
  min-height: 100%;
}
body.cate div.body * { color: white; }
body.cate div.body:before, body.cate div.body:after {
  content: "";
  display: table;
}
body.cate div.body:after { clear: both; }
body.cate div.body .cf { *zoom: 1; }
body.cate header {
  margin: 0 auto;
  text-align: left;
}
body.cate header h1 {
  font-size: 32px;
  margin-bottom: 10px;
}
body.cate section {
  width: 100%;
  position: static;
  bottom: auto;
  background: transparent;
  padding: 40px 0;
  text-align: left;
}
body.cate section h2 {
  border-left: 5px solid #81162a;
  padding-left: 10px;
  font-size: 24px;
  margin-bottom: 15px;
  line-height: 1.25;
  vertical-align: middle;
}
body.cate section h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0.75em;
  margin-top: 1.5em;
}
body.cate section ul {
  margin: 0 50px;
  width: 600px;
}
body.cate section li {
  margin: 0 0 1.25em 0;
  border: 0;
  padding: 0;
  width: 200px;
}
body.cate section li a {
  font-size: 12px;
  font-weight: normal;
}
