﻿@charset "utf-8";

.listNav, .ln-letters {/*overflow:hidden;*/}
.listNav{ width:100px;position:absolute; float:right;right:30px; box-shadow: 1px 5px 30px #d3d3d3;
    -webkit-box-shadow: 1px 5px 30px #d3d3d3;
    -moz-box-shadow: 1px 5px 30px #d3d3d3;}
.ln-letters{background-color: white;width:100%;}
.ln-letters ul{padding:0;}
.ln-letters ul li{ list-style:none; text-align:center;}
.ln-letters ul li{}
.listNavHide {display:none;}
.listNavShow {display:list-item;}
.letterCountShow {display:block;}
.ln-letters a { width:100%; display:block; text-decoration:none;}
.ln-letters .ln-last {border-right:1px solid silver;}
.ln-letters a:hover, .ln-letters .ln-selected {background-color:#eaeaea;padding:5px 0px;}
.ln-letters .ln-disabled {color:#ccc;}
.ln-letter-count {position:absolute;top:0;left:0;width:20px;text-align:center;color:#336699;}

#demoFive{ float:left;list-style:none;min-height:550px;padding:0;padding-right: 0px;background-color: #fff;padding-left: 11px;}
#demoFive li{ width:270px;float: left;height: 110px;background-color: white;margin-bottom:20px;margin-right:10px;box-shadow: 0 1px 4px rgba(0,0,0,0.2);position:relative;overflow:hidden;}
#demoFive li:hover{cursor:pointer;background-color:#f4f4f4;}
.app-sum tr{height: 78px;}
.app-sum tr td h5{line-height: 55px;}
#demoFive li:hover .app-sum{display: none;}
#demoFive li:hover .app-detail{display: block;}
#demoFive li .app-sum{display:none;}
#demoFive li .inline b {width: 170px;font-size: 15px !important;text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;line-clamp: 2;-webkit-box-orient: vertical;}
#demoFive li .app-detail{display: block;margin-top: 10px;}
#demoFive .app-class{width: 100%;border: none;background-color: #fff;height: 40px;box-shadow: none;}
#demoFive .app-class h4{background-color: #fff;}
#demoFive .app-icon{width: 50px;height: 50px;border-radius: 5px;line-height: 40px;font-size:30px;line-height:50px;}
#demoFive .app-icon-action{width: 5px;padding-left: 0px;}
#demoFive .ratinged{font-size: 12px;}