.notice-detail-title{
    width: 849px;
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
    color: #333333;
    padding-bottom: 20px;
    border-bottom: 2px solid #1181E3;;
    font-weight: bold;
}
.notice-detail-head{
    padding-top: 20px;
    padding-bottom: 50px;
    text-align: center;
    color: #999999;
    font-size: 12px;
}
.notice-detail-head-item{
    margin-right: 30px;
}
.notice-detail-head-icon{
    font-size: 12px;
    margin-right: 4px;
}
.notice-detail-head-icon img
{
    height: 10px;
}
.notice-detail-content{
    /*font-size: 14px;*/
    /*color: #333333;*/
    /*line-height: 30px;*/
    /*text-align: center;*/
    /*text-indent: 2em;*/
    font-family: "Microsoft YaHei";
    font-weight: normal;
}
/*富文本编辑器首行缩进,图片不缩进*/
p {

    /*2018年2月6日修改*/
    /*首行缩进两格*/
    /*XT*/
    text-indent: 2em;
    margin-bottom: 0;
    line-height: 1.5em;
    text-align: justify;
    min-height: 16px;
}

p img
{
    margin-left: auto;
    margin-right: auto;
    display: block;
}
img
{
    vertical-align: initial;
    border:0;
}
p span{
    display: block;
    text-indent: 2em;
    line-height: 1.5em;
    text-align: justify;
}