@charset "utf-8";

@font-face {
	font-family: 'mail';
	src: ;
	src:  format('embedded-opentype'),
		 format('woff'),
		 format('truetype'),
		 format('svg');
	font-weight: normal;
	font-style: normal;
}

.clearfix {
	zoom: 1;
}

.clearfix:after {
	content: " ";
	display: block;
	clear: both;
	height: 0;
}

.mailbox-content-box {
	display: block;
	border: none;
	padding: 10px;
	font-size: .875em;
	line-height: 1.875em;
	margin-top: 0;
}

.writeletter {
	display: none;
	padding: 10px 15px;
	margin-top: 0;
}

.mail-attention-list {
	padding: 10px 20px 20px;
	font-family: "microsoft yahei";
	line-height: 1.5em;
}

.mail-list-form {
	padding: 30px 80px;
}

.write-input {
	padding-top: 10px;
	font-size: 0.875em;
}

.write-input em {
	color: #666;
	font-style: normal;
	font-weight: normal;
	display: block;
	padding-bottom: 8px;
}

.write-input span {
	display: block;
}

.write-input b {
	font-style: normal;
	font-weight: normal;
	display: block;
	float: left;
	margin-left: 5px;
}

.write-input .textarea-span {
	height: auto;
}

.write-input .textarea-span .message {
	width: 580px;
	text-align: right;
	line-height: 1em;
	font-size: 10px;
	color: #888;
}

@media screen and (max-width: 720px) {
	.write-input .textarea-span .message {
		width: 100%;
	}
}

.write-input .checkbox-em {
	padding-bottom: 0;
	margin-bottom: -5px;
}

.write-input i {
	color: #f97474;
	font-size: .875em;
	display: block;
	font-style: normal;
	font-weight: normal;
	padding-bottom: 3px;
}

.write-input .error {
	border: 1px #f97474 solid;
}

.write-input i .error {
	border: none !important;
	color: #f97474;
}

span span.error {
	border: none !important;
	color: #f97474;
	font-size: .875em;
	height: 0px;
	margin-top: 10px;
	line-height: 12px;
	display: block;
	font-style: normal;
	font-weight: normal;
}

.write-input.left {
	float: left;
	padding-right: 40px;
}

.write-input .long-input {
	width: 580px;
}

.write-input input, .write-input select {
	width: 270px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 3px;
	border: 1px solid #ccc;
	height: 2.5em;
	line-height: 2.5em;
	border-radius: 5px;
	background-color: #fff;
	font-size: 1em;
}

.write-input input[name="captcha"] {
	width: 8em !important;
}

img#recode {
	height: 2.5em;
	width: 4em;
	vertical-align: middle;
}

.write-input input[type="radio"] {
	width: 18px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-radius: 100px;
	vertical-align: middle;
	margin: 0;
	padding: 0;
}

.write-input input[type="checkbox"] {
	width: 18px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	vertical-align: middle;
	margin: 0;
	padding: 0;
}

.write-input textarea {
	width: 270px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 3px;
	border: 1px solid #ccc;
	height: 38px;
	line-height: 24px;
	border-radius: 5px;
	height: 100px;
	font-size: 1em;
}

.write-input .long-textarea {
	width: 580px;
}

.write-input label {
	padding-right: 10px;
	display: inline-block;
}

.check-button {
	float: left;
	display: inline-block;
	padding: 15px 0 5px 0;
}

@media screen and (max-width: 720px) {
	.mail-list-form {
		padding: 0 20px;
		padding-top: 20px;
	}
	.write-input.left {
		float: none;
		padding-right: 0;
	}
	.write-input .long-input, .write-input .long-textarea {
		width: 100%;
	}
	.write-input input, .write-input select {
		width: 100%;
	}
	.write-input textarea {
		width: 100%;
	}
}

.mail-button-wrap {
	padding: 20px 0;
	border: 1px solid #f0f0f0;
	background-color: #f8f8f8;
	text-align: center;
}

.mail-button-wrap .mail-button {
	background-color: #dc483a;
	line-height: 1.5em;
	text-align: center;
	font-family: "microsoft yahei";
	color: white;
	cursor: pointer;
	padding: 12px 40px;
	border-radius: 5px;
	margin: 0 auto;
	display: inline-block;
	float: none;
	outline: none;
}

.mail-button-wrap .mail-button:hover {
	background-color: #f97474;
}

@media screen and (max-width: 720px) {
	.mail-button-wrap {
		border: none;
		background-color: #fff;
	}
	.mail-button-wrap .mail-button {
		background-color: #dc483a;
		text-align: center;
		font-family: "microsoft yahei";
		color: white;
		cursor: pointer;
		display: inline-block;
		float: none;
		width: 100%;
		box-sizing: border-box;
		outline: none;
	}
}

