.answer .header {
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.06);
}
.answer .search {
  margin-top: 40px;
}

.answer .box .crumbs {
  width: 100%;
  overflow: hidden;
  font-size: 14px;
  color: #666666;
  white-space: nowrap;
  height: 19px;
  text-overflow: ellipsis;
  margin-top: 40px;
  margin-bottom: 20px;
}

.answer .box .left {
  width: 880px;
  overflow: hidden;
  float: left;
  border: solid 1px #e0e0e0;
}

.answer .box .left .question {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 10px;
  overflow: hidden;
  background: url(../images/question/icon4.png) no-repeat left;
  background-position: 21px 21px;
  border-bottom: 1px solid #e0e0e0;
}

.answer .box .left .question p {
  width: 100%;
  font-weight: bold;
  padding-left: 38px;
  font-size: 18px;
  color: #333333;
  line-height: 32px;
  overflow: hidden;
  margin-top: 16px;
}

.answer .box .left .details {
  width: 100%;
  overflow: hidden;
  padding: 17px 20px 8px;
  background: url(../images/question/icon5.png) no-repeat left;
  background-position: 21px 20px;
}

.answer .box .left .details p {
  font-size: 14px;
  line-height: 32px;
  color: #333333;
  width: 100%;
  padding-left: 40px;
  margin-bottom: 34px;
}

.answer .box .right {
  width: 300px;
  overflow: hidden;
  float: right;
}

.answer .box .right .q_and_a {
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
  border: solid 1px #e0e0e0;
}

.answer .box .right .q_and_a .title {
  width: 100%;
  height: 50px;
  padding: 0 20px 0;
  background-color: #f5f5f5;
  border-bottom: 1px solid #e0e0e0;
  overflow: hidden;
}

.answer .box .right .q_and_a .title p {
  font-size: 16px;
  color: #333333;
  padding-left: 14px;
  line-height: 16px;
  margin-top: 17px;
  border-left: 4px solid #ff7300;
}

.answer .box .right .q_and_a .title p span {
  font-size: 14px;
  color: #999999;
  float: right;
}

.answer .box .right .q_and_a .qusetionList {
  width: 100%;
  padding: 0 20px 10px;
}
.answer .box .right .q_and_a .qusetionList a:last-child li {
  border-bottom: none;
}
.answer .box .right .q_and_a .qusetionList li {
  width: 100%;
  overflow: hidden;
  background: url(../images/question/icon2.png) no-repeat;
  background-position-y: 23px;
  border-bottom: 1px dashed #e0e0e0;
}

.answer .box .right .q_and_a .qusetionList li .quiz {
  width: 100%;
  font-size: 14px;
  padding-left: 27px;
  color: #333333;
  line-height: 20px;
  margin-top: 20px;
}

.answer .box .right .q_and_a .qusetionList li .answer {
  width: 100%;
  text-align: right;
  font-size: 12px;
  padding-right: 24px;
  margin-top: 17px;
  margin-bottom: 10px;
  color: #999999;
  background: url(../images/question/icon3.png) no-repeat right center;
}
.answer .box .right .q_and_a .qusetionList li .answer span {
  color: #ff7300;
}

.answer .box .right .q_and_a .qusetionList li:hover .quiz {
  color: #ff7300;
}

.answer .box .right .advertise {
  width: 300px;
  height: 100px;
  overflow: hidden;
  margin-bottom: 20px;
}

.answer .box .right .news {
  width: 100%;
  overflow: hidden;
  border: solid 1px #e0e0e0;
}

.answer .box .right .news .title {
  width: 100%;
  height: 50px;
  padding: 0 20px 0;
  background-color: #f5f5f5;
  border-bottom: 1px solid #e0e0e0;
  overflow: hidden;
}

.answer .box .right .news .title p {
  font-size: 16px;
  color: #333333;
  padding-left: 14px;
  line-height: 16px;
  margin-top: 17px;
  border-left: 4px solid #ff7300;
}

.answer .box .right .news .title p span {
  font-size: 14px;
  color: #999999;
  float: right;
}

.answer .box .right .news ul {
  width: 100%;
  overflow: hidden;
  padding: 11px 20px 11px;
}

.answer .box .right .news ul li {
    width: 100%;
    padding-left: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 13px;
    line-height: 32px;
    height: 32px;
    color: #333333;
    background: url(../images/index/list.png)no-repeat left center;
}

.answer .box .right .news ul li:hover {
    background: url(../images/index/list_hover.png)no-repeat left center;
    color: #ff7300;
}

.answer .box {
    margin-bottom: 273px;
}

.mzsm {
  width: 100%;
  color: #999;
  line-height: 22px;
  margin-top: 20px;
  font-size: 12px;
}
.mzsm span {
  color: red;
  font-weight: 700;
  font-size: 12px;
}