
body {
  list-style: none;
  font-size: 12px;
  color: #444;
  font-family: "arial";
  padding: 0px;
  margin: 0px;
  /* line-height: 26px; */
}

#zxly1 {
  z-index: 99;
  position: absolute;
  top: 80px;
  left: 2px;
  text-align: center;
  width: 168px;
}

.icon_keifu {
  width: 22px;
  height: 80px;
  float: left;
  background: url(/static/images/sq_tu.png) no-repeat;
  position: relative;
  cursor: pointer;
  display: none;
}
.keifu_box {
  position: relative;
}

p {
  padding: 0px;
  margin: 0px;
  /* text-align: left; */
  list-style: none;
}
p {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

#zxly {
    z-index: 99;
    left: 2px;
    position: absolute;
    text-align: center;
    width: 155px;
    border: 3px #009EE9 solid;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 6px;
    background-color: #fff;
}

.zxly_t {
    width: 132px;
    height: 30px;
    line-height: 30px;
    margin: 10px auto;
    background: #009EE9;
    text-align: center;
    font-size: 16px;
    font-family: "微软雅黑";
    font-weight: 600;
    color: #fff;
}
ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, input, p, blockquote, th, td, tr, form, p {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
li {
  display: list-item;
  text-align: -webkit-match-parent;
}
.one_content5 li {
    margin-bottom: 10px;
}
.one_content5 li img {
    border: #dddddd 1px solid;
}

.one_content3 {
    margin: 0 auto;
    margin-top: 10px;
    width: 150px;
    height: 100px;
    overflow: hidden;
}
.one_content3 li {
    width: 131px;
    height: 25px;
    line-height: 25px;
    margin: 6px auto;
    overflow: hidden;
    border-bottom: 1px dashed #ccc;
}
.one_content3 li a {
  display: block;
  height: 25px;
  overflow: hidden;
  color: #656565;
  font-size: 12px;
}
.m10 {
  margin-top: 10px;
}
.zxly_t1 {
    margin: 0px auto;
    margin-top: 15px;
    background: #ff5b00;
}
.mpxsg {
  padding: 5px 12px;
}

.mpxsg .time {
    width: 29px;
    height: 26px;
    float: left;
    background: url(/static/images/time_bj.png) no-repeat;
    color: #fff;
    text-align: center;
    line-height: 26px;
    font-family: Tahoma, Geneva, sans-serif;
    font-weight: bold;
}
.mpxsg .time_point {
    float: left;
    width: 5px;
    height: 13px;
    background: url(/static/images/time_point.png) no-repeat;
    margin: 8px 6px 0 6px;
}

.ulkong {
  clear: both;
  float: none;
  font-size: 0px;
  border: 0px;
  padding: 0px;
  margin: 0px;
  height: 0px;
}

ul li {
  list-style: none;
}

.keifu_close {
    position: absolute;
    top: 10px;
    right: 18px;
    height: 17px;
    width: 17px;
    background: url(/static/images/close.png) no-repeat;
}

.minge {
  padding: 0.3rem;
  animation-name: test;
  animation-direction: alternate;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}

@keyframes test {
  0% {
    font-size: 18px;
  }

  25% {
    font-size: 20px;
  }

  50% {
    font-size: 22px;
  }

  75% {
    font-size: 20px;
  }

  100% {
    font-size: 18px;
  }
}