﻿/*-----------------------------------------------
-留言分类列表展示 FrontMessage_listCategory 缺省样式-
-------------------------------------------------*/
.FrontMessage_listCategory-default * {
	font-size: 12px;
	margin:0;
	padding:0;
	word-break:break-all; 
	word-wrap:break-word;
}
.FrontMessage_listCategory-default .title {
	font-weight:bold;
	line-height:28px;
	height:28px;
	border-top:1px solid #E0E5DF;
	border-bottom:1px solid #E0E5DF;
	padding-left:15px;
	background-color:#F0FAE1;
}
/*分类标题*/
.FrontMessage_listCategory-default .title h2 {
	color:#595959;
	font-size:14px;
	letter-spacing:1px;
	float:left;
	width:88%;
}
/*更多*/
.FrontMessage_listCategory-default .title a {
	color:#595959;
	text-decoration:none;
	float:left;
	text-align:right;
	padding-right:10px;
	display:block;
	width:10%;
	font-weight:normal;
}
.FrontMessage_listCategory-default .title a:hover {
	color:#595959;
	text-decoration:underline;
	font-weight:normal;
}
.FrontMessage_listCategory-default .list{
	clear:right;
}
.FrontMessage_listCategory-default .list table {
	border:0;
	width:100%;
	line-height:1.5em;
	border-collapse:collapse;
}
.FrontMessage_listCategory-default .list thead th {
	height:27px;
	line-height:27px;
	text-align:center;
	background:#F3F3F3;
	color:#555555;
	font-weight:normal;
}
/*表头--留言人邮箱*/
.FrontMessage_listCategory-default .list thead .msgmail{
	width:35%;
}
/*表头--留言时间*/
.FrontMessage_listCategory-default .list thead .msgtime{
	width:25%
}
/*表头--联系人*/
.FrontMessage_listCategory-default .list thead .msgname{
	width:16%
}
/*表头--性别*/
.FrontMessage_listCategory-default .list thead .msgsex{
	width:8%
}
/*表头--所在地区*/
.FrontMessage_listCategory-default .list thead .msgarea{
	width:17%
}
.FrontMessage_listCategory-default .list tbody td {
	text-align:center;
	height:25px;
	line-height:25px;
	padding:3px;
	color:#6f6f6f;
}
.FrontMessage_listCategory-default .list tbody td a{
	color:#295EAE;
	text-decoration:underline;
}
.FrontMessage_listCategory-default .list tbody td a:hover{
	color:#295EAE;
	text-decoration:none;
}
.FrontMessage_listCategory-default .list .qa {
	width:550px;
	text-align:left;
	border-bottom:#E7E7E7 solid 1px;
	position:relative;
	overflow:hidden;
}
/*留言及回复详细内容*/
.FrontMessage_listCategory-default .list .qa p{
	padding-left:40px;
	color:#575757;
	width:504px;
	word-break:break-all; 
	overflow:hidden;
}
/*文字--留言 回复*/
.FrontMessage_listCategory-default .list .qa span {
	color:#718021;
	position:absolute;
	margin-left:10px;
}
/*我要留言*/
.FrontMessage_listCategory-default .list .putup{
	float:right;
	padding-right:20px;
	margin-bottom:10px;
	padding-top:10px;
	text-align:right;
	color:#575757;
}
.FrontMessage_listCategory-default .list .putup a, .FrontMessage_listCategory-default .list .putup a:hover{
	color:#575757;
	background:url(../../images/messageboard/message_putup_ico.gif) no-repeat left center;
	display:block;
	height:20px;
	width:10em;
	line-height:20px;
	text-decoration:none;
}

