.horizontalNews-css{
	clear: both;
}
.horizontalNews-css ul{
	list-style: none;
}
.horizontalNews-css ul li i{
	line-height:31px;
/*     overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float:left; */
}
.horizontalNews-css ul li{
	line-height: 31px;
	float: left;
    overflow: hidden;
    width:100%;
}
.horizontalNews-css ul li a{
    display: block;
    font-size: 13px;
    color: #333333;
	max-width:75%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float:left;
}
@media(max-width:768px){
	.horizontalNews-css ul li a{
		max-width:69%;
	}
}
.horizontalNews-css ul li span{
    color: #333333;
    font-size: 13px;
    float:right;
    margin-right:10px;
}
.horizontalNews-clear{
	clear:both;
}

.horizontalNews-split-line
{
	border-bottom:3px solid #3366CC;
	margin:10px 0;
}

.horizontalNews-seeMore
{
    text-align: right;
    margin-top: 4px;
    margin-right:3px;
}

.horizontalNews-seeMore-a
{
	color:#D43A3A;
}

.seeMoreDiv{
	display:none;
}

.horizontalNews-CheckBox{
	margin:3px 0;
}
.horizontalNews-label label {
	margin-top: 7px;
	font-weight: normal;
}

.horizontalNews-label .newslogo {
	margin-top: 7px;
	margin-left: 16px;
	font-weight: bold;
}

#icon {
	margin-left: 10px;
	margin-top: 10px;
}
.span-pad {
	padding: 6px 7px;
}

.item-title {
    margin-bottom: 20px;
}
.item-title .del-item{
    float: right;
    margin-top: 4px;
}