
/*****************************************************************news CSS****************************************************************/
.new-box{
	display: flex;
	display:-webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    width: 100%;
    margin-top: 50px;
    padding-bottom: 10%;
}
.newBox-left{
	width: 15%;
	padding-right: 3%;
}
.newsLeft-title{
	width: 100%;
	height: auto;
	line-height: 36px;
	border-bottom: 1px solid #DCDCDC;
	box-sizing: border-box;
	
}
/*.newsLeft-title:hover{
	text-indent: 5px;
}*/
.newsLeft-title:hover a{
	color: #7092bf;
}
.newsLeft-title>a{
	display: block;
	padding-left: 15px;
}

.cur_border{
	width: 3px;
	height: 14px;
	float: left;
	margin: 11px 0;
	background: #7092bf;
}

.cur{
	color: #7092bf;
}

.newBox-left #all{
	width: 30%;
	border-left: 2px solid;
}

.newBox-right{
	width: 100%;
	display: flex;
	display:-webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content:space-between;
}
.hotel-knowledge-box{
	width: 47.65%;
	height: 260px;
	border-bottom: 2px solid #DCDCDC;
	box-sizing: border-box;
	margin-bottom: 3%;
	
}
.newRight-top{
	width: 100%;
	height: auto;
}
.newRight-bottom{
	width: 100%;
	height: 104px;
	color: #999999;
}
.newsBottom-left{
	width: 15.45%;
	height: 100%;
	float: left;
}
.newsBottom-left span{
	font-size: 16px;
	margin-right: 9%;
	line-height: 50px;
}
.newsBottom-right{
	width: 100%;
	height: 100%;
	line-height: 50px;
	padding-left: 0;
	
}
.newsBottom-right a{
	font-size: 16px;
}
.textOne-answer{
	color: #666;
}
.textTwo-answer{
	color: #999999;
}
.news-page-box{
	width: 440px;
    /* height: 30px; */
    margin: 0 auto;
    margin-top: 5%;
   
}
.hotel-knowledge-box:hover .textOne-answer{
	color: #7092bf;
}

@media only screen and (max-width: 1200px){
	.newBox-left{
		display: flex;
		width: 100%;
		height: auto;
		border-bottom: 1px solid #DCDCDC;
		padding-right: 0;
		flex-wrap: wrap;
	}
	.new-box{
		width: 100%;
		height: auto;
		display: flex;
		flex-wrap: wrap;
		margin-top: 10px;
	}
	.newsLeft-title{
		width: 33%;
	}
	.newBox-right{
		/*display: none;*/
		padding-top: 5%;
	}
	.newRight-top img{
		width: 100%;
	}
	.newsBottom-left{
		width: 100%;
		height: auto;
	}
	.newsBottom-left span{
		font-size: 12px;
	}
	.newsBottom-right{
		width: 100%;
		line-height: 25px;
		padding-left: 0;
	}
	.newsBottom-right a{
		font-size: 12px;
	}
	.newBox-right>div{
		height: auto;
	}
	
}