.newsDiv{
	width: 700px;
	float: left;
	margin-left: 20px;
}
.newsDiv_c{
	width: 682px;
	margin: 0 auto;
	margin-top: 30px;
}
.currentLocation p{
	float: left;
	width: 50%;
}
.leavingMess{
	float: right;
	width: 117px;
	color: #0084CB;
	margin-left: 30px;
	cursor: pointer;
}
.liuyanList{
	width: 100%;
}
.ly_text{
	width: 100%;
	font-size: 0;
	height: 29px;
}
.ly_title{
	display: inline-block;
	vertical-align: top;
	width: 462px;
	font-size: 13px;
	line-height: 25px;
}
.ly_time{
	display: inline-block;
	vertical-align: top;
	width: 212px;
	font-size: 13px;
	line-height: 25px;
}
.ly_neirong{
	height: 29px;
	font-size: 13px;
	line-height: 25px;
}
.ly_huifu{
	width: 100%;
	height: auto;
	background-color: #F9F9F9;
}
.ly_huifu_time{
	height: 30px;
	font-size: 13px;
	line-height: 26px;
	color: #0084cb;
}
.ly_huifu_neirong{
	line-height:26px; 
	font-size:12px
}
.mask{
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.4);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
}
.messageTable{
	width: 671px;
	height: 382px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background-color: #FFFFFF;
	display: none;
}
.messageTable table{
	margin: 37px auto;
}
.messageTable td{
	font-size: 12px;
}
.closeTable{
	position: absolute;
	width: 30px;
	height: 30px;
	background-color: rgba(0,0,0,0.4);
	color: #FFFFFF;
	text-align: center;
	line-height: 30px;
	border-radius: 15px;
	font-weight: bold;
	font-size: 20px;
	right: 10px;
	top: 5px;
	cursor: pointer;
}
.layui-layer-content{
	color: #fff;
}