.message .mail-button {
	line-height: 30px;
	text-align: center;
	font-family: "microsoft yahei";
	color: white;
	font-size: .875em;
	cursor: pointer;
	padding: 0 20px;
	border-radius: 5px;
	margin: 15px 15px 0 0;
	display: inline-block;
	float: none;
	outline: none;
}

.message span {
	font-size: 1.5em;
	display: block;
	font-family: "microsoft yahei";
}

.message em {
	font-style: normal;
	font-weight: normal;
	font-size: .875em;
	color: #999;
	display: block;
}

.message.error {
	background-color: #fff9f8;
	border: 1px #fdc9c3 solid;
	padding-left: 80px;
}

.message .wrap {
	margin: 0 auto;
	padding: 30px 0;
}

.message .wrap:before {
	content: " ";
	display: block;
	float: left;
	width: 52px;
	height: 52px;
	margin-right: 20px;
}

.message.error .wrap:before {
	background:
		
		no-repeat right top;
}

.message.error span {
	color: #f97474;
}

.message.error .mail-button {
	background-color: #f97474;
}

.message.error .mail-button:hover {
	background-color: #dc483a;
}

.message.success {
	background-color: #f8f4f2;
	border: 1px #dfc5c1 solid;
	padding-left: 80px;
	margin-bottom: 20px;
}

.message.success .wrap:before {
	background:
		
		no-repeat right top;
}

.message.success span {
	color: #dc483a;
}

.message.success .mail-button {
	background-color: #dc483a;
}

.message.success .mail-button:hover {
	background-color: #f97474;
}

.message.warn {
	background-color: #fffee0;
	border: 1px #e7e371 solid;
	padding-left: 80px;
}

.message.warn .wrap:before {
	background:
		
		no-repeat right top;
}

.message.warn span {
	color: #ff7900;
}

.message.warn .mail-button {
	background-color: #f5a300;
}

.message.warn .mail-button:hover {
	background-color: #f97474;
}

@media screen and (max-width: 720px) {
	.message .mail-button {
		text-align: center;
		color: white;
		padding: 0 20px;
		margin-top: 10px;
		display: inline-block;
		float: none;
		width: auto;
		height: 40px;
		line-height: 40px;
		outline: none;
	}
	.message.error, .message.success, .message.warn {
		background-color: #fff;
		border: 0;
		padding: 20px;
		padding-top: 50px;
	}
	.message .wrap {
		padding: 0;
	}
	.message span {
		font-size: 1em;
	}
	.message .wrap:before {
		height: 100px;
	}
}

.mail-list>ul {
	
}

.mail-list>ul>li {
	border-top: 1px solid #f0f0f0;
	padding: 15px 0;
	overflow: hidden;
}

.mail-list>ul>li:first-child {
	border-top: 0;
}

.mail-list>ul>li:hover {
	background-color: #f8f8f8;
	cursor: pointer;
}

.mail-list>ul>li>a {
	display: block;
	padding: 8px 30px;
	font-size: 1em;
	font-family: "microsoft yahei";
	color: #444;
	line-height: 1.25em !important;
	text-decoration: none;
}

.mail-list>ul>li>a:hover {
	color: #444;
}

.mail-list>ul>li>p {
	margin: 0;
	padding: 8px 0 8px 30px;
}

.mail-list>ul>li>p>* {
	display: inline-block;
	font-size: .75em;
	color: #666;
	line-height: 1.25em;
	font-style: normal;
	font-weight: normal;
	margin-right: 20px;
	cursor: default;
	vertical-align: middle;
}

.mail-list>ul>li>p>*:before {
	display: inline-block;
	color: #dc483a;
	font-size: 12px;
	display: block;
	width: 1.5em;
	float: left;
}

.mail-list>ul>li>p>i:before {
	font-family: "mail";
	content: "a";
	font-size: 14px;
}

.mail-list>ul>li>p>em:before {
	font-family: "mail";
	content: "c";
	font-size: 14px;
}

.mail-list>ul>li>p>b:before {
	font-family: "mail";
	content: "b";
	font-size: 14px;
}

@media screen and (max-width: 720px) {
	.mail-list>ul>li>a {
		padding: 8px 20px;
	}
	.mail-list>ul>li {
		border-top: 1px solid #f0f0f0;
		padding: 5px 0;
		overflow: hidden;
	}
	.mail-list>ul>li>p {
		margin: 0;
		padding: 0 0 8px 20px;
	}
	.mail-list>ul>li:first-child {
		border-top: none;
	}
}

.mail-content-box .notice-list {
	margin: 20px 0;
	padding: 12px 24px;
	background-color: #fcfcfc;
	color: #666;
	border: 1px #eee solid;
	line-height: 1.5em;
}

