^/**
 * 文章详情模板样式
 * 
 * @version $Id: article.detail.css 45 2017-08-11 09:50:26Z zhaofy $
 * @creator liqt @ 2014-10-31 21:45:43 by caster0.0.3
 */
@charset "UTF-8";

.inner-main {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #fff;
}

.article-title {
  position: relative;
  color: #fff;
  font-size: 32px;
  line-height: 35px;
  margin: 30px 0 30px 0;
  text-align: center;
}

.article-title .icon-left,
.article-title .icon-right {
  display: inline-block;
  width: 22px;
  height: 21px;
  margin: 0 15px;
  background-repeat: no-repeat;
  background-position: center center;
}

.article-title .icon-left {
  background-image: url("../images/icon.title.left.png");
}

.article-title .icon-right {
  background-image: url("../images/icon.title.right.png");
}

.article-title .previous,
.article-title .next {
  font-size: 16px;
  color: #afafaf;
  position: absolute;
  font-weight: normal;
}

.article-title .previous {
  left: 0;
}

.article-title .next {
  right: 0;
}

.article-time {
    color: #999;
    font-size: 12px;
    text-align: center;
}

.article-content {
    font-size: 14px;
    margin-top: 15px;
    color:#fff !important;
}

.article-content img{
    max-width:100%;
    height: auto;
}

.article-content p{
    text-indent: 2em;
    line-height: 1.5em;
    margin: 0 0 1.5em;
}

.inner-main .bottom {
  margin-top: 30px;
  text-align: center;
}

.inner-main .bottom .goto-top {
  font-size: 16px;
  color: #afafaf;
  
}