.index-text {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 10px 0;
}

.index-text img {
  width: 60px;
}

.row {
  display: flex;
  flex-wrap: wrap;

}

#footer_f {
  font-size: 1em;
  width: 100%;
  margin: 0 auto;
  bottom: 0;
  position: fixed;
  height: 3.3em;
  z-index: 9999;
  display: flex;
}

#footer_f_l,
#footer_f_r {
  font-weight: bold;
  display: block;
  width: 50%;
  height: 3.3em;
  line-height: 3.3em;
  text-align: center;
  color: #fff;
}

#footer_f_l {
  background-color: #fd5877;
  border-right: 2px solid #fff;
}

#footer_f_r {
  background-color: #58a6fd;
  position: relative;
}

.content {
  border-top: 5px solid #f0f0f0;
  padding: 10px;
}

.content li {
  display: flex;
  padding: 2% 2% 0 2%;
  box-sizing: border-box;
  border-bottom: 1px dashed #e8e8e8;
  padding-bottom: 2%;
}

.img-box {
  width: 25em;
  margin-right: 4%;
  height: 8em;
  overflow: hidden;
}

.title-box {
  width: 75em;
}

.title-box .pull {
  margin-top: 0.5em;
}

li .title-box {
  width: 75em;
}

.title-box h4 {
  font-size: 1.1em;
}

.clam {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal;
  -webkit-box-orient: vertical;
}

.title-box .pull {
  margin-top: 0.5em;
}

.title-box .disc {
  margin-top: 0.5em;
  text-align: justify;
  line-height: 1.5em;
  color: #8c8a8a;
  font-size: 1.1rem;
}

.clam2 {
  -webkit-line-clamp: 2;
}

.img-box img {
  width: 100%;
}

ul {
  padding: 0;
}

p {
  margin: 0;
}

body {
  font-family: microsoft yahei, tahoma, Helvetica, Arial;
}

.back {
  padding: 10px;
}