.h-button {
	float: right;
	height: 49px;
	padding: 0 15px;
	line-height: 48px;
	background-color: #ff7544;
	color: #fff;
}

.mail-detail-wrap {
	background-color: #fcfcfc;
	padding-bottom: 30px;
}

.mail-detail-wrap .mail-title {
	color: #444;
	line-height: 1.75em;
	font-size: 1.5em;
	margin: 20px 30px 0 30px;
}

.mail-detail-wrap .tiplabel {
	display: block;
	font-size: 1em;
	line-height: 2em;
	border-bottom: 1px solid #eee;
	color: #888;
	margin-bottom: 5px;
}

.mail-detail-wrap .mail-title>.tiplabel {
	font-size: 0.5833em;
}

.mail-detail-wrap .mail-date {
	color: #999;
	font-size: .875em;
	line-height: 1em;
	margin: 0 30px 0 30px;
}

.mail-detail-wrap .mail-content {
	color: #444;
	line-height: 1.75em;
	margin-top: 15px;
	font-size: .875em;
	margin: 20px 30px 0 30px;
}

.mail-detail-wrap .mail-status {
	color: #444;
	line-height: 1.75em;
	margin-top: 15px;
	font-size: .875em;
	margin: 20px 30px 0 30px;
}

.mail-detail-wrap .mail-status:before {
	content: "办理状态";
	display: block;
	font-size: 1em;
	line-height: 2em;
	border-bottom: 1px solid #eee;
	color: #888;
	margin-bottom: 5px;
}

.mail-detail-wrap .del-dept {
	color: #444;
	line-height: 1.75em;
	margin-top: 15px;
	font-size: .875em;
	margin: 20px 30px 0 30px;
}

.mail-detail-wrap .del-dept:before {
	content: "办理单位";
	display: block;
	font-size: 1em;
	line-height: 2em;
	border-bottom: 1px solid #eee;
	color: #888;
	margin-bottom: 5px;
}

.mail-detail-wrap .mail-reply {
	line-height: 1.75em;
	margin-top: 15px;
	font-size: 1em;
	margin: 0 30px 0 30px;
	font-family: "microsoft yahei";
	color: #bd7e1e;
	word-break: break-all;
}

.mail-detail-wrap .mail-reply:before {
	content: "回复内容";
	display: block;
	font-size: 1em;
	line-height: 2em;
	border-bottom: 1px solid #eee;
	color: #888;
	margin-bottom: 5px;
}

.mail-detail-wrap .mail-reply>.mail-date {
	text-align: right;
	margin-top: 5px;
	margin-right: 0;
	color: #bd7e1e;
	font-size: 14px;
}

.mail-detail-wrap .mail-evaluation {
	line-height: 1.75em;
	margin: 0 30px;
	padding-bottom: 20px;
	color: #999;
	font-size: 0.875em;
}

.mail-detail-wrap .mail-evaluation>a {
	float: left;
	padding-right: 20px;
	height: 30px;
	display: block;
	margin-right: 15px;
	color: #666;
	margin-top: 5px;
}

.mail-detail-wrap .mail-evaluation>a:hover {
	text-decoration: underline;
}

.mail-detail-wrap .mail-evaluation .check {
	color: #000;
	background:  no-repeat right bottom;
}

.mail-detail-wrap .mail-evaluation input[type="button"] {
	background: #ff7900;
	color: #fff;
	border: none;
	padding: 3px 12px;
	border-radius: 3px;
	margin-top: 6px;
}

.mail-detail-wrap .mail-attention {
	color: #888;
	background-color: #fff;
	border-bottom: 1px solid #eaeaea;
	padding: 20px 30px;
	line-height: 1.5em;
	font-size: 0.875em;
}

.write-dp {
	display: block;
}

.write-dp-link {
	display: none;
	font-size: .875em;
	color: #333;
	text-align: center;
	background-color: #f9f9f9;
	border: 1px #ececec solid;
	margin: 20px;
	line-height: 3em;
	border-radius: 50px;
}

.box-menu {
	width: 100%;
	position: relative;
}

.mail-box-title {
	font-size: 1em;
	font-family: "microsoft yahei";
	line-height: 3em;
	padding: 0 30px;
	padding-right: 0;
	background-color: #f4f4f4;
	border-bottom: 1px solid #eaeaea;
}

.search-bar-icon {
	display: none;
	float: right;
	background:
		
		no-repeat center center;
	background-size: 20px 20px;
	width: 48px;
	height: 48px;
	position: absolute;
	top: 0;
	right: 40px;
	z-index: 8;
}

