a:hover {
  color: #000;
  text-decoration: none;
}
.w {
  width: 1200px;
  margin: 0 auto;
}
body {
  background-color: #fff;
}
.backtop {
  background: url(http://www.falvkuaiche.com.cn/static/img/back-top.png) no-repeat;
  background-size: contain;
}
.none {
  display: none;
}
.n1 {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.n2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  cursor: pointer;
  font-weight: normal;
}
.n3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  cursor: pointer;
  font-weight: normal;
}
.n4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  cursor: pointer;
  font-weight: normal;
}
.sty {
  position: sticky;
  top: 20px;
  height: 100%;
}
.sty.auto {
  height: auto;
}
/* 滚动条 */
.scroll {
  overflow: auto;
  /* 整个滚动条背景 */
  /* 滚动条上的按钮 (上下箭头). */
  /* 滚动条轨道 */
  scrollbar-width: thin;
  scrollbar-color: #cbcbcb #f3f3f3;
}
.scroll::-webkit-scrollbar {
  width: 5px;
  background-color: #f3f3f3;
}
.scroll::-webkit-scrollbar-button {
  width: 0px;
  height: 0;
}
.scroll::-webkit-scrollbar-thumb {
  width: 10px;
  /* 上下两头给个圆角 */
  background-color: #cbcbcb;
  border-radius: 10px;
  /* 还可以给它加个阴影 */
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.scroll::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #ebe9e9;
}
html,
body {
  height: 100%;
  display: flex;
  flex-direction: column;
}
html .cen,
body .cen {
  flex: 1;
}
.flex {
  display: flex;
  justify-content: space-between;
}
.sty {
  position: sticky;
  top: 20px;
  height: 100%;
}
.sty.auto {
  height: auto;
}
.header {
  position: relative;
  width: 100%;
  height: 90px;
  padding-bottom: 20px;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
}
.header .logo {
  float: left;
  margin-top: 20px;
  margin-left: 21px;
  width: 185px;
  height: 50px;
}
.header .logo img {
  display: block;
}
.header .nav {
  float: left;
  margin-top: 35px;
  margin-left: 47px;
}
.header .nav li {
  float: left;
  line-height: 20px;
  margin: 0 13px;
  padding-right: 17px;
  font-size: 18px;
  color: #717171;
  background: url(http://www.falvkuaiche.com.cn/static/img/sanjiao.png) no-repeat right center;
}
.header .nav li.nav-index {
  padding-right: 0px;
  background: none;
}
.header .nav li a {
  font-size: 18px;
  color: #1a1a1a;
}
.header .nav li a:hover {
  color: #ec5e34;
}
.header .search {
  float: right;
  width: 290px;
  height: 32px;
  margin-top: 28px;
  margin-right: 7px;
  border: 1px solid #dfdfdf;
  border-radius: 32px;
}
.header .search form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 16px;
}
.header .search form input:first-of-type {
  width: 235px;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  color: #333;
}
.header .search form input:last-of-type {
  width: 28px;
  height: 32px;
  background: url(http://www.falvkuaiche.com.cn/static/img/icon.png) no-repeat 10px -117px;
  cursor: pointer;
}
.header .more_nav {
  position: absolute;
  width: 100%;
  height: 50px;
  top: 110px;
  left: 0;
  right: 0;
  border-top: 1px solid #f4f4f4;
  background-color: #fcfcfc;
  -webkit-box-shadow: 0 8px 6px rgba(0, 0, 0, 0.05);
  box-shadow: 0 8px 6px rgba(0, 0, 0, 0.05);
  opacity: 0;
  z-index: 999;
}
.header .more_nav ul li {
  display: none;
  width: 100%;
  height: 22px;
  padding: 14px 0;
  text-align: center;
  font-size: 0px;
}
.header .more_nav ul li.on {
  display: block;
}
.header .more_nav ul li span {
  display: inline-block;
  height: 22px;
  line-height: 22px;
  padding: 0 23px;
  vertical-align: middle;
  font-size: 16px;
  color: #373737;
}
.header .more_nav ul li span a {
  font-size: 16px;
  color: #373737;
}
.header .more_nav ul li span a:hover {
  color: #ec5e34;
}
.header .more_nav ul li i {
  display: inline-block;
  width: 1px;
  height: 22px;
  vertical-align: middle;
  background: url(http://www.falvkuaiche.com.cn/static/img/header.png) no-repeat center center;
}
.index_top_title {
  background-color: #0e5db5;
  height: 45px;
  line-height: 45px;
  text-align: center;
}
.index_top_title span a {
  color: #fff;
  font-size: 18px;
}
.news_list_bg {
  background-color: #fff;
  padding: 25px 20px;
}
.news_list_bg ul li {
  color: #444;
}
.news_list_bg ul li:not(:last-of-type) {
  margin-bottom: 15px;
}
.news_list_bg ul li span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 10px;
}
.news_list_bg ul li p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  cursor: pointer;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
}
#swiper-1 {
  height: 455px;
}
#swiper-1 .swiper-slide span {
  height: 60px;
  line-height: 60px;
}
#swiper-1 .swiper-slide span i {
  display: block;
  width: 70%;
}
#swiper-1 .swiper-pagination {
  left: auto;
  width: auto;
  right: 10px;
}
#swiper-1 .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
}
#swiper-1 .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #0e5db5;
}
.big_title {
  overflow: hidden;
}
.big_title span {
  position: relative;
  float: left;
  height: 36px;
  line-height: 36px;
  text-indent: 21px;
  margin-right: 14px;
  font-size: 24px;
  color: #111111;
}
.big_title span:before {
  position: absolute;
  content: '';
  width: 10px;
  height: 24px;
  top: 6px;
  left: 0px;
  background-color: #ff913f;
  z-index: 1;
}
.big_title.blue span::before {
  background-color: #0e5db5;
}
.img_fouce ul {
  display: flex;
  justify-content: space-between;
}
.img_fouce ul li {
  width: 15%;
  position: relative;
  overflow: hidden;
  height: 200px;
}
.img_fouce ul li a {
  display: block;
}
.img_fouce ul li img {
  display: block;
  width: 180px;
  height: 140px;
}
.img_fouce ul li .title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  cursor: pointer;
  font-weight: normal;
  padding-top: 10px;
  line-height: 24px;
  text-align: center;
  font-size: 16px;
  color: #000000;
}
.img_fouce ul li .show_news {
  position: absolute;
  width: 156px;
  height: 108px;
  padding: 8px 12px 0;
  top: 240px;
  left: 0;
  background-color: #7a7a7a;
  z-index: 3;
  transition: all 0.3s ease-in;
}
.img_fouce ul li .show_news span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  cursor: pointer;
  font-weight: normal;
  font-weight: 700;
  font-size: 18px;
  color: #f0f0f0;
}
.img_fouce ul li .show_news p {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  cursor: pointer;
  font-weight: normal;
  margin-top: 5px;
  font-size: 14px;
  color: #c7c7c7;
  overflow: hidden;
}
.img_fouce ul li:hover .show_news {
  top: 82px;
}
.xinxi_title {
  display: flex;
  justify-content: space-between;
  height: 42px;
  line-height: 42px;
  border-bottom: 2px solid #404040;
}
.xinxi_title h4 {
  padding: 0 30px 0 40px;
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  font-weight: 400;
  background: #404040 url(http://www.falvkuaiche.com.cn/static/img/xinxi.png) no-repeat 10px center;
  background-size: 10%;
}
.xinxi_title a {
  font-size: 14px;
  color: #9f9f9f;
}
.xinxi_title a:hover {
  color: #ec5e34;
}
.icon_list ul li {
  margin-bottom: 20px;
}
.icon_list ul li p {
  height: 28px;
  line-height: 28px;
  text-indent: 13px;
  overflow: hidden;
  position: relative;
  padding-left: 5px;
}
.icon_list ul li p:before {
  content: '';
  width: 5px;
  height: 5px;
  background-color: #4d4d4d;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.icon_list ul li p a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  font-size: 16px;
  color: #313131;
}
.icon_list ul li p a:hover {
  color: #ec5e34;
}
.icon_list ul li span {
  display: block;
  width: 100%;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  color: #aaaaaa;
  text-indent: 20px;
}
.icon_list ul li span i {
  margin-right: 15px;
}
.border_left_title {
  height: 42px;
  border-bottom: 2px solid #404040;
  overflow: hidden;
}
.border_left_title h4 {
  position: relative;
  float: left;
  width: auto;
  height: 42px;
  line-height: 42px;
  font-size: 18px;
  color: #000000;
  text-indent: 27px;
  font-weight: 400;
}
.border_left_title h4:before {
  position: absolute;
  content: '';
  width: 10px;
  height: 21px;
  top: 11px;
  left: 7px;
  background-color: #ff913f;
  z-index: 1;
}
.border_left_title a {
  float: right;
  height: 42px;
  line-height: 42px;
  font-size: 14px;
  color: #9f9f9f;
}
.border_left_title a:hover {
  color: #ec5e34;
}
.index_wenda_list ul {
  position: relative;
  padding-bottom: 32px;
  padding-top: 11px;
}
.index_wenda_list ul li {
  padding-top: 12px;
  padding-bottom: 19px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index_wenda_list ul li:not(:last-of-type) {
  border-bottom: 1px dotted #bcbcbc;
}
.index_wenda_list ul li .wenda_touxiang {
  position: relative;
  width: 60px;
  height: 60px;
  overflow: hidden;
  margin-right: 20px;
  border-radius: 50%;
}
.index_wenda_list ul li .wenda_text {
  flex: 1;
  overflow: hidden;
}
.index_wenda_list ul li .wenda_text dd {
  width: 100%;
  height: 26px;
  line-height: 26px;
  font-size: 14px;
  color: #858585;
  overflow: hidden;
}
.index_wenda_list ul li .wenda_text .wenda_text_da {
  font-size: 16px;
  color: #3c3c3c;
}
.index_wenda_list ul li .wenda_text .wenda_text_da a {
  font-size: 16px;
  color: #3c3c3c;
}
.index_wenda_list ul li .wenda_text .wenda_text_da a:hover {
  color: #ec5e34;
}
.index_wenda_list ul li .wenda_text .wenda_text_time {
  font-weight: bold;
  color: #363636;
  overflow: hidden;
}
.index_wenda_list ul li .wenda_text .wenda_text_time span {
  margin-left: 12px;
  font-weight: 400;
  font-size: 12px;
  color: #c6c6c6;
}
.index_wenda_list.two ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index_wenda_list.two ul li {
  width: 48%;
}
.index_wenda_list.two ul li:last-of-type {
  border-bottom: 1px dotted #bcbcbc;
}
.two_border_left_title {
  border-bottom: 2px solid #e9e9e9;
  height: 40px;
  overflow: hidden;
}
.two_border_left_title h4 {
  position: relative;
  float: left;
  width: auto;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  color: #000000;
  text-indent: 37px;
  font-weight: 400;
}
.two_border_left_title h4:before {
  position: absolute;
  content: '';
  width: 10px;
  height: 21px;
  top: 9px;
  left: 13px;
  background-color: #006fc8;
  z-index: 1;
}
.two_border_left_title a {
  float: right;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #9f9f9f;
}
.two_border_left_title a:hover {
  color: #ec5e34;
}
.two_border_left_title.big {
  height: 52px;
}
.two_border_left_title.big h4 {
  height: 52px;
  line-height: 52px;
  font-size: 20px;
}
.two_border_left_title.big h4:before {
  top: 16px;
  left: 10px;
}
.two_border_left_title.big a {
  height: 52px;
  line-height: 52px;
}
.left_img_list ul {
  padding: 27px 5px 0;
}
.left_img_list ul li {
  margin-bottom: 37px;
  height: 77px;
  display: flex;
  justify-content: space-between;
}
.left_img_list ul li img {
  display: block;
  width: 124px;
  overflow: hidden;
  margin-right: 20px;
}
.left_img_list ul li > div {
  flex: 1;
  overflow: hidden;
}
.left_img_list ul li > div p {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
  height: 24px;
  line-height: 24px;
  padding-top: 4px;
  margin-bottom: 5px;
  overflow: hidden;
}
.left_img_list ul li > div p a {
  font-size: 16px;
  color: #3b3b3b;
  font-weight: bold;
  font-family: 'DinCond';
}
.left_img_list ul li > div p a:hover {
  color: #ec5e34;
}
.left_img_list ul li > div span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  cursor: pointer;
  font-weight: normal;
  width: 100%;
  height: 40px;
  line-height: 20px;
  font-family: 'DinCond';
  font-size: 12px;
  color: #aaaaaa;
}
.left_img_list.last ul li:last-of-type {
  margin-bottom: 20px;
}
.big_left_bor_title {
  height: 42px;
  margin-bottom: 32px;
}
.big_left_bor_title h3 {
  position: relative;
  float: left;
  height: 42px;
  line-height: 42px;
  font-size: 24px;
  color: #111111;
  text-indent: 22px;
}
.big_left_bor_title h3 a {
  font-size: 24px;
  color: #111111;
}
.big_left_bor_title h3:before {
  position: absolute;
  content: '';
  width: 10px;
  height: 24px;
  top: 9px;
  left: 0;
  background-color: #006fc8;
  z-index: 1;
}
.icon_two_list ul li {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
  height: 32px;
  line-height: 32px;
  margin-bottom: 22px;
  text-indent: 30px;
  font-size: 16px;
  color: #323232;
  background: url(http://www.falvkuaiche.com.cn/static/img/wenben.png) no-repeat center left;
  overflow: hidden;
  background-size: 2.5%;
}
.icon_two_list ul li a {
  font-size: 18px;
  color: #323232;
}
.icon_two_list ul li a:hover {
  color: #ec5e34;
}
.icon_two_list.small ul li {
  height: 40px;
  line-height: 40px;
  margin-bottom: 0;
  background-size: 5%;
}
.icon_two_list.small ul li a {
  font-size: 14px;
}
.bgc_title {
  width: 379px;
  height: 38px;
  margin-top: -1px;
  margin-left: -1px;
  background: #ff883f url(http://www.falvkuaiche.com.cn/static/img/bg_title.png) no-repeat right center;
  overflow: hidden;
}
.bgc_title h3 {
  float: left;
  height: 38px;
  line-height: 38px;
  text-indent: 43px;
  font-size: 16px;
  color: #ffffff;
  background: url(http://www.falvkuaiche.com.cn/static/img/hot.png) no-repeat 10px center;
  background-size: 20px;
}
.bgc_title a {
  float: right;
  height: 38px;
  line-height: 38px;
  font-size: 14px;
  color: #ffffff;
  margin-right: 10px;
}
.bgc_title a:hover {
  color: #ec5e34;
}
.border_list ul {
  position: relative;
  width: 340px;
  margin: 0 auto;
  padding-top: 9px;
}
.border_list ul li {
  height: 49px;
  line-height: 49px;
  position: relative;
  padding-left: 20px;
}
.border_list ul li:not(:last-of-type) {
  border-bottom: 1px dashed #dddddd;
}
.border_list ul li:before {
  content: '';
  width: 5px;
  height: 5px;
  background-color: #4d4d4d;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.border_list ul li a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  font-size: 16px;
  color: #262626;
}
.border_list ul li a:hover {
  color: #ec5e34;
}
.border_list.now ul {
  width: 90%;
}
.border_list.now ul li {
  line-height: 25px;
  padding: 15px 0 15px 20px;
}
.border_list.now ul li a {
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  cursor: pointer;
  font-weight: normal;
}
.top_list {
  counter-reset: top;
  counter-increment: top 0;
  position: relative;
}
.top_list ul li {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  padding-left: 40px;
  line-height: 43px;
  color: #515151;
  position: relative;
}
.top_list ul li a {
  font-size: 14px;
}
.top_list ul li::before {
  content: counter(top);
  counter-increment: top;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  line-height: 26px;
  font-size: 16px;
  display: block;
  width: 26px;
  height: 26px;
  color: #d2d2d2;
  border-radius: 50%;
  border: 1px solid #d2d2d2;
}
.top_list ul li:nth-child(-n + 3)::before {
  color: #fff;
  background-color: #d2d2d2;
}
.top_list ul li:hover::before {
  background-color: #0e5db5;
  color: #fff;
}
.small_bor_list {
  position: relative;
  padding: 8px 4px 12px;
}
.small_bor_list li {
  display: flex;
  justify-content: space-between;
  padding: 13px 0 13px 4px;
}
.small_bor_list li:not(:last-of-type) {
  border-bottom: 1px dotted #bcbcbc;
}
.small_bor_list li img {
  width: 72px;
  height: 45px;
  margin-right: 10px;
  overflow: hidden;
}
.small_bor_list li p {
  flex: 1;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  cursor: pointer;
  font-weight: normal;
  height: 45px;
  line-height: 22.5px;
  overflow: hidden;
}
.small_bor_list li p a {
  font-size: 14px;
  color: #060606;
}
.small_bor_list li p a:hover {
  color: #ec5e34;
}
.footer {
  background-color: #2e2e2e;
  padding: 45px 0 25px;
  display: none;
}
.footer ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.footer ul li {
  width: 33.33%;
  box-sizing: border-box;
}
.footer ul li:not(:last-of-type) {
  border-right: 1px solid #3f4142;
}
.footer ul li:first-of-type {
  padding-right: 100px;
}
.footer ul li:nth-of-type(2) {
  padding: 0 70px;
}
.footer ul li:nth-of-type(3) {
  padding-left: 50px;
}
.footer ul li .logo {
  width: 180px;
  object-fit: cover;
  margin: 0 auto;
}
.footer ul li .wxgzh {
  display: flex;
  justify-content: space-between;
  justify-content: center;
}
.footer ul li .wxgzh p {
  width: 100px;
}
.footer ul li .wxgzh p:first-of-type {
  margin-right: 35px;
}
.footer ul li .wxgzh p img {
  height: 100px;
}
.footer ul li .wxgzh p span {
  display: block;
  line-height: 46px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
}
.footer ul li .fuwu {
  font-size: 24px;
  color: #fff;
}
.footer ul li .txt p {
  height: 30px;
  line-height: 30px;
}
.footer ul li .txt p a {
  font-size: 14px;
  color: #858585;
}
.footer ul li .r_tit {
  color: #eee;
  font-size: 24px;
  margin-bottom: 10px;
}
.footer ul li .r_tit span {
  font-size: 12px;
  color: #eee;
}
.footer ul li .copy_right_txt {
  line-height: 24px;
  font-size: 12px;
  color: #858585;
}
.footer ul li .copy_right_txt a {
  color: #858585;
}
.bottom {
  background-color: #f6f6f6;
  padding: 20px 0;
  text-align: center;
}
.bottom p {
  color: #8c8c8c;
}
/* 列表页 */
.crumbs {
  margin: 20px auto 16px;
  font-size: 14px;
  color: #919191;
  zoom: 1;
  overflow: hidden;
}
.crumbs a {
  margin-right: 7px;
  font-size: 14px;
  color: #919191;
}
.crumbs a:hover {
  color: #ec5e34;
}
.crumbs.wenda {
  color: #333;
}
.crumbs.wenda a {
  color: #333;
}
.list_list ul li {
  display: flex;
  justify-content: space-between;
  padding: 30px 20px;
  border-bottom: 1px dotted #d6d6d6;
}
.list_list ul li .img {
  width: 235px;
  height: 138px;
  overflow: hidden;
  margin-right: 23px;
}
.list_list ul li .img img {
  display: block;
  width: 100%;
}
.list_list ul li .item {
  flex: 1;
  overflow: hidden;
}
.list_list ul li .item p {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  cursor: pointer;
  font-weight: normal;
  line-height: 36px;
  margin-bottom: 10px;
  overflow: hidden;
}
.list_list ul li .item p a {
  font-size: 20px;
  color: #373737;
}
.list_list ul li .item p a:hover {
  color: #ec5e34;
}
.list_list ul li .item span {
  display: block;
  height: 24px;
  line-height: 24px;
  font-family: '宋体';
  font-size: 14px;
  color: #999999;
}
.list_list ul li .item span i {
  float: left;
  margin-right: 28px;
  text-indent: 20px;
  padding-left: 15px;
}
.list_list ul li .item span i.time {
  background: url(http://www.falvkuaiche.com.cn/static/img/time.png) no-repeat center left;
  background-size: contain;
}
.list_list ul li .item span i.laiyuan {
  background: url(http://www.falvkuaiche.com.cn/static/img/zuozhe.png) no-repeat center left;
  background-size: contain;
}
.paging {
  display: flex;
  justify-content: center;
  margin: 40px 0;
}
.paging a,
.paging span {
  font-size: 14px;
  padding: 0 14px;
  color: #1a1a1a;
  border: 1px solid #eee;
  line-height: 34px;
  text-align: center;
  margin-right: 10px;
}
.paging span,
.paging a:hover,
.paging span:hover {
  color: #fff;
  background-color: #0e5db5;
}
/* 内容页 */
.con_tit {
  padding: 30px 0px 13px;
}
.con_tit h4 {
  min-height: 46px;
  line-height: 46px;
  margin-bottom: 13px;
  text-align: center;
  font-size: 26px;
  color: #262626;
}
.con_info {
  height: 24px;
  line-height: 24px;
  text-align: center;
  font-family: '宋体';
  font-size: 14px;
  color: #a2a2a2;
}
.con_info span {
  margin-right: 20px;
  font-size: 14px;
}
.con_txt {
  overflow: hidden;
  font-size: 16px;
  line-height: 30px;
  text-indent: 2rem;
  text-align: justify;
}
.con_txt * {
  white-space: normal;
}
.con_txt p {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 16px;
  text-indent: 2rem;
  font-family: '宋体';
}
.con_txt img {
  max-width: 600px;
  width: 600px;
  display: flex;
  margin: 20px auto;
}
.pager {
  padding-left: 0;
  margin-bottom: 35px;
  list-style: none;
  font-size: 12px;
  display: flex;
  justify-content: space-between;
}
.pager li {
  max-width: 48%;
  box-sizing: border-box;
}
.pager li a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  width: 100%;
  padding: 10px;
  font-size: 15px;
  border-radius: 15px;
  transition: all 0.5s;
  background-color: #fff;
}
.pager li a:hover {
  background: #f4f4f4;
}
/* 问答页 */
.wenda_list {
  background-color: #fff;
  position: relative;
  padding: 0 29px;
}
.wenda_list li {
  display: flex;
  justify-content: space-between;
  padding: 23px 0 20px;
  overflow: hidden;
}
.wenda_list li:not(:last-of-type) {
  border-bottom: 1px dotted #d6d6d6;
}
.wenda_list li .wenda_left {
  flex: 1;
  overflow: hidden;
}
.wenda_list li .wenda_left .wenda_list_q {
  width: 100%;
  height: 38px;
  line-height: 38px;
  overflow: hidden;
}
.wenda_list li .wenda_left .wenda_list_q a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  font-size: 18px;
  color: #000000;
}
.wenda_list li .wenda_left .wenda_list_q a:hover {
  color: #ec5e34;
}
.wenda_list li .wenda_left .wenda_list_a {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
  width: 100%;
  height: 26px;
  line-height: 26px;
  margin-bottom: 13px;
  font-family: '新宋体';
  font-size: 12px;
  color: #a9a9a9;
  overflow: hidden;
}
.wenda_list li .wenda_left .wenda_list_a a {
  font-family: '新宋体';
  font-size: 12px;
  color: #147dca;
}
.wenda_list li .wenda_left .wenda_list_detail {
  height: 20px;
  line-height: 20px;
  font-family: '新宋体';
  font-size: 12px;
  color: #a9a9a9;
}
.wenda_list li .wenda_left .wenda_list_detail .wenda_data {
  float: left;
  margin-right: 35px;
}
.wenda_list li .wenda_left .wenda_list_detail .wenda_type {
  float: left;
  margin-right: 35px;
}
.wenda_list li .wenda_right {
  width: 71px;
  height: 71px;
  margin-left: 37px;
  margin-top: 12px;
  margin-right: 5px;
  border-radius: 3px;
  overflow: hidden;
}
.wenda_list li .wenda_right img {
  display: block;
  width: 100%;
}
/* 问答内容页 */
.wenda_show_wenti_box {
  padding: 20px 24px 30px;
  margin-bottom: 30px;
  border: 1px solid #b8dbf9;
  background-color: #f0fbff;
}
.wenda_show_wenti_box .wenda_show_box_top {
  margin-bottom: 15px;
}
.wenda_show_wenti_box .wenda_show_box_top p {
  line-height: 26px;
  font-size: 20px;
  color: #1b1b1b;
  overflow: hidden;
}
.wenda_show_wenti_box .wenda_show_box_detail {
  height: 22px;
  line-height: 22px;
  margin-bottom: 11px;
  font-size: 12px;
  color: #979797;
}
.wenda_show_wenti_box .wenda_show_box_detail span {
  margin-right: 20px;
}
.wenda_show_wenti_box .wenda_show_box_content {
  width: 100%;
  line-height: 32px;
  text-align: justify;
  font-size: 14px;
  color: #171717;
}
.wenda_show_wenti_box .wenda_show_box_content p {
  font-size: 16px;
  color: #171717;
}
.wenda_show_daan_box {
  padding: 16px 15px 0px;
  border: 1px solid #eeeeee;
}
.wenda_show_daan_box .wenda_show_daan_title p {
  float: left;
  height: 42px;
  line-height: 42px;
  text-indent: 50px;
  font-size: 20px;
  color: #212121;
  background: url(http://www.falvkuaiche.com.cn/static/img/wenda_daan.png) no-repeat 14px center;
}
.wenda_show_daan_box .wenda_show_daan_title span {
  float: right;
  height: 42px;
  line-height: 47px;
  font-size: 14px;
  color: #b4b3b3;
}
.wenda_show_daan_box .flex {
  padding: 30px 15px 15px 20px;
}
.wenda_show_daan_box .flex .wenda_show_daan_touxiang {
  width: 80px;
  height: 93px;
  overflow: hidden;
  margin-right: 40px;
}
.wenda_show_daan_box .flex .wenda_show_daan_info {
  flex: 1;
  overflow: hidden;
}
.wenda_show_daan_box .flex .wenda_show_daan_info .name p {
  height: 38px;
  line-height: 38px;
  margin-right: 10px;
  font-size: 22px;
  color: #010101;
}
.wenda_show_daan_box .flex .wenda_show_daan_info .name p a:hover {
  color: #0e70de;
}
.wenda_show_daan_box .flex .wenda_show_daan_info .address {
  height: 28px;
  line-height: 28px;
  margin-bottom: 14px;
}
.wenda_show_daan_box .flex .wenda_show_daan_info .address span {
  float: left;
  text-indent: 18px;
  margin-right: 15px;
  background: url(http://www.falvkuaiche.com.cn/static/img/dizhi.png) no-repeat left center;
  font-family: 新宋体;
  font-size: 12px;
  color: #acacac;
  overflow: hidden;
}
.wenda_show_daan_box .flex .wenda_show_daan_info .daan {
  padding-bottom: 5px;
  border-bottom: 1px dashed #dcdcdc;
}
.wenda_show_daan_box .flex .wenda_show_daan_info .daan .daan_txt {
  line-height: 32px;
  text-align: justify;
  font-family: 新宋体;
  font-size: 14px;
  color: #363636;
}
.wenda_show_daan_box .flex .wenda_show_daan_info .daan .daan_time {
  height: 28px;
  line-height: 28px;
  font-family: 新宋体;
  font-size: 12px;
  color: #a0a0a0;
  overflow: hidden;
}
.moer_wenda_list ul li {
  padding: 17px 0px 12px 3px;
  border-bottom: 1px solid #eeeeee;
}
.moer_wenda_list ul li span {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
  height: 28px;
  line-height: 28px;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 18px;
  color: #202020;
  overflow: hidden;
}
.moer_wenda_list ul li span a {
  font-size: 18px;
  color: #202020;
}
.moer_wenda_list ul li p {
  height: 22px;
  line-height: 22px;
  font-size: 12px;
  color: #c6c6c6;
}
/* 分类页 */
.classfy_all {
  padding: 25px 0 30px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
.classfy_all a {
  padding: 0 20px;
  margin-right: 10px;
  margin: 5px 0;
  font-size: 16px;
  line-height: 36px;
  color: #666;
  transition: color 0.25s ease-in-out;
}
.classfy_all a:hover,
.classfy_all a.cur {
  font-weight: 700;
  color: #0e5db5;
  border-bottom: 2px solid #0e5db5;
}
/* 盒子 */
.bg_box {
  padding: 29px 0 35px;
  background-color: #e1eaf1;
}
.bg_box_two {
  background-color: #f4f4f4;
}
.list_r_box_1 {
  background-color: #fff;
  padding: 10px;
}
.list_r_box_2 {
  background-color: #fff;
  padding: 20px;
}
/* 距离 */
.w35 {
  width: 35%;
}
.w60 {
  width: 63%;
}
.w48 {
  width: 48%;
}
.w48.ff {
  background-color: #fff;
  padding: 9px 26px 0;
  box-sizing: border-box;
}
.w750 {
  width: 750px;
}
.w380 {
  width: 380px;
  border: 1px solid #e8e6e5;
  box-sizing: border-box;
}
.w32 {
  width: 32%;
  padding: 15px 17px;
  background-color: #fff;
  box-sizing: border-box;
}
.w868 {
  width: 868px;
  background-color: #fff;
  padding: 3px 21px 35px;
  box-sizing: border-box;
}
.w868.bor {
  border-top: 3px solid #0e5db5;
  padding: 0 28px;
}
.w868_show {
  width: 868px;
  box-sizing: border-box;
  border-top: 3px solid #0e5db5;
}
.w868_show .ff {
  padding: 0 28px 1px;
  background-color: #fff;
}
.w868_wenda {
  width: 868px;
}
.w310 {
  width: 310px;
}
.w900 {
  width: 900px;
}
.w280 {
  width: 280px;
}
.md10 {
  margin-top: 10px;
}
.md15 {
  margin-top: 15px;
}
.md20 {
  margin-top: 20px;
}
.md25 {
  margin-top: 25px;
}
.md30 {
  margin-top: 30px;
}
.md35 {
  margin-top: 35px;
}
.md40 {
  margin-top: 40px;
}
.md45 {
  margin-top: 45px;
}
.md50 {
  margin-top: 50px;
}
