#articleC {
  padding-top: 16px;
}

#articleC p {
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #31424e;
  line-height: 2;
  padding-bottom: 1em;
}

#articleC p img {
  max-width: 85% !important;
  height: auto !important;
}

#articleC p strong {
  font-family: PingFangSC-Semibold;
  font-size: 16px;
  color: #353B42;
  letter-spacing: 0;
  line-height: 30px;
  text-align: left;
  font-weight: bold;
}

#articleC p strong img {
  display: block;
  max-width: 85% !important;
  height: auto !important;
  margin: 0 auto;
  padding: 25px 0;
}
/*# sourceMappingURL=artical.css.map */
.insertAD{
	float: left;
	margin: 0 20px 20px 0;
	position: relative;
}
.hot_readAD {
  position: fixed;
  max-width: 1000px;
  top: 75%;
  left: 50%;
  margin-left: -165px;
  transform: translate(-50%, -50%);
  overflow: hidden;
  z-index: 11111;
  display: none;
}

.hot_readAD img {
  max-width: 1000px;
  display: block;
  margin: 0 auto;
}
.floatAD_close {
    cursor: pointer;
    z-index: 1001;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    height: 20px;
    background: #f3f3f3;
    color: #f00;
    font: 14px/20px 'Arial';
    text-align: center;
}