/**组件样式**/
.pic_list {}
.pic_list li{
    width: 30%;
    float: left;
    margin-right: 5%;
    margin-top: 20px;}
.pic_list li img{
    width: 100%;
    height: 327px;}
.pic_list li .pic_title{
    font-size: 16px;
    margin-top: 7px;
    display: block;
    width: 100%;
    text-align: center;} 
