/*无障碍浏览样式*/
.pc-first-wza {position: absolute;width: 270px;top: 5px;right: 0;text-align: center;line-height: 30px;background: #f9fcff;color: #888888;text-align:center;border-radius: 15px;font-size: 14px;}
#mailList {width: 120px;}
.control-label{
	height: 34px;
	line-height: 34px;
}
/*部门列表页*/
.form-control{
	box-shadow: none;
}
.city_straight,
.government{
	width: 100%;
	height: auto;
	position: relative;
	margin:20px 0;
	padding-left:90px;
	overflow: hidden;
}
.city_straight p,
.government p{
	width: 90px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -10px!important;
}
.city_straight ul,
.government ul{
	width: 100%;
	height: auto;
	border-left: 2px solid #00acec;
	overflow: hidden;
	min-height: 30px;
}
.city_straight ul li,
.government ul li{
	width: 220px;
	height: 30px;
	line-height: 30px;
	margin:10px 10px 10px;
	float: left;
	background:#e5f7fd;
	text-align: center;
	cursor: pointer;
	text-overflow:ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.city_straight ul .selectDept,
.city_straight ul li:hover,
.government ul li:hover{
	background:#00acec;
	color: #ffffff;
}
.city_straight ul li.active,
.government ul li.active{
	background:#00acec;
	color: #ffffff;
}
.city_straight ul li.no-data,
.government ul li.no-data{
	background:#e5f7fd;
	color: #999999;
}
.government ul.government_list{
	height: 30px;
}
.depart_list{
	min-height: 300px;
}
/*信件列表*/
.content-mid .search-sort {
    padding: 18px 24px;
    position: relative;
}
.content-mid .search-sort label{
	line-height: 34px;
}
.content-mid .search-sort button {
	width: 80px;
	height: 30px;
	color: #ffffff;
	margin-top: 2px;
	margin-right:16px;
	border-radius: 4px;
}
.letter-table-box{
	width:100%;
	min-height:520px;
	padding:0 29px;
}
.letter-table{
	width: 1000px;
	margin:0 auto;
	border:1px solid #f0f0f0;
}
.letter-table thead th{
	border-bottom-color: #ddd;
	border-right-color: transparent;
	background:#f0f0f0;
}
/*.letter-table tbody{*/
/*	height: 480px;*/
/*}*/
.letter-table tbody td{
	border-left:0;
	border-right: 0;
	height: 48px;
	padding:0 5px;
	text-align: center;
	border-bottom-color: #ddd;
}
.letter-table tbody td.live-onloading,
.letter-table tbody td.live-noData{
	text-align: center;
}
.letter-table tbody td a{
	color: #333333;
	display: block;
	width:550px;
	height: 16px;
	line-height: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.letter-table tbody td a:hover{
	color:#00acec;
}
.letter-table tbody td i{
	color: #02aceb;
	font-size: 14px;
	margin-right: 5px;
}
.letter-table tbody td i.waiting{
	color: #eb6100;
}
/*写信页面*/
.explain-box{
	color: #666666;
	padding:10px 60px;
	background:#f7f7f7;
}
.explain-box li{
	line-height: 24px;
	overflow:hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.checkbox-wrap,
.radiobox-wrap{
	margin-top: 6px;
	vertical-align: middle;
	margin-right: 6px;
}
.checkbox-label{
	line-height: 34px;
}
/*写信成功弹窗*/
.screen-mask{
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0,.2);
	position: fixed;
	left: 0;
	top: 0;
	display: none;
}
/*.popup-box{
	width: 700px;
	height: 270px;
	position: fixed;
	left: 50%;
	top: 50%;
	margin: -135px 0 0 -350px;
	background:#ffffff;
	border-radius: 6px;
	overflow: hidden;
	display: none;
	box-shadow: 0 0 10px 5px rgba(0,0,0,.15)
}*/
.popup-box .title{
	padding:12px 30px;
	font-size: 16px;
	color: #ffffff;
}
.popup-box .title i.close{
	float: right;
	color: #ffffff;
	opacity: 1;
	text-shadow: none;
}
.popup-box .success_msg{
	padding:50px 40px 30px 200px;
	background:url(../images/letter_icon.png) 90px 50px no-repeat;
}
.popup-box .success_msg p{
	font-size: 18px;
	color: #333333;
	line-height: 32px;
}
.popup-box .success_msg p span.search_code{
	color: #80c269;
}
.popup-box .success_msg p:last-child{
	font-size: 14px;
	color: #999999;
}
.popup-box .button_item{
	text-align: center;
}
.popup-box .button_item button{
	width: 90px;
	height: 30px;
	margin:0 40px;
	border-radius: 4px;
	border:1px solid #1db3e2;
	background-color: transparent;
	color:#1db3e2;
}
.popup-box .button_item button:last-child{
	background: #1db3e2;
	color: #ffffff;
}
/*信件详情页*/
.border-bottom{
	border-bottom: 1px solid #ddd;
}
.explain{
	height: 90px;
	padding:21px 25px;
	font-size: 14px;
	background-color: #f8f7f7;
}
.detail_box{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 0 20px 20px 20px;
	min-height: 300px;
}
.detail_box .detail_top{
	width: 100%;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	text-align: center;
	font-size: 16px;
	color: #fff;
	background: #529be6;
	border: 1px solid #ddd;
}
.detail_box .letter_info{
	width: 100%;
	height: 36px;
	line-height: 36px;
	border-left: 1px solid #ddd;
}
.detail_box .tab_name{
	width: 106px;
	text-align: center;
	font-size: 14px;
	min-height: 36px;
	border-right: 1px solid #ddd;
}
.detail_box .letter_info>p{
	width: 402.5px;
	font-size: 14px;
	height: 36px;
	overflow:hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 10px;
	border-right: 1px solid #ddd;
}
.detail_box .letter_content{
	height: auto;
	overflow: hidden;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
.detail_box .letter_content .tab_name{
	height: 120px;
	line-height: 120px;
}
.detail_box .letter_content>p{
	width: 910px;
	height: 120px;
	padding: 5px;
	overflow-y: auto;
}
.detail_box .reply_content{
	min-height: 100px;
	padding: 5px;
}
.detail_box .reply_content>p{
	width: 100%;
	height: auto;
	padding: 0;
}
.detail_box .query_code_box{
	padding:20px 0;
}
.detail_box div.query_code_box button{
	height: 34px;
	border: 1px solid #ddd;
}
.detail_box div.query_code_box .bubble{
	right: 80px;
	top: 36px;
}
.detail_box .query_code{
	width: 340px;
	height: 34px;
	margin:0 auto 15px;
	text-align: center;
}
.detail_box .query_code input{
	width: 100%;
	height: 34px;
	border:1px solid #ddd;
	border-radius: 4px;
	padding:5px;
	box-shadow: none;
}
.detail_box .query_code button{
	width: 80px;
	height: 30px;
	background:#1db3e2;
	font-size: 14px;
	color: #ffffff;
	border-radius: 4px;
}
.detail_box .research_box{
	padding:10px 0;
	overflow: hidden;
}
.detail_box .research_box .research{
	width: 100%;
	height: auto;
}
.detail_box .research_box .research label{
	padding:0;
	line-height: 36px;
}
.detail_box .research_box .research .form>label{
	width: 22%;
	float: left;
}
.detail_box .research_box .research .form>div{
	width: 28%;
	line-height: 36px;	
}
.detail_box .research_box .research .form>div.textarea{
	width: 78%;
}
.detail_box .research_box .research .form>div.textarea textarea{
	width: 100%;
	height: 80px;
	resize: none;
	line-height: 1;
	padding:5px;
	border: 1px solid #ddd;
	border-radius: 4px;
}
.detail_box .research_box .research .form>div.textarea .bubble{
	top: 85px;
	line-height: 1;
}
.detail_box .research_box .research .radiobox-wrap .rad-box{
	border:1px solid #7ecef4
}
.detail_box .research_box .research .radiobox-wrap input:checked+.rad-box:before{
	background: #7ecef4;
	width: 14px;
	height: 14px;
	border-radius: 7px;
}
.detail_box .research_box .research .research_submit{
	width: 90px;
	height: 30px;
	border-radius: 4px;
	background:#1db3e2;
	margin:0 auto;
	color: #ffffff;
	display: block;
}