/**新闻列表页新闻时间样式 start*/
.discount-item .sj{
    min-width: 53px;
    width: 0.7rem;
    color: #fff;
    float: left;
    margin-right: 0.1rem;
    position: absolute;
    top: 1.2rem;
    left: 0;
    /*background: rgba(17, 151, 211, 0.9)*/
    background: #057f6999;
}

.discount-item .sj p{
    padding-top: 0.03rem;
    font-size: 30px;
    line-height: 29px;
    text-align: center;
    font-weight: bold;
}

.discount-item .sj span{
    font-size:12px;
    line-height: 20px;
    display: block;
    text-align: center;
}
/**新闻列表页新闻时间样式 end*/

/**新闻详情页 start*/

.support-article {
    padding: 0px 0;
}
.support-article .article-head {
    text-align: left;
    padding-bottom: 16px;
}
.support-article .article-head h1 {
    font-size: 26px;
    color: #333333;
}
.support-article .article-body p {
    text-align: justify;
    color: #666666;
    margin: 0.16rem 0 0;
    text-indent: 2em;
}
.support-article .article-body h1,h2,h3{
    font-weight: bold; !important;
    margin: 0.16rem 0 0;
}
.support-article .article-body h1,h2{
    font-size: 2em!important;
    text-indent: 1em;
}
.support-article .article-body h3{
    text-indent: 2em;
}
.support-article .article-body a{
    color: #3498db;
    text-decoration: underline;
}
.article-back button {
    color: #057F69;
    font-size: 18px;
}
/**新闻详情页 end*/