@media screen and (max-width: 720px) {
	.mail-content-box {
		border: 0;
	}
	.search-bar-icon {
		display: block;
	}
	.mail-content-box .notice-list {
		padding: 6px;
	}
	.write-dp {
		display: none;
	}
	.write-dp-link {
		display: block;
		margin: 0 20px;
	}
	.mt-20 {
		margin-top: 20px;
	}
}

.mail-button {
	background: #dc483a;
	line-height: 25px;
	text-align: center;
	color: white;
	cursor: pointer;
	padding: 0 10px;
	border-radius: 3px;
	display: inline-block;
	float: left;
	border: 0;
	margin-top: 5px;
	outline: none;
}

.mail-button:hover {
	background-color: #f97474;
}

@media screen and (max-width: 720px) {
	.mail-detail-wrap {
		border-bottom: 1px #ececec solid;
	}
	.mail-detail-wrap .mail-title {
		margin-top: 0;
		padding-top: 20px;
		font-size: 1.25em;
		line-height: 1.25em;
	}
	.mail-detail-wrap .mail-evaluation {
		padding-bottom: 0;
	}
	.mail-detail-wrap .mail-reply>.mail-date {
		margin-top: 20px;
	}
	.mail-detail-wrap .mail-evaluation>a {
		height: 48px;
		line-height: 48px;
		margin-bottom: 5px;
	}
	.mail-button {
		float: none;
		width: 100%;
		line-height: 1.5em;
		padding: 10px;
		border-radius: 50px;
		font-size: 1.25em;
		outline: none;
	}
}

.blank_message {
	padding: 20px;
	font-size: .875em;
	line-height: 1.75em;
}

input[type=submit] {
	-webkit-appearance: none;
}

.mail-list-search-bar {
	color: #888;
	padding: 15px 30px;
	box-sizing: border-box;
	border-bottom: 1px #eaeaea solid;
	background: #f8f8f8;
	position: relative;
}

.mail-list-search-input-bar {
	width: calc(100% - 95px);
	width: -webkit-calc(100% - 95px);
	width: -moz-calc(100% - 95px);
}

.mail-list-search-input-bar>input[type=text] {
	border: 1px solid #ddd;
	border-radius: 4px;
	height: 2.5em;
	line-height: 2.5em;
	padding: 0 3px;
	box-sizing: border-box;
	background-color: #fafafa;
	vertical-align: middle;
	font-size: 0.75em;
}

.mail-list-search-input-bar>input[type=text][name=seacode] {
	width: 240px;
}

.mail-list-search-input-bar>input[type=text][name=seatitle] {
	width: calc(100% - 250px);
	width: -webkit-calc(100% - 250px);
	width: -moz-calc(100% - 250px);
	float: left;
	margin-right: 6px;
}

.mail-list-search-bar>input[type=submit] {
	position: absolute;
	right: 30px;
	top: 15px;
	border: none;
	background: #3b5998;
	height: 2.5em;
	line-height: 2.5em;
	width: 90px;
	text-align: center;
	color: white;
	border-radius: 4px;
	cursor: pointer;
	-webkit-appearance: none;
	vertical-align: middle;
	font-size: 0.75em;
}

.mail-list-search-bar>input[type=submit]:hover {
	background: #f97474;
}

.mail-list-search-bar>select {
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 8px 3px;
	width: 120px;
	height: 34px;
	background-color: #fafafa;
	color: #666;
	vertical-align: middle;
}

@media screen and (max-width: 720px) {
	.mail-list-search-bar {
		display: none;
		padding: 20px;
		border-bottom: 1px #f0f0f0 solid;
	}
	.m-block {
		display: block;
	}
	.mail-list-search-input-bar {
		width: 100%;
	}
	.mail-list-search-input-bar>input[type=text] {
		width: 100% !important;
		margin-right: 0;
		margin-bottom: 10px;
		box-sizing: border-box;
		height: 48px;
		line-height: 48px;
	}
	.mail-list-search-bar>input[type=submit] {
		height: 1.6em;
		line-height: 1.6em;
		margin: 0;
		width: 100%;
		font-size: 1.125em;
		position: relative;
		right: 0;
	}
	.mail-list-search-bar>input[type=submit]:hover {
		background: #f97474;
	}
	.mail-list-search-bar>select {
		width: 100%;
		height: 48px;
		line-height: 48px;
		margin-bottom: 10px;
	}
}

.mail-info-classify {
	clear: both;
	text-align: left;
	background-color: #fafafa;
	height: 2em;
	line-height: 2em;
	font-family: "microsoft yahei";
	padding: 0 10px;
	color: #ff7900;
	border-left: 4px solid #f7b180;
	margin-bottom: 10px;
	width: 100%;
}

@media screen and (max-width: 720px) {
	.mail-info-classify {
		width: 100%;
	}
}