.hide {
  display: none !important;
}

.first_list_item {
  padding-left: 15px;
  display: flex;
  font-weight: 400;
  font-size: 18px;
  color: #999999;
  letter-spacing: 0;
  line-height: 46px;
  position: relative;
  justify-content: space-between;
}

.third_box_left_list .first_list_item {
  font-size: 16px;
  line-height: 36px;
}

.first_list_item a {
  color: #333333;
  display: inline-block;
  overflow: hidden;
  max-width: 75%;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.first_list_item a:hover {
  color: #386BF3;
}

.first_list_item span {
  color: #999999;
}

.first_list_item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 3px;
  background: #0a76ef;
  border-radius: 50%;
}

.main_box {
  background: url(main_bg.png) no-repeat;
  background-size: cover;
}

.bgtit {
  padding-top: 40px;
  display: flex;
  justify-content: space-between;
}

.bgtit img:nth-child(1) {
  width: 784px;
  height: 100%;
  margin-top: 54px;
}

.bgtit img:nth-child(2) {
  width: 378px;
  height: 260px;
}

.main {
  width: 1200px;
  min-width: 1200px;
  height: auto;
  background: #fff;
  box-shadow: 0 3px 18px #d7efff;
  padding: 20px;
  margin-bottom: 30px;
}

.title_box {
  font-weight: 700;
  font-size: 28px;
  color: #333;
  position: relative;
  padding-bottom: 14px;
  margin-bottom: 30px;
}

.title_box::after {
  content: "";
  border-radius: 0;
  position: absolute;
  width: 30px;
  height: 4px;
  border-radius: 2px;
  background: linear-gradient(180.00deg, #2b7ef9 0%, #1764ff 100%);
  left: 0;
  bottom: 0px;
}

.first_box1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px
}

.first_box1>div {
  height: 356px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 2px 10px #dae1ec;
}

.first_box1_left {
  width: 780px;
  display: flex;
}

.first_box1_right {
  width: 360px;
  padding: 20px;
}

.first_box1_left_xz {
  width: 160px;
  height: 100%;
  border-radius: 8px 0 0 8px;
  background: linear-gradient(311.97deg, #96b7f8 0%, #408ae6 100%);
  padding: 20px 0 20px 20px;
}

.first_box1_left_xz span {
  display: flex;
  align-items: center;
  width: 120px;
  height: 50px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.2);
  font-size: 22px;
  text-align: left;
  color: #fff;
  margin-bottom: 20px;
  padding-left: 16px;
  cursor: pointer;
}

.first_box1_left_xz span a {
  color: #fff;
}

.first_box1_left_xz span.hover {
  width: 100%;
  background: #fff;
  color: #386BF3;
  border-radius: 0px;
  /* 动画 */
  transition: all 0.3s;
}

.first_box1_left_xz span.hover a {
  color: #386BF3;
}

.first_box1_left_box {
  flex: 1;
  width: calc(100% - 160px);
  padding: 10px 20px;
}

.first_box1_right .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 23px;
}

.first_box1_right .title span {
  font-weight: 400;
  font-size: 22px;
  line-height: 36px;
  text-align: left;
  color: #333;
}

.first_box1_right .title a img {
  width: 74px;
}

.firstBlock_left {
  position: relative;
}

.Rotation_swiper .swiper-slide img {
  height: 180px;
}

.Rotation_swiper .swiper-slide .text {
  display: inline-block;
  margin-top: 12px;
  font-weight: 400;
  font-size: 18px;
  line-height: 36px;
  text-align: left;
  color: #333;
}

.swiper-button-next {
  background: url(right.png) no-repeat center center;
  background-size: cover;
  top: 75px;
  width: 30px;
  height: 30px;
}

.swiper-button-prev {
  background: url(left.png) no-repeat center center;
  background-size: cover;
  top: 75px;
  width: 30px;
  height: 30px;
}

.first_box2 {
  display: flex;
  width: 100%;
  margin-bottom: 35px;
  justify-content: space-between;
}

.first_box2_a img {
  width: 570px;
  height: 90px;
}

