.meeting-badge-blue {
	position: absolute;
	width: 50px;
	height: 26px;
	top: 4px;
	right: 0px;
	background: rgb(45, 92, 158);
	color: white;
	transform: rotate(30deg);
	font-size: 11px;
	line-height: 26px;
	text-align: center;
	border-radius: 3px;
}

.badge-inner-blue {
	position: relative;
}

.badge-inner-blue:before {
	content: '';
	position: absolute;
	top: -2px;
	left: -21%;
	width: 0px;
	height: 0px;
	border-color:transparent rgb(45, 92, 158) transparent transparent;
	border-style: solid;
	border-width:18px 18px 0;
	transform: rotate(133deg);
}

.badge-inner-blue:after {
	content: '';
	position: absolute;
	top: 10px;
	right: -21%;
	width: 0px;
	height: 0px;
	border-color:transparent rgb(45, 92, 158) transparent transparent;
	border-style: solid;
	border-width:18px 18px 0;
	transform: rotate(-47deg);
}

.meeting-badge-green {
	position: absolute;
	width: 50px;
	height: 26px;
	top: 4px;
	right: 0px;
	background: #67C23A;
	color: white;
	transform: rotate(30deg);
	font-size: 11px;
	line-height: 26px;
	text-align: center;
	border-radius: 3px;
}

.badge-inner-green {
	position: relative;
}

.badge-inner-green:before {
	content: '';
	position: absolute;
	top: -2px;
	left: -21%;
	width: 0px;
	height: 0px;
	border-color:transparent #67C23A transparent transparent;
	border-style: solid;
	border-width:18px 18px 0;
	transform: rotate(133deg);
}

.badge-inner-green:after {
	content: '';
	position: absolute;
	top: 10px;
	right: -21%;
	width: 0px;
	height: 0px;
	border-color:transparent #67C23A transparent transparent;
	border-style: solid;
	border-width:18px 18px 0;
	transform: rotate(-47deg);
}

.meeting-badge-orange {
	position: absolute;
	width: 50px;
	height: 26px;
	top: 4px;
	right: 0px;
	background: orangered;
	color: white;
	transform: rotate(30deg);
	font-size: 11px;
	line-height: 26px;
	text-align: center;
	border-radius: 3px;
}

.badge-inner-orange {
	position: relative;
}

.badge-inner-orange:before {
	content: '';
	position: absolute;
	top: -2px;
	left: -21%;
	width: 0px;
	height: 0px;
	border-color:transparent orangered transparent transparent;
	border-style: solid;
	border-width:18px 18px 0;
	transform: rotate(133deg);
}

.badge-inner-orange:after {
	content: '';
	position: absolute;
	top: 10px;
	right: -21%;
	width: 0px;
	height: 0px;
	border-color:transparent orangered transparent transparent;
	border-style: solid;
	border-width:18px 18px 0;
	transform: rotate(-47deg);
}
.am-pannel .am-pannel-block .am-pannel-title{
	width: 80%;
}
.am-pannel{
	overflow: hidden;
}