@charset "utf-8";

html{
  /* font-family:"Helvetica Neue", Helvetica, "Microsoft YaHei", STHeiTi, sans-serif; */
  font-family: Helvetica,"Pingfang SC","Hiragino Sans GB","Microsoft YaHei","WenQuanYi Micro Hei","sans-serif";
  /* 禁用iPhone中Safari的字号自动调整 */
  -webkit-text-size-adjust:100%;
  -ms-text-size-adjust:100%;
  /* 解决IOS默认滑动很卡的情况 */
  -webkit-overflow-scrolling: touch;
  line-height: 1.15;
}
body {
  background-color: #fff;
  color: #333;
  /* 只对macOS的webkit有效，控制字体渲染 */
  -webkit-font-smoothing: antialiased;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:not(input,textarea) {
  /* 禁用系统默认菜单 */
  -webkit-touch-callout: none;
  /* 除input与textarea外的文本不能被选择 */
  /* -webkit-user-select: none; */
}
/* 初始化 */
body, ol, ul, dl, dd, h1, h2, h3, h4, h5, h6, p, form, textarea, input {
  margin:0;
}
ol, ul, th, td, textarea, select, option, button {
  padding:0;
}
/* 控制列表项标记类型 */
li{
  list-style-type: none;
}
em, i {
  font-style: normal;
}
/* b, strong {
  font-weight: normal;
} */
/* 设置HTML5新标签为块元素 */
article,aside,footer,header,nav,section,figure,figcaption,main {
  display:block;
}
a {
  text-decoration:none;
  color: #000;
}
/* 轮廓线处理 */
a:hover, a:active, input:focus, button:focus, select:focus, textarea:focus {
  outline: 0;
}
/* 取消链接高亮  */
/*a,button,input,textarea,select,optgroup{
  background-color: transparent;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
  -webkit-tap-highlight-color: transparent;
}*/
/* 图片自适应 */
img {
  border: none;
  max-width: 100%;
  /*width: 100%;*//* 与display: block;对应使用 */
  /*display: block;*//* 设置之后不能用text-align: center;实现水平居中 */
  /* 垂直方向基线图片相对于父元素居中对齐 */
  vertical-align: middle;
  /*照顾ie6-7图片缩放失真*/
  -ms-interpolation-mode: bicubic;
}
/* 需重设字体的 */
input, textarea, select, button {
  border: 0;
  outline: none;
  font-family:"微软雅黑", "Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif;
}
textarea {
  resize: none;
  display: block;
  width: 100%;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #eee;
}
input, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/* 左右浮动 */
.left {
  float: left;
}
.right {
  float: right;
}
/* 清除浮动 */
.clearfix:before, .clearfix:after {
  content: '';
  display: table;
}
.clearfix:after {
  clear: both;
}
.ellipsis_one {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.show-article {
  padding: 30px 0;
  position: relative;
  background-color: #fff;
}
.show-article:not(:last-child),.show-question:not(:last-child),.show-flash:not(:last-child) {
  margin-bottom: 5px;
}
.show-article img {
  width: 210px;
  height: 140px;
}
.inner-atc {
  cursor: pointer;
  overflow: hidden;
  padding: 0 25px 0 22px;
}
.inner-atc h2:hover {
  text-decoration: underline;
}
.inner-atc p:not(.times):hover {
  text-decoration: underline;
}
.title {
  font-size: 18px;
  margin-bottom: 21px;
}
.inner-atc p {
  font-size: 14px;
  color: #787880;
}
p.times {
  position: absolute;
  bottom: 30px;
  font-size: 12px;
  color: #787880;
  cursor: default;
}
.times em {
  color: #00bbdd;
}
.times span {
  padding: 0 20px;
}
.show-question {
  background-color: #fff;
  padding: 21px 0 31px 31px;
}
.show-question>a {
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
}
.show-question img {
  width: 100%;
  height: 100%;
}
.show-question .title {
  margin-bottom: 11px;
}
.inner-qt {
  padding: 0 20px;
  overflow: hidden;
}
svg.cmt {
  width: 20px;
  height: 17px;
  vertical-align: middle;
  margin-right: 6px;
}
.inner-qt p.times {
  position: initial;
  margin-bottom: 27px;
}
.comment {
  margin-top: 27px;
  text-align: right;
  font-size: 14px;
}
.comment a {
  color: #333;
}

.inner-flash {
  background-color: #fff;
  padding: 41px 95px 30px 26px;
}
.inner-flash p {
  font-size: 16px;
  padding: 0 0 41px;
}
.person {
  display: flex;
  align-items: center;
}
.person img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.person .times {
  position: initial;
  margin: 0 92px 0 10px;
  font-size: 14px;
  color: #787880;
}

.person a {
  font-size: 14px;
  color: #333;
}
.timestamp {
  background-color: #fff;
  height: 48px;
  line-height: 28px;
  color: #00bbdd;
  padding-left: 27px;
  padding-top:  20px;
  position: relative;
}
.timestamp:before {
  content: '';
  position: absolute;
  left: 0;
  width: 6px;
  height: 28px;
  background-color: #00bbdd;
}
a.go_cmt:hover {
  text-decoration: underline;
}
.person>a {
  display: block;
}
.inner-atc>a {
  display: block;
}
