@charset "UTF-8";
/**
 * Created by Xun.Fu on 2015/11/13.
 */
/**
 * Created by Dylan on 2015/5/5.
 */
/* 
.btn-cancal: #c0c0c0;
.color-hint: #c0c0c0;

 */
.index-page {
  min-width: 1080px;
}

.left {
  width: 160px;
  float: left;
  border: 1px solid #999; }

.right {
  width: 780px;
  float: right;
  border: 1px solid #999; }

.spacer {
  clear: both;
  width: 10%;
  height: 10px;
  font-size: 0; }

.con {
  clear: both;
  zoom: 1; }

.con:after {
  content: '';
  height: 0;
  display: block;
  clear: both;
  visibility: hidden; }

.page-content {
  width: 950px;
  font-size: 16px;
  color: #715f5f; }
  .page-content .col {
    float: left; }
  .page-content .vspacer {
    width: 10px;
    float: left;
    height: 10px; }

.title {
  font-size: 16px;
  font-family: "\5FAE\8F6F\96C5\9ED1";
  font-weight: bold;
  height: 24.3px;
  height: 0.27rem;
  line-height: 24.3px;
  line-height: 0.27rem;
  margin: 36px 0px 14.4px 36px;
  margin: 0.4rem 0rem 0.16rem 0.4rem;
  color: #000;
  position: relative; }

.list {
  margin-bottom: 36px;
  margin-bottom: 0.4rem; }
  .list .dl .dt {
    line-height: 22.5px;
    line-height: 0.25rem;
    font-weight: bold;
    display: block;
    height: 22.5px;
    height: 0.25rem; }
  .list .dl .dd {
    margin-top: 3.6px;
    margin-top: 0.04rem;
    line-height: 22.5px;
    line-height: 0.25rem;
    height: 22.5px;
    height: 0.25rem;
    display: block;
    cursor: pointer; }
    .list .dl .dd:hover {
      color: #ff5072; }

.line {
  margin: 14.4px 27px 14.4px 27px;
  margin: 0.16rem 0.3rem 0.16rem 0.3rem;
  height: 1px;
  border-top: 1px dashed #715f5f; }

.active {
  color: #ff5072 !important; }

.content {
  font-family: "\5FAE\8F6F\96C5\9ED1";
  color: #715f5f;
  margin: 36px 36px 36px 36px;
  margin: 0.4rem 0.4rem 0.4rem 0.4rem; }
  .content .qtitle {
    font-size: 18px;
    color: #ff5072;
    font-weight: bold;
    height: 24.3px;
    height: 0.27rem;
    line-height: 24.3px;
    line-height: 0.27rem; }
  .content .question {
    margin-top: 13.5px;
    margin-top: 0.15rem; }
    .content .question .que-tit {
      font-size: 16px;
      font-weight: bold;
      line-height: 31.5px;
      line-height: 0.35rem; }
      .content .question .que-tit span {
        color: #b5b5b5;
        display: inline-block;
        font-size: 20px;
        margin-right: 9px;
        margin-right: 0.1rem; }
    .content .question .que-ans {
      line-height: 27px;
      line-height: 0.3rem;
      font-size: 14px; }
