﻿@import url('common.css');
@import url('animate.css');
.piclistwrap{overflow:hidden;}
.piclistwrap .item{display:block;overflow:hidden;margin-bottom:30px;width:32%;float:left;margin-right:2%;}
.piclistwrap .mr0{margin-right:0;}
.piclistwrap a{background:#ffffff;display:block;overflow:hidden;width:100%;margin:0 auto;padding-bottom:10px;border:solid 1px #eeeeee;box-sizing:border-box;}
.piclistwrap a p.img{display:block;text-align:center;background:#ffffff;overflow:hidden;}
.piclistwrap a p.img i{display:block;text-align:center;overflow:hidden;}
.piclistwrap a p.img img{width:100%;overflow:hidden;transition: all 0.4s ease 0s;}
.piclistwrap a h3{padding:0 10px;color:#247fe3;overflow:hidden;margin-top:10px;text-align:center;}
.piclistwrap a h3 span{display:block;color:#247fe3;font-size:16px;height:24px;line-height:24px;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;}
.piclistwrap a:hover p.img img{opacity:0.6;}
.piclistwrap a:hover h3 span{color:orange;}
.piclistwrap a p.ct{color:gray;line-height:24px;height:72px;overflow:hidden;font-size:14px;padding:0 20px;margin-top:20px;}