body {
	background: url("../../img/news/news_bg_02.png") no-repeat top center;
}
.analysisBox {
	padding: 19px 50px 0 50px;
}

.analysisBox li {
	height: 40px;
    line-height: 40px;
    border-bottom: 1px dashed #d2d2d2;
}

.analysisBox li a {
	display: block;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
}

.analysisBox li p{
	width: 70%;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.analysisBox li span {
	width: 20%;
    float: right;
    text-align: right;
    color: #666666;
    font-size: 14px;
}

.analysisBox li:hover a {	
	color: #0d65ba;
}






