.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;
}
.content .content_nr .neirong_title {
  margin-top: 0.5rem;
}
.content .content_nr .neirong_title .title_button .button_itme {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 0.1rem 0;
}
.content .content_nr .neirong_title .title_button .button_itme div {
  font-size: 0.5rem;
  width: 48%;
  padding: 0.2rem 0;
  border: 1px solid #E1E1E1;
}
.content .content_nr .neirong_title .title_button .button_itme .btn_active {
  border: none;
  color: #fff;
  background-color: #0890F4;
}
.content .content_nr .neirong_title .img_item {
  width: 95%;
  margin: 0.5rem auto;
}
.content .content_nr .neirong_title .img_item .img_itemul li {
  display: inline;
}
.content .content_nr .neirong_title .img_item .img_itemul li img {
  width: 40%;
}
.title {
  color: #0890F4;
}
.title .qyfw {
  font-size: 0.7rem;
  display: inline-block;
  position: relative;
  font-weight: bold;
}
.title .qyfw::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  left: 3.25rem;
  width: 2.5rem;
  background-color: #cecece;
}
.title .qyfw::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 3.25rem;
  height: 1px;
  width: 2.5rem;
  background-color: #cecece;
}
.title .ytitle {
  font-size: 0.4rem;
}
