.show{
	display: block;
}
.actived{
	border-left:1px solid #e4e4e4;
	border-right:1px solid #e4e4e4;
	border-bottom:1px solid #fff;
	border-top: 1px solid #e4e4e4;
}
.use{
	width: 100%;
	height: 120px;
}
.use .order{
	width: 80px;
	height: 30px;
	border: 1px solid #e2f0f7;
	border-radius: 20px;
	margin-top:35px ;
	text-align: center;
	line-height: 30px;
	margin-left: 10px;
}
.use .order a{
	color: #009a61;
	text-decoration: none;
}
.use .order a:hover{
	color: #004e31;
}
.today{
	width: 100%;
	height: 105px;
	border: 1px solid #fbf0d8;
	background: #fcf8e3;
	border-radius: 10px;
	margin-top: 20px;
	text-align: center;
}
.today p{
	padding-top: 15px;
	color: #8a6d3b;
}
.today a{
	margin-top: 15px;
	display: block;
	width: 230px;
	height: 34px;
	color: #fff;
	border: 1px solid #9ecbac;
	background: #00aaf7;
	border-radius: 7px;
	text-decoration: none;
	line-height: 34px;
	margin-left: 16px;
}
.tab .actived>a:hover{
	background: #fff;
}
.today a:hover{
	background:#0a83bf;
}
.tab{
	width: 100%;
	height: 40px;
	border-bottom: 1px solid #e4e4e4;
}
.tab .new{
	width: 75px;
	height: 103%;
	text-align: center;
	line-height: 40px;
}
.tab .new a{
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #000;
}
.tab a:hover{
	background: #eee;
}




.question{
	width: 100%;
	min-height: 630px;
}
.question ul{
	width: 100%;
	height: 100%;
}
.question ul li{
	width: 100%;
	height: 70px;
	border-bottom: 1px solid #f2f2f2;
}
.question ul>li>.browse{
	text-align: center;
	width:10%;
	height: 100%;
}
.question ul>li>.browse>span{
	padding-top:10px ;
	font-size: 16px;
	display: block;
	width: 30px;
	height: 40px;
	margin-left: 20px;
	color: #999999;
}
.question ul>li>.summary{
	width: 90%;
	height: 100%;

}
.question ul>li>.summary>.personal{
	margin-top: 10px;
	color: #999999;
}
.question ul>li>.summary>.personal>a{
	color: #999999;
	padding-right: 10px;
}
.question ul>li>.summary>.summary_right{
	width: 100%;
	height: 30px;
	margin-top: 5px;
	padding-left: 20px;
	background: url(../images/money.png)no-repeat;
}
.question ul>li>.summary>.summary_right>span{
	color:#ff8a00
}
.question ul>li>.summary>.summary_right>.problem{
	padding-left: 5px;
	color: #000;
}
.question ul>li>.summary>.summary_right>.btnn{
	display: block;
	width: 68px;
	height: 24px;
	background: #e7f2ed;
	color: #017e66;
	font-size: 12px;
	margin-left: 10px;
	text-align: center;
	line-height: 24px;
	text-decoration: none;
}
.question ul>li>.summary>.summary_right>.btnn:hover{
	background: #017e66;
	color: #fff;
}
.question ul .tabPage{
	width: 100%;
	height: 70px;
	text-align: center;
	padding-top: 20px;
}
.question ul .tabPage a{
	width: 50px;
	height: 28px;
	font-size: 14px;
	color: #202020;
	text-align: center;
	line-height: 28px;
	margin-right: 6px;
	display: inline-block;
	border: 1px solid #666863;
	text-decoration: none;
}
.question ul .tabPage a.active{
	color: #fff;
	background: #f5293e;
	border-color: #f5293e;
}
.question ul .tabPage a:hover{
	text-decoration: none;
}
.page{
	width: 100%;
	height: 60px;
	
}
.page ul>li{
	width: 35px;
	height: 35px;
	border: 1px solid #e5e5e5;
}
.page ul>li>a{
	color: #009a61;
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 35px;
}
.page ul>.left>a{
	color:#88aad4;
}

.page ul>.bg{
	background: #009a61;
}
.page ul>.bg>a{
	color: #fff;
}
.page ul{
	margin-left: 200px;
}
.border{
	width: 100%;
	height: 36px;
	border-bottom: 1px solid #e4e4e4;
}
.hotTopic{
	width: 100%;
	height: 240px;
}
.hotTopic .hot_top{
	color: #000;
	margin-top: 15px;
}
.hotTopic .hot_top>p>a{
	text-decoration: none;
	margin-left: 5px;
	color: #555555;
}
.hotTopic .hot_bottom{
	width: 100%;
	height: 216px;
	
}
.hotTopic .hot_bottom li{
	margin-left: 5px;
	margin-top: 5px;
}
.hotTopic .hot_bottom li>a{
	font-size: 12px;
	display: block;
	padding: 5px 10px 5px 10px;
	background: #e5e5e5;
	color: #555555;
	text-decoration: none;
}
.hotTopic .hot_bottom li>a:hover{
	background: #0a83bf;
	color: #fff;
}