/*-----------------------------------------------
-留言分类列表展示 FrontMessage_listCategory 样式2-
-------------------------------------------------*/
.FrontMessage_listCategory-02 *{
	margin:0;
	padding:0;
	font-size:12px;
	word-break:break-all; 
	word-wrap:break-word;
}
.FrontMessage_listCategory-02 {
	width:598px;
}
/*分类标题*/
.FrontMessage_listCategory-02 h2{
	text-indent:1em;
	letter-spacing:1px;
	font-weight:bold;
	float:left;
	width:100%;
}
.FrontMessage_listCategory-02 .listmain{
	float:left;
	width:598px;
	background-color:#E5EEF5;
	margin:1px;
}
.FrontMessage_listCategory-02 .listbox{
	width: 199px;
	float:left;
	background:url(../../images/messageboard/message-bot-left.jpg) no-repeat left bottom;
}
.FrontMessage_listCategory-02 .listout{
	background:url(../../images/messageboard/message-bot-right.jpg) no-repeat right bottom;
}
.FrontMessage_listCategory-02 .listinner{
	background-color:#E9F7FF;
	background:url(../../images/messageboard/message-top-left.jpg) no-repeat left top;
}
/*联系人*/
.FrontMessage_listCategory-02 .name{
	background:url(../../images/messageboard/message-top-right.jpg) no-repeat right top;
	padding:15px 5px 5px 20px;
	overflow:hidden;
}
.FrontMessage_listCategory-02 .other{
	list-style-type:none;
	padding-top:5px;
	padding-right:15px;
	padding-bottom:18px;
	padding-left:15px;
	overflow:hidden;
}
/*性别*/
.FrontMessage_listCategory-02 .sex{
	border-top:1px solid #FFFFFF;
	background-color:#E5EEF5;
	padding:5px 5px 5px 5px;
}
/*所在地区*/
.FrontMessage_listCategory-02 .address{
	border-top:1px solid #FFFFFF;
	background-color:#E5EEF5;
	padding:5px 5px 5px 5px;
}
/*留言人邮箱*/
.FrontMessage_listCategory-02 .email{
	border-top:1px solid #FFFFFF;
	background-color:#E5EEF5;
	padding:5px 5px 5px 5px;
}
/*右侧内容区*/
.FrontMessage_listCategory-02 .content{
	width:350px;
	float:right;
	padding:5px 10px 5px 10px;
	border-left:2px solid #FFFFFF;
	word-break:break-all;
	overflow:hidden;
}
/*日期区*/
.FrontMessage_listCategory-02 .clockphoto{
	background:url(../../images/messageboard/clock.jpg) no-repeat center center;
	text-align:right;
	padding-right:10%;
}
/*回复*/
.FrontMessage_listCategory-02 .replyleaveword{
	color:#1C71DC;
	border-top:1px dashed #1C71DC;
	margin-top:10px;
	padding-top:10px;
	word-break:break-all;
	overflow:hidden;
}
/*更多*/
.FrontMessage_listCategory-02 .more a{
	text-decoration:none;
	float:right;
	text-align:right;
	display:block;
	padding-top:10px;
	width:10%;	
}
/*我要留言区*/
.FrontMessage_listCategory-02 .putup{
	float:right;
	padding-right:20px;
	margin-bottom:15px;
	padding-top:10px;
	text-align:right;
}
.FrontMessage_listCategory-02 .putup a,.FrontMessage_listCategory-02 .putup a:hover{
	color:#000;
	background:url(../../images/messageboard/message_putup_ico.gif) no-repeat left top;
	display:block;
	height:20px;
	line-height:15px;
	width:120px;
	text-decoration:none;
}

/*-----------------------------------------------
-留言分类列表展示 FrontMessage_listCategory 样式3-
-------------------------------------------------*/

.FrontMessage_listCategory-03 *{
	margin:0;
	padding:0;
	font-size:12px;
	word-break:break-all; 
	word-wrap:break-word;
}
.FrontMessage_listCategory-03{
	width:596px;
	clear:both;
}
.FrontMessage_listCategory-03 h2{	
	text-indent:1em;
	letter-spacing:1px;
	font-weight:bold;
	float:left;
	width:100%;
	margin-bottom:5px;
}
.FrontMessage_listCategory-03 .listbox{
	width:596px;
	border-top:2px solid #175087;
	border:1px solid #175087;
	margin-bottom:15px;
}
.FrontMessage_listCategory-03 .listout{
}
.FrontMessage_listCategory-03 .listinner{
	background:url(../../images/messageboard/message3-top-left.jpg) no-repeat left top;
}
.FrontMessage_listCategory-03 .topright{
	background:url(../../images/messageboard/message3-top-right.jpg) no-repeat right top;
	padding:15px 5px 5px 20px;
}
.FrontMessage_listCategory-03 .main{
	width:100%;
	line-height:1.5em;
	padding-top:10px;
}
/*留言区*/
.FrontMessage_listCategory-03 .leavewords{
	margin-bottom:10px;
	float:left;
	width:50%;
	padding-left:10px;
}
/*名字*/
.FrontMessage_listCategory-03 .leavewords .name{
	color:#175087;
	font-size:14px;
}
/*性别*/
.FrontMessage_listCategory-03 .leavewords .sex{
	color:#175087;
}
/*留言详细信息*/
.FrontMessage_listCategory-03 .leavewords p{
	float:left;
	word-break:break-all; 
	word-wrap:break-word;
	overflow:hidden;	
}
.FrontMessage_listCategory-03 .other{
	float:right;
	width:48%;
	background:url(../../images/messageboard/message3-book.jpg) no-repeat left center;
}
.FrontMessage_listCategory-03 .other ul{
	list-style-type:none;
	padding-left:90px;
}
/*色块间隔区*/
.FrontMessage_listCategory-03 .centerground{
	clear:both;
	background:url(../../images/messageboard/message3-centerbk.jpg) no-repeat right top;
	height:24px;
	border-bottom:1px solid #175087;
	margin-right:0px;
	margin-bottom:5px;
}
.FrontMessage_listCategory-03 .address{
}
.FrontMessage_listCategory-03 .email{
}
/*回复*/
.FrontMessage_listCategory-03 .replyleaveword{
	clear:both ;
	color:#676B6E;
	margin-bottom:5px;
	line-height:1.5em;
	padding:10px 0px 0px 10px;
	width:594px;
}
/*回复详细信息*/
.FrontMessage_listCategory-03 .replyleaveword p{
	width:544px;
	word-break:break-all; 
	word-wrap:break-word;
	overflow:hidden;
}
/*更多*/
.FrontMessage_listCategory-03 .more a{
	text-decoration:none;
	float:right;
	text-align:right;
	display:block;
	padding-top:10px;
	width:10%;	
}
/*我要留言区*/
.FrontMessage_listCategory-03 .putup{
	float:right;
	padding-right:20px;
	margin-bottom:5px;
	padding-top:10px;
	text-align:right;
}
.FrontMessage_listCategory-03 .putup a,.FrontMessage_listCategory-03 .putup a:hover{
	color:#000;
	background:url(../../images/messageboard/message_putup_ico.gif) no-repeat left top;
	display:block;
	height:20px;
	line-height:15px;
	width:120px;
	text-decoration:none;
}

