﻿/**!
 * 青海省网上政务大厅-常见问题
 * author: xiaolong;
 * date: 20170825
 */

.question-banner {
    height: 120px;
}

.question-banner img {
    vertical-align: top;
}

/* 问答列表 */

.question-list-item {
	margin-top: 21px;
	border-bottom: 1px dashed #e8e8e8;
}

.question-list-item:last-child {
	border-bottom: 0;
}

.question-list-item .ask {
	padding-bottom: 10px;
}

.question-list-item .ans {
	padding-bottom: 15px;
}

.ask-icon,
.ans-icon {
	float: left;
	width: 31px;
	height: 34px;
	margin-right: 17px;
	font-size: 16px;
	line-height: 32px;
	text-align: center;
	color: #fff;
}

.ask-icon {
	background: url('../images/icon-ques.png');
}

.ans-icon {
	background: url('../images/icon-ans.png');
}

.ask-text {
	float: left;
	line-height: 30px;
	font-weight: bold;
	font-size: 16px;
}

.ans-text {
	display: block;
	overflow: hidden;
	padding-top: 3px;
	line-height: 24px;
}

.pager {
	padding: 20px 0 40px;
}

/*表单部分*/

.showcase {
	padding: 30px 30px 15px;
}

.question-form {
	background-color: #f5f5f5;
	padding: 0 20px 18px;
}

.form-line {
	padding-top: 15px;
}

.form-cell {
	float: left;
	width: 260px;
	margin-right: 20px;
}

.form-cell select,
.form-cell-long select {
	width: 100%;
	height: 32px;
}

.form-cell-long {
	float: left;
	width: 538px;
}

.form-label {
	float: left;
	width: 69px;
	box-sizing: border-box;
	padding-left: 5px;
	line-height: 32px;
	font-size: 16px;
}

.form-ctl {
	position: relative;
}

.question-input {
	width: 1027px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #d2d2d2;
	border-radius: 15px;
	outline: 0;
	text-indent: 20px;
	font-size: 14px;
	/*color: #333;*/
}

.btn-search-ques {
	position: absolute;
	top: 0;
	right: 0;
	width: 100px;
	height: 32px;
	border: 0;
	line-height: 32px;
	background-color: #ff8b17;
	font-size: 16px;
	text-align: center;
	color: #fff;
	outline: 0;
	border-radius: 16px;
	cursor: pointer;
}

.result-bar {
	box-sizing: border-box;
	margin-top: 12px;
	height: 38px;
	padding: 0 2px;
	line-height: 38px;
	font-size: 16px;
	color: #999999;
	border-bottom: 1px dotted #c8c8c8;
}

.result-bar em {
	color: #ff8b17;
}

/*下拉框个性化*/

.chosen-container-single .chosen-single {
	height: 32px;
	border-radius: 16px;
	line-height: 30px;
	padding-left: 18px;
	background: none;
	background-color: #fff;
	border-color: #d2d2d2;
}

.chosen-container-single .chosen-drop {
	border-radius: 0 0 15px 15px;
}

.chosen-container .chosen-results li {
	padding: 7px 15px;
}

.chosen-container .chosen-results li.highlighted {
  background-color: #1492ff;
  background-image: none;
  color: #fff;
}

.chosen-container-active.chosen-with-drop .chosen-single {
	background-image: none;
}

.chosen-container-single .chosen-single div {
	right: -1px;
}

.chosen-container-single .chosen-single div b {
	background-position: 0 5px;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
	background-position: -18px 5px;
}

.chosen-container .chosen-drop {
	min-height: 15px;
}

.chosen-container-active.chosen-with-drop .chosen-single {
	box-shadow: none;
}

.chosen-container-active .chosen-single {
	box-shadow: none;
}