* {
  padding: 0;
  margin: 0;
  font-family: "PingFangSC-Regular";
  color: #444;
  text-decoration: none;
}

body {
  background: #f6f6f6;
  width: 100%;
}

body,
h1,
h2,
p {
  font-size: 100%;
}

.fmbg {
  background: #fff url(fmbk.jpg) 0 0 no-repeat;
  background-size: 100%;
}

ul li {
  list-style: none;
}

.clear {
  clear: both;
}

img {
  border: 0px;
  width: 100%;
}

.content {
  widows: 100%
}

header .btnmo {
  width: 7rem;
  height: 2rem;
  position: absolute;
  right: 1rem;
  top: 1rem;
  background: url(../moimg/mobile.png) no-repeat;
  background-size: contain;
}

section {
  margin: 0.5em auto 0;
  background: #fff;
  padding-bottom: 0.3em;
  width: 98%;
}

section .title {
  display: flex;
  height: 5rem;
  width: 100%;
  border: none;
}

section .title .xu {
  height: 4.5rem;
  width: 4.5rem;
  border-radius: 50%;
  background: #0C85EC;
  position: absolute;
  left: -1rem;
  margin-top: 0.3rem;
}

section .title .xu label {
  font-size: 2.5rem;
  color: white;
  height: 4.5rem;
  line-height: 4.5rem;
  margin-left: 1rem;
}

section .title img {
  width: 3rem;
  height: 2.07rem;
  margin: 1.3rem 1rem 0.8rem 0.5rem;

}

section .title .con {
  width: 11rem;
  /* height: 4rem; */
  line-height: 1.5rem;
  margin-top: 1rem;
}

section .title .con p {
  font-size: 1rem;

}

section .title .detail {
  height: 5rem;
  line-height: 5rem;
  margin-left: auto;
  margin-right: 0.5rem;
  font-size: 0.9rem;
  color: #80889F;
}

section .article p {
  padding: 0 2%;
  text-indent: 2em;
}

.hydetail {
  width: 96%;
  margin: 0 auto;
  background: white;
}

.hydetail .title {
  font-size: 1.6rem;
  margin: 1rem 0 0.5rem 1rem;
  text-align: left;
  font-weight: 600;
  line-height: 2.5rem;
}

.hydetail header {
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #ddd;
}

.hydetail header .detail {
  display: flex;
  font-size: 1.4rem;
}

.hydetail header .detail .time {
  margin-left: 1rem;
}

.hydetail header .detail .ydl {
  margin-left: auto;
}

.hydetail .con {
  text-align: center;
  font-size: 1.5rem;
}

.hydetail .con img {
  width: 90%;
  height: auto;
  margin: 1rem auto;
}

.hydetail .article {
  width: 90%;
  margin: 1rem auto;
  font-size: 1.4rem;
  text-align: left;
  line-height: 2.4rem;

}

.ellipsis-line-2 {
  -webkit-line-clamp: 2;
}

.ellipsis-text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}