/*文章详情*/
.detail-article-container {
    margin: 90px 0 120px;
}
.detail-article-container .news-detail-content * {
    max-width: 100%;
}
.detail-article-container .news-detail-content .title {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    text-align: center;
}
.detail-article-container .news-detail-content .content {
    font-size: 14px;
    /*text-indent: 2em;*/
    line-height: 1.5;
    color: #666666;
}
.detail-article-container .news-detail-content .detail-tips {
    margin: 20px 0 30px;
    text-align: center;
}
.detail-article-container .news-detail-content .detail-tips span {
    margin: 0 10px;
}
.detail-article-container .news-detail-content .detail-tips .time {
    font-size: 12px;
    color: #666666;
}

.detail-article-container .module-slide {
    border-left: 1px solid #e5e5e5;
    padding-left: 20px;
    box-sizing: border-box;
}
.detail-article-container .hot-news {
    min-height: 200px;
    text-align: left;
}
.detail-article-container .hot-news .theme-title {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    text-align: left;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}
.detail-article-container .hot-ul a:hover .title {
    text-decoration: underline;
}
.detail-article-container .hot-li {
    margin-top: 20px;
}
.detail-article-container .hot-li .time {
    font-size: 13px;
    color: #999999;
}
.detail-article-container .hot-li .title {
    margin-top: 5px;
    font-size: 15px;
    color: #333;
}