.ly-banner{
	padding: 20px !important;
	height: auto !important;
}
.ly-banner-main{
	width: 100% !important;
}
.ly-banner-links{
	display: none;
}
.ly-search{
	display: none;
}
.ly-nav{
	height: auto !important;
}
.ly-nav_list{
	width: 100% !important;
}
.ly-nav_list li{
	width: 20%;
	margin: 0 !important;
}
.ly-nav_list li a{
	display: block;
}
.main_box{
	width: 90%;
	padding: 16px 0;
}
body{
	background: #fff;
}
.wip_local{
	display: none;
}
.content{
	padding: 0;
	margin-top: 30px;
}
.content-left{
	width: 100%;
}
.content-right{
	display: none;
}
.sys{
	display: none;
}
.erweima{
	display: none;
}
.xxgk{
	display: none;
}
.xxgkmobile{
	display: block!important;
}
.xxgkmobile table tr th, .xxgkmobile table tr td{
	padding: 10px;
	white-space: normal;
	max-width: unset;
	border: 1px solid #b5b5b5;
}
.xxgkmobile table tr th{
	background-color: #E9F7FF;
	width: 100%;
}
.footer{
	display: none;
}
.pnone_foot{
	display: block;
}

@media screen and (max-width: 650px) {
	.ly-nav_list li{
		width: 33%;
	}
	
}