.jkfw .maiBox {
  width: 1380px;
  margin: 0 auto;
}
.jkfw .right_bar {
  width: 438px;
  margin-right: 32px;
}
.jkfw .mid_bar {
  width: 438px;
}
.jkfw .tab_item {
  height: 144px;
  box-shadow: 0px 0px 16px 0px rgba(153, 153, 153, 0.2);
  background: #FEFFFD;
  border-radius: 8px;
  position: relative;
  margin-bottom: 25px;
  cursor: pointer;
}
.jkfw .tab_item .bar_icon {
  margin-top: 25px;
  margin-left: 53px;
}
.jkfw .tab_item .bar_title {
  height: 59px;
  font-size: 20px;
  color: #000000;
  line-height: 36px;
  margin-top: 35px;
  margin-left: 27px;
}
.jkfw .tab_item .more {
  position: absolute;
  right: 32px;
  bottom: 23px;
  cursor: pointer;
}
.jkfw .bottom_bar {
  width: 438px;
}
.jkfw .bottom_bar .b_border {
  height: 12px;
  background: #97A5DB;
  border-radius: 8px 8px 0px 0px;
}
.jkfw .bottom_bar .b_cnt {
  height: 470px;
  background: #FFFFFF;
  box-shadow: 0px 0px 16px 0px rgba(153, 153, 153, 0.2);
  border-radius: 8px;
  overflow: hidden;
  background: url(qkw.png) no-repeat;
  background-position: center bottom;
}
.jkfw .bottom_bar .b_cnt .b_c_title {
  margin-top: 12px;
  margin-bottom: 16px;
  margin-left: 119px;
}
.jkfw .bottom_bar .b_cnt .b_c_txt {
  text-indent: 44px;
  margin: 0 auto;
  width: 342px;
  font-size: 20px;
  font-family: Adobe Kaiti Std;
  font-weight: normal;
  color: #4C4695;
  line-height: 46px;
}
.jkfw .bottom_bar .b_cnt .b_c_more {
  margin: 50px auto;
  width: 240px;
  height: 48px;
  background: #FC8151;
  opacity: 0.8;
  border-radius: 24px;
  color: #FFFFFF;
  line-height: 48px;
  text-align: center;
  z-index: 2;
  cursor: pointer;
}
