.mt0{margin-top: 0px;}
.mt5{margin-top: 5px;}
.mt10{margin-top: 10px;}
.mt15{margin-top: 15px;}
.mt20{margin-top: 20px;}
.mt25{margin-top: 25px;}
.mt30{margin-top: 30px;}
.mt40{margin-top: 40px;}
.mt50{margin-top: 50px;}
.mt100{margin-top: 100px;}

.mb0{margin-bottom: 0px;}
.mb5{margin-bottom: 5px;}
.mb10{margin-bottom: 10px;}
.mb15{margin-bottom: 15px;}
.mb20{margin-bottom: 20px;}
.mb25{margin-bottom: 25px;}
.mb30{margin-bottom: 30px;}
.mb40{margin-bottom: 40px;}
.mb50{margin-bottom: 50px;}
.mb100{margin-bottom: 100px;}

.ml20{margin-left: 20px;}
.ml40{margin-left: 40px;}

body{padding: 20px;}

/* 正文默认 */
div{
    font-size: 14px;    
    line-height: 22px;
    color: #000000;
}

/* 整体文章标题 */
.kl-title{
    margin-bottom: 20px;    
    line-height: 28px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
/* 整体二级文章标题 */
.kl-title-t{
    margin-bottom: 20px;    
    line-height: 28px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

/* 正文大标题 */
.kl-subheading{
    font-size: 16px;
    font-weight: bold;
}

/* 正文加粗 */
.kl-bold{
    font-weight: bold;
}

/* 正文链接 */
.kl-href{
    font-weight: bold;
    color: #4670e8;
}
/* 正文红色字体 */
.kl-red{
    color: #f53344;
    font-weight: bold;
}

/* 底部公司名称 */
.ku-company{
    text-align: right
}

.IDAuthentication-img{
    display: inline-block;
    width: 20px;
    vertical-align: middle;
    margin-right: 10px;
}
/*首行缩进2个字节*/
.text-indent{
    text-indent: 15px;
}

ul li{
    list-style:disc;
    font-size: 14px;   
}

.redTxt{
    color: red;
}

/* 表格样式 */
table{
    width: 60%;
    margin: 10px 0;
    border-color: #cccccc;
    border-collapse:collapse;
    text-align: center;
    color: #333333;
}
/* 34 33文件的table宽度 */
.Mcntable{
    width:90%;
}
table thead{
    font-size: 14px;
    background: #f4f4f4;
}
table th,table td{
    padding: 10px;
    border:1px solid #cccccc
}
table td{
    font-size: 14px;
    text-align: left;
}
table td p{
    text-align: left;
    line-height: 22px;
}
 
@media only screen and (min-width: 1200px) {
    body{
        max-width: 1200px;
        margin:  0 auto;
        padding: 20px 0;
    }

    /* 正文大标题 */ 
    .kl-subheading{
        font-size: 18px;
    }
    
    /* 正文默认 */
    div{
        font-size: 15px;    
        line-height: 24px;
    }
    
    .text-indent{
        text-indent: 16px;
    }
    
    ul li{
        font-size: 15px;   
    }
}