.header_shadow {
  box-shadow: 0rem 0.03rem 0.06rem 0.01rem rgba(0, 0, 0, 0.15);
  margin-bottom: 0.03rem;
}

.search.page_wrap {
  padding-top: 0.57rem;
  background: #f9f9f9;
}

.content_title_text {
  color: #bd2d3a;
}

.item-title>span {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.16rem;
  color: #BD2D3A;
}

.content {
  margin-top: 0.4rem;
  margin-bottom: 0.65rem;
}

.content>div:first-child>a {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.16rem;
  color: #585858;
}

.search-title {
  font-weight: bold;
  font-size: 0.36rem;
  color: #000000;
  line-height: 0.3rem;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-top: 0.13rem;
  margin-bottom: 0.57rem;
}

.search-box {
  width: 8rem;
  height: 0.66rem;
  background: #ffffff;
  border: 0.01rem solid #f4f4f4;
  padding: 0 0.32rem;
  margin: 0 auto;
  margin-bottom: 0.67rem;
}

.search-box input {
  font-size: 0.14rem;
  color: #000000;
  line-height: 0.3rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.search-btn {
  width: 0.2rem;
  height: 0.2rem;
  border: none;
  background: none;
}

.tab-item {
  margin: 0 0.57rem;
}

.tab-item>div {
  font-size: 0.16rem;
  color: #000000;
  line-height: 0.3rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 0.08rem;
}

.tab-item.active>div {
  font-weight: bold;
}

.tab-item span {
  margin-left: 0.1rem;
}

.tab-item::after {
  content: "";
  display: block;
  height: 0.02rem;
  width: 100%;
  background: transparent;
}

.tab-item.active::after {
  background: #bd2d3a;
}

.result-section {
  background: #ffffff;
  padding-top: 0.68rem;
  padding-bottom: 0.71rem;
}

.section-title.content_width {
  font-weight: bold;
  font-size: 0.28rem;
  color: #000000;
  line-height: 0.3rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 0.25rem;
}

.sub-title {
  font-size: 0.16rem;
  color: #000000;
  line-height: 0.3rem;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-left: 0.25rem;
}

.result-list.content_width {
  margin-bottom: 0.77rem;
}

.result-item {
  height: 0.7rem;
  border-bottom: 0.01rem solid #e0e0e0;
  padding: 0 0.35rem;
}

.result-item:nth-of-type(1) {
  border-top: 0.01rem solid #e0e0e0;
}

.item-title {
  font-size: 0.16rem;
  color: #000000;
  line-height: 0.3rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-right: 2.56rem;
}

.item-date {
  font-size: 0.16rem;
  color: #717171;
  line-height: 0.3rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-right: 2.56rem;
}

.item-action {
  font-size: 0.16rem;
  color: #717171;
  line-height: 0.3rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.pagination a {
  width: 0.32rem;
  height: 0.32rem;
  background: #ffffff;
  border-radius: 0.02rem 0.02rem 0.02rem 0.02rem;
  border: 0.01rem solid #eeeeee;
  margin-right: 0.08rem;
  font-size: 0.14rem;
  color: #7d7d7d;
  line-height: 0.24rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.other {
  font-size: 0.14rem;
  color: #7d7d7d;
  line-height: 0.24rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-right: 0.08rem;
}

.next {
  margin: 0 !important;
}

.pagination .current {
  background: #b6002a;
  color: #fff;
}

.pagination .ellipsis {
  color: #666;
}


/* 划过效果 */
.tab-container>a {
  position: relative;
  padding-bottom: 0.11rem;
  box-sizing: border-box;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.18rem;
  color: #000000;
  cursor: pointer;
  border-bottom: 0.02rem solid #fff;
  padding-bottom: 0.09rem;
  transition: var(--m_tran) border font-weight;
}

.tab-container>a:after {
  content: "";
  width: 0;
  height: 0.02rem;
  background: #B6002A;
  position: absolute;
  top: 100%;
  left: 50%;
  transition: all 0.5s;
}

.tab-container>.active:after {
  left: 0;
  width: 100%;
}

.tab-container>a:hover:after {
  left: 0;
  width: 100%;
}

/* 划过效果结束 */
.kefu {
  position: fixed;
  bottom: 40%;
  right: 0.2rem;
  z-index: 999;
}

.kefu_content {
  width: 0.4rem;
  height: 0.4rem;
  background: #ffffff;
  box-shadow: 0rem 0.03rem 0.1rem 0.01rem rgba(0, 0, 0, 0.13);
  border-radius: 0.02rem 0.02rem 0.02rem 0.02rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.kefu_content>img {
  width: 0.28rem;
  height: 0.21rem;
}

.kefu_footer {
  width: 0.4rem;
  height: 0.2rem;
  background: #ffffff;
  box-shadow: 0rem 0.03rem 0.1rem 0.01rem rgba(0, 0, 0, 0.13);
  border-radius: 0.02rem 0.02rem 0.02rem 0.02rem;
  margin-top: 0.05rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.kefu_footer>img {
  width: 0.17rem;
  height: 0.08rem;
}

@media only screen and (max-width: 1024px) {
.content>div:first-child>a {
  font-size: 0.24rem;
}
.search-box input{
  font-size: 0.24rem;
}
 .tab-container > a {
    margin: 0 .1rem;
  }
.tab-item > div{
  font-size: 0.24rem;
}
.sub-title{
  font-size: 0.24rem;
}
.result-item{
  height: auto;
  padding: .2rem 0;
}
.item-title{
  font-size: 0.22rem;
  margin-right: .1rem;
}
.item-date{
  font-size: 0.22rem;
  margin-right: .1rem;
}
.item-action{
    font-size: 0.22rem;
}
.search-box{
  width: 100%;
}
}