/* 顶部banner */
.zty-top-banner {
	height: 140px;
	background: url("../images/public/top_banner.png;vpn_img") no-repeat center;
	background-size: auto 140px;
}

.zty-top-banner-content {
	width: 1200px;
	padding-top: 30px;
	margin: 0 auto;
}

/* 顶部banner左侧标题 */
.zty-top-banner-title {
	max-width: 600px;
	line-height: 36px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 2px;
}

.zty-top-banner-sub-title {
	width: 524px;
	line-height: 21px;
	margin-top: 6px;
	color: #fff;
	font-size: 14px;
	letter-spacing: 1px;
}

.zty-body {
	width: 1200px;
	margin: 32px auto;
}

/* 按受理编号查询 */
.zty-query-left {
	width: 690px;
}

.zty-query-name {
	line-height: 33px;
	font-size: 24px;
	font-weight: bold;
}

.zty-query-box {
	margin-top: 32px;
}

.zty-query-list {
	margin-bottom: 32px;
}

.zty-query-title {
	width: 80px;
	line-height: 44px;
}

.zty-query-input {
	width: 610px;
	height: 44px;
	padding: 0 10px;
}

.zty-query-submit {
	width: 182px;
	height: 44px;
	line-height: 44px;
	margin: 0 0 48px 80px;
	color: #fff;
	background: #0C5B99;
	border-radius: 2px;
	border: none;
}

.zty-query-submit:hover {
	background: #0A4D81;
}

/* 办件进度查询弹出框 */
.zty-cover {
	width: 100%;
	height: 100% !important;
	z-index: 100;
	top: 0;
	left: 0;
	background: #000;
	opacity: 0.4;
}

.zty-result-popup {
	width: 1200px;
	background: #fff;
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.06);
	border-radius: 2px;
	z-index: 200;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.zty-result-popup-header {
	height: 54px;
	padding: 18px 24px 18px 16px;
	border-bottom: 1px solid #e5e5e5;
}

.zty-result-popup-header-title {
	line-height:18px;
	padding-left: 6px;
	font-size: 18px;
	font-weight: bold;
	border-left: 3px solid #0C5B99;
}

.zty-result-popup-close {
	line-height: 16px;
	margin-top: 1px;
	color: #999;
	transition: all .3s;
}

.zty-result-popup-close:hover {
	color: #333;
}

.zty-result-popup-body {
	padding: 24px;
}

.zty-result-table tr th {
	width: 50px;
	height: 40px;
	font-weight: bold;
	background: #F5F8FA;
	border: 1px solid #E5E5E5;
}

.zty-result-table tr td {
	width: 256px;
	height: 40px;
	padding: 0 10px;
	color: #666;
	border: 1px solid #E5E5E5;
}

.zty-table-look {
	margin-left: 10px;
	color: #0C5B99;
} 

.zty-table-look:hover, 
.zty-reminder a:hover {
	color: #0A4D81;
}

.zty-table-long {
	max-width: 980px;
}

.zty-status {
	color: #333 !important;
	background: #F5F8FA;
}

.zty-sxmc-title {
	max-width: 840px;
	color: #666;
}
.zty-roam {
	padding: 0 !important;
}

.zty-roam-table tr th {
	height: 40px;
	border: 1px solid #E5E5E5;
	border-top: none;
}

.zty-roam-table tr td {
	height: 40px;
	padding: 0 10px;
	border: 1px solid #E5E5E5;
}

.zty-roam-table tr th:first-child, 
.zty-roam-table tr td:first-child {
	border-left: none;
}

.zty-roam-table tr th:last-child, 
.zty-roam-table tr td:last-child {
	border-right: none;
}

.zty-roam-table tr:last-child td {
	border-bottom: none;
}

/* 温馨提示 */
.zty-query-right {
	width: 370px;
	padding: 24px 30px;
	margin-top: 33px;
	border: 1px solid #E5E5E5;
	border-radius: 2px;
}

.zty-query-right .st2 {
	font-weight: bold;
}

.zty-reminder {
	line-height: 24px;
	margin-top: 8px;
	color: #666;
}

.zty-reminder a {
	line-height: 24px;
	margin: 0 5px;
	color: #0C5B99;
}

/* 搜索框 */
.zty-public-notice-top > .zty-search-content {
	width: 223px;
	height: 33px;
	border-radius: 2px;
	border: 1px solid #E5E5E5;
}

.zty-public-notice-top .zty-search-input {
	width: 194px;
	height: 31px;
	padding: 0 10px;
	border: none;
}

.zty-public-notice-top .zty-search-input:focus {
	border: none;
}

.zty-public-notice-top .zty-search-btn {
	line-height: 16px;
	margin: 8px 0;
	font-size: 16px;
}

/* 办件公示 */
.zty-public-notice-title dt {
	line-height: 53px;
	font-size: 14px;
	font-weight: bold;
	float: left;
	border-bottom: 1px solid #E8E8E8;
}

.zty-public-notice-title dt:nth-child(1) {
	width: 660px;
}

.zty-public-notice-title dt:nth-child(2) {
	width: 180px;
}

.zty-public-notice-title dt:nth-child(3) {
	width: 180px;
}

.zty-public-notice-title dt:nth-child(4) {
	width: 180px;
}

.zty-public-notice-list {
	height: 440px;
}

.zty-public-notice-list li {
	height: 44px;
	line-height: 44px;
	border-bottom: 1px solid #E8E8E8;
}

.zty-public-notice-list li p {
	height: 44px;
	line-height: 44px;
	color: #666;
}

.zty-public-notice-list li p:nth-child(1) {
	width: 660px;
	padding: 0 10px;
}

.zty-public-notice-list li p:nth-child(2) {
	width: 180px;
	padding-right: 10px;
}

.zty-public-notice-list li p:nth-child(3) {
	width: 180px;
}

.zty-public-notice-list li p:nth-child(4) {
	width: 180px;
}
