/* 
    author: 宋晨
    update logs: 2020/06/09 创建
    文章详情
*/
/* ---文章--- */
.article {
  background-color: #ffffff;
  margin-top: 0.7rem;
  width: 100vw;
  overflow-x: auto;
  min-height: 75vh;
}

.article .columnTab_content {
  border-bottom: 1px solid #ccc;
  display: flex;
  margin-bottom: 1rem;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  height: 4rem;
}

.article .columnTab_a {
  font-size: 1.8rem;
  padding: 0px 1.2rem;
  margin: 1rem 0px;
  position: relative;
  white-space: nowrap;
  display: inline-block;
}

.article .columnTab_check {
  zoom: 1;
}

.article .columnTab_check:after {
  content: " ";
  height: 2px;
  width: 100%;
  background-color: #0081CC;
  position: absolute;
  bottom: -11px;
  left: 0px;
  z-index: 5;
  display: block;
  clear: both;
}

.article .title {
  font-size: 1.6rem;
  color: #222222;
  font-weight: bold;
  text-align: center;
  width: 100vw;
  margin: 1.5rem 0;
}

.article .tip {
  display: flex;
  justify-content: space-between;
  margin: 1rem 1.5rem 1.5rem;
  font-size: 1.2rem;
  line-height: 1.6rem;
  color: #ADADAD;
}

.article .content {
  font-size: 1.6rem;
  margin: 0 1.5rem;
  padding-bottom: 1.7rem;
  line-height: 2.7rem;
  color: #666666;
  border-bottom: 0.1rem solid #E4E4E4;
  ;
}

/* ---翻页--- */
.page {
  font-size: 1.4rem;
  line-height: 2rem;
  color: #666666;
  background-color: #ffffff;
  padding: 1.2rem 1.5rem 2.2rem;
}

.page div:first-of-type {
  margin-bottom: 0.7rem;
}