.content_title_text {
  color: #bd2d3a;
}

.content.content_width {
  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;
}

.web-title {
  font-weight: bold;
  font-size: 0.3rem;
  color: #000000;
  line-height: 0.38rem;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin: 0.4rem 0;
}

.public-data {
  font-size: 0.16rem;
  color: #606060;
  line-height: 0.3rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.public-desp {
  font-size: 0.16rem;
  color: #606060;
  line-height: 0.3rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 0.22rem;
}

.web-list-item-title {
  font-weight: bold;
  font-size: 0.16rem;
  color: #000000;
  line-height: 0.38rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.web-list-item-dep {
  font-size: 0.16rem;
  color: #606060;
  line-height: 0.3rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
  padding-top: 0.13rem;
  padding-bottom: 0.22rem;
}

.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;
  }
  

.public-data{
    font-size: 0.24rem;
  line-height: .4rem;
}
.public-desp{
  font-size: 0.24rem;
  line-height: .4rem;
}
.web-list-item-title{
    font-size: 0.24rem;
  line-height: .45rem;
}
.web-list-item-dep{
    font-size: 0.24rem;
  line-height: .4rem;
}
}