.big-depart{
	position: absolute;
	top: 50%;
	right: 170px;
	margin-top: -13px;
	color: #808080;
	width:180px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
} 
.xxcount {
    position: absolute;
    top: 50%;
    right: 350px;
    margin-top: -13px;
    color: #808080;
    width: 105px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.mybutton{
	font-size:16px;
	margin-left: 11px;
	float: left;
	height: 36px;
	padding-right: 33px;
	color: #2f86c9;
	border: 1px solid #2f86c9;
	border-radius: 3px;
}