.article div,
.article p,
.article strong,
.article span，
.article div *,
.article p *,
.article strong *,
.article span *{
    font-size: 16px !important;
    line-height: 1.6em !important;
    
    font-family: Arial,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","WenQuanYi Micro Hei",sans-serif !important;
    color: black !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    background: none !important;
}

.article img {
    max-width: 100% !important;
    height: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 1.5em  !important;
    margin-top: 1em  !important;
}

.article div img,.article p img{
    margin-bottom:0  !important;
    margin-top:0  !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.article h1{
    padding-left: 18px !important;
}
.article h1, .article h1 * {
    font-size: 32px !important;
}

.article h2, .article h2 * {
    font-size: 24px !important;
}

.article h3, .article h3 * {
    font-size: 21px !important;
}

.article h4, .article h4 * {
    font-size: 18px !important;
}

.article h5, .article h5 * {
    font-size: 16px !important;
}

.article h1, .article h2,
.article h3,  .article h4,
.article h5 {
    line-height: 1.35em !important;
    margin-top: 1em !important;
    margin-bottom: 0.5em !important;
    position: relative;
    color: #0C7ED9 !important; }

.article h1 *,  .article h2 *,
.article h3 *, .article h4 *,
.article h5 * {
    line-height: 1.35em !important;
    margin-top:0px !important;
    margin-bottom:0px !important;
    color: #0C7ED9 !important; }

.article h1::before {
    content: "";
    display: block;
    width: 6px;
    height: 1em;
    background-color: #0C7ED9;
    position: absolute;
    left: 0;
    top: 5px;
}

.article a,.article a *{
    color: #5A5A5A !important; }

.article a:hover,.article a:hover *{
    color: #0C7ED9 !important; }

.article ul.list-paddingleft-2{
   padding-left: 0px;
}
.article ul li {
    font-size: 16px !important;
    line-height: 1.6em !important;
    margin-top: 1em !important;
    margin-bottom: 1em !important;
    color: black !important;
    position: relative;
    padding-left: 16px;
}

.article ul li * {
    font-size: 16px !important;
    line-height: 1.6em !important;
    color: black !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.article ul li p,.article ul li div{
    display: inline;
}

.article ul li:before {
    content: ' ';
    display: inline-block;
    border: 3px solid #0C7ED9;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left:2px;
    margin-top: 0.5em; }

.article ol.list-paddingleft-2{
    padding-left: 17px;
}
.article ol li{
    list-style:decimal !important;
    font-size: 16px !important;
    line-height: 1.6em !important;
    margin-top: 1em !important;
    margin-bottom: 1em !important;
    color: black !important; }

.article ol li * {
    font-size: 16px !important;
    line-height: 1.6em !important;
    margin-top: 0px !important;
    margin-bottom:0px !important;
    color: black !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.article .table-responsive .table{
    float: none;
    border:none;
}
.article .table-responsive .table tbody{
    border:none;
}

.article .table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #F3F3F3;
}

.article .table-striped > tbody > tr:nth-of-type(even) {
    background-color: #ffffff;
}
.article .table-responsive .table tbody > tr{
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
.article .table-responsive .table tbody > tr > td {
    border: 1px solid #DDDDDD !important;
    vertical-align: middle !important;
    font-size: 14px !important;
    line-height: 22px !important;
    color: #1F1F1F !important;
    padding: 15px !important;
    margin-right: 0px !important;
    margin-left: 0px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.article .table-responsive .table > tbody > tr > td * {
    font-size: 14px !important;
    line-height: 22px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    margin-left: 0px !important;
    margin-right: 0 !important;
    padding:0 !important;
    color: #1F1F1F !important;
    background: none !important;
}

.article .table-responsive .table > tbody > tr:first-child > td {
    border: 1px solid #fff !important;
    color: #ffffff !important;
    background: #0C7ED9 !important;
}

.article .table-responsive .table > tbody > tr:first-child > td * {
    color: #fff !important;
}

.article .table-responsive .table > tbody > tr:first-child > td:first-child {
    border-radius: 4px 0px 0px 0px;
}

.article .table-responsive .table > tbody > tr:first-child > td:last-child {
    border-radius: 0px 4px 0px 0px;
}
