*{
  padding: 0;
  margin: 0;
}
ul,li{
  list-style: none;
}
a{
  text-decoration: none;
}
.center {
  width: 1200px;
  margin: 0 auto;
}

body {
  background: rgb(246, 248, 251, 1);
}

.black li a {
  color: #000000 !important;
  font-weight: normal !important;
}

.msg h5 {
  color: #000000 !important;
  background: url(../images/p_b.png) no-repeat!important;
  background-size: 16px 16px !important;
  background-position: left 24px !important;
  font-weight: normal !important;
}

.msg span {
  color: #000000 !important;
  font-weight: normal !important;
}

.msg h6 {
  color: #000000 !important;
  font-weight: normal !important;
}

.msg h6 a{
  color: #000000 !important;

}
.msg h5 {
  background-position: left 24px !important;
}

.newarticelcen {
  padding-top: 100px;
  padding-bottom: 50px;
  clear: both;
  height: 100%;

}

.article {
  width: 100%;
  height: auto;
  display: flex;
}

.newarticelcenleft {
  flex: 1;
  margin-right: 78px;
}

.newarticelcenright {
  width: 232px;
  height: 618px;
  background: rgba(206, 211, 221, 0.12);
  padding: 22px 20px;

}

.newarticelcenright h2 {
  font-family: PingFangSC-Regular;
  font-size: 20px;
  color: #1E1E1E;
  letter-spacing: -0.04px;
  text-align: justify;
  font-weight: 400;
  margin-bottom: 24px;
}

.newarticelcenright ul {
  width: 100%;
}

.newarticelcenright ul li {
  width: 240px;
  height: 166px;
  margin-bottom: 30px;
  cursor: pointer;
}

.newarticelcenright ul li img {
  width: 240px;
  height: 136px;
  border-radius: 5px;
}

.newarticelcenright ul li p {
  font-family: PingFangSC-Regular;
  font-size: 15px;
  color: #1E1E1E;
  text-align: justify;
  font-weight: 400;
  margin-top: 8px;
  margin-bottom: 10px;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.navigation {
  height: 20px;
  width: 100%;
  display: flex;
  /* justify-content: center; */
  align-items: center;
}

.navigation h4 {
  font-weight: normal;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #97A1B1;
  letter-spacing: -0.03px;
  font-weight: 400;
  float: left;
  margin-right: 5px;
  cursor: pointer;
}

.navigation span {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #1E1E1E;
  letter-spacing: -0.03px;
  font-weight: 400;
  cursor: pointer;
}

.newarticelcenleft h2 {
  font-family: PingFangSC-Regular;
  font-size: 36px;
  color: #1E1E1E;
  letter-spacing: -0.07px;
  text-align: justify;
  font-weight: 400;
  margin: 26px 0px;
}

.information {
  margin-bottom: 20px;
}

.information .sourcetitle {
  float: left;
  margin-right: 40px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #97A1B1;
  letter-spacing: -0.03px;
  text-align: justify;
  line-height: 23px;
  font-weight: 400;
}

.information .sourcetime {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #97A1B1;
  letter-spacing: -0.03px;
  text-align: justify;
  line-height: 23px;
  font-weight: 400;
}


/* .richText p {
  margin-bottom: 12px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #696F7A;
  letter-spacing: -0.03px;
  text-align: justify;
  line-height: 24px;
  font-weight: 400;
}

.richText img {
  height: 300px;
  margin: 26px auto;
} */

.richText img {
  /* width: 100%; */
  max-width: 100%;
  max-width: 100%;
} 