/**
 * 文件: .css 
 * 公司: 浙江电子口岸
 * 作者: qzzf1987@gmail.com
 * 时间: 2014-05-17 04:24:30
 */
.error-divider {
  background-color: #d34900;
  height: 3px;
  width: 100%;
  font-size: 0;
}
.error-wrap {
  width: 700px;
  padding-top: 60px;
  padding-bottom: 80px;
  margin: 0 auto;
}
.error-what,
.error-why,
.error-how {
  padding-left: 180px;
}
.error-why,
.error-how {
  margin-top: 20px;
}
.error-why ul,
.error-how ul {
  padding-left: 2em;
}
.error-why li,
.error-how li {
  position: relative;
}
.error-why li .list-type_square,
.error-how li .list-type_square {
  position: absolute;
  left: -8px;
  top: 9px;
}
.error-what {
  position: relative;
}
.error-what i {
  position: absolute;
  left: 0;
  top: 0;
  height: 100px;
  background-image: url("../images/common/face.png?v=1.0");
  background-repeat: no-repeat;
}
.error-what .face-err404 {
  left: 80px;
  width: 80px;
  background-position: 0 -100px;
}
.error-what .face-err500 {
  left: -40px;
  width: 200px;
  background-position: 0 0;
}
.error-what p {
  height: 100px;
  line-height: 100px;
  font-size: 16px;
  font-family: '微软雅黑';
}
.error-why a {
  color: #045485;
}
