/**
 * 文件: .css 
 * 公司: 浙江电子口岸
 * 作者: qzzf1987@gmail.com
 * 时间: 2014-08-20 01:55:24
 */
.faq-content {
  margin-top: 14px;
}
.faq-container {
  border: 1px solid #84a8d8;
  padding: 0 10px 10px;
}
.faq-container .faq-path {
  padding: 6px 0;
  border-bottom: 1px solid #d8d8d8;
}
.faq-container .faq-path em {
  font-style: normal;
  font-weight: 700;
}
.faq-container .faq-mod {
  margin-top: 2px;
}
.faq-container .faq-mod .title {
  margin: 0;
  border-bottom: 1px solid #d8d8d8;
  line-height: 28px;
  font-size: 12px;
  color: #4c4c4c;
}
.faq-container .faq-list {
  padding-bottom: 40px;
  margin-top: 20px;
  overflow: hidden;
  background: #fff url("http://img.zjport.gov.cn/themes/gaza/images/faq/list-sep.png?v=1.0") repeat-y 48% 0;
}
.faq-container .faq-list ul {
  list-style: none;
  margin: 0;
}
.faq-container .faq-list li {
  float: left;
  width: 50%;
  position: relative;
  height: 26px;
  line-height: 26px;
}
.faq-container .faq-list li .list-type_square {
  position: absolute;
  left: 2px;
  top: 12px;
  width: 3px;
  height: 3px;
  background-color: #999;
}
.faq-container .faq-list li a {
  margin-left: 10px;
}
.faq-container .faq-banner {
  margin-top: 20px;
}
.faq-container .faq-answer {
  font-size: 12px;
  line-height: 21px;
  padding-bottom: 24px;
}
.faq-container .faq-answer h2 {
  height: 40px;
  font-size: 14px;
  color: #666;
  line-height: 40px;
  text-align: center;
  font-family: "微软雅黑";
}
.faq-container .faq-answer .content p {
  margin: 0;
  color: #666;
}
