@charset "utf-8";
/* CSS Document */

*{padding:0px; margin:0px;}
 
body{
	background: #FFFFFF;
	text-align: center;
	color: #333333;
	font-size: 12px;
	line-height: 18px;
	margin: 0px auto;
	padding: 0px;
	font-family: arial,verdana,sans-serif;
}

a {
	color: #333333;
	text-decoration:none;
}

table{
	font-size: 12px;
	font-family: arial,verdana,sans-serif;
	border: 0px;
}

td{
	font-size: 12px;
	font-family: arial,verdana,sans-serif;
	border: 0px;
}

form {
    border: 0px;
	margin: 0px;
	padding: 0px;
}

iframe{
	border: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
    padding: 0px;
}

image{
	border: 0px;
}

img{
	border: 0px;
}

ul {
	list-style: none;
}

input{
	padding:0px;
	margin:0px;
}

.comment {
	width: 970px;
	margin: 0px auto;
	text-align:  left;
}

.comment .header {
	height: 28px;
	line-height: 28px;
	background: #F7F7F7;
	border: 1px solid #CCCCCC;
	color: #2B337D;
}

.comment .header a{
	color: #2B337D;
	margin: 0px 5px;
}

.headerLeft {
	float: left;
	width: 300px;
	padding-left: 20px;
	text-align: left;
}

.headerRight {
	float: right;
	width: 600px;
	line-height: 28px;
}

.comment input{
	vertical-align: middle;
}

.comment .headerInput{
	color: #2B337D;
	width: 82px;
	height: 17px;
	margin: 0px 5px;
	border: 1px solid #AEAEAE;
	vertical-align: middle;
}

.comment .headerSubmit{
	color: #2B337D;
	width: 38px;
	height: 17px;
	margin: 0px 5px;
	background: #FFFFFF;
	border: 1px solid #AEAEAE;
	vertical-align: middle;
}

.logoBg  {
	width: 970px;
	height: 77px;
	margin: 2px auto 2px auto;
	background: url(../images/banner.gif) no-repeat right top;
	clear: both;
}

.logoBg .logo{
	float: left;
	width: 200px;
	padding-top: 20px;
	text-align: left;
}

.logoBg .logoBgRight{
	float: right;
	width: 600px;
	line-height: 28px;
	padding-top: 28px;
	padding-right: 20px;
	text-align: right;
}

.logoBg .logoBgRight a{
	color: #2B337D;
	margin: 0px 5px;
}

.commentInfo {
	width: 968px;
	background: #F7F7F7;
	border: 1px solid #CCCCCC;
	display: table;
	margin: 0px auto;
	clear: both;
	text-align: left;
}

.commentInfoTop {
	margin: 0px 5px;
	padding-bottom: 20px;
	border-bottom: 1px solid #CCCCCC;
}


.commentTitle {
	color: #000000;
	font-family: "黑体";
	font-size: 20px;
	margin: 20px 0px 10px 0px;
}

.commentTitle a:hover{
	color: #A20000;
	text-decoration: underline;
}

.commentTitleSub {
	font-size: 12px;
}

.commentLeft{
	float: left;
	width: 680px;
	padding-top: 20px;
	text-align: left;
}

.commentLeft .content{
	margin: 0px 20px 20px 20px;
}

.commentrRight{
	float: right;
	width: 270px;
	margin-top: 28px;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: left;
	background:  #E1EAF4;
}

.published {
	color: #2B337D;
	font-family: "黑体";
	font-size:  18px;
	margin: 0px 20px;
}
		
.published span{
	font-size:  12px;
	font-family: "宋体";
	color: #666666;
}

.publishedForm {
	margin: 5px 20px;
}

.publishedForm  .author{
	margin: 10px 0px;
	border: 1px solid #B1B1B1;
	background: #FDFDDD;
	width: 140px;
	padding: 4px 8px;
}

.publishedForm  .Content{
	margin: 10px 0px;
	border: 1px solid #B1B1B1;
	background: #FDFDDD;
	width: 620px;
	height: 114px;
	padding: 4px 8px;
}

.publishedForm  .commentsubmit{
	margin: 10px 0px;
	border: 1px solid #B1B1B1;
	background:  url(../images/submitBg.gif) repeat-x left top;
	padding: 0px 8px;
	height: 27px;
	cursor: pointer;
}

.commentrHot {
	padding: 10px;
}

.commentrHot .title{
	background:  url(../images/rightLine.gif) no-repeat left center;
}

.commentrHot .title p{
	background:  #E1EAF4;
	margin-left: 15px;
	width: 64px;
	color: #2B337D;
	font-size: 14px;
	font-weight: bold;
}

.commentrHot ul{
	margin: 10px 5px;
}

.commentrHot li{
	padding-left: 10px;
	background:  url(../images/dot.gif) no-repeat left 10px;;
	line-height: 24px;
	font-size:  14px;
}

.foot {
	width: 950px;
	color: #666666;
	line-height: 180%;
	text-align: center;
	margin: 10px auto 0px auto;
	clear: both;
}

.foot a{
	margin: 0px 10px 0px 10px;
	color: #666666;
}
.floatRight{
	float: right;
	margin-right: 10px;
	font-weight: bold;
}
