
/*-----------------------------左侧边栏-----------------------------*/
/*快速提问*/
.kstw {
	width: 100%;
	box-sizing: border-box;
	padding: 0 30px;
	background-color: white;
	height: 277px;
}
.kstw .title {
	width: 100%;
	height: 50px;
}
.kstw .title span {
	background: url(../../images/img/ask/icon-1.jpg) no-repeat 5px center;
}
.kstw .biaoti {
	width: 100%;
	height: 40px;
	border: 1px solid #ddd;
	box-sizing: border-box;
	color: #a9a9a9;
	position: relative;
	padding: 0 18px;
}
.kstw .biaoti input[type="text"] {
	width: 100%;
	height: 100%;
	font-size: 14px;
	font-family: 'Microsoft Yahei';
}
.kstw .wenti {
	width: 100%;
	height: 105px;
	margin-top: 13px;
	box-sizing: border-box;
	padding: 9px 18px;
	color: #a9a9a9;
	border: 1px solid #ddd;
	position: relative;
}
.kstw .wenti textarea {
	width: 100%;
	height: 100%;
	font-size: 14px;
	font-family: 'Microsoft Yahei';
}
.kstw .biaoti span,
.kstw .wenti span {
	font-size: 14px;
	position: absolute;
	bottom: 8px;
	right: 8px;
}
.kstw .biaoti span i,
.kstw .wenti span i {
	display: inline;
	font-style: normal;
	color: #239aff;
}
.kstw .button {
	height: 35px;
	line-height: 35px;
	padding: 17px 0;
}
.kstw .button span {
}
.kstw .button span em {
	font-size: 20px;
	color: #ffa200;
	font-style: normal;
	padding: 0 5px;
}
.kstw .button a{
	float: right;
	width: 20%;
	height: 35px;
	background-color: #239aff;
	text-align: center;
	color: white;
	font-size: 18px;
	font-family: 'Microsoft Yahei';
	letter-spacing: 1px;
}
/*热门问题*/
.rmwt {
	width: 100%;
	box-sizing: border-box;
	background-color: white;
	padding: 10px 30px;
	margin-top: 25px;
}
.rmwt .title {
	width: 100%;
    height: 50px;
    border-bottom: 1px solid #e5e5e5;
}
.rmwt .title span{
    background: url(../../images/img/ask/icon-2.jpg) no-repeat left center;
}
.rmwt .title .rmwt-menu {
	float: right;
    height: 50px;
	box-sizing: border-box;
}
.rmwt .title .rmwt-menu li {
	float: left;
    width: 80px;	
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    color: #777;
    position: relative;
}
.rmwt .title .rmwt-menu li:not(:last-child) a:after {
	content: "";
    width: 2px;
    height: 20px;
    margin-top: 15px;
    border-right: 1px solid #e5e5e5;
    display: block;
    z-index: 2016;
    float: right;
}
.rmwt .title .rmwt-menu li.on {
	border-bottom: 2px solid #239aff;
	height: 49px;
    color: #239aff;
}
.rmwt .title .rmwt-menu li.on:after {
	content: "";
    width: 0;
    height: 0;
    border-top: none;
    border-bottom: 6px solid #239aff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -6px;
    z-index: 2016;
}
.rmwt-list {

}
.rmwt-list>ul {
	overflow: hidden;

	height: 216px;
}
.rmwt-list>ul>li {
	width: 100%;
	height: 35px;
	line-height: 35px;
	border-bottom: 1px dashed #e5e5e5;
	float: left;
	color: #337ab7;
}
.rmwt-list>ul>li a:nth-child(1) {
	width: 70%;
	float: left;
	white-space:nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.rmwt-list>ul>li span:nth-child(2) {
	width: 30%;
	float: right;
}
.rmwt-list>ul>li ul {
	float: left;
	color: #c6c6c6;
}
.rmwt-list>ul>li ul>li {
	float: left;
}
.rmwt-list>ul>li ul>li:nth-child(1) {
	min-width: 68px;
}
.rmwt-list>ul>li ul>li:nth-child(1):after {
	content: '';
	width: 1px;
	height: 21px;
	display: block;
	background-color: #e5e5e5;
	float: right;
	margin: 7px 5px 0 0;
}
.rmwt-list>ul>li ul>li:nth-child(2) {
	min-width: 80px;
}
.rmwt-list>ul>li ul>li:nth-child(3) {
	min-width: 70px;
	padding-left: 5px;
}
.djjwt {
	width: 100%;
    box-sizing: border-box;
    background-color: white;
    padding: 10px 30px;
    margin-top: 25px;
}
.djjwt .title {
	overflow: hidden;
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #e5e5e5;
}
.djjwt .title span {
    background: url(../../images/img/ask/icon-3.jpg) no-repeat left center;
}
.djjwt .djjwt-list {
	
}

.djjwt-list>ul {
	overflow: hidden;

	height: 216px;
}
.djjwt-list>ul>li {
	width: 100%;
	height: 35px;
	line-height: 35px;
	border-bottom: 1px dashed #e5e5e5;
	float: left;
	color: #337ab7;
}
.djjwt-list>ul>li a:nth-child(1) {
	width: 70%;
	float: left;
	white-space:nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.djjwt-list>ul>li a:nth-child(1) i {
	color: #f04747;
	font-style: normal;
	margin-right: 5px;
}
.djjwt-list>ul>li span:nth-child(2) {
	width: 28%;
	float: right;
}
.djjwt-list>ul>li ul {
	float: left;
	color: #c6c6c6;
}
.djjwt-list>ul>li ul>li {
	float: left;
}
.djjwt-list>ul>li ul>li:nth-child(1) {
	min-width: 68px;
}
.djjwt-list>ul>li ul>li:nth-child(1):after {
	content: '';
	width: 1px;
	height: 21px;
	display: block;
	background-color: #e5e5e5;
	float: right;
	margin: 7px 5px 0 0;
}
.djjwt-list>ul>li ul>li:nth-child(2) {
	min-width: 80px;
}
.djjwt-list>ul>li ul>li:nth-child(3) {
	min-width: 60px;
}

.djjwt-page {
	width: 200px;
	height: 20px;
	margin: 0 auto;
	margin-top: 5px;
}
.djjwt-page ul {
	width: 100%;
	height: 20px;
}
.djjwt-page ul li {
	width: 20px;
	height: 20px;
	float: left;
}
.djjwt-page ul li a {
	display: block;
	width: 100%;
	height: 20px;
	line-height: 20px;
	font-size: 16px;
	text-align: center;
	cursor: pointer;
}
