body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td { margin:0; padding:0}
body { font-size:14px; color:#333; font-family:'SourceHanSansCN-Normal'; background:#f2f2f2; line-height:20px;box-sizing: border-box}
fieldset, img { border:0; }
html{
    box-sizing: border-box;
}
/* 鉴定新闻详情 */
.inner{
    width: 1200px;
    background: #fff;
    margin: 0 auto;
}
.flex{
    display: flex;
    justify-content: space-between;
}
.subTitlt{
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    text-align: justify;
    text-align-last: justify;
    text-justify:distribute
}

ol, ul { list-style:none; }
h1, h2, h3, h4, h5, h6{ font-size:100%; }
em { font-style:normal; }
input, button, select, textarea { outline:none;border: none }
textarea { resize:none; } 
/* 禁用了文本的拖拉，尤其在谷歌下 */
p{ text-align:justify; text-justify:distribute;} 
/* 为了使文本段落左右两边对齐 */

a { color: #333; text-decoration:none; }
/* a:hover { color: #333; text-decoration:none; } */
/*防止拖动*/
img {
    border: 0;
    vertical-align: middle; /*  去掉图片底部默认的3像素空白缝隙*/
}
table {
    border-collapse: collapse; /*合并外连线*/
}
/*公共类*/
.w {
    /*版心 提取 */
    width: 1200px;
    margin: 0 auto;
    background: #fff;
    margin-top: 20px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.al {
    text-align: left;
}

.ac {
    text-align: center;
}

.ar {
    text-align: right;
}

.hide {
    display: none;
}
.active{
    border-bottom: 3px solid #ffea00;
}

.line-clamp{
    /* margin-top: 5px; */
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

