#qa {
  width: 100%;
  height: auto;
}
#qa .header {
  height: 66px;
  background-color: #21335F;
}
#qa .header .nav-wrap .logo {
  float: left;
}
#qa .header .nav-wrap .logo img {
  height: 22px;
  padding: 21px 20px;
}
#qa .header .nav-wrap .nav {
  float: right;
  line-height: 66px;
  vertical-align: top;
}
#qa .header .nav-wrap .nav li {
  display: inline-block;
}
#qa .header .nav-wrap .nav li.wechat {
  position: relative;
}
#qa .header .nav-wrap .nav li.wechat .wechat-code {
  display: none;
  position: absolute;
  top: 66px;
  left: 0;
  height: 258px;
  -webkit-box-shadow: 0 0 14px #444;
     -moz-box-shadow: 0 0 14px #444;
          box-shadow: 0 0 14px #444;
}
#qa .header .nav-wrap .nav li.wechat .wechat-code::after {
  position: absolute;
  top: -20px;
  left: 20px;
  content: '';
  display: block;
  width: 0;
  height: 0;
  z-index: 20;
  border-width: 10px;
  border-style: solid;
  border-color: #fff;
  border-left-color: transparent;
  border-top-color: transparent;
  border-right-color: transparent;
}
#qa .header .nav-wrap .nav li a {
  font-size: 13px;
  color: #fff;
  margin-right: 25px;
}
#qa .main {
  margin: 0 !important;
}
#qa .main .main-wrap {
  width: 100%;
}
#qa .main .main-left {
  width: 190px;
  float: left;
  min-height: 1940px;
  background: #F1F4F8;
}
#qa .main .main-left .qa-list {
  width: 100%;
  margin-top: 40px;
}
#qa .main .main-left .qa-list .qa-item {
  width: 100%;
  padding: 10px 0;
  font-size: 18px;
  color: #1B294C;
  text-align: center;
  margin-top: 6px;
}
#qa .main .main-left .qa-list .qa-item a {
  color: #1B294C;
}
#qa .main .main-left .qa-list .qa-item.active {
  font-weight: bold;
}
#qa .main .main-right {
  float: left;
  width: 1050px;
}
#qa .main .main-right .content-wrap {
  padding: 0 22px;
}
#qa .main .main-right .content-wrap h2 {
  font-size: 24px;
  color: #1B294C;
  margin-top: 56px;
}
#qa .main .main-right .content-wrap .type-list .type-title {
  display: inline-block;
  font-weight: normal;
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  background: #45CDAF;
  padding: 7px 14px;
  margin-top: 40px;
}
#qa .main .main-right .content-wrap .type-list .type-item {
  width: 964px;
  margin-top: 25px;
  padding: 15px 20px;
  color: #1B294C;
  background: rgba(216, 216, 216, 0.1);
  background-color: #f7f7f7\9;
}
#qa .main .main-right .content-wrap .type-list .type-item p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 6px;
}
#qa .main .main-right .content-wrap .type-list .type-item p:last-child {
  margin-bottom: 0;
}
#qa .main .main-right .content-wrap .type-list .type-item p strong {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 30px;
     -moz-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
  font-size: 15px;
  margin-right: 4px;
  font-weight: 500;
  line-height: 26px;
}
#qa .main .main-right .content-wrap .type-list .type-item p span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 14px;
  line-height: 26px;
}
#qa .fooder .copy-right {
  margin: 15px auto 45px;
  text-align: center;
  font-size: 12px;
  color: #4C545E;
}
