/*-----------------------------左侧边栏-----------------------------*/
.container .side-l>div {
	box-shadow: none !important;
}
.container .side-l>div>div {
	box-shadow: 2px 2px 2px rgba(153,153,153,.2);
}
/*问题详情*/
.side-l .wtxq {
	width: 100%;
    box-sizing: border-box;
    padding: 10px 30px;
    background-color: white;
}
.wtxq .title {
}
.wtxq .title span {
    background: url(../../images/img/ask/icon-1.jpg) no-repeat left center;
}
.wtxq .content {
	padding-left: 10px;
	/*border-bottom: 1px dashed #e5e5e5;*/
} 
.wtxq .ask-box textarea {
	width: 100%;
	height: 105px;
	border: 1px solid #e5e5e5;
	padding: 5px 15px;
	margin-bottom: 20px;
	box-sizing: border-box;
	font-family: 'Microsoft Yahei';
}
.wtxq .ask-box {
	border-top: 1px dashed #e5e5e5;
	padding-top: 20px;
}
.wtxq .ask-box .ask-box-b {
	margin-bottom: 20px;
	overflow: hidden;
}
.wtxq .ask-box-b span {
	color: #484848;
	position: relative;
	display: inline-block;
	padding-left: 10px;
	padding-right: 20px;
	line-height: 35px;
	cursor: pointer;
}
.wtxq .ask-box-b .zhankai-b:after {
	content: '';
	position: absolute;
	right: 4px;
	top: 18px;
	line-height: 35px;
	border-top: 6px solid #d2d2d2;
	border-bottom: none;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
}
.wtxq .ask-box-b .shouqi-b:after {
	content: '';
	position: absolute;
	right: 4px;
	top: 18px;
	line-height: 35px;
	border-top: none;
	border-bottom: 6px solid #d2d2d2;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
}
.wtxq .ask-box-b button {
	display: inline-block;
	width: 25%;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background-color: #239aff;
	color: white;
	font-size: 18px;
	float: right;
}

.content .state {
	padding-bottom: 25px;
}
.content .state li {
	padding: 0 15px;
	float: left;
	color: #a9a9a9;
} 
.content .state li:first-child {
	padding-left: 0;
} 
.content .state li:not(:last-child) {
	border-right: 1px solid #e5e5e5;
} 
.detail {
	line-height: 30px;
	padding-bottom: 15px;
	white-space: pre-line;
	padding-left: 10px;
} 
/*采纳问题*/
.side-l .cnda {
	width: 100%;
    box-sizing: border-box;
    padding: 10px 30px;
    background-color: white;
    margin-top: 25px;
}
.cnda .title span {
    background: url(../../images/img/ask/icon-ask-7.jpg) no-repeat left center;
}
/*.cnda .content {
	padding-left: 10px;
}*/
.cnda .content .state li:nth-child(2) {
	border-right: none;
	padding-right: 0;
}

/*其他答案*/
.side-l .qtda {
	width: 100%;
    box-sizing: border-box;
    padding: 10px 30px;
    background-color: white;
    margin-top: 25px;
}
.side-l .qtda .item .caina-b {
	text-align: right;
}
.side-l .qtda .item .caina-b a {
	display: inline-block;
	padding-left: 30px;
	padding-right: 20px;
	background: url(../../images/img/ask/icon-ask-9.png) no-repeat left;
	line-height: 22px;
	font-size: 16px;
	color: #484848;
}
.qtda .title span {
    background: url(../../images/img/ask/icon-ask-8.jpg) no-repeat left center;
}
.qtda .content .item:not(:last-child) {
	border-bottom: 1px dashed #e5e5e5;
	margin-bottom: 20px;
}
/*相关问题*/
.side-l .xgwt {
	width: 100%;
    box-sizing: border-box;
    padding: 10px 30px;
    background-color: white;
    margin-top: 25px;
}
.xgwt .title span {
    background: url(../../images/img/ask/icon-3.jpg) no-repeat left center;
}
.xgwt .content>ul {
	overflow: hidden;
	padding-left: 10px;
}
.xgwt .content>ul>li {
	width: 100%;
    height: 35px;
    line-height: 35px;
    border-bottom: 1px dashed #e5e5e5;
    float: left;
    color: #337ab7;
}
.xgwt .content>ul>li a:nth-child(1) {
	width: 70%;
	float: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.xgwt .content>ul>li span:nth-child(2) {
	width: 30%;
	float: right;
}
.xgwt .content>ul>li ul {
	float: left;
}
.xgwt .content>ul>li ul>li {
	float: left;
    color: #c6c6c6;
}
.xgwt .content>ul>li ul>li:nth-child(1) {
	min-width: 68px;
}
.xgwt .content>ul>li ul>li:nth-child(2) {
	min-width: 80px;
}
.xgwt .content>ul>li ul>li:nth-child(3) {
	min-width: 70px;
	padding-left: 5px;
}
























