body,html{
    background: #e4eef4;
    color: #333333;
    font-size: 16px;
}
.crumbs-box {
    color: #aaaaaa;
    font-size: 12px;
    padding: 16px 0;
}
.crumbs-box em {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 5px;
    background: url(/newstatic/images/icon-box) no-repeat -19px 0px;
}
.crumbs-box a {
    color: #999999;
    margin-right: 3px;
}
.crumbs-box,.container{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.tags-box{
    width: 1200px;
    margin: 0 auto;
    border: 1px solid #e1ebf1;
    background: #fff;
    padding-bottom: 20px;
    border-radius: 10px;
}
.tags-box ul li{
    margin-left: 20px;
    margin-top: 20px;
    float: left;

}
.tags-box ul li a{
    display: block;
    background: #f0f0f0;
    color: #787878;
    padding: 7px 17px;
    border-radius: 5px;
}
.active a,.tags-box ul li a:hover{
    color: #fff !important;
    background: #25a5e5 !important;
}
.applist{
    width: 1240px;
    padding-top: 30px;
}
.applist li{
    width: 170px;
    border: 1px solid #e1ebf1;
    background: #fff;
    float: left;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 30px 27px 4px;
    transition: all 0.3s;
}
.list-img{
    display: block;
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 20px;
    margin: 20px auto 10px;
}
.list-img img{
    width: 100%;
    height: 100%;
}
.list-tit{
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #333333;
    width: 90%;
    overflow: hidden;
    margin: 0 auto 5px;
}
.list-type{
    text-align: center;
    font-size: 12px;
    color: #999999;
    height: 40px;
}
.list-type span{
    color: #e2e2e2;
    padding: 0 5px;
}
.list-type .updateTime {
    color: #999999;
    margin: 4px 0;
}
.list-btn{
    width: 100%;
    height: 40px;
    background: #25a5e5;
    line-height: 40px;
    color: #fff;
    text-align: center;
    display: none;
}
.applist li:hover .list-btn{
    display: block;
}
.applist li:hover .list-type{
    display: none;
}
.applist li:hover{
    transform: translateY(-10px);
}
#page {
    clear: both;
    margin: 0px;
    height: auto;
    font-size: 15px;
    padding-top: 12px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 36px;
    text-align: center;
}

#page b.selected {
    color: #fff;
    background-color: #37afff;
    border: 1px solid #37afff;
}
#page .firs {
    display: none;
}
#page .last {
    display: none;
}
#page .total {
    display: none;
}
#page a, b {
    box-shadow: 0px 0px 4px #f7f7f7;
    display: inline-block;
    height: 37px;
    line-height: 37px;
    padding: 0 16px;
    margin: 0 3px;
    color: #666;
    background-color: #fff;
    border-radius: 5px;
    vertical-align: middle;
    font-size: 15px;
    text-decoration: none;
    border: 1px solid #dddddd;
}

#page a:hover {
    display: inline-block;
    height: 37px;
    line-height: 37px;
    padding: 0 16px;
    margin: 0 3px;
    color: #fff !important;
    background-color: #37afff;
   
    vertical-align: middle;
    font-size: 15px;
    text-decoration: none;
}