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

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

.writeletter {
	display: none;
}

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

.attention-list {
	padding: 10px 20px 20px;
	font-family: "microsoft yahei";
}

.mt-30 {
	margin-bottom: 15px;
}

.mt-30 .content-box {
	padding: 0;
}

.lm-form {
	padding: 30px 80px;
}

.write-input {
	
}

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

.write-input span {
	height: 48px;
	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: #fb7262;
	font-size: .875em;
	height: 12px;
	line-height: 12px;
	display: block;
	font-style: normal;
	font-weight: normal;
	padding-bottom: 3px;
}

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

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

span span.error {
	border: none !important;
	color: #fb7262;
	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: 38px;
	border-radius: 5px;
	line-height: 24px;
	background-color: #fff;
}

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

.write-input input[type="checkbox"] {
	width: 18px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	vertical-align: top;
	margin-left: 2px;
	float: left;
	height: 18px;
}

.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;
}

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

.write-input label {
	font-size: .875em;
	padding-right: 15px;
	display: inline-block;
}

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

@media screen and (max-width: 720px) {
	.lm-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%;
	}
}

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

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

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

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

.message .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: #fb7262;
}

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

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

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

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

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

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

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

.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 .button {
	background-color: #f5a300;
}

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

@media screen and (max-width: 720px) {
	.message .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;
	}
}

.lm-list>ul {
	
}

.sub-box {
	margin-top:20px;
	border: 1px #eaeaea solid;
}

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

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

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

.lm-list>ul>li>a {
	display: block;
	padding: 8px 30px;
	font-family: "microsoft yahei";
	color: #444;
	line-height: 1.25em;
}

.list>ul>li>a {
	font-size: 1.1em;
}

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

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

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

.lm-list>ul>li>p>* {
	display: inline-block;
	font-size: .875em;
	color: #666;
	line-height: 1.25em;
	font-style: normal;
	font-weight: normal;
	margin-right: 20px;
	cursor: default;
	float: left;
}

.lm-list>ul>li>p>*:before {
	display: inline-block;
	color: #df2c32;
	font-size: 12px;
	display: block;
	width: 20px;
	height: 16px;
	float: left;
}

.lm-list>ul>li>p>i:before {
	font-family: "mail";
	content: "a";
	font-size: 14px;
	/*background:  no-repeat left center;
	background-size: 14px 14px;
	width: 14px;
	height: 14px;*/
}

.lm-list>ul>li>p>em:before {
	font-family: "mail";
	content: "c";
	font-size: 14px;
	/*background:  no-repeat left center;
	background-size: 14px 14px;*/
}

.lm-list>ul>li>p>b:before {
	font-family: "mail";
	content: "b";
	font-size: 14px;
	/*background:  no-repeat left center;
	background-size: 14px 14px;*/
}

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

.content-box .notice-list {
	padding: 30px 60px;
	background-color: #fcfcfc;
	font-size: .875em;
	line-height: 2em;
	color: #666;
	border-bottom: 1px #eee solid;
}

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

.detail-wrap { /*padding: 30px 40px;
	width: 920px;
	margin: 0 auto;*/
	background-color: #fcfcfc;
	padding-bottom: 30px;
}

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

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

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

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

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

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

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

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

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

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

.detail-wrap .evaluation:before {
	content: attr(data-title);
	display: block;
	font-size: 12px;
	line-height: 2em;
	border-bottom: 1px solid #eee;
	color: #888;
	margin-bottom: 5px;
}

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

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

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

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

.white-box{
	border: 1px #f0f0f0 solid;
	border-top: 0;
	background: #fff;
	padding-top: 20px;
}

.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;
}

.instr-m{
	display: none;
}
.instr-m .instr-m-title{
	display: none;
}
.instr-m .instr-m-content{
	display: none;
}

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

@media screen and (max-width: 720px) {
	.content-box {
		border: 0;
	}
	.instr-m{
		display: block;
	}
	.instr-m .instr-m-title{
		display: none;
	}
	.instr-m .instr-m-content{
		display: none;
	}
	.box-title {
		line-height: 3em;
		padding: 0 20px;
		padding-right: 0;
	}
	.search-bar-icon {
		display: block;
	}
	.content-box .notice-list {
		display: none;
	}
	.write-dp {
		display: none;
	}
	.write-dp-link {
		display: block;
		margin: 0 20px;
	}
	.mt-20 {
		margin-top: 20px;
	}
}

.button {
	background: #df2c32;
	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;
}

.button:hover {
	background-color: #fb7262;
}

@media screen and (max-width: 720px) {
	.detail-wrap {
		border-bottom: 1px #ececec solid;
		padding-top: 20px;
	}
	.detail-wrap .attention {
		display: none;
	}
	.detail-wrap .title {
		margin-top: 0;
		padding-top: 20px;
	}
	.white-box {
		border: 0;
		border-bottom: 1px #f0f0f0 solid;
		padding-bottom: 20px;
	}
	.detail-wrap .evaluation {
		padding-bottom: 0;
	}
	.detail-wrap .reply>.date {
		margin-top: 20px;
	}
	.detail-wrap .evaluation>a {
		height: 48px;
		line-height: 48px;
		margin-bottom: 5px;
	}
	.button {
		float: none;
		width: 100%;
		height: 48px;
		line-height: 48px;
		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;
}

.lm-search-bar {
	font-size: .875em;
	color: #888;
	padding: 15px 30px;
}

.lm-search-bar>input[type=text] {
	border: 1px solid #ddd;
	border-radius: 4px;
	height: 26px;
	padding: 3px;
	width: 180px;
	background-color: #fafafa;
	margin-right: 10px;
	vertical-align: middle;
	line-height: 30px;
}

.lm-search-bar>input[type=submit] {
	margin-left: 10px;
	border: none;
	background: #df2c32;
	height: 34px;
	padding: 0 15px;
	color: white;
	border-radius: 4px;
	cursor: pointer;
	-webkit-appearance: none;
	vertical-align: middle;
}

.lm-search-bar>input[type=submit]:hover {
	background: #fb7262;
}

.lm-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: 1000px) {
	.lm-search-bar>input[type=text] {
		width: 160px;
	}
	.lm-search-bar>select {
		width: 160px;
	}
}

@media screen and (max-width: 720px) {
	.lm-search-bar {
		display: none;
		padding: 20px;
		border-bottom: 1px #f0f0f0 solid;
	}
	.m-block{
		display: block;
	}
	.lm-search-bar>input[type=text] {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
		box-sizing: border-box;
		height: 48px;
		line-height: 48px;
		float: left;
	}
	.lm-search-bar>input[type=submit] {
		margin-left: 0 auto 10px;
		height: 48px;
		width: 85%;
		font-size: 1.25em;
	}
	.lm-search-bar>input[type=submit]:hover {
		background: #fb7262;
	}
	.lm-search-bar>select {
		width: 100%;
		height: 48px;
		line-height: 48px;
		margin-bottom: 10px;
	}
}