.content {
  padding: 0.3rem;
  padding-top:1rem;
}
.content .title {
  width: 100%;
  margin-bottom: 0.4rem;
}
.content .title h1 {
  font-size: 0.36rem;
  font-family: PingFang SC;
  font-weight: bold;
  color: #122142;
  margin-bottom: 0.2rem;
  line-height: 0.54rem;
}
.content .title span {
  font-size: 0.24rem;
  font-family: PingFang SC;
  font-weight: bold;
  color: #82859d;
  line-height: 0.3rem;
}
.content .main1 {
  font-size: 0.28rem;
  font-family: PingFang SC;
  font-weight: 500;
  color: #122142;
  line-height: 0.5rem;
  margin-bottom: 0.4rem;
}
.content img {
  width: 100%;
  height: 3.88rem;
  background: #828282;
  border-radius: 0.1rem;
  margin-bottom: 0.4rem;
  overflow: hidden;
}
.content .line {
  width: 6.9rem;
  height: 0.02rem;
  background: #dee7ed;
}
.content .bottom {
  height: 2.4rem;
  padding: 0.4rem 0;
  box-sizing: border-box;
}
.content .bottom a{
	display:block;
	color: #122142;
	padding-bottom:.2rem;
}

