.mainbody {
    overflow: hidden;
}
.mainbody .slider {
    float: left;
    padding: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    width: 805px;
    height: 515px;
    background-color: #fff;
}
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.mainbody .imgbody{overflow: hidden; margin: 0 auto; max-width: 1260px;}
.imgbody ul{list-style: none; margin-right: -5px;}
.imgbody li{float:left;width: 193px; max-height: 250px; padding: 5px;margin-right: 5px;margin-bottom: 5px; background-color: #fff;}
.imgbody .img{width: 100%;height: 150px;overflow: hidden;}
.imgbody .img img{width: 100%;height: auto;}
.imgbody h2{margin: 10px 10px 14px;height: 25px;overflow: hidden;font-family: Verdana;font-size: 13px;line-height:inherit;text-align: center;}
.imgbody h2 a{color: #666;font-size: 13px;}
.imgbody h2 a:hover{color: #a98752;}

.imgbody .info{padding: 0 10px;}
.imgbody .info .tag{font-size: 12px;height: 24px;line-height: 24px;}
.imgbody .info .tag a{color: #a8a7a7;margin-right: 10px;}
.imgbody .info span{line-height: 26px;height: 26px; border-top: 1px dotted #e2d7c6;color: #a98752;display: block;}
.imgbody .info span a{color: #a98752;}
.imgbody .info span i{float: right;font-style: normal;}



@media screen and (max-width: 680px) {
	.mainbody .imgbody{max-width: 660px;}
	.mainbody .slider{height:360px;}
	.imgbody ul{list-style: none; margin-right: -1%;}
	.imgbody li{float:left;width: 30.32%; max-height: 250px; padding: 1%;margin-right: 1%;margin-bottom: 5px; background-color: #fff;}
	/*无限*/
	.ias_trigger,.pagination-loading{width: 100%;height: 50px;line-height: 50px;}
	
	.footer{text-align: center;}
}
@media screen and (max-width: 520px) {
		.mainbody .imgbody{max-width: 500px;}
	.mainbody .slider{height:220px;}
	.imgbody ul{list-style: none; margin-right: -1%;}
	.imgbody li{float:left;width: 47%; max-height: 250px; padding: 1%;margin-right: 1%;margin-bottom: 5px; background-color: #fff;}
	.homelink{display: none;}
	
}