.content {
  width: 100%;
  margin-top: 1.3rem;
}
.content .content_head {
  width: 100%;
  position: relative;
}
.content .content_head .bj_img {
  width: 100%;
}
.content .content_head .bj_img img {
  width: 100%;
}
.content .content_head .wenzi {
  position: absolute;
  font-size: 0.4rem;
  color: #7290BF;
  top: 1rem;
  left: 0.5rem;
  line-height: 2;
}
.content .content_head .select {
  width: 100%;
  position: relative;
  font-size: 0.3rem;
  text-align: center;
  color: #878787;
}
.content .content_head .select .select_itme {
  width: 80%;
  margin: 0 auto;
  position: absolute;
  bottom: -0.3rem;
  left: 10%;
  background-color: #fff;
  display: flex;
  justify-content: center;
}
.content .content_head .select .select_itme div {
  width: 25%;
  padding: 0.2rem 0;
  border: 1px solid #E4E4E4;
}
.content .content_head .select .select_itme div a {
  color: #878787;
}
.content .content_head .select .select_itme div:hover {
  background-color: #0890f4;
}
.content .content_head .select .select_itme div:hover a {
  color: #fff;
}
.content .content_head .select .select_itme .active {
  background-color: #0890F4;
}
.content .content_head .select .select_itme .active a {
  color: #fff;
}
.content .content_nr {
  width: 100%;
  margin-top: 1rem;
  text-align: center;
  background-color: #F2F2F2;
}
.content .content_nr .content_itme {
  font-size: 0.5rem;
  padding: 0.2rem;
  margin-top: 0.1rem;
  background-color: #fff;
}
.content .content_nr .content_itme .itme_border {
  margin: 0.1rem;
  padding: 0.2rem;
  border: 1px solid #F6F6F6;
}
.content .content_nr .content_itme .itme_border p {
  margin-top: 0.2rem;
}
.content .content_nr .content_itme .itme_border .itme_title {
  font-size: 0.5rem;
  font-weight: bold;
}
.content .content_nr .content_itme .itme_border .itme_title1 {
  font-size: 0.4rem;
  font-weight: bold;
  color: #999999;
}
.content .content_nr .content_itme .itme_border .scan {
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
}
.content .content_nr .content_itme .itme_border .scan div {
  display: block;
  flex: 1;
  text-align: center;
  font-size: 0.4rem;
  color: #797979;
}
.content .content_nr .content_itme .itme_border .scan div .ss {
  width: 80%;
  margin: 0 auto 0.5rem;
  background-color: #F2F2F2;
  border-radius: 0.2rem;
  display: flex;
  justify-content: space-around;
  padding: 0.1rem 0;
}
.content .content_nr .content_itme .itme_border .scan div .ss img {
  width: 0.5rem;
}
.content .content_nr .content_itme .itme_border .scan div img {
  width: 50%;
}
.content .content_nr .content_itme .itme_border .textleft {
  text-align: left;
  font-size: 0.4rem;
  font-weight: bold;
  color: #999999;
}
.content .content_nr .content_itme .itme_border .map_img {
  margin-top: 0.2rem;
  width: 100%;
}
.title {
  background-color: #fff;
  color: #0890F4;
  padding-bottom: 0.5rem;
}
.title .qyfw {
  display: inline-block;
  position: relative;
  font-weight: bold;
  font-size: 0.7rem;
}
.title .qyfw::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  left: 3rem;
  width: 3rem;
  background-color: #cecece;
}
.title .qyfw::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 3rem;
  height: 1px;
  width: 3rem;
  background-color: #cecece;
}
.title .ytitle {
  font-size: 0.4rem;
}
