﻿/*======网页属性设定：页边距、字体及颜色（在没有具体规定的情况下适用）、主体页面位置（左中右）、整体页面背景=*/
body,div,dl,dt,dd,ul,li,h1,h2,h3,p{ padding: 0; margin: 0; }
ul { list-style:none;}
input[type=submit],[type=reset],[type=button],[type=checkbox]{
	cursor: pointer;
	box-sizing: border-box;
}
*{padding:0; margin:0;}
textarea{resize:none} 
img { border:0px;}
body{
	margin:0 auto;
	font-size:12px;
	text-align: left;
	font-family: Verdana;
	background-color:#FFF;

}
/*========基本表格设置：在没有具体规定的情况下适用=*/
td{
	font-family: Verdana;
	text-decoration: none;
}
/*==========链接基本样式：在没有具体规定的情况下适用=*/
a{
	text-decoration: none;outline: none;blr:expression(this.onFocus=this.blur());
	color:#333;
}
a:hover{
	color: #009146;
	text-decoration: none
}
#content{
	overflow:hidden;
	margin:20px 0 0 0;
	padding:20px;
	border-top-width:2px;
	border-top-style: solid;
	border-top-color:#0198e1;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #ECECEC;
	border-bottom-color: #ECECEC;
	border-left-color: #ECECEC;
	background-color:#F7F7F7;
}

/*==========留言列表=*/
.pl_list{ float:left; width:58%;}
.pl_list dl {
	padding:10px 0;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #dcdcdc;
}
.pl_list dl dt {
	height:22px;
	overflow:hidden;
	padding-left:0px;
	color:#0198e1;
	font-weight: bold;
	font-size:14px;
}
.pl_list dl dt a { color:#666;}
.pl_list dl dd { color: #333; padding-left:0px; line-height:1.8;}
.pl_list dl dd span{ color: #666; font-size:12px;line-height:2.1; }

.textarea-inherit {
        width:100%;
		height:100px;
        overflow: auto;
        word-break: break-all; //解决兼容问题
    }
.pl_box{ margin:0px 0 0px 0px;float: right; width:39%;}
.pl_box h2 {
	height:36px;
	background-color: #FFF;
	border: 1px solid #e0e0e0;
}
.pl_box h2 span {
	font-family:"Microsoft YaHei";
	height:36px;
	font-size:14px;
	padding:0 0 0 20px;
	line-height:36px;
	font-weight: normal;
	color: #333;
	}
.pl_box_con {
	padding:15px;
	background-color: #FFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #e0e0e0;
	border-bottom-color: #e0e0e0;
	border-left-color: #e0e0e0;
}
/*--------------------------------------------------------------------------------【分页样式】*/
#view_page{
	TEXT-ALIGN: center;
	font-size:12px;
	padding:20px 0 20px 0;
	display:table;
	width:100%;
}
a.LnkPgPl{
	font-size:12px;
	min-width:30px;
	height:30px;
	line-height:30px;
	margin:0 1px 0 1px;
	padding:0px 10px 0px 10px;
	box-sizing: border-box;
	text-align:center;
	color:#666;
	background-color:#fff;
	display:inline-block;
	border: 1px solid #e1e1e1;
	border-radius:3px;
   -webkit-border-radius:3px;
   -moz-border-radius:3px;
   -o-border-radius:3px;
   -ms-border-radius:3px;
}
a:hover.LnkPgPl{color:#fff;text-decoration: none;background-color:#0198e1;border: 1px solid #0198e1; }
.LnkPgPR {
	font-size:12px;
	min-width:30px;
	height:30px;
	line-height:30px;
	box-sizing: border-box;
	margin:0 1px 0 1px;
	padding:0px 10px 0px 10px;
	text-align:center;
	color:#fff;
	background-color:#0198e1;
	display:inline-block;
	border: 1px solid #0198e1;
	border-radius:3px;
   -webkit-border-radius:3px;
   -moz-border-radius:3px;
   -o-border-radius:3px;
   -ms-border-radius:3px;
}
a:hover.LnkPgPR {color:#fff;text-decoration: none;}
a.LnkPN{
	font-size:12px;
	min-width:30px;
	height:30px;
	line-height:30px;
	margin:0 1px 0 1px;
	padding:0px 10px 0px 10px;
	box-sizing: border-box;
	text-align:center;
	color:#666;
	background-color:#fff;
	display:inline-block;
	border: 1px solid #e1e1e1;border-radius:3px;
   -webkit-border-radius:3px;
   -moz-border-radius:3px;
   -o-border-radius:3px;
   -ms-border-radius:3px;
}
a:hover.LnkPN{color:#fff;text-decoration: none;background-color:#0198e1;border: 1px solid #0198e1;}