/*-----------------------------------------------
-留言分类列表展示 FrontMessage_listCategory 样式4-
-------------------------------------------------*/

.FrontMessage_listCategory-04  *{
	margin:0;
	padding:0;
	font-size:12px;
	text-align:left;
	word-break:break-all;
}
.FrontMessage_listCategory-04  {
	width:598px;
}
/*分类标题*/
.FrontMessage_listCategory-04 h2{
	text-indent:1em;
	letter-spacing:1px;
	font-weight:bold;
	float:left;
	width:100%;
	margin-bottom:5px;
}
.FrontMessage_listCategory-04 .noleave{
	text-align:center;
}
.FrontMessage_listCategory-04  .listbox{	
	clear:both;
	border:1px solid #175333;
	height:100%;
	margin-bottom:5px;
}
/*更多*/
.FrontMessage_listCategory-04 .more a{
	text-decoration:none;
	float:right;
	text-align:right;
	display:block;
	padding-top:10px;
	width:10%;	
}
.FrontMessage_listCategory-04  .listout{
}
.FrontMessage_listCategory-04  .listinner{
	margin-top:5px;
	margin-bottom:5px;

}
.FrontMessage_listCategory-04  .top{
	padding:5px 5px 5px 5px;
	margin-bottom:5px;
	border-bottom:1px dotted #999999;
}
/*名字区*/
.FrontMessage_listCategory-04  .top .name {
	float:left;
	text-align:left;
	padding-top:5px;
}
.FrontMessage_listCategory-04  .top .name strong{
	color:#418BA8;
	font-size:14px;
}
.FrontMessage_listCategory-04  .top .name span{
}
/*日期*/
.FrontMessage_listCategory-04  .top .date{
	background:url(../../images/messageboard/message4-date.jpg) no-repeat 95% center;
	padding:3px 0 3px 0;
	text-align:right;
	padding-right:5%;
	overflow:hidden;
}
.FrontMessage_listCategory-04  .content{
	background:#F3F2F0;
	margin-left:5px;
	margin-right:5px;
}
/*留言区*/
.FrontMessage_listCategory-04  .leavewords{
	font-size:12px;
	line-height:1.5em;
	padding:5px 2em 5px 2em;
	overflow:hidden;
}
.FrontMessage_listCategory-04  .leavewords p{
	border-bottom:1px dotted #999999;
	word-break:break-all; 
	word-wrap:break-word;
	width:568px;
	overflow:hidden;
}
/*留言人邮箱区*/
.FrontMessage_listCategory-04  .emailadd{
	font-size:12px;
	line-height:1.5em;
	padding:0 2em 0 2em;
}
.FrontMessage_listCategory-04  .emailadd p{
	border-bottom:1px dotted #999999;
}
/*回复区*/
.FrontMessage_listCategory-04  .reply{
	color:#FF9900;
	font-size:12px;
	line-height:1.5em;
	padding:5px 2em 0 2em;	
	overflow:hidden;
}
.FrontMessage_listCategory-04  .reply p{
	width:568px;
	word-break:break-all; 
	word-wrap:break-word;
	overflow:hidden;
}
/*我要留言区*/
.FrontMessage_listCategory-04  .putup{
	float:right;
	padding-right:20px;
	margin-bottom:10px;
	padding-top:10px;
	text-align:right;
}
.FrontMessage_listCategory-04  .putup a,.FrontMessage_listCategory-04  .putup a:hover{
	color:#000;
	background:url(../../images/messageboard/message_putup_ico.gif) no-repeat left top;
	display:block;
	height:20px;
	line-height:15px;
	width:120px;
	text-align:right;
	text-decoration:none;
}
