   .people_box {
            border: 1px solid #ddd;
            float: left;
            height: 120px;
            margin: 5px;
            padding: 10px;
            width: 304px;
        }
  ul.pic-list a img {
   
    }
        .people_pic {
            float: left;
            width: 90px;
        }

        .people_text {
            color: #595959;
            float: right;
            width: 205px;
        }

            .people_text a {
                color: #048755;
            }


        .lanmu_bt {
            background: #eee;
            height: auto;
            line-height: 36px;
            padding-left: 12px;
            margin-bottom: 10px;
            position: relative;
            padding-right: 46px;
        }

            .lanmu_bt a {
                font-family: 'Times New Roman';
                padding: 5px 8px;
                color: #666;
                cursor: pointer;
            }

                .lanmu_bt a:hover ,.lanmu_bt a.active{
                    color: #f3ac00;
                }

        .lanmu_nr {
            margin-bottom: 15px;
        }

        .last {
            position: absolute;
            right: 9px;
            bottom: -5px;
        }

        ul.pic-list li{
            margin: 0px 6px;
            float: none;
            display: inline-block;
        }
