/*健康專欄-詳情*/
.article-view {
  position: relative;
  padding-top: 80px;
  width: 900px;
  text-align: center;
}
.article-view-header {
  border-bottom: 1px solid #666;
}
.article-view-title {
  padding-left: 0;
}
.article-view-title h2 {
  margin-bottom: -2px;
  padding-bottom: 10px;
  font-size: 18px;
  color: #666;
  width: 111px;
  border-bottom: 3px solid #0a2c85;
  white-space: nowrap;
}
.article-view-time {
  text-align: right;
  font-size: 15px;
  color: #0A2C84;
}
.article-view-main {
  margin-left: -15px;
  margin-right: -15px;
}
.article-view-p {
  margin-bottom: 0;
  padding: 25px 0;
  font-size: 16px;
  color: #666;
  line-height: 24px;
  text-align: justify;
}
.article-view-main h5 {
  margin-top: 30px;
  color: #0A2C84;
  font-size: 17px;
  text-align: left;
}
.article-view-p2 {
  margin-bottom: 0;
  padding: 0 15px;
  font-size: 16px;
  color: #666;
  line-height: 24px;
  text-align: justify;
}
.article-view-return {
  position: absolute;
  right: -62px;
  top: 109px;
  width: 52px;
}
.articl-return-link {
  display: block;
  padding-top: 56px;
  width: 52px;
  text-align: center;
  height: 143px;
  color: #0A2C84;
  background: #f6f6f6 url('../images/top2.png') no-repeat center 20px;
}
.articl-return-link:hover {
  text-decoration: none;
}
@media screen and (max-width: 991px) {
  .article-view-main {
    margin-left: 0;
    margin-right: 0;
  }
  .article-view-header {
    margin-left: 0;
    margin-right: 0;
  }
  .article-view-return  {
    display: none;
  }
  .article-view img {
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .article-view {
    width: 100%;
  }
  .article-view {
    padding-top: 40px;
  }
  .article-view-header {
    padding-bottom: 20px;
  }
  .article-view-main h5 {
    margin-top: 20px;
    font-size: 15px;
  }
  .article-view-p {
    padding: 20px 0;
    font-size: 14px;
  }
  .article-view-p2 {
    font-size: 14px;
  }
  .article-view-time {
    font-size: 14px;
    padding-left: 0;
  }
  .article-view-time {
    padding-top: 10px;
    text-align: left;
  }
}