.progressImage{
    width: 100%;
    height: auto;
}
.sportFeature ul li ol li {
    float: left;
    width: 484px;
    height: 148px;
    text-align: center;
    margin: 70px 19px;
}
.sportFeature ul li ol {
    width: 1120px;
    margin: 0 auto;
}
.sportFeature ul li.l1 ol li.o1 i {
    display: block;
    width:90px;
    height: 90px;
    background: url(/images/main/icon1.gif) no-repeat center center;
    -webkit-background-size:86%;
    background-size:86%;
}
.sportFeature ul li.l1 ol li.o2 i {
    display: block;
    width:90px;
    height: 90px;
    background: url(/images/main/icon2.gif) no-repeat center center;
    -webkit-background-size:100%;
    background-size:100%;
}
.sportFeature ul li.l1 ol li.o3 i {
    display: block;
    width:90px;
    height: 90px;
    background: url(/images/main/icon3.gif) no-repeat center center;
    -webkit-background-size:100%;
    background-size:100%;
}
.sportFeature ul li.l1 ol li.o4 i {
    display: block;
    width:90px;
    height: 90px;
    background: url(/images/main/icon4.gif) no-repeat center center;
    -webkit-background-size:100%;
    background-size:100%;
}
.sportFeature ul li ol li h3 {
    font-size: 22px;
    color: #333;
    margin-bottom: 20px;
    margin-top: 10px;
}
.sportFeature ul li ol li p {
    font-size: 16px;
    color: #999999;
    line-height: 20px;
    padding: 0 12px;
}

.hotelAside li.new1 i {
    background: url(/images/main/zuzhi1.png) no-repeat center center;
    -webkit-background-size:88%;
    background-size:88%;
}
.hotelAside li.new1:hover i, .hotelAside li.active.new1 i {
    background: url(/images/main/zuzhi2.png) no-repeat center center;
    -webkit-background-size:88%;
    background-size:88%;
}
.hotelAside li.new2 i {
    background: url(/images/main/sport1.png) no-repeat center center;
    -webkit-background-size:88%;
    background-size:88%;
}
.hotelAside li.new2:hover i, .hotelAside li.active.new2 i {
    background: url(/images/main/sport2.png) no-repeat center center;
    -webkit-background-size:88%;
    background-size:88%;
}
.hotelAside li.new1 i,.hotelAside li.new2 i {
    width: 26px;
    height: 20px;
}

.sportFeature ul li ol li i{-webkit-transition: all .8s ease-in-out;    -moz-transition: all .8s ease-in-out;    transition: all .8s ease-in-out; }
.sportFeature ul li ol li:hover i{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}