


a { color:#666; text-decoration: none; transition: 0.5s all; -webkit-transition: 0.5s all; -moz-transition: 0.5s all; -o-transition: 0.5s all;}




/*框架*/
.wrap{ width:1120px;}

    .scrollbox{width:1120px; position: relative;}
    #scrollDiv{width:1120px;height:112px; overflow:hidden; display: block;}
    #scrollDiv ul{ width: 1131px;}
    #scrollDiv li{width:340px;height:90px;padding:10px;margin-right:11px; float:left;background: #fff;transition: 0.5s all; -webkit-transition: 0.5s all; -moz-transition: 0.5s all; -o-transition: 0.5s all;border:1px solid #dedede;}
    #scrollDiv li img{width:148px;height:88px;margin-right:10px;float:left;}
    #scrollDiv li span{ float: right;width:160px;height:88px; overflow: hidden; display: block;}
    #scrollDiv li span h4{font-size: 14px;font-weight: bold;line-height: 14px;margin-bottom:5px;color: #54b100;}
    #scrollDiv li span p{line-height: 20px;height:40px;font-size: 12px;color: #666666;display: block;overflow: hidden;}
    #scrollDiv li span em{ height: 18px;line-height: 18px;text-align:center;font-size: 14px;width:30px;border:1px solid #72ae2d; display: block;color: #72ae2d;margin-top: 8px;}
    #scrollDiv li:hover{ background: #54b100;border:1px solid #54b100;}
    #scrollDiv li:hover span h4{ color: #fff;}
    #scrollDiv li:hover span p{ color: #fff;}
    #scrollDiv li:hover span em{ color: #fff;border:1px solid #fff; }
    .scroltit{ position: absolute; right:-30px; top:30px;width:18px;}
    .scroltit small{float:right; font-size:12px;width:18px;height:18px; line-height:18px; text-align: center;background:#54b100;color: #fff;font-family: "宋体"; margin:2px 0; transition: 0.5s all; -webkit-transition: 0.5s all; -moz-transition: 0.5s all; -o-transition: 0.5s all;}
    .scroltit small img{margin-top:6px;}
    .scroltit small:hover{ background: #ff9a22;}
