.jp-container{
    width:100%;
    height:470px;
    position:relative;
	float:left;
}
.jp-container p{
	color:#787878;
	font-size:14px;
	line-height:22px;
    margin-top:8px;
    margin-botoom:8px;
    margin-right:20px;
    padding-bottom:10px;
    display:block;   
    border-bottom:1px solid #ddd;
}
.jp-container p:first-child{
    border-top:none;
}
.jp-container p:last-child{
    border-bottom:none;
}
.jp-container p:hover{
   background-color:#eceef5;
   border-bottom-color:#eceef5;
}

