﻿/**环保廉政举报信箱样式表**/
.hblzjb {
	width: 60rem;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
	padding-bottom: 30px;
}

.hblzjb label{
	padding-left: 5px;
}

.hblzjb .hang1 {
	width: 100%;
	height: 8.9rem;
}

.hblzjb .hang3 {
	width: 100%;
	height: 30rem;
}

.hblzjb ul li {
	list-style-type: none;
}

.hblzjb ul {
	width: 100%;
	margin: 0px;
	padding: 5px;
}

.hblzjb .hang1 ul:first-child li {
	width: 100%;
	height: 35px;
	line-height: 35px;
	font-size: 16px;
	padding-left: 5px;
	background-color: #1769cd;
	border-left: 2px solid #1258ad;
	color: #FFFFFF;
}

.hblzjb .hang3 ul:first-child li {
	width: 100%;
	height: 35px;
	line-height: 35px;
	font-size: 16px;
	padding-left: 5px;
	background-color: #1769cd;
	border-left: 2px solid #1258ad;
	color: #FFFFFF;
}

.hblzjb ul li {
	width: 100%;
	height: 40px;
	line-height: 35px;
	font-size: 16px;
	font-weight: bold;
	display: inline-block;
}

.hblzjb ul li span {
	color: red;
}

.hblzjb ul li table {
	width: 100%;
	height: 64px;
}

.hblzjb ul li table input {
	width: 80%;
	height: 30px;
	line-height: 26px;
	font-size: 14px;
	padding-left: 5px;
	border: none;
	border-bottom: solid 1px #d1d1d1;
}

.hblzjb div input {
	width: 100px;
	height: 30px;
	line-height: 26px;
	font-size: 14px;
	padding-left: 5px;
	border: solid 1px #d1d1d1;
}

.hblzjb ul li table select {
	width: 80%;
	height: 30px;
	line-height: 26px;
	font-size: 14px;
	padding-left: 5px;
	border: none;
	border-bottom: solid 1px #d1d1d1;
}

.hblzjb ul li textarea {
	width: 90%;
	border: 1px solid #d1d1d1;
	resize: none;
	padding-left: 5px;
	padding-top: 5px;
	font-size: 14px;
	line-height: 20px;
}

.hblzjb button {
	width: 100px;
	height: 40px;
	border-radius: 5px;
	line-height: 25px;
	font-size: 18px;
	color: #FFFFFF;
	background-color: #1769cd;
	border: none;
	cursor: pointer;
}

.hblzjb button:hover {
	background-color: #184f87;
}


.notice {
	width: 800px;
	height: 700px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 50px;
}

.notice .notice_content h1 {
	height: 60px;
	margin-left: auto;
	margin-right: auto;
	line-height: 60px;
	width: 90%;
	border-bottom: 1px solid rgba(162, 159, 159, 0.95)
}

.notice .notice_content h4 {
	line-height: 45px;
	text-indent: 36px;
	font-size: 20px;
	margin-top: 20px;
}

.notice .notice_content p {
	line-height: 32px;
	text-indent: 36px;
	font-size: 18px;
}

.notice .notice_content p {
	line-height: 32px;
	text-indent: 36px;
	font-size: 18px;
}

.notice .notice_provision_line {
	margin-top: 20px;
	line-height: 32px;
	text-indent: 36px;
	font-size: 20px;
}

.notice .notice_provision_line input {
	margin-right: 10px;
	height: 18px;
	width: 18px;
}

.notice .notice_button_line {
	margin-top: 60px;
	text-align: center;
}

.notice .notice_button_line button {
	width: 120px;
	height: 45px;
	font-size: 16px;
	line-height: 30px;
	color: lavender;
	background-color: #184f87;
	border: none;
	border-radius: 5px;
	cursor: pointer;
}

.notice .notice_button_line button:hover {
	color: lavender;
	background-color: #184f87;
}

.notice .notice_button_line .disable {
	color: lavender;
	background-color: #1b65b1;
}