﻿.cright .textcontent{
	border-top: 5px #e80000 solid;
}
.cright .textcontent li{
	padding-left: 16px;
    height: 34px;
    line-height: 34px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    background: url(../images/newsli.png) no-repeat left center;
}
.cright .textcontent li.split{
	padding-left: 0;
	height: 10px;
	line-height: 10px;
	border-bottom: 1px #ccc dashed;
	background: #fff;
}
.textcontent span.date{
        float:right;
}
.property{
        color:#999;
        font-size:14px;
        padding-bottom:6px;
        border-bottom:1px #ccc solid;
}
.property span{
        margin-right:10px;
}
.conTxt{
        margin-top:30px;
}
.userControl{
        margin-top:10px;
        padding:6px 0;
        border-top:1px #ccc solid;
        border-bottom:1px #ccc solid;
        font-size:14px;
        text-align:right;
}
.description{
        margin-top:24px;
        border:1px #ccc dashed;
        background:rgba(232, 0, 0, 0.06);
        padding:16px;
        font-size:14px;
        color:#000;
}