﻿@charset "utf-8";


* {
	font-family:"微软雅黑";
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
h3{font-family:"新宋体";}
a:link,
a:visited,
a:hover,
a:active {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #1c4f95;
}

ul {
	list-style: none;
}

textarea {
	resize: none;
	margin-top: 2px;
}

.public_letter_list table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

.public_letter_list table th,
.public_letter_list table td {
	text-align: center;
	border: 1px solid #dcdcdc;
}

.public_letter_list table th {
	background-color: #fbcfa7;
}

.public_letter_list table tr:nth-child(odd) {
	background-color: #FEEEDE;
}

.addtime {
	font-size: 12px;
	color: #5e5e5e;
	float: right;
}

.more {
	display: inline-block;
	width: 350px;
	text-align: right;
	font-size:14px;
	float: right;
}

.public_letter {
	float: left;
	width: 720px;
	margin-bottom: 14px;
}

.public_letter_list {
	width: 720px;
	height: 236px;
	padding: 0 16px;
	border: 1px solid #dcdcdc;
}

.public_letter_list {
	height: 460px;
}

.public_letter_list ul li {
	font-size: 14px;
	line-height: 34px;
}

.public_letter_list ul li h3 {
	font-size: 18px;
	line-height: 38px;
}


/* 写信给局长 */
.to_director {
	width: 100%;
	background-color: #e0e0e0;
	/* border: 1px solid #dcdcdc; */
	float: left;
}

.to_director h3 {
	background-color: #a5c4e1;
	font-size: 18px;
	line-height: 30px;
	padding-left: 10px;
}

.to_director ul {
/* 	margin-bottom: 36px; */
	padding: 16px 8px;
	background-color: #fff;
}

.to_director ul li {
	font-size: 14px;
	line-height: 30px;
	border-bottom: none;
}

.to_director ul li:first-child {
	text-align: left;
}

.input_group {
	padding: 10px;
	background-color:#fff;
}

.to_director_group {
	
}

.to_director_group input[type=text]{
	height: 26px;
	width: 190px;
	padding-left: 6px;
	font-size: 14px;
}

.to_director_group select {
	height: 26px;
	width: 190px;
	padding-left: 6px;
	margin-left: 14px;
}

.star {
	color: red;
}

.warm {
	padding: 12px;
	text-indent: 16px;
	box-sizing: border-box;
	color: #112b44;
}

.warm p {
	line-height: 32px;
	font-size: 14px;
}

.input_group {
	padding-top: 20px;
}

.input_group span {
	font-family:"新宋体";
	font-size: 18px;
	font-weight: bold;
	line-height: 28px;
	float: left;
	margin-right: 38px;
}

.input_item {
	float: left;
	margin-right: 40px;
	width: 35%;
}

.input_item input {
	float: left;
}

.input_item input:first-child {
	height: 28px;
	line-height: 26px;
	font-size: 12px;
	width: 100%;
	padding-left: 6px;
}

#searchByNum,
#searchByKeyword {
	height: 28px;
	width: 35px;
	background-color: #fff;
	background-image: url(../images/icon_search.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	border: none;
	position: absolute;
    cursor: pointer;
}

/* 写信提交按钮 */
#ImageButton1 {
	background-color: #65b4fe;
	height: 26px;
	padding: 0 12px;
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 12px;
}




/* 响应式 */
@media screen and (max-width: 768px) {
	.to_director,
	.public_letter_list {
		height: auto;
		width: 100%;
		clear: both;
		float: inherit;
		margin: 0 auto;
	}

	.public_letter_list {
		padding: 0 15px;
	}

	.public_letter {
		width: 100%;
	}

	.public_letter_list table th:nth-child(5n-2),
	.public_letter_list table th:nth-child(5n-1),
	.public_letter_list table th:nth-child(5n),
	.public_letter_list table td:nth-child(5n-2),
	.public_letter_list table td:nth-child(5n-1),
	.public_letter_list table td:nth-child(5n) {
		display: none;
	}

	.input_group {
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
		padding: 10px 0;
	}
	
	/* 信件查询 */
	.input_group .input_group_span {
		font-size: 18px;
		font-weight: bold;
		line-height: 28px;
		float: left;
		margin-right: 28px;
	}

	.input_item input:first-child {
		height: 28px;
		width: 50vw;
		padding-left: 6px;
	}

	.input_item {
		margin-right: 4px;
	}

	.input_item:nth-child(3) {
		padding: 4px 0 0 100px;
	}

	.to_director ul {
		margin-bottom: 0;
	}
}