@charset "utf-8";

	 
.brochure_list{margin:0 -10px;}
.brochure_list:after{display:block; clear:both; visibility:hidden; content:'';}
.brochure_list .item {float:left;width:calc(50% - 20px);height: 302px;margin:0 10px 20px;padding:30px;border: 1px solid #e1e1e1;}
.brochure_list .item .inner {}
.brochure_list .item .inner .con {}
.brochure_list .item .inner .con:after{display:block; clear:both; visibility:hidden; content:'';}
.brochure_list .item .inner .con .img_box {overflow: hidden;float:left;width: 170px;height: 235px;border:1px solid #e1e1e1;}
.brochure_list .item .inner .con .img_box span {display: block;overflow: hidden;position:relative;width:100%;height:100%;background: #f4f4f4;}
.brochure_list .item .inner .con .img_box span img {position:absolute;left:50%;top:50%;width: auto;max-width: 1000%;height: 100%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);}
.brochure_list .item .inner .con .info {float:right;width: calc(100% - 200px);}
.brochure_list .item .inner .con .info .tit {display:block; overflow:hidden; margin:10px 0 20px;line-height:1; font-size:18px; font-weight:500; color:#000;text-overflow: ellipsis;white-space: nowrap;}
.brochure_list .item .inner .con .info .btn_wrap {}
.brochure_list .item .inner .con .info .btn_wrap > a {width:100%;max-width: 275px;margin:0 0 5px; text-align:left;}

@media only screen and (max-width:1279px){
    .brochure_list .item {float:none;width:calc(100% - 20px);background: #fff url(/images/skin/topbox_bg.png)no-repeat 95% 80%;}
}
@media only screen and (max-width:500px){
	.brochure_list .item {height:auto;padding:20px 20px;background:#fff;}
	.brochure_list .item .inner .con .img_box {float:none;margin:0 auto;}
	.brochure_list .item .inner .con .info {float:none; width:100%; text-align:center;}
	.brochure_list .item .inner .con .info .tit {margin:20px 0;}
	
}