@CHARSET "UTF-8";
.ribbon{
	position: relative;
	top:-100px;
	left:135px;
}
.pushButton {
	background-color: #002B6C;
	width: 100px;
	height: 30px;
	border-radius: 30px 0 0 30px;
	color: white;
	font-size: 13px;
	line-height: 30px;
	font-weight: 500;
	margin: 0;
	padding: 0;
}

.ribbonButton {
	height: 38px;
	position: relative;
	margin-top: 2px;
}

.pushButton:hover {
	cursor: pointer;
}

.pushButton > lable {
	position: relative;
	left: 25px;
	top: -1px;
}

.pushButton > img {
	
	position: absolute;
	left: 70px;
	top: 4px;
}

.pushButton+img {
	width: 20px;
	height: 20px;
	position: absolute;
	left: 70px;
	top: 4px;
}
.yc{
		overflow:hidden;
		text-overflow:ellipsis;
		display:-webkit-box;
		-webkit-box-orient:vertical;
		-webkit-line-clamp:2;
	}