@media only screen and (max-width:768px) {
	.container,
	.item_box ul {
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}
	.con_ml {
		border: 0px;
	}
	.con_ml .con_tabs {
		display: block;
	}
	.con_ml .con_tabs .tabs_item {
		display: block;
		width: 100%;
		border: 1px solid #008816;
		line-height: 70px;
		height: 70px;
		margin-bottom: 30px;
	}
	.con_ml .con_tabs .tabs_item:first-child {
		min-width: 10px;
	}
	.con_ml .con_tabs .tabs_item a {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		    background-position: 6px center;
	}
	.item_box ul>li {
		width: 98%;
		float: none;
		margin: auto;
		width: 100%;
		margin-bottom: 30px;
	}
	.item_box ul>li:not(:last-child) {
		margin-right: 0px;
	}
	.lucidity_pgPanel {
		width: 100%;
	}
	.lucidity-ui-paging-container {
		display: none !important;
	}
	.lucidity_pgPanel td:nth-child(3),
	.lucidity_pgPanel td:nth-child(6),
	.lucidity_pgPanel td:nth-child(8),
	.lucidity_pgPanel td:nth-child(9),
	.lucidity_pgPanel td:nth-child(10) {
		display: none;
	}
	.lucidity_pgToolbar {
		border: none !important;
	}
	.con_title h3 {
		height: auto;
	}
	.tabs ul li.lc_sub_tab {
		width: 98%;
	}
	.lists ul .lucidity_pgContainer li{
		min-height: 15px;
		margin-bottom: 20px;
		height: auto;
	}
	.lists ul li i {
		display: none;
	}
	.lists ul li a {
		display: inline;
		float: none;
		line-height: 30px;
	}
	.lists ul li span {
		line-height: 31px;
	}
	.item_box ul>li.li2 {
		width: 100%;
	}
	.con_title img {
		display: none;
	}
	.tabs.lc_sub_tabs2 ul li,
	.tabs.lc_sub_tabs3 ul li,
	.tabs.lc_sub_tabs4 ul li {
		width: 96%;
		float: none;
		margin: 0px auto 15px;
	}
	.top_header{
		height: 11rem;
    background-size: cover;

	}
	
	.lists ul li:after{
		content: "";
		display: block;
		clear: both;
		height: 0px;
	}
}

@media only screen and (max-width: 350px) {
	.lucidity_pgBtn {
		width: auto;
	}
}