/**!
 * 行政复议知识问答
 * author: 王凯;
 */

/* main */

.ml132 {
	margin-left: 132px;
}

.ml19 {
	margin-left: 19px;
}

.mian-bg {
 	padding-top: 30px;
 	margin: 0 auto;
 	width: 1038px;
 	min-height: 1325px;
 	background-color: #fff;
}

.current-location {
 	height: 29px;
 	line-height: 29px;
 	border: 1px solid #e1e1e1;
 	border-top: 2px solid #0f9cdd;
 	background: url(imagesdqwz-bg.jpg) repeat-x;
}

.current-location p {
	padding-left: 64px;
	font-family: "Microsoft YaHei";
	font-size: 14px;
	color: #333;
	background: url(imagesdqwz-icon.jpg) 30px 6px no-repeat;
}

.current-location a {
	color: #333;
}

.current-location span {
	color: #ff6101;
}

.main-pic {
	margin-top: 20px;
	height: 96px;
	background: url(imagesmain-pic.jpg);
}

.main-nav {
	padding-top: 22px;
	padding-left: 35px;
	padding-bottom: 27px;
}

.main-nav li {
	padding-left: 14px;
	width: 386px;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	font-size: 14px;
	background: url(imagesli-dian.png) 0px 11px no-repeat;
	vertical-align:top;
}

.main-nav a:hover {
	color: #ff6101;
}

.main-nav a {
	color: #469ac1;
	width: 80%;
	white-space:nowrap; 
	overflow:hidden; 
	text-overflow:ellipsis;
	text-decoration: underline;
}

.questions-title {
	padding-left: 9px;
	padding-right: 3px; 
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #333;
	font-weight: bold;
	background-color: #ffe400;
	float: left;
	position: relative;
}

.left-fillet {
	position: absolute;
	left: -9px;
	top: 0;
	width: 9px;
	height: 30px;
	background: url(imagesyj1.png);
}

.right-fillet {
	position: absolute;
	right: -9px;
	top: 0;
	width: 9px;
	height: 30px;
	background: url(imagesyj2.png);
}

.questions-info {
	padding: 9px 15px 24px 15px;
}

.answer {
	font-weight: bold;
}

.questions-info p {
	line-height: 26px;
	font-size: 14px;
	color: #333;
}