.content{
	width: 990px;
	margin: 0 auto;
	padding: 15px 0;
}
.location {
	width: 100%;
	height: 25px;
	background-color: #F5F5F5;
}

.location:after {
	display: block;
	content: "";
	clear: both;
}
.location_C {
	width:314px;
	height: 25px;
	float: left;
	line-height: 34px;
	font-size: 14px;
	font-weight: bold;
	position: relative;
	color: rgb(255, 151, 47);
	padding-left: 10px;
}
.leavingMess{
	width: 666px;
	text-align: center;
	float: left;
	line-height: 26px;
	color: #FF0000;
	font-weight: bold;
}
.content_div{
	border: 1px solid #EFEDEE;
	border-top: none;
}
.content_tit{
	width: 100%;
	height: 25px;
	background-image: url(../images/nzwz_center.jpg);
	border-right: 1px solid #EFEDEE;
}
.content_tit img{
	vertical-align: middle;
}
.content_text{
	font-size: 16px;
	line-height: 25px;
	font-weight: bold;
	vertical-align: middle;
	color: #FF972F;
}
.message{
	color: #FF0000;
	font-size: 16px;
	font-weight: bold;
	float: right;
	line-height: 37px;
	cursor: pointer;
	margin-right: 163px;
}
.line{
	width: 100%;
	height: 30px;
	background-color: #F5F5F5;
}

.txt{
	border-bottom: 1px dotted #A7C59E;
	height: 29px;
	line-height: 28px;
}
.txt p{
	display: inline-block;
	font-size: 13px;
	vertical-align: middle;
}
.ly_tit{
	width: 493px;
}
.ly_tit img{
	width: 21px;
}
.ly_tit span{
	color: #000099;
	font-weight: bold;
}
.ly_name{
	width: 113px;
}
.ly_ip{
	width: 182px;
}
.ly_con{
	width: 100%;
	height: 60px;
	background-color: #FBFAEC;
	position: relative;
	padding-left: 80px;
}
.scholar{
	height: 60px;
	position: absolute;
	top: 0;
	left: 0;
}
.ly_content{
	width: 100%;
	height: 100%;
	line-height: 25px;
	font-size: 13px;
	padding-left: 6px;
}
.ly_huifu{
	width: 100%;
	height: 126px;
	background-color: #E9ECED;
	position: relative;
	padding-left: 80px;
}
.replypm{
	position: absolute;
	top: 43px;
	left: 20px;
}
.ly_huifu_con{
	width: 100%;
	height: 100%;
	padding-top: 3px;
}
.ly_huifu_conent{
	margin: 13px 0;
	font-size: 13px;
	line-height: 25px;
}
.ly_huifu_time{
	font-size: 13px;
	line-height: 25px;
	padding-left: 5px;
	position: absolute;
	bottom: 0;
}
.page{
	width: 100%;
	text-align:center;
	margin-top: 10px;
}
.page_left{
	display: inline-block;
	margin-right: 30px;
}
.page_left a{
	font-size: 12px;
	color: #333333;
	padding: 0 5px;
}
.page_left a:hover{
	color: #CC9900;
	text-decoration: underline;
}
.page_right{
	display: inline-block;
	font-size: 0px;
}
.page_right span{
	font-size: 12px;
}
.page_right span.leftline{
	border-left: 1px solid ;
}
.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;
}