﻿body{background: #f8f8f8;}
.nav-box ul{width: 1220px; overflow: hidden; zoom: 1;}
.nav-box ul li{width: 100px; margin:0 20px 20px 0; border:1px solid #ddd; text-align: center; font-size: 16px; line-height: 36px; height: 36px; float: left; box-shadow: 0 0 8px #ddd;}
.nav-box ul li a{display: block; width: 100%; height: 100%; color: #333;}
.nav-box ul li a:hover{border: 1px solid #01a0e2; background: #01a0e2; color: #fff;}
.nav-box ul li.on a{border: 1px solid #01a0e2; background: #01a0e2; color: #fff;}
.applist-box{
    width:1200px;
    background-color: #fff;
    margin: 0 auto;
}
.applist-box ul {
    padding-bottom: 10px;
}
.applist-box ul li{
    float: left;
    width: 172px;
    height: 252px;
    margin: 28px 8px 10px 18px;
    box-shadow: 0 0 10px #cccccc;
    border-radius: 5px;
    overflow: hidden;
}
.applist-img{
    display: block;
    width: 110px;
    height: 110px;
    border-radius: 20px;
    overflow: hidden;
    margin: 30px auto 0;
}
.applist-img img{
    width: 100%;
    height: 100%;
}
.applist-tit{
    text-align: center;
    width:110px;
    height: 35px;
    line-height: 35px;
    margin-top: 5px;
    display: block;
    font-size: 16px;
    color: #333333;
    overflow: hidden;
    margin: 0 auto;
}
.applist-time{
    width: 110px;
    height: 29px;
    font-size: 13px;
    color: #b8b8b8;
    line-height: 29px;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
}
.applist-label{
    width: 100%;
    height: 48px;
    line-height: 48px;
    font-size: 13px;
    text-align: center;
    margin: 0 auto;
    background-color: #ecf6ff;
    color:#959494;
}
.applist-label span{
    padding:0 3px;
}
.applist-load{
    width: 100%;
    height: 48px;
    line-height: 48px;
    text-align: center;
    margin: 0 auto;
    background-color:#01a0e2;
    font-size: 16px;
    color:#fff;
    display: none;
}
.applist-box ul li:hover .applist-label{
    display: none;
}
.applist-box ul li:hover .applist-load{
    display: block;
}
.applist-load:hover{
    color: #fff !important;
    font-weight: bold;
}