
/* 公告详情 */

.announ-conten h1 {
    margin-top: 60px;
    text-align: center;
    font-size: 22px;
    font-family: 微软雅黑;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
}

.announ-conten .announItme {
    margin: 20px 0 50px 0;
    text-align: center;
    /*font-size: 14px;*/
    font-family: 微软雅黑;
    /*font-weight: 400;*/
    /*color: rgba(102, 102, 102, 1);*/
}

.announ-conten .announICon {
    padding: 0 80px;
    font-size: 14px;
    font-family: 微软雅黑;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    line-height: 28px;
}

.announ-conten .announImg {
    margin: 25px auto;
    width: 951px;
    height: 422px;
    background-color: #ccc;
}

.announ-conten .announIContens {
    text-align: justify;
    text-justify:inter-ideograph;
    margin: 15px auto;
    width: 1090px;
    /*font-size: 14px;*/
    font-family: 微软雅黑;
    /*font-weight: 400;*/
    /*color: #666;*/
    /*line-height: 28px;*/
}

.tiem .tiemLeft {
    margin-top: 2px;
    width: 18px;
    height: 18px;
    margin-right: 6px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #ccc;
}

.tiem .tiemRigth {
    font-size: 16px;
    font-family: 微软雅黑;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
}

