@charset "utf-8";
.nd-con{
    width: 100%;
    margin: 0 auto;
}
.nd-title{
    width: 100%;
    text-align: center;
    font-size: 30px;
    color: #333333;
    height: 71px;
    line-height: 71px;
    margin-top: 29px;
}
.nd-info{
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #666;
    height: 33px;
    line-height: 33px;
    padding-bottom: 12px;
    border-bottom: 1px solid #ddd;
}
.artDet{
    width: 100%;
    font-size: 16px;
    color: #1f1f1f;
    line-height: 2;
    text-align: justify;
    min-height: 300px;
    font-family: "Classic Grotesque W01", "Hiragino Sans GB", "Microsoft YaHei", "STHeiti", "WenQuanYi Micro Hei", sans-serif;
    overflow: hidden;
    padding: 14px 0 36px;
    border-bottom: 1px solid #e5e5e5;
}
.artDet p {
    margin: 0.63em 0 1.8em 0;
}