     ul { padding: 0; list-style: none; }
        .content {
            padding: 0 8%;
            /* margin: 70px auto ; */
        }
        .content>h5 {
            color: #666;
            line-height: 85px;
            font-weight: normal;
            margin: 0;
        }
        .content>h5 a {
            color: #666;
            font-size: 16px;
        }
        .content>p {
            color: #004998;
            font-size: 14px;
        }
.article-title {
    font-size: 28px;
    color: #333;
    line-height: 1.5em;
    text-align: center;
    margin-bottom: 15px;
}
.article-next, .article-pre {
    text-align: right;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.article-pre {
    text-align: left
}
.article-content {
    padding-bottom: 60px;
    margin-bottom: 30px;
    border-bottom: 1px dashed #eee;
    font-size: 16px;
}
.article-content p, .article-content span { font-size: 16px !important }
.article-content img {
    max-width: 800px;
}
@media only screen and (max-width:768px) {
            .content {
                padding: 0 15px;
            }
.article-content-table{
  width:380px;
    overflow-x:scroll;
  }

  .article-content img{max-width:90%; height:auto;}
            .content>h5 { line-height: 60px; }
           .article-next {text-align: left}
  .article-content p{text-align:center;}
  .article-content table{ max-width:90%;}
    .article-content-table p{text-align:left;}

        }