/**组件样式*/
.pic-list3 { margin: 10px 0 0;}
.pic-list3 li { padding: 20px 0; font-size: 0; border-bottom: 1px solid #eee; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s;}
.pic-list3 li:hover { box-shadow: 0 -15px 20px -20px rgba(0, 0, 0, 0.2) inset, 0 0 0 0 #fff inset;}
.pic-list3 .img-scale { display: inline-block; vertical-align: top; width: 150px;height:200px;margin-left:20px;}
.pic-list3 .img-scale img {  width:150px;height:200px;float:left;}
.pic-list3 .text { display: inline-block; vertical-align: top; width:620px;height:auto;padding: 10px 0 0 40px;}
.pic-list3 .name { margin: 0 0 4px; font-size: 22px; font-weight: 700; line-height: 45px; color: #222; text-align: left;}
.pic-list3 .name:hover { color: #b10202;}
.pic-list3 .info { font-size: 16px; color: #000; line-height:32px;}
.pic-list3 .info span { color: #666;}
