@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.w1250 {
  margin: 0 auto;
  width: 1250px;
}

a {
  color: #333;
  text-decoration: none;
}

li {
  list-style: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

body {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  background: #f6f6f6;
}

#pc-wrap {
  display: block;
}

#app-wrap {
  display: none;
}

@media screen and (min-width: 100px) and (max-width: 767px) {
  #pc-wrap {
    display: none;
  }
  #app-wrap {
    display: block;
    background-color: #fff;
  }
}
#app-wrap .container {
  width: 100%;
  background-image: url(./menhu_app.png);
  background-size: 100% 400px;
  padding-top: 280px;
  background-repeat: no-repeat;
}
#app-wrap .container .content .content_list li {
  height: 40px;
  border-bottom: 1px dashed #f0f0f0;
  box-sizing: border-box;
}
#app-wrap .container .content .content_list li a .item-left .text {
  font-size: 14px;
  color: #333333;
  max-width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#app-wrap .container .content .content_list li a .item-left .dot {
  width: 10px;
  height: 10px;
  background: #1f57da;
  box-shadow: 0 0 6px 0 rgb(31 87 218 / 30%);
  border-radius: 50%;
  margin: 0 8px 0 8px;
}
#app-wrap .container .content .content_list li a .time {
  width: 100px;
  font-size: 14px;
  color: #999999;
}
