﻿/*清除默认样式*/
* {
  margin: 0;
  padding: 0;
}
ul, li {
  list-style: none;
}
a {
  text-decoration: none;
  color: #3E3E3E;
}
html, body {
  background: #ffff!important;
  color: #303445;
}

/*共有属性*/
.box-shadow {
  -webkit-box-shadow: 2px 0 4px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 0 4px rgba(0, 0, 0, 0.05);
}
.table-row {
  display: table-row;
}
.table-cell {
  display: table-cell;
  height: 99px;
  vertical-align: middle;
  border-bottom: 1px solid #D5D5DE;
}
.article-area {
  background: #fff;
}
.page-content {
  margin: 0 auto;
  padding-top: 22px;
  padding-bottom: 30px;
  width: 1366px;
  min-height: 760px;
}

/* 导航条 */
.index-area {
  height:30px;
  line-height: 30px;
  font-size: 14px;
  width: 1366px;
  margin: 0 auto;
  padding-bottom: 18px;
  padding-left: 30px;
}
.index-area .index-item {
  display: inline-block;
  padding: 0 8px;
  font-size: 14px;
  font-weight: normal;
  vertical-align: top;
  color: #3E3E3E;
}
.index-area .index-item.active{
  color: #0066FF;
}
.index-area h1{
  width: 710px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.index-area .index-item:first-child {
  padding-left: 0;
}
.index-area > span{
  display: inline-block;
  color: #3E3E3E;
  line-height: 30px;
  vertical-align: top;
}
.index-area a:hover{
  color: #0066FF
}
.key-wrap{
  overflow: hidden;
}
.key-wrap-left{
  width: 904px;
  float: left;
}
.key-word-title{
  width: 100%;
  height:69px ;
  line-height: 69px;
  background: #F5F6FA;
  color: #3E3E3E;
  font-size: 18px;
  font-weight: bold;
  padding-left: 49px;
  box-sizing: border-box;
}
.key-list li{
  border: 1px solid rgba(62,62,62,.1);
  margin-top: 10px;
  border-radius: 5px;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
}
.key-list .ad-tag {
  height: 126px;
  overflow: hidden;
}
.ad-tag .answer-detail {
  display: inline-block !important;
}
.ad-tag .icon-ask-question:before {
  color: #FF4800;
}
.ad-tag .icon-ask-sigh:before {
  color: #FFBA00;
}
.key-list .ad-tag img {
  vertical-align: middle;
}
.key-equally{
  position: relative;
}
.key-equally .icon-ask-question{
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 3px;
}
.key-equally .icon-ask-sigh {
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 32px;
}
.key-equally .key-equally-right{
  display: inline-block;
  width: 827px;
}
.key-equally-right .question-title{
  color: #3E3E3E;
  font-size: 18px;
  font-weight: bold;
  padding-left: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.key-equally-right .question-title a:hover{
  color: #0066FF;
}

.key-equally-right .question-info{
  color: #3E3E3E;
  font-size: 14px;
  line-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 5px;
}

.key-equally-right .question-answer {
  color: #3E3E3E;
  font-size: 14px;
  line-height: 25px;
  max-height: 50px;
  overflow: hidden;
  margin-top: 5px;
  padding-left: 30px;
}

.key-equally-right .question-answer.no-answer {
  height: auto;
}

.question-answer .answer-detail {
  display: inline;
}

.no-answer-color {
  color: #0066FF;
}

.question-answer a {
  color: #0066FF;
  padding-left: 6px;
}

.question-other {
  font-size: 0;
  padding-left: 30px;
  padding-top: 13px;
}

.question-other span {
  color: #9E9E9E;
  font-size: 14px;
  padding-right: 26px;
}

.key-equally-right .answer-info{
  color: #3E3E3E;
  font-size: 14px;
  line-height: 25px;
}
.key-wrap-right{
  width: 432px;
  float: left;
  margin-left: 30px;
}
.ad-know {
  height: 146px;
  margin-bottom: 20px;
  display: block;
  overflow: hidden;
}
.ad-know img {
  width: 100%;
  height: 100%;
}
.special-wrap{
  background: #F5F6FA;
  border-radius: 5px;
  height: 321px;
}
.special-wrap .special-title{
  font-weight: bold;
  font-size: 18px;
  color: #3E3E3E;
  padding: 21px 0 0 21px;
}
.special-info{
  overflow: hidden;
  padding-left: 23px;
  padding-top: 24px;
  padding-right: 23px;
}
.special-info a{
  display: block;
  color: #3E3E3E;
  font-size: 14px;
  margin-bottom: 21px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.special-info a:hover{
  color: #0066FF;
}
.ad-handle {
  height: 145px;
  width: 432px;
  margin-top: 10px;
  display: block;
  overflow: hidden;
}
.ad-handle img {
  width: 100%;
  height: 100%;
}
.screening-area{
  background: #fff;
  height: 46px;
  line-height: 46px;
  margin-top: 18px;
}
.screening-area .screening-con{
  padding-left: 43px;
  overflow: hidden;
}
.screening-area .screening-con a.active{
  color: #0066FF;
}
.screening-area .screening-con a{
  float: left;
  color: #000;
  font-size: 14px;
  width: 3.846%;

}
.screening-area .screening-con a:hover{
  color: #0066FF;
  font-weight: bold;
}
.other-area{
  min-height:70px ;
  width: 100%;
  background: #fff;
  margin-top: 3px;
}
.other-area .other-con{
  padding-left: 36px;
  padding-top: 24px;
  display: none;
}
.other-area .other-con a{
  color: #000;
  font-size: 14px;
  padding-right: 20px;
  display: inline-block;
  margin-bottom: 10px;
}
.other-area .other-con a:hover{
  color: #0066FF;
}
