@CHARSET "UTF-8";

/*--------------------顶部------------------*/
body {
	background-color: #efefef;
}
/*---------------------FAQ首页主体---------------------*/
.faq_body {
	position: relative;
	width: 1000px;
	margin: auto;
	padding-bottom: 30px;
	color: #666;
}

.faq_main {
	float: left;
	width: 800px;
	margin-left: 15px;
	font-size: 14px;
}

.faq_main a {
	color: #666;
}

.faq_main a:hover {
	color: #ff7f14;
}

.faq_main h2 {
	color: #ff7f14;
	font-size: 18px;
	line-height: 18px;
	*height: 18px;
}

/*-----左边菜单-----*/
.faq_left,
.news_left {
	float: left;
	width: 185px;
	background-color: #ff7f14;
}


.faq_left .dt,
.news_left .dt {
	display: block;
	height: 50px;
	line-height: 50px;
	padding-left: 15px;
	font-size: 18px;
	color: #fff;
	background-color: #f26005;
}
.news_left .dt{
	background-color:#ff7f14;
}
.news_left .cursor{
	background-color:#f26005;
}
.faq_left .dt i,
.news_left .dt i {
	margin-right: 6px;
}

.faq_left_ul a {
	display: block;
	height: 40px;
	padding-left: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 14px;
}

.faq_left_ul a:hover {
	background-color: #f26005;
}

.faq_left_ul .cursor, .faq_left_ul .cursor:hover {
	color: #ff7f14;
	background-color: #fff;
}

/*搜索条*/
.faq_search_bg {
	padding: 20px;
	background-color: #fff;
}

.faq_search {
	position: relative;
	height: 38px;
	line-height: 38px;
	border: solid 1px #ddd;
}

.faq_search i {
	float: left;
	width: 39px;
	color: #aaa;
	text-align: center;
	font-size: 20px;
}

.faq_search.cursor i {
	color: #ff7f14;
}

.faq_search .input {
	width: 590px;
	height: 38px;
	line-height: 38px;
	color: #666;
	border: none;
}

.faq_search .submit {
	position: absolute;
	right: -1px;
	top: -1px;
	z-index: 1;
	width: 130px;
	height: 40px;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	border: none;
	background-color: #ff7f14;
}

.faq_search .submit:hover {
	background-color: #f26005;
}

.faq_search_hot {
	padding-top: 5px;
}

.faq_search_hot a {
	margin: 0 2px;
}

.faq_search_hot label {
	color: #333;
}

/*热点问题*/
.faq_hotlist {
	margin-top: 15px;
	padding: 20px 20px 20px 0;
	background-color: #fff;
}

.faq_hotlist h2 {
	padding-left: 20px;
}

.faq_hotlist dl {
	float: left;
	width: 370px;
	padding: 20px 0;
	margin-left: 20px;
	margin-top: 20px;
	background-color: #f0f0f0;
}

.faq_hotlist dt {
	padding: 0 0 8px 20px;
	font-weight: bold;
	color: #333;
}

.faq_hotlist dt a {
	color: #333;
}

.faq_hotlist dd a {
	display: block;
	width: 330px;
	padding: 8px 20px;
	border-bottom: solid 1px #eee;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.faq_hotlist .long {
	width: 760px;
}

