.listbox li{
	border-bottom: 1px solid #ededed;
	padding-top: 30px;
	padding-bottom: 30px;
}
.listboxL{
	/*width: 220px;*/
	height: 160px;
	overflow: hidden;;
	/*float: left;*/
	
}
.listboxL img{
	width: 100%;
	height: auto;
}
.listboxR{
	margin-top: 20px;
	/*width: calc(100% - 240px);*/
	/*margin-left: 20px;*/
	/*float: left;*/
}
.bgf7{
	background-color: #f7f7f7;
}
.place{
	padding: 18px 15px 20px 0;
    margin-bottom: 0;
    list-style: none;
    border-radius: 0;
}
.banner ,.banner img{
    width: 100%;
    height: auto;
}
.pagination>li.thisclass>a, .pagination>li.thisclass>span {
    color: #5294d6;
    background-color: #ededed;
    border-color: #ededed;
}
.fs26{font-size: 16px;}
.mt10{margin-top: 10px;}
.mt20{margin-top: 20px;}
.color7b{color: #7b7b7b;}
.height80{height: 60px;}

@media (max-width: 769px) {
	.pagination>li>a, .pagination>li>span{
		padding: 6px 10px;
		
	}
	.listboxL{
	/*width: 220px;*/
	height: inherit;
	/*overflow: hidden;;*/
	/*float: left;*/
}
}