@charset "UTF-8";

 .crumbs-box {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}
 .crumbs-box .link-a {
  cursor: pointer;
  font-size: 14px;
  color: #90949E;
  line-height: 19px;
}
 .crumbs-box .link-a.active {
  color: #333333;
}
 .crumbs-box .icon {
  width: 14px;
  height: 14px;
}
 .tabsbox {
  width: 100%;
  position: relative;
  background: #FFFFFF;
  /* &:before {
  	content: "";
  	position: absolute;
  	left: 0;
  	right: 0;
  	bottom: 0;
  	width: 100%;
  	height: 2px;
  	background: #E5E5E5;
  } */
}
 .tabsbox .tabitem {
  cursor: pointer;
}
 .tabsbox .tabitem span {
  margin: 0 auto;
  padding: 14px 0;
  position: relative;
  font-size: 16px;
  color: #62636C;
  line-height: 22px;
  font-size: 16px;
}
 .tabsbox .tabitem.active span {
  color: #D7000F;
  font-weight: bold;
}
 .tabsbox .tabitem.active span:last-child {
  color: #D7000F;
}
 .tabsbox .tabitem.active span:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #D7000F;
}
 .bar-titleMobile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
 .bar-titleMobile:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #E5E5E5;
}
 .bar-titleMobile .titleName {
  height: 50px;
  display: flex;
  align-items: center;
  position: relative;
  border-bottom: 2px solid #D7000F;
}
 .bar-titleMobile .titleName span {
  font-weight: bold;
  font-size: 16px;
  color: #333333;
  line-height: 16px;
}
 .bar-titleMobile .titleName span:last-child {
  color: #D7000F;
}
 .bar-titleMobile .drop-down-box {
  position: relative;
}
 .bar-titleMobile .drop-down-box .curselect {
  width: 140px;
  height: 30px;
  padding: 5px 10px;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #E5E5E5;
}
 .bar-titleMobile .drop-down-box .curselect span {
  font-size: 14px;
  color: #333333;
  line-height: 20px;
}
 .bar-titleMobile .drop-down-box .curselect .icon {
  width: 12px;
  height: 12px;
  margin-left: 10px;
  transition: transform 0.5s ease;
  /* 添加过渡效果 */
}
 .bar-titleMobile .drop-down-box .curselect .icon.rotated {
  transform: rotate(180deg);
}
 .bar-titleMobile .drop-down-box .drop-down-menu {
  position: absolute;
  z-index: 998;
  top: 38px;
  right: 0;
  width: 140px;
  padding: 5px 0;
  background: #F0F0F0;
  border: 1px solid #DEDEDE;
}
 .bar-titleMobile .drop-down-box .drop-down-menu .item {
  position: relative;
  z-index: 998;
  position: relative;
  text-align: center;
}
 .bar-titleMobile .drop-down-box .drop-down-menu .item .link-a {
  margin: 0 16px;
  padding: 10px 0;
  border-bottom: 1px solid #DEDEDE;
  font-size: 14px;
  color: #333333;
}
 .bar-titleMobile .drop-down-box .drop-down-menu .item:last-child .link-a {
  border-bottom: none;
}
 .bar-titleMobile .drop-down-box .drop-down-menu .item.active {
  background: none;
}
 .bar-titleMobile .drop-down-box .drop-down-menu .item.active::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 3px;
  height: 60%;
  background: #f00;
}
 .bar-titleMobile .drop-down-box .drop-down-menu .item.active .link-a {
  color: #C20003;
}
 .list-page {
  background: #fff;
  margin-bottom: 40px;
  display: flex;
  /* 内容 */
}
 .list-page .list-page-left {
  float: left;
  width: 200px;
  background: #FAFBFC;
}
 .list-page .list-page-right {
  background: #fff;
  float: left;
  width: 800px;
}
 .list-page .list-page-right.bl{border-left: 1px solid #F1F2F3;}
 .list-page.main-szjj {
  background: #fff;
  display: block;
}
 .list-page.main-szjj .list-page-left {
  float: right;
  width: 340px;
  background: #fff;
}
 .list-page.main-szjj .list-page-right {
  background: #fff;
  float: left;
  width: 660px;
}
 .list-page .cont-box {
  padding: 40px;
  padding-top: 20px;
}
 button {
  padding: 5px;
  border: black;
}

@media screen and (max-width: 992px) {
   {
    background: #fff;
    min-height: calc(100vh - 462px);
  }
   .crumbs-box {
    display: none;
  }
   .list-page {
    margin-bottom: 0;
    display: block;
    /* 内容 */
  }
   .list-page .list-page-left {
    display: none;
  }
   .list-page .list-page-right {
    float: none;
    width: 100%;
  }
   .list-page.main-szjj .list-page-left {
    float: none;
    width: 100%;
  }
   .list-page.main-szjj .list-page-right {
    float: none;
    width: 100%;
  }
   .list-page .cont-box {
    padding: 8px 16px;
  }
}
