#logo{
   line-height: 0px;
}
#content{
    width: 1100px;
    margin: -275px auto 150px auto;
    padding: 50px 50px 0 50px;
    background: #ffffff;
    position: relative;
    z-index: 999;
}
#content p{
    line-height: 0;
    margin-bottom: 40px;
}
#content .title,.title2,.title3{
	position:relative;
}

#content .more{
	float:right;
	color:red;
	position:absolute;
	right:50px;
	top:33px;
	z-index:999;
	font-size:16px;
}
#content .more2{
	top:33px;
}
#content .more3{
	top:33px;
}
#content>div{
    margin-bottom: 50px;
}
#content ul li{
    text-align: left;
    background: url("../images/circle.png") no-repeat left center;
    padding-left: 20px;
    margin-bottom: 25px;
    overflow: hidden;
}
#content ul li:last-child{
    margin-bottom: 0;
}
#content ul li a{
    float: left;
    height: 24px;
    width: 815px;
    font-size: 18px;
    color: #4c4c4c;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
#content ul li a:hover{
    color: #e41614;
    text-decoration: underline;
}

#content ul li span{
    font-size: 14px;
    color: #808080;
    float: right;
}