.titleList-css{
	clear: both;
    /* border-bottom: 1px solid #e6e6e6; */
    padding-bottom: 10px;
}
.titleList-css ul li i{
	margin-right:10px;
}
.titleList-css ul{
	list-style: none;
}

.titleList-css ul li{
	line-height: 31px;
    clear: both;
    overflow: hidden;
}
.titleList-css ul a{
    /*width: 50px;*/
    text-overflow: ellipsis;
    /* white-space: nowrap; */
    /* overflow: hidden; */
}
/* .titleList-css ul a:hover{
	color:#b73029;
    overflow: visible;
} */
.titleList-css ul li a{
    display: block;
    width: auto;
    max-width:75%;
    overflow: hidden;
    white-space: nowrap;
    font-size: 13px;
    color: #333333;
    float: left;
   	text-overflow: ellipsis;
}
@media(max-width:768px){
	.titleList-css ul li a{
	    display: block;
	    font-size: 13px;
	    color: #333333;
	    float: left;
	    max-width:69%;

	}
}
.titleList-css ul li span{
    float: right;
    color: #333333;
    font-size: 13px;
}
.titleList-clear{
	clear:both;
}

.titleList-split-line
{
	border-bottom:3px solid #3366CC;
	margin:10px 0;
}

.titleList-seeMore
{
    text-align: right;
    margin-top: 4px;
    margin-right:3px;
}

.titleList-seeMore-a
{
	color:#D43A3A;
}

.seeMoreDiv{
	display:none;
}

.titleList-CheckBox{
	margin:3px 0;
}

.titleList-article-splitLine
{
	border-bottom:1px solid #e6e6e6
}

.item-title {
    margin-bottom: 20px;
}
.item-title .del-item{
    float: right;
    margin-top: 4px;
}