.com-open{
	margin-bottom: 10px;
	word-wrap: break-word;
}
.com-open .img-overlay {
	position: relative;
}
.com-open .img-overlay .img-overlay-white {
	padding-top: 1.3rem;
	padding-right: 1rem;
	padding-bottom: 0.5rem;
}
.com-open .tools{
	position: absolute;
	margin-top: -2.7rem;
	margin-left: 0.5rem;
	height: 2.3rem;
	line-height: 2.3rem;
	font-size: 1.4rem;
}
.com-open .tools .highlight{
	padding: 0px 10px;
	background-color: #ff0000b2;
	border-radius: 0.4rem;
}
.com-open .tools .icon{
	background-color: rgba(0, 0, 0, 0.7);
	width: 2.3rem;
	height: 2.3rem;
	line-height: 2.3rem;
	font-size: 1.3rem;
	text-align: center;
	border-radius: 0.4rem;
}
.com-open .text{
	font-size: 1.25rem;
	line-height: 1.6rem;
	margin-bottom: 0rem;
}
.com-open .section{
	height: 1rem;
	font-size: 1rem;
	line-height: 1rem;
	margin: 0px;
}
.com-open .section .section-color{
	width: 3px;
	height: 1rem;
	margin-right: 10px;
	background-color: #2e4a77;
}
.com-open .time{
	font-size: 1rem;
}
.com-open.home .tools {
	margin-top: -2.75rem;
}
.com-open.home .title{
	font-size: 2.5rem;
	line-height: 3rem;
}
.com-open.home .text{
	font-size: 1.5rem;
	line-height: 2.3rem;
}

@media (max-width: 768px) {
	.com-open .img-overlay{
		width: calc(100% - 30px);
	}
	.com-open.home .title{
		font-size: 1.8rem;
		line-height: 2.2rem;
	}

	.com-open.home .text{
		font-size: 1rem;
		line-height: 1.3rem;
	}
	.com-open .img-overlay .text{
		font-size: 1rem;
		line-height: 1.3rem;
	}
	.com-open .updates .live-update .text, .com-open .updates .live-update .text strong{
		font-size: 0.7rem !important;
		line-height: 1.2rem !important;
		max-height: 2.4rem !important;
	}
}

.com-open .updates{
	pointer-events: auto;
}
.com-open .updates .live-update{
	height: auto;
	max-height: 5rem;
	overflow: hidden;
}
.com-open .updates .live-update .text, .com-open .updates .live-update .text strong{
	font-size: 0.9rem;
	line-height: 1.4rem;
	max-height: 2.8rem;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}
.com-open .updates .live-update .text p{
	margin-bottom: 0px;
}
.com-open .updates .live-update .line{
	height: 3px;
	background-color: #c00;
	width: 100%;
	margin-top: 10px;
	margin-left: 5px;
	margin-right: 5px;
}
.com-open .updates .live-update .icon{
	color: #c00;
	font-size: 0.8rem;
	line-height: 1.5rem;
}
.com-open .updates .live-update .time{
	height: 1.4rem;
	font-size: 0.8rem;
	color: #555;
}

.first-open .com-open .img-overlay{
	position: static;
	margin-top: 0rem;
	margin-left: 0px;
	display: block;
	width: 100%;
}

.first-open .com-open .title {
	font-size: 1.5rem;
	line-height: 2.1rem;
}


.first-open .com-open .text {
    font-size: 1.1rem;
    line-height: 1.4rem;
}



.com-open .title{
	font-size: 1.7rem;
}

.com-open .text{
	display:  none!important;
}
.com-open.home .text{
	display:  block!important;
}


@media (min-width:  992px) and (max-width:  1441px){
	.first-open .com-open .title{
		font-size: 1.2rem;
		line-height: 1.7rem;
	}
}

@media (max-width: 768px){
	.small-open .com-open .title{
		font-size: 1.2rem;
		line-height: 1.7rem;
	}
}