        .picul {
            padding: 15px 10px;
            width: 100%;
            background: #fff;
            box-sizing: border-box;}
        .picul LI{
            width:100%;
            height: auto;
            background: #f0f0f0;
            margin-bottom: 10px;}
        .picul li a{
            display:block;
            padding:10px 5px;
            border-bottom:1px dotted #f1f1f1;}
        .picul li a div{
        width:100%; 
            height: 210PX;    text-align: center;}
        .picul li a img{
            height: 100%;
            width: auto;
            max-width: 100%;
            object-fit: scale-down;}
        .picul li p{padding: 2px 5px;}
        #scrollerBox .scroller{
            position: static;}

