.targeturl{
	border-radius:10px;
	width:200px;
	height:112px;
}

.zxun {
    padding: 15px;
    height:183px;
}

.zxun:hover {
    background: #f5f5f5;
}

.zxunimg {
    padding: 0px;
    cursor: pointer;
    margin-top:20px;
}

.ptil {
    border-bottom: 1px solid #ccc;
    line-height: 40px;
}

.zxun .nleft {
    float: left;
    color: #757575;
}

.zxun .nright {
    display: inline-block;
    height: 30px;
    width: 100px;
    background-color: #1CCAB1;
    color: white;
    border-radius: 5px;
    text-align: center;
    line-height: 30px;
    float: right;
    text-decoration: none;
}

.ptil span{
    float: right;
}