/*----top-----*/
.mobile_top{
	width:100%;
	background:#000;
	overflow:hidden;
	display:none;
}
.mobile_logo{
	background:url(../images/mobile/mobile_logo.png) no-repeat;
	text-indent:-9999px;
	width:74px;
	height:20px;
	margin:20px 0 10px 10px;
	float:left;
}
.mobile_top_right{
	float:right;
	margin:20px 10px 10px 0;
}
.mobile_top_right a{
	display:inline-block;	
	text-indent:-9999px;	
}
.mobile_viewed{
	background:url(../images/mobile/mobile_mark.png) no-repeat;
	width:16px;
	height:18px;
	margin-right:10px;
}
.mobile_person{
	background:url(../images/mobile/mobile_person.png) no-repeat;
	width:19px;
	height:19px;
}


/***---navbar--**/
.mobile_navbar{
	width:100%;
	background:#fff;
	overflow:hidden;
	display:none;
}
.mobile_nav{
	width:50%;
	border-right:1px solid #ccc;
	overflow:hidden;
	float:left;
	color:#000000;
}

a.nav_link{
	color:#000000 !important;
	background:url(../images/mobile/mobile_nav.png) no-repeat;
	height:19px;
	padding-left:28px;
	float:left;
	margin:20px 0 20px 50px;
	font-size:16px;
	cursor:pointer;
	vertical-align: bottom;
	display:block;
}
a.search_link{
	background:url(../images/mobile/mobile_search.png) no-repeat;
	height:19px;
	padding-left:28px;
	float:right;
	margin:20px 50px 20px 0;
	font-size:16px;
	cursor:pointer;
	vertical-align: bottom;
	display:block;
	color:#000000;
}

.mobile_language_box{
	overflow:hidden;
	padding:5px 0;
	background:#000;
	display:none;
}

.mobile_banner{
	width:100%;
	display:none;
}
.mobile_banner img{
	width:100%;
	max-height:388px;
	min-width:320px;
	min-height:194px;
}
.mobile_footer_menu{
	margin:0 10px;
	display:none;
}
.mobile_footer_menu li{
	margin-bottom:3px;
}
.mobile_footer_menu li a{
	display:block;
	background:#313131;
	padding:10px 20px;
	font-size:14px;
	border-radius:35px;
	-moz-border-radius:35px;
	-mz-border-radius:35px;
	-o-border-radius:35px;
}
.mobile_txt_box p{
	line-height:20px;
}
.mobile_gov_mgt{
	display:none;
	width:100%;
}
.mobile_gov_mgt dt{
	font-size:12px;
	font-weight:700;
	margin-bottom:20px;
}
.mobile_gov_mgt dt a{
	color:#338fbf;
	display:block;
	line-height:20px;
}
.mobile_gov_mgt dt a span{
	background:url(../images/inner_page/arrow_blue.png) no-repeat;
	display:inline-block;
	width:16px;
	height:16px;
	margin-right:10px;
	margin-top:1px;
	float:left;
}
.mobile_gov_mgt dt a.mgt_dt_current span{
	background:url(../images/inner_page/arrow_blue_current.png) no-repeat;
}
.mobile_gov_mgt dd{
	display:none;
	padding-left:26px;
	
}
.mobile_gov_mgt dd.mgt_list_current{
	display:block;
}
.mobile_txt_box{
	margin-bottom:20px;
}
.mobile_gov_mgt h3{
	font-size:20px;
	color:#333333;
	font-weight:normal;
}
.mobile_gov_mgt h4{
	font-size:14px;
	color:#333333;
	margin-bottom:20px;
	font-weight:normal;
}
.mobile_monthly_table{
	margin-bottom:30px;
	
}
.mobile_tab_box{
	display:none;
}
.mobile_monthly_table thead{
	background:#f8f8f8;
	color:#4d4d4d;
	font-weight:700;
	text-align:left;
}
.mobile_monthly_table td,.mobile_monthly_table th{
	border-bottom:1px solid #e2eaef;
	padding:10px 20px;
}
.mobile_excel_download{
	background:url(../images/inner_page/excel.png) no-repeat;
	padding-left:25px;
	margin-bottom:20px;
	display:none;
}
.mobile_highlight{
	display:none;
}