.pic_list{  padding:20px 0px;}
.pic_list a{ text-decoration:none;}
.pic_list .lst { padding-top:40px;}
.pic_list li{ height:300px; overflow:hidden; width:400px; float:left; cursor:pointer;}
.pic_list li .box{ padding-right:20px;}
.pic_list .pic{ height:240px; overflow:hidden;}
.pic_list .lst img{ width:100%; height:340px;}
.pic_list .lst img:hover {
	transform: scale(1.5);
	-webkit-transform: scale(1.5);
	transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	-moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	-webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	-o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
.pic_list li:hover .tit{ color:#CFA448;}
.pic_list .tit{ text-align:center; height:40px; line-height:40px; color:#666;font-size:14px;}

