* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img,
input,
button {
  border: 0 none;
  padding: 0;
  margin: 0;
  outline-style: none;
}

ul,
li,
ol {
  list-style: none;
}

select,
input {
  vertical-align: middle;
}

textarea {
  resize: none;
}

img {
  border: 0;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

a {
  text-decoration: none;
}

s,
i,
em {
  font-style: normal;
  text-decoration: none;
}

body {
  background-color: #f5f5f5;
  margin: 0 auto;
}

.my_mobile {
  width: 100%;
  height: 100%;
  color: #333;
}
.my_mobile .header {
  width: 100%;
  height: auto;
  position: relative;
}
.my_mobile .header img {
  width: 100%;
}
.my_mobile .header div {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.my_mobile .header div svg {
  width: auto;
  height: 54px;
}
.my_mobile .header div svg text tspan:nth-child(2) {
  display: none;
}
.my_mobile .header div .double_row {
  height: 110px;
}
.my_mobile .header div .double_row text tspan:nth-child(2) {
  display: block;
}
  .my_mobile .header div .svg_1,
  .my_mobile .header div .svg_2 {
    width: 94%;
  }

  .my_mobile .header div .svg_1 text {
    font-size: 40px;
  }

  .my_mobile .header div .svg_2 text {
    font-size: 30px;
  }
.my_mobile .detail_main {
  width: 100%;
  height: 100%;
  padding: 4% 2.8% 0%;
}
.my_mobile .detail_main .title {
  height: 26px;
  margin-bottom: 14px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.my_mobile .detail_main .title img {
  height: 100%;
}
.my_mobile .detail_main .title a {
  color: #333;
  margin: 0px 8px;
}
.my_mobile .detail_main .text {
  height: auto;
  color: #333;
  background-color: #fff;
  padding: 0% 2.8% 4.5%;
  overflow: hidden;
}
.my_mobile .detail_main .text .text_title {
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  margin: 16px auto;
}
.my_mobile .detail_main .text .time {
  height: 30px;
  background-color: #f5f5f5;
  padding: 0 4%;
  margin-bottom: 4%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.my_mobile .detail_main .text .time span {
  display: flex;
  align-items: center;
  font-size: 14px;
}
.my_mobile .detail_main .text .con {
  line-height: 2;
}
.my_mobile .detail_main .text .con p {
  line-height: 2;
 text-align: justify;
          text-justify: distribute-all-lines;
          text-align-last: left;
}
.my_mobile .detail_main .text .con img {
  width: auto;
  max-width: 90%;
  height: auto !important;
  margin: auto;
  object-fit: cover;
  display: block;
}
.my_mobile .detail_main .text .publisher {
  line-height: 2;
  text-align: right;
}
.my_mobile .foot {
  width: 100%;
  height: 86px;
  font-size: 18px;
  border-top: 3px solid #0071a5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.my_mobile .detail_foot {
  padding: 0px 2.8% 14px;
  border-top: 0;
}
.my_mobile .detail_foot .content {
  width: 100%;
  height: 100%;
  background-color: #fff;
  padding-bottom: 14px;
  border-top: 3px solid #0071a5;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

@media screen and (min-width: 769px) {
  .my_mobile {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  body {
    width: 100%;
    background: none !important;
    background-color: #f5f5f5 !important;
  }

  .common_header,
.xxgk-crumb,
.xxgk-container,
.footer {
    display: none;
  }
}
@media screen and (max-width: 320px) {
  .my_mobile .header div svg text {
    font-size: 40px;
  }
}