.faq_hotlist .long dd a {
	width: 720px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/*问题列表*/
.faq_list {
	margin-top: 15px;
	padding: 20px;
	background-color: #fff;
}

.faq_list .noData {
	display: block;
	color: #999;
	text-align: center;
	margin: 50px 0;
}

.faq_list_dd {
	padding: 20px 0;
	min-height: 24px;
	line-height: 24px;
	font-weight:bold;
	border-bottom: solid 1px #ddd;
}

.faq_list_dd:hover {
	
}

.faq_list_dd .link {
	float: left;
	width: 500px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.faq_list_dd i {
	margin-right: 6px;
	color: #999;
}

.faq_list_dd a i {
	font-size: 20px;
	vertical-align: -4px;
}

.faq_list .view, .faq_list .zan {
	float: left;
	width: 130px;
	text-align: right;
	font-weight:normal;
}

.faq_list_more {
	padding-top: 10px;
}

.faq_list_more a {
	display: block;
	padding: 10px 0;
	text-align: center;
}

.faq_list_more a i {
	margin-left: 6px;
}

.faq_list_more a:hover {
	background-color: #f9f9f9;
}

/*问题详情*/
.faq_details {
	padding: 20px;
	background: #f6f6f6;
	border: 1px solid transparent;
}

.faq_details_txt {
	line-height: 1.8em;
}


.faq_details  img {
	max-width: 720px;
	margin: 10px 0;
}
.faq_details p{
	padding:10px 0;
	line-height:1.8em;
}
.faq_details p a{
	color:#ff7f14;
	text-decoration:underline;
}
.faq_details p a:hover{
	color:#f26005;
}
.faq_zan {
	padding-top: 20px;
	height: 60px;
	line-height: 60px;
	text-align: center;
}

.faq_zan a {
	display: inline-block;
	width: 60px;
	height: 60px;
	text-align: center;
	color: #999;
	background: #f0f0f0;
	font-size: 30px;
	border-radius: 50%;
}

.faq_zan a.cursor, .faq_zan a:hover {
	color: #fff;
	background-color: #ff7f14;
}

.faq_zan span {
	display: inline-block;
	margin-left: 6px;
}

/*搜索结果*/
.faq_list h3.othertitle {
	display: block;
	color: #ff7f14;
	font-size: 24px;
	margin-top: 20px;
}

h2.faq_result_title {
	padding: 15px;
	color: #333;
	background-color: #f0f0f0;
}

h2.faq_result_title span {
	font-size: 14px;
	font-weight: normal;
}

h2.faq_result_title span b {
	color: #ff7f14;
}

.faq_list .faq_result .link {
	width: 760px;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.faq_list .faq_result .txt {
	display: block;
	padding: 15px;
	margin-top: 10px;
	background-color: #f6f6f6;
}

.faq_list .faq_result dd {
	border-bottom: none;
}

/*---------- 翻页 ----------*/
.page {
	display: block;
	text-align: center;
	margin: 20px 0 10px 0;
}

.page i.clear {
	display: block;
	height: 0;
	width: 0;
	border: none;
	padding: 0;
	margin: 0;
	float: none;
	clear: both;
}

.page a {
	display: inline-block;
	height: 22px;
	line-height: 22px;
	color: #555;
	text-decoration: none;
	padding: 0 10px;
	margin: 0 2px 4px 2px;
	border: 1px solid #c5cace;
	border-radius: 3px;
	box-shadow: 0 2px 1px rgba(0, 0, 0, .1);
	transition: all .2s ease-in-out;
}

.page a:hover, .page a.current {
	background-color: #ff7f14;
	border: 1px solid #ff7f14;
	color: #fff;
}

.page a.current {
	cursor: default;
}

.page a.disabled, .page a.disabled:hover {
	color: #938b86;
	background-color: #f4f4f4;
	border: 1px solid #e8e8e8;
	box-shadow: none;
	cursor: not-allowed;
}

.page input {
	display: none;
}


/*支付渠道*/
.pay_way_bank{
	width:704px;
	background-color:transparent;
}
.pay_way_bank dd{
	width:352px; 
}
.pay_way_bank .btn_white2,
.pay_way_bank .bank a{
	font-size:12px;
	color:#ff7f14;
}
.pay_way_bank .btn_white2:hover{
	color:#fff;
}
.pay_way_bank .btn_white2 .iconfont{
	display:inline;
	line-height:26px;
	font-style:normal!important;
}
.bank_block{
	width:315px;
}
.bank_block span{
	font-size:12px;
}
.myroom_ts {
	float: left;
	width: 720px;
	padding: 20px 0;
	font-size: 14px;
}

.myroom_ts strong {
	float: left;
	width: 50px; 
	padding: 5px 0;
	margin-right: 5px;
	text-align: center;
	line-height: 1.2em;
	color: #333;
	letter-spacing: 1px;
	background: #f0f0f0;
}


.myroom_ts p {
	float: left;
	width: 630px;
	padding:0 0 0 10px;
	line-height: 1.7em;
}