
.ovehotel_entrance_area{
	width: 1106px; min-height: 253px; position: relative; display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.ovehotel_entrance_box{
	width:269px; 
	height: 253px; 
	background-color:#fff; 
	border-radius: 5px;
    box-shadow: 0px 5px 15px 0 rgba(43, 48, 54, 0.18);
}
.ovehotel_entrance_box:hover{
	box-shadow: 0 5px 15px 0 rgba(43, 48, 54, 0.28);
}
.ovehotel_entrance_title{
	position: absolute;
    top: 0px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px 0px 5px 0;
    background: rgba(51,51,51,0.9);
    text-align: center;
    font-size: 20px;
    color: #fff;
    width: 108px;
	font-weight: bold;
	/* padding: 0 26px; */
}

.ovehotel_entrance_img{
	margin: 0px auto;
    width: 100%;
    height: 185px;
	background-size: cover;
	background-position: center;
	border-radius: 5px 5px 0 0;
}
.ovehotel_entrance_wording{
	float:left;
	padding: 10px 0 0 10px;
}

.ovehotel_entrance_wording1{
	font-size: 18px; 
	line-height:24px;
	color: #3e7cb1;
	font-weight:bold;
}

.ovehotel_entrance_wording2{
	font-size: 16px;
	color: #333333;
	line-height:25px;
}

.ovehotel_entrance_btn{
	float:right; 
	width: 116px;
	height: 40px;
	line-height: 40px;
	border-radius: 24px;
	background-image: linear-gradient(to right, #3e87b1, #096ea7);
	color:#fff; 
	font-size: 16px;
	font-weight: bold; 
	text-align: center;
	margin: 14px 10px 0 0px;
}









