.keywordfontcolor257730{ font-family: 宋体; font-size: 15px; color: #f5210a;}

.sph{

box-sizing: border-box;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 99;
    /* width: 100px; */
    /* height: 100px; */
    /* overflow: hidden; */
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    display: none;}

.sph2{

box-sizing: border-box;
    position: absolute;
    right: 10px;
    top: -23px;
    z-index: 99;
    /* width: 100px; */
    /* height: 100px; */
    /* overflow: hidden; */
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    display: none;}



.listr2 .list-r-2 li:hover .sph{
width:100px;

height:100px;

   display:block;}




