@charset "utf-8";
body {
	background-color: #f4f4f4;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #ccc;
}
input:-moz-placeholder, textarea:-moz-placeholder {
    color:#ccc;
}
input::-moz-placeholder, textarea::-moz-placeholder {
    color:#ccc;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color:#ccc;
}
.main_con{
	width:100%;
	max-width:1200px;
	margin:0 auto;
	overflow:hidden;
	padding-bottom:30px;
}
.listposition{
	padding:10px 20px;
	background:url(../images/positionicon.png) left center no-repeat;
	color:#666;
}
.listposition span{
	color:#666;
}
.listposition a{
	color:#666;
}
.listposition a:hover{
	color:#13aada;
}
.messages{
	background:#fff;
	padding:30px 0; 
	overflow:hidden;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}
.messagebox{
	padding:0 30px 30px;
	overflow:hidden; 
	border-bottom: 1px solid #eee;
}
.messagebox .textareabox{ 
	width:100%;
	height:auto;
	overflow:hidden;
	border:1px solid #ddd;
	background:#f4f4f4;
	padding:10px 20px;
	position:relative; 
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}
.messagebox .textareabox textarea{
	display:block;
	width:100%;
	height: auto;
	min-height:18px;
	overflow:hidden; 
	line-height:18px;
	color:#666; 
	border:0 none;
	background:none;
	
}
.messagebox .textareabox span{
	display:inline-block;
	color:#ccc;
	height:18px;
	line-height:18px;
	position:absolute;
	right:20px;
	bottom:10px;
}
.messagebox .notices{
	position:relative;
	padding-top:16px;
}
.messagebox .notices p{ 
	color:#696969;
	font-size:12px;
	height:36px;
	line-height:36px;
}
.messagebox .notices button{
	width:100px;
	height:36px;
	line-height:36px;
	color:#fff;
	text-align:center;
	font-size:14px;  
	background-color:#13aada;
	border:0 none;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	position:absolute;
	right:0;
	bottom:0;
	cursor:pointer;
}
.messagebox .notices button:hover{
	box-shadow:0 0 4px rgba(0,0,0,.2);
}
.listmessages{
	padding:20px 30px 0;
	overflow:hidden;
}
.listmessages span{
	display:block;
}
.listmessages .totals{
	color:#333; 
}
.listmessages .totals em{
	color:#bebebe;
	padding-left:8px;
	font-style:normal; 
}
.listmessages li{
	padding:30px 0 26px;
	border-bottom:1px solid #eee;
	overflow:hidden;
	position:relative;
}
.listmessages li .headpic{
	width:48px;
	height:48px;
	display:block;
	position:absolute;
	left:0;
	top:30px;
	-moz-border-radius:24px;
	-webkit-border-radius:24px;
	border-radius:24px;
}
.listmessages li .litext{
	padding-left:66px;
}
.listmessages li .litext span{
	color:#333;
	height:16px;
	line-height:16px;
	white-space:nowrap;
}
.listmessages li .litext span b{
	color:#bebebe;
	font-weight:normal;
	font-size:12px;
	padding-left:30px;
}
.listmessages li .litext p{
	padding-top:12px;
	line-height:24px; 
	color:#696969;
	word-break: break-all;
}

/*pages*/
/* .page {
	width: 90%;
	max-width: 90%;
	display: inline-block;
	padding: 30px 0 10px;
	font-size: 12px;
	margin: 0 5%;
	text-align: center;
} 
.p_btns {
	width: auto;
	display: inline-block;
}
.page ul {
	overflow: hidden;
}
.page ul li {
	float: left;
	color: #959595;
	margin: 0 5px;
	letter-spacing: 0.2em;
	cursor: pointer;
}
.page ul li.curr {
	color: #e1c4c3;
}
.page a {
	width: 28px;
	height: 28px;
	line-height: 28px;
	display: inline-block;
	color: #666;
	text-align: center;
	border: 1px solid #ccc;
	margin: 0 1px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.page a:hover{
	border:1px solid #13aada;
	background-color: #13aada;
	color: #fff;
}
.page .prev {
	width: 56px;
}
.page span {
	width: 28px;
	height: 28px;
	line-height: 28px;
	display: inline-block;
	color: #666;
	text-align: center;
	border: 1px solid #ccc;
	margin: 0 1px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.page .currentpage {
	border:1px solid #13aada;
	background-color: #13aada;
	color: #fff;
}
.page .next {
	width: 58px;
}
.page .tiao {
	width: auto;
	padding: 0 6px;
}
.page .tiao:hover{
	border:1px solid #ececec;
	background-color: transparent;
	color: #666;
}
.page .tiao input {
	height: 18px;
	line-height: 18px;
	width: 38px;
	border: 1px solid #ececec;
	margin: 0 1px;
	text-align: center;
	font-size:12px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.page .pagebtn {
	width: 58px;
	cursor: pointer;
}

*/














