﻿.mainBox .leftBox {
	width: 740px;
	padding-right: 40px;
	border-right: #ababab solid 2px;
}

.mainBox .rightBox {
	width: 380px;
	padding-left: 30px;
}



/*信箱检索*/
.mailbox table.form tr{
	line-height: 40px;
}
.mailbox table.form tr th{
	width: 110px;
	font-size: 14px;
	text-align: right;
}
.mailbox table.form tr td .form_input1{
	width: 195px;
	height: 30px;
	background: #e7e7e7;
	border: 0;
}
.mailbox table.form tr td .form_input2{
	width: 90px;
	height: 30px;
	background: #e7e7e7;
	border: 0;
}
.mailbox table.form tr td .form_input3:first-child{
	margin-left: 110px;
}
.mailbox table.form tr td .form_input3{
	margin-right: 10px;
	width: 95px;
	height: 30px;
	background: #899dad;
	font-size: 15px;
	color: #edf7ff;
	font-family: "微软雅黑";
	border-radius: 5px;
	border: 0;
	cursor: pointer;
}
.mailbox table.form tr td .form_input3:hover{
	background: #0f72cf;
}
/*主席信箱*/

.mailbox h1,
.interview h1,
.concern h1,
.collect h1,
.bm_mail h1 {
	font-size: 22px;
font-family: "宋体",serif;
font-weight: bold;
	height: 30px;
	border-bottom: #bbb solid 1px;
}

.mailbox table.mail_list tr td span.table_s1 {
	background: #0f72cf;
	padding: 2px 10px;
	color: #fff;
}

.mailbox table.mail_list tr td span.table_s2 {
	background: #ce452c;
	padding: 2px 10px;
	color: #fff;
}

.mailbox table.mail_list tr td,
.mailbox table.mail_list tr th {
	font-size: 15px;
	height: 45px;
	text-align: center;
}

.mailbox table.mail_list tr th {
	background: #e7e7e7;
	border: #fff solid 1px;
}

.mailbox table.mail_list tr td:first-child,
.mailbox table.mail_list tr th:first-child {
	text-align: center;
}

.mailbox table.mail_list tr td:nth-child(2),
.mailbox table.mail_list tr th:nth-child(2) {
	text-align: left;
	text-indent: 10px;
}
.line{
	margin: 20px 0;
	border: #bbb solid 1px;
}



/*网络征集*/


.collect ul li {
	font-size: 18px;
	line-height: 34px;
	background: url(slideTxt_dian.png)/*tpa=http://www.njlsjq.com/images/2016/zzsl/slideTxt_dian.png*/ left no-repeat;
	text-indent: 10px;
}


/*图标*/

.mail_pic ul {
	padding: 15px 10px;
	background: #e7e7e7;
}

.mail_pic ul li {
	float: left;
	font-size: 13px;
	margin-right: 9px;
	text-align: center;
}

.mail_pic ul li img {
	vertical-align: middle;
}


/*部门信箱*/
.bm_mail h1 a{
	color: #666;
}
.bm_mail h1 a.hover{
	color: #000;
}
.bm_mail ul li{
	float: left;
	width: 145px;
	padding: 5px 8px;
	font-size: 14px;
}
.bm_mail ul{
	padding: 5px 10px;
	background: #e7e7e7;
	overflow-y:scroll;
	height:318px;
}

/*翻页*/
.mailbox .page {
	text-align: center;
}
.mailbox .page a {
	margin-right: 5px;
	display: inline-block;
	text-align: center;
	color: #0f72cf;
	padding: 8px;
	border: 1px solid #b2b2b2;
	background: #fff;
}

/*信件内容*/
.mailbox table.mail_content_top tr {
	line-height: 30px;
}

.mailbox table.mail_content_top tr th{
	width: 110px;
	font-size: 17px;
	text-align: right;
}
.mailbox table.mail_content_top tr td{
		width: 180px;
	font-size: 17px;
	text-align: left;
}
.mail_content{
	background: #edf7ff;
	padding: 30px;
}
.mail_content table.mail_content1{
	width: 100%;
}
.mail_content table.mail_content1 tr{
	line-height: 40px;
}
.mail_content table.mail_content1 tr th{
	font-size: 17px;
	font-weight: bold;
	width: 90px;
}
.mail_content table.mail_content1 tr td{
	font-size: 17px;
}