.second_box {
  width: 100%;
}

.second_box1 {
  margin-bottom: 30px;
}

.second_box1 img {
  width: 100%;
}

.second_box2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px
}

.second_box2>div {
  height: 442px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 2px 10px #dae1ec;
}

.second_box2_left {
  width: 780px;
}

.second_box2_right {
  width: 360px;
}

.second_box2_title_item {
  height: 90px;
  border-radius: 8px 8px 0 0;
  background: linear-gradient(311.97deg, #96b7f8 0%, #408ae6 100%);
}

.second_box2_left .second_box2_title_item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 15px 16px 15px 20px;
}

.second_box2_l_1 {
  display: flex;
}

.second_box2_l_1>img {
  width: auto;
  flex: 1;
}

.second_box2_l_1>span {
  width: 140px;
  margin-left: 13px;
}

.second_box2_l_1>span span:nth-child(1) {
  font-weight: 400;
  font-size: 22px;
  line-height: 36px;
  text-align: left;
  color: #fff;
}

.second_box2_l_1>span span:nth-child(2) {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  color: rgba(255, 255, 255, 0.5);
}

.second_box2_l_2 {
  display: flex;
  align-items: center;
}

.second_box2_l_2 .second_box2_l_2_item {
  padding-top: 14px;
  padding-bottom: 14px;
  border-radius: 4px;
  margin-left: 10px;
}

.second_box2_l_2 .second_box2_l_2_item:nth-child(1) {
  font-weight: 400;
  font-size: 16px;
  color: #3f83f4;
  background: #fff;
  padding-left: 32px;
  padding-right: 32px;
}

.second_box2_l_2 .second_box2_l_2_item:nth-child(2) {
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  color: #fff;
  padding-left: 36px;
  padding-right: 28px;
  background: rgba(255, 255, 255, 0.2);
}

.second_box2_l_2 .second_box2_l_2_item:nth-child(3) {
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  color: #fff;
  padding-left: 32px;
  padding-right: 32px;
  background: rgba(255, 255, 255, 0.2);
}

.second_box2_right .second_box2_title_item {
  display: flex;
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  text-align: left;
  color: #fff;
  align-items: center;
  padding-left: 20px;
}

/* 搜索框  */
.policyContent {
  padding: 20px;
}

