/**!
 * 青海省网上政务大厅-首页
 * author: lengyy;
 * date: 2018/12/29
 */
.top {
	height: 356px;
	background: url("../images/topbg_v4.png") no-repeat center;
}
.top>.container {
	padding-top: 63px;
}
.change-btn {
	right: -70px;
}
.position-wrap {
	margin-top: 16px;
}
.position-btn {
	color: #333;
}
.top-search {
	padding-top: 45px;
}

.mattertype-list {
	width: 390px;
	line-height: 38px;
}
.nav-list {
	margin-top: 79px;
	background: #2f9dfc;
}
.nav-item {
	float: left;
	width: 171px;
	height: 74px;
	color: #fff;
	font-weight: bold;
	line-height: 74px;
	text-align: center;
	font-size: 20px;
}
.nav-item.active,
.nav-item:hover {
	background: #1e8eee;
}

.mattertype-item {
	margin-bottom: 10px;
	width: 118px;
	height: 98px;
}
.mattertype-item.simplify,
.mattertype-item.compress {
	width: 183px;
	height: 38px;
	color: #fff;
}


.main {
	margin-top: 40px;
}

.banner {
	height: 290px;
}
.banner-container {
	height: 290px;
}

.matter-item {
	height: 94px;
	padding-top: 25px;
}
.matter-icon {
	margin-bottom: 15px;
}

/* 办件查询 */
.query-container {
	margin-top: 20px;
	height: 86px;
	background: #f2f7fd;
	border: 1px solid #e0ebf4;
}
.query-title {
	float: left;
	width: 50px;
	height: 41px;
	padding: 22px 14px;
	background: url("../images/query-title.png");
	line-height: 22px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	letter-spacing: 3px;
}
.query-tab {
	margin-left: 98px;
	margin-top: 10px;
}
.tab-head {
	margin-left: 7px;
}
.tab-head>span {
	margin: 0 4px;
	color: #c6c6c6;
}
.tab-title.active {
	color: #2f9dfc;
}
.tab-content {
	width: 357px;
	position: relative;
}
.query-input {
	top: 13px;
	left: 0;
	width: 293px;
}
.query-btn {
	right: 0;
	top: 13px;
}
.mod-container {
	float: none;
}
.mod-container.matters {
	float: left;
}

.operation-item {
	height: 120px;
}
.operation-item.suggest .operation-icon {
	margin-top: -37px;
}
.operation-item.complaint .operation-icon {
	margin-top: -34px;
}
.operation-item.evaluate .operation-icon {
	margin-top: -36px;
}

.question-item {
	line-height: 36px;
}
.feedback-list {
	margin-left: -4px;
	margin-top: 20px;
}
.feedback-item {
	float: left;
	width: 80px;
	height: 165px;
	margin-left: 4px;
}
.feedback-item > a {
	display: block;
	height: 100%;
}
.feedback-item.advisory {
	background: url("../images/normal-advisory.png");
}
.feedback-item.advisory:hover {
	background: url("../images/hover-advisory.png");
}
.feedback-item.suggest {
	background: url("../images/normal-suggest.png");
}
.feedback-item.suggest:hover {
	background: url("../images/hover-suggest.png");
}
.feedback-item.complaint {
	background: url("../images/normal-complaint.png");
}
.feedback-item.complaint:hover {
	background: url("../images/hover-complaint.png");
}
.feedback-item.evaluate {
	background: url("../images/normal-evaluate.png");
}
.feedback-item.evaluate:hover {
	background: url("../images/hover-evaluate.png");
}