.singleNews{
    width:100%;
    height:100%;
    display:table;
}

.singleNews .news{
    display:table-cell; 
    vertical-align: middle;
    position: relative;
}

.singleNews .news h4{
    font-size:16px;
    font-weight:bold;
    color:#1b1b1b;
    line-height:26px;
    margin:0px;
    padding:0px;
}

.singleNews .news .content{
    line-height:26px;
    overflow:hidden;
     font-size:14px;
     margin:0px;
     padding:0px;
     word-break:normal;
     text-indent:2em;
}

.singleNews .news .details{
    width:100%;
    text-align: right;
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.singleNews .news .details a{
	color:#a40000;
	padding-right:10px;
}

.isDivideLine{
	 border-bottom: 1px solid #e1e1e1;
}

.isDisplay{
	display:inline-block;
}

.notDisplay{
	display:none;
}