* {
  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 .main,
.my_mobile .detail_main {
  width: 100%;
  height: 100%;
  padding: 4% 2.8% 2.8%;
}
.my_mobile .main .content {
  height: auto;
  min-height: 616px;
  background-color: #fff;
  padding: 4% 2.8% 4.5%;
}
.my_mobile .main .title {
  height: 36px;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 14px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.my_mobile .main .title img {
  height: 100%;
  margin-right: 14px;
}
.my_mobile .main .nav {
  width: 100%;
  height: 40px;
  display: none;
}
.my_mobile .main .nav .con {
  width: 100%;
  min-height: 40px;
  height: auto;
  padding-left: 12px;
  background-color: #90b8d9;
  position: relative;
  z-index: 2;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
.my_mobile .main .nav .con input {
  width: 0;
  height: 0;
  position: absolute;
  z-index: -10;
}
.my_mobile .main .nav .con input:checked ~ ul {
  height: 300px;
}
.my_mobile .main .nav .con input:checked ~ .icon_wrap img {
  transform: rotate(90deg);
}
.my_mobile .main .nav .con ul {
  width: 100%;
  padding-right: 11%;
  height: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-start;
  transition: height 0.8s cubic-bezier(0.48, 0.43, 0.29, 1.4);
}
.my_mobile .main .nav .con ul li,
.my_mobile .main .nav .con ul i {
  width: 90px;
}
.my_mobile .main .nav .con ul li {
  height: 40px;
  padding: 10px 0px;
}
.my_mobile .main .nav .con ul li a {
  width: 100%;
  height: 100%;
  color: #fff;
  border-left: 2px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.my_mobile .main .nav .con ul li a:hover {
  color: #0071a5;
  border-color: #0071a5;
}
.my_mobile .main .nav .con ul .active_li a {
  color: #0071a5;
  border-color: #0071a5;
}
.my_mobile .main .nav .con ul i {
  height: 0;
}
.my_mobile .main .nav .con .icon_wrap {
  width: 10%;
  min-width: 26px;
  height: 40px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
}
.my_mobile .main .nav .con .icon_wrap img {
  transition: transform 0.6s ease;
  height: 20px;
}
.my_mobile .main .list {
  width: 100%;
  min-height: 536px;
  padding-top: 4px;
  padding-bottom: 10px;
}
.my_mobile .main .list li {
  width: 100%;
  height: 36px;
  margin-top: 22px;
}
.my_mobile .main .list li a {
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #d5d5d5;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.my_mobile .main .list li a span {
  height: 100%;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.my_mobile .main .list li a span:nth-child(1) {
  width: 80%;
  color: #333;
}
.my_mobile .main .list li a span:nth-child(2) {
  width: 20%;
  min-width: 35px;
  color: #939393;
  padding-right: 6px;
  text-align: right;
}
.my_mobile .main .pagediv {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}
.my_mobile .main .pagediv li {
  display: none;
}
.my_mobile .main .pagediv .prev_page {
  width: 80px;
  height: 36px;
  display: block;
  margin: 0 10px;
}
.my_mobile .main .pagediv .prev_page a,
.my_mobile .main .pagediv .prev_page span {
  width: 100%;
  height: 100%;
  border: #dfdfdf 1px solid;
  border-radius: 3px;
  transition: all 0.6s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.my_mobile .main .pagediv .prev_page a {
  color: #333;
  background: #f1f1f1;
}
.my_mobile .main .pagediv .prev_page a:hover {
  background: #5d7ea9;
  border-color: #5d7ea9;
  color: #fff;
}
.my_mobile .main .pagediv .prev_page span {
  background: #f5f5f5;
  color: #999;
}
.my_mobile .bmdt_main .nav .con input:checked ~ ul {
  height: 360px;
  overflow-y: auto;
}
.my_mobile .zcjd_main .nav .con input:checked ~ ul {
  height: 160px;
}
.my_mobile .bmdt_main .nav .con ul li,
.my_mobile .bmdt_main .nav .con ul i,
.my_mobile .zcjd_main .nav .con ul li,
.my_mobile .zcjd_main .nav .con ul i {
  width: auto;
  min-width: 48%;
}
.my_mobile .bmdt_main .nav .con ul li a,
.my_mobile .zcjd_main .nav .con ul li a {
  padding-left: 8px;
  justify-content: flex-start;
}
.my_mobile .detail_main {
  padding-bottom: 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: 90% !important;
  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 (min-width: 768px) {
  .my_mobile .main .nav .con input:checked ~ ul,
.my_mobile .zcjd_main .nav .con input:checked ~ ul {
    height: 160px;
  }
  .my_mobile .bmdt_main .nav .con input:checked ~ ul {
    height: 360px;
  }
  .my_mobile .bmdt_main .nav .con input:checked ~ ul::-webkit-scrollbar {
    width: 4px;
  }
  .my_mobile .bmdt_main .nav .con input:checked ~ ul::-webkit-scrollbar-button {
    display: none;
  }
  .my_mobile .bmdt_main .nav .con input:checked ~ ul::-webkit-scrollbar-thumb {
    background: #89a1b4;
    cursor: pointer;
    border-radius: 4px;
  }
  .my_mobile .bmdt_main .nav .con input:checked ~ ul::-webkit-scrollbar-corner {
    display: none;
  }
  .my_mobile .bmdt_main .nav .con input:checked ~ ul::-webkit-resizer {
    display: none;
  }
  .my_mobile .bmdt_main .nav .con ul li,
.my_mobile .bmdt_main .nav .con ul i,
.my_mobile .zcjd_main .nav .con ul li,
.my_mobile .zcjd_main .nav .con ul i {
    min-width: 30%;
  }
}
@media screen and (max-width: 768px) {
  body {
    width: 100%;
  }

  .header,
.crumb,
.container,
.common_footer {
    display: none;
  }

  .my_mobile .header {
    display: block;
  }
}