.policyContent>.searchKeyword>.searchKeywordInput {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.policyContent>.searchKeyword>.searchKeywordInput>p.ts {
  width: 100%;
}

.policyContent>.searchKeyword>.searchKeywordInput>p {
  width: calc(50% - 10px);
  height: 50px;
  border-radius: 8px;
  background: #f1f7ff;
  border: 1px solid #dcdfe6;
  margin-bottom: 20px;
}

.policyContent>.searchKeyword>.searchKeywordInput label {
  display: none;
}

.policyContent>.searchKeyword>.searchKeywordInput input {
  width: 100%;
  height: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  padding-left: 20px;
}

.policyContent>.timeFrame {
  margin-bottom: 20px;
  display: flex;
}

.policyContent>.timeFrame>.timeFrameTitle {
  width: 90px;
  text-align: right;
  margin-right: 24px;
  padding-top: 3px;
}

.policyContent>.timeFrame>.timeFrameList .timeFrameListItem {
  display: flex;
  text-align: left;
  cursor: pointer;
  align-items: center;
  padding-right: 20px;
}

.policyContent>.timeFrame>.timeFrameList .timeFrameListItem>.macked {
  width: 16px;
  height: 16px;
  background: url(yuan.png) no-repeat center center;
  background-size: cover;
  margin-right: 10px;
}

.policyContent>.timeFrame>.timeFrameList .timeFrameListItem>.timeFrameListTitle {
  color: rgb(153, 153, 153);
  display: inline-block;
}

.policyContent>.timeFrame>.timeFrameList .selectOn>.timeFrameListTitle {
  color: rgb(51, 51, 51);
  display: inline-block;
}

.policyContent>.timeFrame>.timeFrameList .selectOn>.macked {
  background: url(yuanhove.png) no-repeat center center;
  background-size: cover;
}

.policyContent .sortOrder {
  margin-bottom: 20px;
  display: flex;
}

.policyContent .sortOrder>.sortOrderTitle {
  width: 90px;
  text-align: right;
  margin-right: 24px;
}

.policyContent .sortOrder>.sortOrderList .sortOrderListItem {
  display: flex;
  text-align: left;
  cursor: pointer;
  align-items: center;
  padding-right: 20px;
}

.policyContent .sortOrder>.sortOrderList .sortOrderListItem>.macked {
  width: 16px;
  height: 16px;
  background: url(yuan.png) no-repeat center center;
  background-size: cover;
  margin-right: 10px;
}

.policyContent .sortOrder>.sortOrderList .sortOrderListItem>.sortOrderListTitle {
  color: rgb(153, 153, 153);
}

.policyContent .sortOrder>.sortOrderList .selectOn>.sortOrderListTitle {
  color: rgb(51, 51, 51);
}

.policyContent .sortOrder>.sortOrderList .selectOn>.macked {
  background: url(yuanhove.png) no-repeat center center;
  background-size: cover;
}

.policyContent .keyWordSite {
  margin-bottom: 20px;
  display: flex;
}

.policyContent .keyWordSite>.keyWordSiteTitle {
  text-align: right;
  margin-right: 24px;
}

.policyContent .keyWordSite>.keyWordSiteList .keyWordSiteListItem {
  display: flex;
  text-align: left;
  cursor: pointer;
  align-items: center;
  padding-right: 20px;
}

.policyContent .keyWordSite>.keyWordSiteList .keyWordSiteListItem>.macked {
  width: 16px;
  height: 16px;
  background: url(yuan.png) no-repeat center center;
  background-size: cover;
  margin-right: 10px;
}

.policyContent .keyWordSite>.keyWordSiteList .keyWordSiteListItem>.keyWordSiteListTitle {
  color: rgb(153, 153, 153);
}

.policyContent .keyWordSite>.keyWordSiteList .selectOn>.keyWordSiteListTitle {
  color: rgb(51, 51, 51);
}

.policyContent .keyWordSite>.keyWordSiteList .selectOn>.macked {
  background: url(yuanhove.png) no-repeat center center;
  background-size: cover;
}

.policyContent>.timeFrame ul,
.policyContent .sortOrder ul,
.policyContent .keyWordSite ul {
  display: flex;
}

.policyContent>.timeFrame,
.policyContent .sortOrder,
.policyContent .keyWordSite {
  align-items: center;
}

.beginSearchBtn {}

.beginSearchBtn button {
  display: flex;
  width: 100%;
  height: 60px;
  border-radius: 8px;
  background: linear-gradient(311.97deg, #96b7f8 0%, #408ae6 100%);
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #fff;
  border: 0;
  outline: 0;
  padding: 0;
}

.second_box2_right_box {
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.second_box2_right_item {
  display: flex;
  width: calc(50% - 10px);
  height: 50px;
  border-radius: 4px;
  background: #f1f7ff;
  border: 1px solid #dcdfe6;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #333;
  margin-bottom: 20px;
  align-items: center;
  justify-content: center;
}

.second_box2_right_item:nth-child(1) {
  width: 100%;
}

.second_box2_right_img {
  display: flex;
  width: 100%;
  height: 83px;
  border-radius: 4px;
  background: linear-gradient(43.30deg, #97bff7 0%, #0053e1 100%);
  align-items: center;
  justify-content: center;
}

.second_box2_right_img img {
  width: 34.91px;
  margin-right: 20px;
}

.second_box2_right_img span {
  font-weight: 400;
  font-size: 22px;
  color: #fff;
}

.third .title_box,
.four .title_box {
  margin-bottom: 20px;
}

.third_box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
}

.third_box_left {
  width: 570px;
}

.third_title {
  font-weight: 700;
  font-size: 20px;
  line-height: 36px;
  color: #333;
  margin-bottom: 10px;
}

.third_title img {
  width: 28px;
}

.third_box_right {
  width: 570px;
  padding-top: 8px;
}

.third_box_right_img {
  display: block;
  width: 570px;
  height: 120px;
  margin-top: 20px;
}

.third_box_right_img img {
  width: 100%;
}

.four_box1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
}

.four_box1_item {
  width: 570px;
  height: 260px;
}

.four_box1_item .title {
  font-weight: 700;
  font-size: 20px;
  line-height: 36px;
  color: #333;
}

.four_box1_list_item {
  font-weight: 400;
  font-size: 16px;
  line-height: 36px;
  color: #333;
}

.four_box1_list_item>div {
  padding-left: 40px;
}

.four_box1_list_item>div.wen {
  background: url(wen.png) no-repeat left 10px;
  background-size: 22.54px;
}

.four_box1_list_item>div.da {
  background: url(da.png) no-repeat left 10px;
  background-size: 22.54px;
}

.four_box1_item_img {
  display: block;
  width: 100%;
  height: 120px;
  margin-bottom: 20px;
}

.four_box1_item_img img {
  width: 100%;
  height: 100%;
}

.four_box1_item_box {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.four_box1_item_box_title {
  display: block;
  width: calc(50% - 10px);
  height: 120px;
}

.four_box1_item_box_title img {
  width: 100%;
  height: 100%;
}

.four_box2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.four_box2_img {
  display: block;
  width: 570px;
  height: 120px;
}

.four_box2_img img {
  width: 100%;
}

/* 老年版 */
.old_type .first_list_item {
  padding-left: 24px;
  font-size: 24px;
  line-height: 2;
}

.old_type .third_box_left_list .first_list_item {
  font-size: 24px;
  line-height: 3;
}

.old_type .first_list_item a {
  max-width: 83%;
}

.old_type .first_list_item::after {
  width: 6px;
  height: 6px;
}

.old_type .main {
  margin-bottom: 40px;
}

.old_type .title_box {
  font-size: 40px;
}

.old_type .title_box::after {
  width: 40px;
  height: 6px;
}

.old_type .first_box1 {
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.old_type .first_box1>div {
  height: auto;
}

.old_type .first_box1_left {
  width: 100%;
}

.old_type .first_box1_right {
  width: 100%;
  margin-top: 40px;
}

.old_type .first_box1_left_xz {
  width: 180px;
  height: 100%;
}

.old_type .first_box1_left_xz span {
  width: 140px;
  height: 60px;
  border-radius: 4px;
  font-size: 30px;
}

.old_type .first_box1_left_box {
  flex: 1;
  width: calc(100% - 220px);
  padding: 10px 20px;
}

.old_type .first_box1_right .title span {
  font-size: 34px;
  line-height: 1;
}

.old_type .first_box1_right .title a img {
  width: 148px;
}

.old_type .Rotation_swiper .swiper-slide img {
  width: 100%;
  height: auto;
}

.old_type .Rotation_swiper .swiper-slide .text {
  display: inline-block;
  margin-top: 20px;
  font-weight: 400;
  font-size: 26px;
  line-height: 2;
  text-align: left;
  color: #333;
}

.old_type .first_box2 {
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.old_type .first_box2_a {
  width: 100%;
}

.old_type .first_box2_a:first-child {
  margin-bottom: 40px;
}

.old_type .first_box2_a img {
  width: 100%;
  height: auto;
}

.old_type .second_box1 {
  margin-bottom: 30px;
}

.old_type .second_box1 img {
  width: 100%;
}

.old_type .second_box2 {
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.old_type .second_box2>div {
  height: auto;
}

.old_type .second_box2_left {
  width: 100%;
  margin-bottom: 40px;
}

.old_type .second_box2_right {
  width: 100%;
}

.old_type .second_box2_title_item {
  height: auto;
}

.old_type .second_box2_l_1>span span:nth-child(1) {
  font-size: 26px;
  line-height: 1.5;
}

.old_type .second_box2_l_1>span span:nth-child(2) {
  font-size: 24px;
  line-height: 1.5;
}

.old_type .second_box2_l_2 .second_box2_l_2_item {
  font-size: 24px;
}

.old_type .second_box2_right .second_box2_title_item {
  font-size: 36px;
  line-height: 1;
  padding: 20px;
}

.old_type .policyContent {
  font-size: 24px;
}

.old_type .policyContent>.searchKeyword>.searchKeywordInput>p {
  height: 70px;
}

.old_type .policyContent>.searchKeyword>.searchKeywordInput label {
  display: none;
}

.old_type .policyContent>.timeFrame+div {
  flex-wrap: wrap;
}

.old_type .policyContent>.timeFrame>.timeFrameTitle,
.old_type .policyContent .sortOrder>.sortOrderTitle,
.old_type .policyContent .keyWordSite>.keyWordSiteTitle {
  width: 144px;
}

.old_type .policyContent>.timeFrame>.timeFrameList .timeFrameListItem>.macked,
.old_type .policyContent .sortOrder>.sortOrderList .sortOrderListItem>.macked,
.old_type .policyContent .keyWordSite>.keyWordSiteList .keyWordSiteListItem>.macked {
  width: 24px;
  height: 24px;
  margin-top: 0px;
}

.old_type .policyContent .sortOrder {
  width: 100%;
}

.old_type .policyContent>.timeFrame ul,
.old_type .policyContent .sortOrder ul,
.old_type .policyContent .keyWordSite ul {
  display: flex;
}

.old_type .beginSearchBtn button {
  height: 70px;
  font-size: 26px;
}

.old_type .second_box2_right_item {
  height: 70px;
  font-size: 24px;
  line-height: 1;
}

.old_type .second_box2_right_item:nth-child(1) {
  width: 100%;
}

.old_type .second_box2_right_img {
  display: flex;
  width: 100%;
  height: 83px;
  border-radius: 4px;
  background: linear-gradient(43.3deg, #97bff7 0%, #0053e1 100%);
  align-items: center;
  justify-content: center;
}

.old_type .second_box2_right_img img {
  width: 50px;
}

.old_type .second_box2_right_img span {
  font-size: 34px;
}

.old_type .third_box {
  padding-bottom: 40px;
  flex-wrap: wrap;
}

.old_type .third_box_left {
  width: 100%;
}

.old_type .third_title {
  font-size: 34px;
  line-height: 36px;
  margin-bottom: 20px;
}

.old_type .third_title img {
  width: 43px;
}

.old_type .third_box_right {
  width: 100%;
  padding-top: 5px;
}

.old_type .third_box_right_img {
  width: 100%;
  height: auto;
  margin-top: 30px;
}

.old_type .third_box_right_img img {
  width: 100%;
}

.old_type .four_box1 {
  padding-bottom: 10px;
  flex-wrap: wrap;
}

.old_type .four_box1_item {
  width: 100%;
  height: auto;
}

.old_type .four_box1_item .title {
  font-weight: 700;
  font-size: 34px;
  line-height: 1;
  color: #333;
}

.old_type .four_box1_list_item {
  font-weight: 400;
  font-size: 24px;
  line-height: 3;
  color: #333;
}

.old_type .four_box1_list_item>div {
  padding-left: 64px;
}

.old_type .four_box1_list_item>div.wen {
  background: url(wen.png) no-repeat left 23px;
  background-size: 45px;
}

.old_type .four_box1_list_item>div.da {
  background: url(da.png) no-repeat left 23px;
  background-size: 45px;
}

.old_type .four_box1_item_img {
  height: auto;
}

.old_type .four_box1_item_box_title {
  height: auto;
}

.old_type .four_box2 {
  flex-wrap: wrap;
}

.old_type .four_box2_img {
  width: 100%;
  height: auto;
  margin-top: 30px;
}

.old_type .four_box2_img img {
  width: 100%;
}

/* 移动端 */
.mobile_type .bgtit {
  padding-top: 40px;
}

.mobile_type .bgtit img:nth-child(1) {
  width: 61vw;
  height: 100%;
  margin-top: 54px;
}

.mobile_type .bgtit img:nth-child(2) {
  width: auto;
  height: 24vw;
}

.mobile_type .first_list_item {
  padding-left: 4vw;
  font-size: 4vw;
  line-height: 2;
}

.mobile_type .third_box_left_list .first_list_item {
  font-size: 4vw;
  line-height: 2;
}

.mobile_type .first_list_item a {
  max-width: 71%;
}

.mobile_type .first_list_item::after {
  width: 6px;
  height: 6px;
}

.mobile_type .main {
  width: 100%;
  min-width: 100%;
  margin-bottom: 4vw;
}

.mobile_type .title_box {
  font-size: 6vw;
}

.mobile_type .title_box::after {
  width: 10vw;
  height: 6px;
}

.mobile_type .first_box1 {
  margin-bottom: 4vw;
  flex-wrap: wrap;
}

.mobile_type .first_box1>div {
  height: auto;
  flex-wrap: wrap;
}

.mobile_type .first_box1_left {
  width: 100%;
}

.mobile_type .first_box1_right {
  width: 100%;
  margin-top: 4vw;
}

.mobile_type .first_box1_left_xz {
  width: 100%;
  height: auto;
  padding: 4vw;
  display: flex;
  justify-content: space-between;
}

.mobile_type .first_box1_left_xz span {
  width: 24%;
  height: 12vw;
  border-radius: 4px;
  font-size: 4vw;
  margin-bottom: 0;
  padding-left: 0;
  justify-content: center;
}

.mobile_type .first_box1_left_box {
  flex: 1;
  width: calc(100% - 20vw - 12vw);
  padding: 2vw 4vw;
}

.mobile_type .first_box1_right .title span {
  font-size: 6vw;
  line-height: 1;
}

.mobile_type .first_box1_right .title a img {
  width: 100%;
}

.mobile_type .Rotation_swiper .swiper-slide img {
  height: auto;
}

.mobile_type .Rotation_swiper .swiper-slide .text {
  display: inline-block;
  margin-top: 4vw;
  font-weight: 400;
  font-size: 5vw;
  line-height: 2;
  text-align: left;
  color: #333;
}

.mobile_type .first_box2 {
  margin-bottom: 4vw;
  flex-wrap: wrap;
}

.mobile_type .first_box2_a {
  width: 100%;
}

.mobile_type .first_box2_a:first-child {
  margin-bottom: 4vw;
}

.mobile_type .first_box2_a img {
  width: 100%;
  height: auto;
}

.mobile_type .second_box1 {
  margin-bottom: 4vw;
}

.mobile_type .second_box1 img {
  width: 100%;
}

.mobile_type .second_box2 {
  margin-bottom: 4vw;
  flex-wrap: wrap;
}

.mobile_type .second_box2>div {
  height: auto;
}

.mobile_type .second_box2_left {
  width: 100%;
  margin-bottom: 4vw;
}

.mobile_type .second_box2_right {
  width: 100%;
}

.mobile_type .second_box2_title_item {
  height: auto;
  flex-wrap: wrap;
}


.mobile_type .second_box2_l_1 {
  margin-bottom: 4vw;
}

.mobile_type .second_box2_l_1>img {
  height: 14vw;
}

.mobile_type .second_box2_l_1>span {
  width: 100%;
}

.mobile_type .second_box2_l_1>span span {
  width: 100%;
  display: inline-block;
}

.mobile_type .second_box2_l_1>span span:nth-child(1) {
  font-size: 5vw;
  line-height: 1.5;
}

.mobile_type .second_box2_l_1>span span:nth-child(2) {
  font-size: 4vw;
  line-height: 1.5;
}

.mobile_type .second_box2_l_2 {
  flex-wrap: wrap;
}

.mobile_type .second_box2_l_2 .second_box2_l_2_item {
  font-size: 4vw;
  margin-left: 0px;
  margin-right: 2vw;
  margin-bottom: 2vw;
  padding: 2vw;
}

.mobile_type .second_box2_right .second_box2_title_item {
  font-size: 6.5vw;
  line-height: 1;
  padding: 4vw;
}

.mobile_type .policyContent {
  font-size: 4vw;
}

.mobile_type .policyContent>.searchKeyword>.searchKeywordInput>p {
  height: 12vw;
  width: 100%;
}

.mobile_type .policyContent>.searchKeyword>.searchKeywordInput label {
  display: none;
}

.mobile_type .policyContent>.timeFrame+div {
  flex-wrap: wrap;
}

.mobile_type .policyContent>.timeFrame,
.mobile_type .policyContent .sortOrder,
.mobile_type .policyContent .keyWordSite {
  align-items: center;
}

.mobile_type .policyContent>.timeFrame>.timeFrameTitle,
.mobile_type .policyContent .sortOrder>.sortOrderTitle,
.mobile_type .policyContent .keyWordSite>.keyWordSiteTitle {
  width: 24vw;
  flex: 0 0 24vw;
}

.mobile_type .policyContent>.timeFrame>.timeFrameList .timeFrameListItem>.macked,
.mobile_type .policyContent .sortOrder>.sortOrderList .sortOrderListItem>.macked,
.mobile_type .policyContent .keyWordSite>.keyWordSiteList .keyWordSiteListItem>.macked {
  width: 4vw;
  height: 4vw;
  margin-top: 0px;
}

.mobile_type .policyContent .sortOrder {
  width: 100%;
}

.mobile_type .policyContent>.timeFrame ul,
.mobile_type .policyContent .sortOrder ul,
.mobile_type .policyContent .keyWordSite ul {
  display: flex;
  flex-wrap: wrap;
  line-height: 2;
}

.mobile_type .beginSearchBtn button {
  height: 12vw;
  font-size: 5vw;
}

.mobile_type .second_box2_right_item {
  height: 12vw;
  font-size: 4vw;
  line-height: 1;
}

.mobile_type .second_box2_right_item:nth-child(1) {
  width: 100%;
}

.mobile_type .second_box2_right_img {
  display: flex;
  width: 100%;
  height: 83px;
  border-radius: 4px;
  align-items: center;
  justify-content: center;
}

.mobile_type .second_box2_right_img img {
  width: 50px;
}

.mobile_type .second_box2_right_img span {
  font-size: 6vw;
}

.mobile_type .third_box {
  padding-bottom: 4vw;
  flex-wrap: wrap;
}

.mobile_type .third_box_left {
  width: 100%;
}

.mobile_type .third_title {
  font-size: 5vw;
  line-height: 6.5vw;
  margin-bottom: 4vw;
}

.mobile_type .third_title img {
  width: 43px;
}

.mobile_type .third_box_right {
  width: 100%;
  padding-top: 5px;
}

.mobile_type .third_box_right_img {
  width: 100%;
  height: auto;
  margin-top: 4vw;
}

.mobile_type .third_box_right_img img {
  width: 100%;
}

.mobile_type .four_box1 {
  padding-bottom: 2vw;
  flex-wrap: wrap;
}

.mobile_type .four_box1_item {
  width: 100%;
  height: auto;
}

.mobile_type .four_box1_item .title {
  font-size: 6vw;
  line-height: 1;
}

.mobile_type .four_box1_list_item {
  font-size: 4vw;
  line-height: 2;
}

.mobile_type .four_box1_list_item>div {
  padding-left: 64px;
}

.mobile_type .four_box1_list_item>div.wen {
  background: url(wen.png) no-repeat left 23px;
  background-size: 45px;
}

.mobile_type .four_box1_list_item>div.da {
  background: url(da.png) no-repeat left 23px;
  background-size: 45px;
}

.mobile_type .four_box1_item_img {
  height: auto;
}

.mobile_type .four_box1_item_box_title {
  height: auto;
}

.mobile_type .four_box2 {
  flex-wrap: wrap;
}

.mobile_type .four_box2_img {
  width: 100%;
  height: auto;
  margin-top: 4vw;
}

.mobile_type .four_box2_img img {
  width: 100%;
}