.banner {
  /*background-color: #e9eaec;*/
}
.banner > div {
  position: relative;
}
.banner_box {
  width: 100%;
}
.banner_box .bg1 {
  background: url(../images/banner_bg.png) no-repeat;
}
.banner_box .bg2 {
  background: url(../images/banner2_bg.jpg) no-repeat;
}
/*banner*/
.fullSlide {
  position: relative;
}
.fullSlide .bd {
  margin: 0 auto;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.fullSlide .bd ul {
  width: 100% !important;
  overflow: hidden;
  min-height: 360px;
}
.fullSlide .bd li {
  width: 100%;
  overflow: hidden;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
}
.fullSlide .bd li a {
  display: block;
}
.fullSlide .bd li img {
  display: block;
  width: 100%;
}
.fullSlide .hd {
  /* width: 100%; */
  position: absolute;
  z-index: 1;
  bottom: 3%;
  right: 50%;
  height: 30px;
  line-height: 30px;
}
.fullSlide .hd ul {
  text-align: right;
}
.fullSlide .hd ul li {
  cursor: pointer;
  display: inline-block;
  zoom: 1;
  background-color: #fff;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  margin: 5px;
  overflow: hidden;
  line-height: 999px;
}
.fullSlide .hd ul .on {
  background-color: var(--color);
}
.fullSlide .prev,
.fullSlide .next {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  left: 0;
  z-index: 1;
  width: 28px;
  height: 80px;
  background: url(../images/prev.png) no-repeat;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
  display: none;
}
.fullSlide .next {
  left: auto;
  right: 0;
  background: url(../images/next.png) no-repeat;
}
.title-alpha {
  position: absolute;
  bottom: 0;
  text-align: left;
  color: #fff;
  height: 80px;
  line-height: 80px;
  width: 100%;
  background: url(../images/f_shadow.png) repeat-x center center;
  padding: 0 70px 0 10px;
  box-sizing: border-box;
}
.title-alpha a {
  font-size: 16px;
  color: #ffffff;
}
/*banner end*/
.banner_list {
  position: absolute;
  top: 5%;
  left: 2%;
  width: 20%;
  margin-bottom: 10px;
  background-color: #fff;
  padding: 8px;
  border: 1px solid #dbe4e5;
}
.banner_list h3 {
  font-size: 16px;
  line-height: 20px;
  font-weight: normal;
  color: #333;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-top: 10px;
}
.banner_list li {
  padding-bottom: 8px;
  padding-top: 5px;
}
.banner_list li span {
  /* padding-right: 5px; */
}
.banner_list li span::after {
  width: 10px;
  padding: 4px 10px;
  height: 20px;
}
.banner_list li:first-child span::after {
  content: '1';
}
.banner_list li span::after {
  /*color:var(--color);*/
}
.banner_list li:nth-child(2) span::after {
  content: '2';
}
.banner_list li:nth-child(3) span::after {
  content: '3';
}
.banner_list li:nth-child(4) span::after {
  content: '4';
}
.banner_list li:nth-child(5) span::after {
  content: '5';
}
.banner_list li:nth-child(6) span::after {
  content: '6';
}
.banner_list li:nth-child(7) span::after {
  content: '7';
}
.banner_list li:not(:last-child) {
  border-bottom: 1px solid #ececec;
}
.banner_list li a {
  font-size: 14px;
  line-height: 30px;
  color: #656363;
}
.banner_list li:hover a {
  color: var(--color);
}
.more {
  display: block;
  width: 200px;
  margin: 30px auto;
  font-size: 14px;
  border: 1px solid #e2e2e2;
  text-align: center;
  padding: 10px 0;
}
.index-content {
  margin-bottom: 10px !important;
  justify-content: space-between;
  flex-wrap: wrap;
  border: 1px solid #eaeaea;
}
.tab-title {
  width: 100%;
  border-bottom: 2px solid var(--color);
  height: 52px;
  line-height: 52px;
  justify-content: space-between;
}
.tab-title li {
  width: 100px;
  text-align: center;
}
.tab-title li:first-child a {
  font-weight: 400;
  font-size: 16px;
  color: #444444;
  line-height: 52px;
}
.tab-title li:last-child a {
  border: 1px solid var(--color);
  color: var(--color);
  font-size: 12px;
  border-radius: 5px;
  padding: 5px 10px;
}
.tab-content {
  width: 71%;
  box-sizing: border-box;
}
.tab-content .list-left {
  width: 45%;
  border-right: 1px solid #eaeaea;
}
.tab-content .list-left {
  padding: 15px 18px;
  box-sizing: border-box;
}
.tab-content .list-left a {
  font-size: 14px;
  justify-content: space-between;
  color: #666;
  line-height: 35px;
}
.tab-content .list-left p {
  width: 75%;
}
.tab-content .list-left p:hover {
  text-decoration: underline;
  color: var(--color);
}
.tab-content .list-left p.des {
  display: none;
}
.tab-content .list-left time {
  min-width: 25%;
  overflow: hidden;
  display: block;
  font-size: 12px;
  text-align: right;
  flex-shrink: 0;
}
.tab-content .item-list {
  width: 55%;
  padding-left: 18px;
  box-sizing: border-box;
}
.tab-content .item-list li {
  position: relative;
  padding: 20px 0;
  overflow: hidden;
  transition: all .3s ease 0s;
}
.tab-content .item-list li:not(:last-child) {
  border-bottom: 1px solid #efefef;
}
.tab-content .item-list li .item-left {
  width: 30%;
  display: block;
}
.tab-content .item-list li .item-left,
.tab-content .item-list li .item-left img {
  height: 6.8rem;
  overflow: hidden;
}
.tab-content .item-list li .item-left img {
  width: 100%;
  object-fit: cover;
}
.tab-content .item-list li .item-right {
  width: 70%;
  display: block;
  position: relative;
  /* height: 7rem; */
  padding-left: 10px;
}
.tab-content .item-list li .item-right strong {
  font-weight: 500;
  color: var(--color);
  padding: 0 10px;
  font-size: 15px;
  line-height: 1.4;
}
.tab-content .item-list li .item-right strong:hover {
  text-decoration: underline;
}
.tab-content .item-list li .item-right p {
  /* line-height: 30px; */
  color: #666666;
  font-size: 14px;
  padding: 0 10px;
  margin: 10px 0;
}
.tab-content .item-list li .item-right .item-meta {
  color: #868686;
  font-size: 12px;
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 5px;
}
.index-list-right {
  width: 28%;
  border-left: 1px solid #eaeaea;
}
.small_t {
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  color: #333;
  border-bottom: 1px solid #eaeaea;
}
.small_t h4 {
  font-size: 16px;
  font-weight: normal;
  color: #f7a61e;
  margin-left: 20px;
}
.small_t span {
  background-color: #f7a61e;
  color: #fff;
  font-size: 7px;
  padding: 0 2px;
  margin-left: 5px;
  border-radius: 10%;
}
.click_order {
  overflow: hidden;
  box-sizing: border-box;
  padding: 15px 18px;
}
.click_order li {
  line-height: 40px;
  font-size: 15px;
  position: relative;
}
.click_order li:first-child::before {
  content: '1.';
  color: #666666;
  font-size: 14px;
}
.click_order li:nth-child(2)::before {
  content: '2.';
}
.click_order li:nth-child(3)::before {
  content: '3.';
}
.click_order li:nth-child(4)::before {
  content: '4.';
}
.click_order li:nth-child(5)::before {
  content: '5.';
}
.click_order li:nth-child(6)::before {
  content: '6.';
}
.click_order li:nth-child(7)::before {
  content: '7.';
}
.click_order li:nth-child(8)::before {
  content: '8.';
}
.click_order li:nth-child(9)::before {
  content: '9.';
}
.click_order li::before {
  position: absolute;
  width: 5px;
  height: 5px;
  left: 0;
}
.click_order li a {
  padding-left: 15px;
  color: #666666;
  font-size: 14px;
}
.click_order li a:hover {
  text-decoration: underline;
  color: var(--color);
}
.hot_meta {
  padding: 10px 18px 18px;
  flex-wrap: wrap;
}
.hot_meta a {
  max-width: 46%;
  margin-top: 12px;
  border: 1px solid #f2f2f2;
  font-size: 14px;
  /* display: block; */
  /* padding: 6px; */
  margin-right: 10px;
  background: #fafafa;
  border-radius: 3px;
}
.tab-content .second-list {
  width: 100%;
  border-right: none;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top: 1px solid #f2f2f2;
}
.tab-content .second-list a {
  width: 48.5%;
}
.tab-content .second-item {
  padding: 15px 5px 15px 18px;
  box-sizing: border-box;
  justify-content: space-between;
}
.tab-content .second-item li {
  width: 23%;
}
.tab-content .second-item li .item-right strong {
  font-weight: normal;
  padding: 15px 0 0;
  font-size: 14px;
  line-height: 1.4;
}
.tab-content .second-item li .item-right strong:hover {
  text-decoration: underline;
}
.tab-content .second-item li .item-right p {
  color: #666666;
  font-size: 13px;
  margin: 15px 0 10px;
  justify-content: space-between;
}
.tab-content .second-item li .item-right p a {
  display: block;
  border: 1px solid var(--color);
  width: 46%;
  padding: 3px 0;
  text-align: center;
  color: var(--color);
}
.tab-content .second-item li .item-right p a:first-child {
  border-color: #f7a61e;
  color: #f7a61e;
}
.tab-content .second-item li .item-right p a:first-child:hover {
  background-color: #f7a61e;
  color: #fff;
}
.tab-content .second-item li .item-right p a:last-child:hover {
  background-color: var(--color);
  color: #fff;
}
.tab-content .second-item li .item-left,
.tab-content .second-item li .item-left img {
  height: 6.8rem;
  overflow: hidden;
}
.tab-content .second-item li .item-left img {
  width: 100%;
  object-fit: cover;
}
.links {
  padding: 25px 0;
  color: #8a8a8a;
  background: #f9f9f9;
  font-size: 14px;
}
.links .links-title {
  border-bottom: 1px solid #f5f5f5;
  padding-bottom: 10px;
  font-size: 15px;
}
.links .links-title b {
  border-bottom: 2px solid var(--color);
  color: #383838;
  padding-bottom: 15px;
}
.links .links-list {
  margin-top: 15px;
  line-height: 30px;
}
.links .links-list a {
  margin-left: .2em;
  color: #8e8a8a;
}
@media (max-width: 1200px) {
  .container {
    /* padding-left: 10px; */
    /* padding-right: 10px; */
    box-sizing: border-box;
  }
  .fullSlide .bd ul {
    min-height: unset;
  }
}
@media (max-width: 1024px) {
  .banner_list li:last-child {
    display: none;
  }
}
@media (max-width: 800px) {
  .top-head .logo img {
    display: block;
    width: auto;
    height: 35px;
  }
  .banner_list,
  .index-list-right {
    display: none;
  }
  .banner_box {
    width: 100%;
    margin-bottom: 15px;
  }
  .index-content {
    flex-wrap: wrap;
    /* margin-left: 10px; */
    /* margin-right: 10px; */
    border: none;
  }
  .tab-content {
    width: 100%;
  }
}
@media (max-width: 600px) {
  section {
    border-top: 10px solid #f7f8fa;
    margin-top: 0 !important;
  }
  .tab-title {
    font-size: 16px;
  }
  .tab-content .item-list li .item-right strong {
    font-size: 16px;
    color: #000;
  }
  .tab-content .item-list li .item-right p {
    font-size: 15px;
  }
  .tab-content {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .tab-content .list-left,
  .tab-content .item-list,
  .tab-content .second-list a {
    width: 100%;
  }
  .tab-content .item-list {
    padding-right: 12px;
  }
  .tab-content .list-left {
    border-right: none;
    border-top: 1px solid #eaeaea;
  }
  .tab-content .second-item {
    flex-wrap: wrap;
  }
  .tab-content .second-item li {
    width: 49%;
    margin-bottom: 15px;
  }
  .tab-content .list-left a {
    flex-wrap: wrap;
    padding-bottom: 15px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eaeaea;
  }
  .tab-content .list-left a:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .tab-content .list-left p {
    width: 100%;
    color: #000;
    font-size: 16px;
  }
  .tab-content .list-left p:first-child {
    position: relative;
    padding-left: 10px;
  }
  .tab-content .list-left p:first-child::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 5px;
    height: 5px;
    margin-top: -2px;
    border-radius: 50%;
    background-color: #ff9c02;
  }
  .tab-content .list-left p.des {
    display: -webkit-box;
    padding-left: 10px;
    color: #999;
    line-height: 25px;
  }
  .tab-content .list-left time {
    display: none;
  }
  .links {
    display: none;
  }
}
.line1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.line2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.line3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.line4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.line5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.line6 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}
.line7 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
}
.line8 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
}
.fcf {
  color: #fff;
}
.fc0 {
  color: #000;
}
.fc3 {
  color: #333;
}
.fc5 {
  color: #555;
}
.fc6 {
  color: #666;
}
.fc8 {
  color: #888;
}
.fc9 {
  color: #999;
}
.fcc {
  color: #ccc;
}
.fcd {
  color: #ddd;
}
.fce {
  color: #eee;
}
.mr5 {
  margin-right: 5px;
}
.mr10 {
  margin-right: 10px;
}
.mr15 {
  margin-right: 15px;
}
.mr20 {
  margin-right: 20px;
}
.mr25 {
  margin-right: 25px;
}
.mr30 {
  margin-right: 30px;
}
.mr35 {
  margin-right: 35px;
}
.mr40 {
  margin-right: 40px;
}
.mr45 {
  margin-right: 45px;
}
.mr50 {
  margin-right: 50px;
}
.mr55 {
  margin-right: 55px;
}
.mr60 {
  margin-right: 60px;
}
.mr65 {
  margin-right: 65px;
}
.ml5 {
  margin-left: 5px;
}
.ml10 {
  margin-left: 10px;
}
.ml15 {
  margin-left: 15px;
}
.ml20 {
  margin-left: 20px;
}
.ml25 {
  margin-left: 25px;
}
.ml30 {
  margin-left: 30px;
}
.ml35 {
  margin-left: 35px;
}
.ml40 {
  margin-left: 40px;
}
.ml45 {
  margin-left: 45px;
}
.ml50 {
  margin-left: 50px;
}
.ml55 {
  margin-left: 55px;
}
.ml60 {
  margin-left: 60px;
}
.ml65 {
  margin-left: 65px;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb25 {
  margin-bottom: 25px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb35 {
  margin-bottom: 35px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb45 {
  margin-bottom: 45px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb55 {
  margin-bottom: 55px;
}
.mb60 {
  margin-bottom: 60px;
}
.mb65 {
  margin-bottom: 65px;
}
.mt5 {
  margin-top: 5px;
}
.mt6 {
  margin-top: 6px;
}
.mt8 {
  margin-top: 8px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt16 {
  margin-top: 16px;
}
.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mt30 {
  margin-top: 30px;
}
.mt35 {
  margin-top: 35px;
}
.mt40 {
  margin-top: 40px !important;
}
.mt45 {
  margin-top: 45px;
}
.mt50 {
  margin-top: 50px;
}
.mt55 {
  margin-top: 55px;
}
.mt60 {
  margin-top: 60px;
}
.mt65 {
  margin-top: 65px;
}
/*padding*/
.pr5 {
  padding-right: 5px;
}
.pr10 {
  padding-right: 10px;
}
.pr15 {
  padding-right: 15px;
}
.pr20 {
  padding-right: 20px;
}
.pr25 {
  padding-right: 25px;
}
.pr30 {
  padding-right: 30px;
}
.pr35 {
  padding-right: 35px;
}
.pr40 {
  padding-right: 40px;
}
.pr45 {
  padding-right: 45px;
}
.pr50 {
  padding-right: 50px;
}
.pr55 {
  padding-right: 55px;
}
.pr60 {
  padding-right: 60px;
}
.pr65 {
  padding-right: 65px;
}
.pl5 {
  padding-left: 5px;
}
.pl10 {
  padding-left: 10px;
}
.pl15 {
  padding-left: 15px;
}
.pl20 {
  padding-left: 20px;
}
.pl25 {
  padding-left: 25px;
}
.pl30 {
  padding-left: 30px;
}
.pl35 {
  padding-left: 35px;
}
.pl40 {
  padding-left: 40px;
}
.pl45 {
  padding-left: 45px;
}
.pl50 {
  padding-left: 50px;
}
.pl55 {
  padding-left: 55px;
}
.pl60 {
  padding-left: 60px;
}
.pl65 {
  padding-left: 65px;
}
.pb5 {
  padding-bottom: 5px;
}
.pb10 {
  padding-bottom: 10px;
}
.pb15 {
  padding-bottom: 15px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb25 {
  padding-bottom: 25px;
}
.pb30 {
  padding-bottom: 30px;
}
.pb35 {
  padding-bottom: 35px;
}
.pb40 {
  padding-bottom: 40px;
}
.pb45 {
  padding-bottom: 45px;
}
.pb50 {
  padding-bottom: 50px;
}
.pb55 {
  padding-bottom: 55px;
}
.pb60 {
  padding-bottom: 60px;
}
.pb65 {
  padding-bottom: 65px;
}
.pt5 {
  padding-top: 5px;
}
.pt10 {
  padding-top: 10px;
}
.pt15 {
  padding-top: 15px;
}
.pt20 {
  padding-top: 20px;
}
.pt25 {
  padding-top: 25px;
}
.pt30 {
  padding-top: 30px;
}
.pt35 {
  padding-top: 35px;
}
.pt40 {
  padding-top: 40px;
}
.pt45 {
  padding-top: 45px;
}
.pt50 {
  padding-top: 50px;
}
.pt55 {
  padding-top: 55px;
}
.pt60 {
  padding-top: 60px;
}
.pt65 {
  padding-top: 65px;
}
.bd1 {
  border: 1px solid #eee;
}
.f12 {
  font-size: 12px;
}
.f14 {
  font-size: 14px;
}
.f16 {
  font-size: 16px;
}
.f18 {
  font-size: 18px;
}
.f20 {
  font-size: 20px;
}
.f22 {
  font-size: 22px;
}
.f24 {
  font-size: 24px;
}
.f26 {
  font-size: 26px;
}
.f28 {
  font-size: 28px;
}
.f30 {
  font-size: 30px;
}
.lh20 {
  line-height: 20px;
}
.lh22 {
  line-height: 22px;
}
.lh24 {
  line-height: 24px;
}
.lh26 {
  line-height: 26px;
}
.lh28 {
  line-height: 28px;
}
.lh30 {
  line-height: 30px;
}
.lh32 {
  line-height: 32px;
}
.lh34 {
  line-height: 34px;
}
.lh36 {
  line-height: 36px;
}
.lh38 {
  line-height: 38px;
}
.lh40 {
  line-height: 40px;
}
.green {
  color: #27cdb0;
}
.bb1 {
  border-bottom: 1px solid #eee;
}
.flr {
  float: right;
}
/**
 * 弹性布局
 */
.flex {
  display: flex;
}
.flex-wrap {
  display: flex;
  flex-wrap: wrap;
}
.flex-sb {
  display: flex;
  justify-content: space-between;
}
.flex-sb-center {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flex-a-center {
  display: flex;
  align-items: center;
}
.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex-down {
  display: flex;
  flex-direction: column;
}
.flex-a-down {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mla {
  margin-left: auto !important;
}
.mra {
  margin-right: auto !important;
}
.hover:hover .name,
.hover:hover .title {
  color: var(--color);
  transition: all 0.1s;
}
.hoverUp {
  transition: all 0.3s;
}
.hoverUp:hover {
  transform: translateY(-5px);
}
.paginations {
  margin: 30px 0 30px;
  clear: both;
  text-align: center;
}
.paginations ul {
  display: inline-block !important;
  height: 42px;
}
.paginations li {
  float: left;
  margin: 0 5px;
  overflow: hidden;
  min-width: 30px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  text-align: center;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  padding: 0;
}
.paginations li i {
  transition: none;
}
.paginations li a {
  display: block;
  padding: 0 5px;
  min-width: 30px;
  color: #676767;
}
.paginations li a:hover {
  color: #ffffff;
  background-color: var(--color);
  border-color: var(--color);
}
.paginations li.on a {
  color: #fff;
  background-color: var(--color);
  border-color: var(--color);
}
.article-content {
  font-size: 16px !important;
  font-weight: normal !important;
  position: relative;
  padding-top: 25px;
  margin-top: 20px;
  border-top: 1px solid #F0F0F0;
}
.article-content p {
  font-weight: 400;
  color: #333333;
  line-height: 28px;
  margin-bottom: 15px;
  font-size: 16px;
}
.article-content p + img {
  margin-top: 25px;
}
.article-content h1 {
  font-weight: bold !important;
  font-size: 26px !important;
  color: var(--color);
  line-height: 39px;
  margin: 15px 0;
}
.article-content h1 + * {
  margin-top: 0;
}
.article-content h2,
.article-content h3,
.article-content h4,
.article-content h5,
.article-content h6 {
  font-weight: bold !important;
  font-size: 20px !important;
  color: var(--color);
  line-height: 42px;
  margin: 15px 0;
}
.article-content h2 + img,
.article-content h3 + img,
.article-content h4 + img,
.article-content h5 + img,
.article-content h6 + img {
  margin-top: 0;
}
.article-content img {
  display: block;
  margin: 30px auto;
  max-width: 100%;
}
.article-content img + * {
  margin-top: 0;
}
.index-tabBars {
  position: fixed;
  z-index: 97;
  bottom: 0;
  left: 0;
  padding-bottom: constant(safe-area-inset-bottom);
  /* iPhone X 兼容，把可交互的部分渲染到安全区域内*/
  padding-bottom: env(safe-area-inset-bottom);
  box-sizing: content-box;
  width: 100%;
  height: 3rem;
}
.index-tabBars::after {
  position: fixed;
  width: 100%;
  height: 2.35rem;
  content: "";
  display: block;
  bottom: 0;
  background: #fff;
  z-index: -1;
}
.index-tabBars > div {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 0 auto;
  text-align: center;
  max-width: 16.2rem;
  background-image: url(../../../static/common/img/footerbar.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: 16.2rem;
  height: 3rem;
  width: 15rem;
}
.index-tabBars > div ul {
  width: 100%;
  margin-top: 0.7rem;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: flex-end;
  padding-bottom: 0.2rem;
}
.index-tabBars > div ul li a {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
.index-tabBars > div ul li a img,
.index-tabBars > div ul li a svg {
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  color: var(--color);
}
.index-tabBars > div ul li a .pic {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
.index-tabBars > div ul li a p {
  font-weight: 500;
  font-size: 0.52rem;
  color: #2D322A;
  line-height: 0.76rem;
  text-align: center;
}
.index-tabBars > div ul .app_xiazai {
  position: relative;
}
.index-tabBars > div ul .app_xiazai .xiazai {
  display: inline-block;
  width: 100;
  height: 100;
  position: absolute;
  top: -0.4rem;
  left: 50%;
  transform: translateX(-50%);
}
.index-tabBars > div ul .app_xiazai .xiazai svg {
  width: 2rem;
  height: 2rem;
  margin-bottom: 0;
  color: var(--color);
}
.index-tabBars > div ul .app_xiazai p {
  margin-top: 1.4rem;
}
img {
  max-width: 100%;
}
.article-body ol,
.article-content ol,
.News-details-text ol,
.content ol {
  list-style: none;
  counter-reset: custom-counter;
  margin: 0.7rem auto;
}
.article-body ol li,
.article-content ol li,
.News-details-text ol li,
.content ol li {
  counter-increment: custom-counter;
  position: relative;
  margin-bottom: 0.7rem;
  line-height: 1.6;
  font-size: 0.95em;
  color: #555;
  margin-left: 40px;
  background: #f8f9fa;
  padding: 1rem;
  border-radius: 6px;
}
.article-body ol li::before,
.article-content ol li::before,
.News-details-text ol li::before,
.content ol li::before {
  content: counter(custom-counter);
  position: absolute;
  left: 0;
  top: 0;
  width: 26px;
  height: 26px;
  background: var(--color);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9em;
  font-weight: bold;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transform: translateX(-40px);
}
.article-body ol li::after,
.article-content ol li::after,
.News-details-text ol li::after,
.content ol li::after {
  content: '';
  width: 4px;
  height: 100%;
  background-color: var(--color);
  opacity: 0.5;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 6px 0 0 6px;
}
.article-body ol li strong,
.article-content ol li strong,
.News-details-text ol li strong,
.content ol li strong {
  color: var(--color);
  font-weight: 600;
}
@media (max-width: 768px) {
  .article-body ol li::before,
  .article-content ol li::before,
  .News-details-text ol li::before,
  .content ol li::before {
    width: 22px;
    height: 22px;
  }
}
.f18 {
  font-size: 18px !important;
}
.ask-list.pd {
  padding: 18px;
}
.ask-list .tit {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 35px;
  margin-bottom: 7px;
}
.ask-list .ul {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 50px;
}
.ask-list .ul .li {
  flex-grow: 1;
}
.ask-list .ul .li > * {
  padding-left: 26px;
}
.ask-list .ul .li .title,
.ask-list .ul .li p {
  position: relative;
}
.ask-list .ul .li .title::before,
.ask-list .ul .li p::before {
  content: '';
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  left: 0px;
  top: 2px;
  background: url('../img/') center no-repeat;
  background-size: contain;
}
.ask-list .ul .li .title:hover span {
  text-decoration: underline;
  color: var(--color);
}
.ask-list .ul .li .title {
  font-weight: 400;
  font-size: 14px;
  color: #444444;
  line-height: 35px;
  text-align: left;
  display: flex;
  align-items: center;
}
.ask-list .ul .li .title::before {
  top: 7px;
  background: url('../img/answer.svg') center no-repeat;
  background-size: contain;
  color: red;
}
.ask-list .ul .li .title span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.ask-list .ul .li .title .btn {
  width: 88px;
  height: 30px;
  background: #FFFFFF;
  border-radius: 5px 5px 5px 5px;
  border: 1px solid var(--color);
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-size: 12px;
  color: var(--color);
  line-height: 18px;
  margin-left: auto;
}
.ask-list .ul .li p {
  font-weight: 400;
  font-size: 13px;
  color: #888888;
  line-height: 22px;
  text-align: justified;
  margin-top: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.ask-list .ul .li .row {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 12px;
  color: #CCCCCC;
  line-height: 18px;
  margin-top: 5px;
}
.ask-list .ul .li .row i {
  margin-left: 20px;
}
.ask-list.list-left {
  padding-top: 0;
}
.ask-list.list-left .ul {
  margin-top: 25px;
  padding-right: 20px;
}
.ask-list.list-left .ul .li .row {
  margin-top: 10px;
}
.tab-content .ask-list .ul .li p {
  height: 44px;
}
.hot-right .ask-list .ul {
  gap: 16px;
}
.hot-right .ask-list .ul .li p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin-top: 0;
}
.hot-right .ask-list .ul .li .title {
  line-height: 30px;
}
.hot-right .ask-list .ul .li .row {
  margin-top: 0;
}
.index-content .ask-list .ul .li {
  width: calc(50% - 25px);
}
.index-content .ask_order li {
  line-height: 42px;
}
.view {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 12px;
  color: #CCCCCC;
  line-height: 18px;
}
.view::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: url("../img/view.svg") center center / contain no-repeat;
  transition: all 0.3s;
  flex-shrink: 0;
  margin: 0;
}
.shenming {
  background: #F8F9FB;
  border-radius: 0px 0px 0px 0px;
  padding: 20px 50px;
  box-sizing: border-box;
  text-align: center;
}
.shenming > div {
  margin-bottom: 8px;
  font-weight: 400;
  font-size: 16px;
  color: #7D7D7D;
  line-height: 32px;
}
.shenming span {
  display: block;
  font-weight: 400;
  font-size: 13px;
  color: #7D7D7D;
  line-height: 23px;
}
.ask-show .list .list-left {
  padding: 25px 20px;
}
.ask-show .desc {
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 28px;
  margin-top: 10px;
}
.ask-show .ask-head {
  padding-bottom: 30px;
  border-bottom: 1px solid #EAEAEA;
}
.ask-show .ask-head h1 {
  font-weight: 400;
  font-size: 28px;
  color: #000000;
  line-height: 42px;
  text-align: left;
}
.ask-show .ask-head .user-other {
  font-weight: 400;
  font-size: 12px;
  color: #999999;
  line-height: 18px;
  text-align: left;
  margin-top: 8px;
}
.ask-show .ask-head .user-other i {
  margin: 0 2px;
}
.ask-show .ask-head .tit {
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  line-height: 27px;
  margin-top: 12px;
}
.answer-ul {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin: 30px 0;
}
.answer-ul .li .author {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 12px;
  color: #8F9994;
  line-height: 18px;
}
.answer-ul .li .author .pic {
  width: 24px;
  height: 24px;
  border-radius: 24px;
  margin-right: 4px;
}
.answer-ul .li .author i {
  display: flex;
  align-items: center;
}
.answer-ul .li .author i::before {
  content: '';
  width: 0px;
  height: 10px;
  border-radius: 0px 0px 0px 0px;
  border-left: 1px solid #8F9994;
  margin: 0 10px;
}
.answer-ul .li.best .author::after {
  content: '';
  display: block;
  width: 70px;
  height: 70px;
  background: url("../img/answer_best.svg") center center / contain no-repeat;
  transition: all 0.3s;
  flex-shrink: 0;
  margin: 0 0 0 8px;
}
.answer-ul .li.best .author:after {
  height: 18px;
}
.ask-relation {
  padding-top: 10px;
}
.ask-relation .ul {
  margin-top: 27px;
  gap: 16px;
}
.ask-relation .ul .li {
  width: calc(33% - 8px);
  background: #F6F7F8;
  padding: 10px;
  box-sizing: border-box;
}
.ask-relation .ul .li .title {
  line-height: 30px;
}
.ask-relation .ul .li p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin-top: 0;
}
.ask-relation .ul .li .row {
  margin-top: 0;
}
.hot-news .ul {
  margin: 10px 0;
  gap: 16px;
  display: flex;
  flex-direction: column;
}
.hot-news .li {
  display: flex;
}
.hot-news .li .pic {
  width: 93px;
  height: 62px;
  border-radius: 0px 0px 0px 0px;
  flex-shrink: 0;
  margin-right: 8px;
  object-fit: cover;
}
.hot-news .li .info {
  display: flex;
  flex-direction: column;
}
.hot-news .li .info .title {
  font-weight: 400;
  font-size: 14px;
  color: #444444;
  line-height: 21px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.hot-news .li .info .view::before {
  display: none;
}
.m {
  display: none !important;
}
div.appointment-box {
  margin: 30px 0;
}
@media (max-width: 800px) {
  .ask-list .tit {
    display: none;
  }
  .ask-list .ul .li {
    background: #FFFFFF;
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.05);
    border-radius: 0px 0px 0px 0px;
    border: 1px solid #EAEAEA;
    padding: 10px;
    box-sizing: border-box;
    width: 100% !important;
  }
  .ask-list .ul .li .view {
    display: none;
  }
  .ask-list .ul .li .title .btn {
    display: none;
  }
  .ask-list .ul .li p {
    margin-top: 0;
  }
  .ask-list .ul .li .row {
    margin-top: 1px;
  }
  .ask-list.list-left {
    padding-left: 20px;
    padding-right: 20px;
  }
  .ask-list.list-left .ul {
    padding-right: 0;
    gap: 14px;
  }
  .ask-list.list-left + .list-right {
    padding-left: 20px;
    padding-right: 20px;
  }
  div.appointment-box,
  .ask-relation,
  .shenming {
    display: none;
  }
  .ask-show .list .list-left {
    position: relative;
    padding-top: 16px;
    padding-bottom: 0;
  }
  .ask-show .list .list-left > * {
    position: relative;
    z-index: 2;
  }
  .ask-show .list .list-left::before {
    width: 100%;
    height: 432px;
    background: linear-gradient(180deg, #0cb5be 0%, rgba(76, 207, 188, 0) 100%);
    border-radius: 0px 0px 0px 0px;
    position: absolute;
    z-index: 1;
    left: 0px;
    top: 0px;
    right: 0;
    content: '';
  }
  .ask-show .list .list-left .ask-head {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 10px;
  }
  .ask-show .list .list-left .ask-head h1 {
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 27px;
    display: flex;
  }
  .ask-show .list .list-left .ask-head h1::before {
    content: '';
    display: block;
    width: 22px;
    height: 22px;
    background: url("../img/answer-2.svg") center center / contain no-repeat;
    transition: all 0.3s;
    flex-shrink: 0;
    margin: 4px 4px 0 0;
  }
  .ask-show .list .list-left .ask-head .info-row {
    padding-left: 26px;
    margin-top: 10px;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 21px;
  }
  .ask-show .list .list-left .ask-head .info-row i {
    display: flex;
    align-items: center;
  }
  .ask-show .list .list-left .ask-head .info-row i::before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background: url("../img/view-w.svg") center center / contain no-repeat;
    transition: all 0.3s;
    flex-shrink: 0;
    margin: 0 8px 0 0;
  }
  .ask-show .list .list-left .ask-head .info-row em {
    width: 0px;
    height: 10px;
    border-right: 1px solid #FFFFFF;
    margin: 0 12px;
  }
  .ask-show .list .list-left .ask-head .info-row span {
    display: flex;
    align-items: center;
  }
  .ask-show .list .list-left .ask-head .info-row span::before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background: url("../img/pinlun.svg") center center / contain no-repeat;
    transition: all 0.3s;
    flex-shrink: 0;
    margin: 0 8px 0 0;
  }
  .ask-show .list .list-left .ask-head .info {
    background: #FFFFFF;
    border-radius: 8px 8px 8px 8px;
    padding: 16px;
    margin-top: 6px;
  }
  .ask-show .list .list-left .ask-head .info .tit {
    margin-top: 0;
  }
  .ask-show .list .list-left .ask-head .info .btn {
    width: 204px;
    height: 34px;
    background: linear-gradient(180deg, #ff6b57 0%, #ff2d2d 100%);
    border-radius: 42px 42px 42px 42px;
    font-weight: bold;
    font-size: 15px;
    color: #FFFFFF;
    line-height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 18px auto 0;
  }
  .ask-show .list .list-left .answer-ul {
    margin: 0;
    background: #FFFFFF;
    border-radius: 8px 8px 8px 8px;
    padding: 16px 16px 0px 16px;
    gap: 15px;
  }
  .ask-show .list .list-left .answer-ul .li {
    padding-bottom: 15px;
    border-bottom: 1px solid #F7F8FA;
  }
  .ask-show .list .list-left .answer-ul .li:last-child {
    border-bottom: none;
  }
  .ask-show .list .list-left .answer-ul .li.best .author:after {
    margin-left: auto;
  }
  .ask-show .list .list-left .answer-ul .li.best .desc {
    margin-top: 15px;
    line-height: 28px;
  }
  .ask-show .desc {
    line-height: 24px;
    margin-top: 5px;
  }
  .pc {
    display: none !important;
  }
  .m {
    display: flex !important;
  }
  .list .list-right.pl20 {
    padding-left: 20px;
  }
  .list .list-right.pr20 {
    padding-right: 20px;
  }
}
/*# sourceMappingURL=index.css.map */