.ask-banner {
	height: 182px;
	background: #e7f0fe;
	text-align: center;
}
	.ask-banner-img {
		vertical-align: middle;
	}
.ask-container {
	margin-top: 77px;
	padding-bottom: 100px;
}	
	.ask-tit {
		font-size: 30px;
	}
	.ask-wrapper {
		background: #f9f9f9;
		border: 1px solid #e7e7e7;
		margin-top: 25px;
	}
		.ask-side-box {
			float: left;
			width: 200px;
		}
			.ask-navs-tit {
				height: 34px;
				line-height: 34px;
				text-shadow: 1px 2px 1px rgba(0, 0, 0, .5);
				background: #777;
				color: #fff;
				padding-left: 20px;
			}
			.ask-navs-list {
				border-top: 1px solid #fff;
				border-bottom: 1px solid #d7cfcf;
				height: 43px;
				line-height: 43px;
				padding-left: 40px;
				color: #404143;
				cursor: pointer;
			}
			.ask-navs-list.at, .ask-navs-list:hover {
				color: #fb8121;
			}
		.ask-cons-box {
			float: left;
			border-left: 1px solid #e7e7e7;
			background: #fff;
			width: 797px;
			min-height: 352px;
			height: auto;
			_height: 200px;
			padding-bottom: 46px;
		}
			.ask-module-tit {
				height: 46px;
				line-height: 46px;
				position: relative;
				border-bottom:  1px dashed #e3e3e3;
				cursor: pointer;
			}
				.ask-module-tit .inner {
					padding-left: 48px;
				}
				.ask-icon {
					background: url(/node/public/image/stock-market/ask/ask-icon.png) 0 0 no-repeat;
				}
					.ask-ask-icon {
						display: block;
						width: 16px;
						height: 15px;
						position: absolute;
						top: 16px;
						left: 22px;
					}
					.ask-triangle-icon {
						display: block;
						width: 14px;
						height: 10px;
						position: absolute;
						right: 20px;
						top: 18px;
						background-position: 0 -27px;
					}
				.ask-module-list.at .ask-triangle-icon {
					background-position: 0 -16px;
				}
				.ask-module-cons {
					display: none;
					background: #e7e7e7;
					padding: 30px 45px;
					box-shadow: inset 2px 2px 5px rgba(0, 0, 0, .2);
					color: #080808;
					line-height: 25px;
				}
				.ask-module-list.at .ask-module-cons {
					display: block;
				}
				.ask-module-cons a {
					text-decoration: underline;
					color: #3366ff;
				}
