ul.st_paa_ul{margin:0;padding:0;}
.st_paa_ul li{width:100%;float: left;margin-right: 8px;margin-bottom: 4px;}
a.st_paa_pro{
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-align:center;
    box-align:center;
    -moz-align-items:center;
    -ms-align-items:center;
    -o-align-items:center;
    align-items:center;
    -ms-flex-align:center;
    -ms-flex-pack:justify;-webkit-box-orient:horizontal;-webkit-box-direction:normal;
    -ms-flex-flow:row nowrap;flex-flow:row nowrap;
    border:1px solid #0C8E44;background: #f7f7f7;height: 42px;}

a.st_paa_pro:hover, a.st_paa_pro.st_paa_pro_active{border:2px solid #E3393C;background:#0C8E44;color:white;}
.st_paa_pro span{display: block;margin: 6px;font-size:0.7em;}
.st_paa_pro img{height: 100%;}