*{
    max-width: 1026px;
    margin:0 auto;

}
ul{
    margin: 0 0 0 0;
}
#d1{
    padding: 0 0 0 0;
}
#d2{
    margin-top: 30px;
}
#footerCopyright{
    margin-top: 10px;
    max-width: 100%;
    text-align: center;
    width: 100%;
    float:left;
}
#d21{
    display:none;
}
.jumbotron{
    background:linear-gradient(45deg,  #d1ecf1 0%,#0062cc 100%);
    color:white;
    text-align:center;
    margin:67px 0 20px 0;
}
.btns {
    padding:5px 10px 5px 10px;
    float:left;
    font-size:small;
    color:#666;
    width:48px;
    height:35px;
    line-height:22px;
    text-align:center;
    border:1px solid #d3d3d3;
    border-radius:2px;
}
.search-app-list{
    padding:0 0 0 0;
    margin:5px 0 10px 0;
    float:left;
}
.list-li{
    border:1px solid #d3d3d3;
    border-top-style:none;
    border-left-style:none;
    width:256px;
    height: 150px;
    float:left;
    list-style: none;
    padding:10px 0 0 20px;
}
.search-app-list a:hover{
    background-color:#d6d6d6;
    color: #fff;
    text-decoration: none;
}
.list-li-p{
    color:#666;
    float:left;
    padding-left:5px;
    width:150px;
}
.list-li-img{
    float:left;
}
.list-li-t{
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.list-li-c{
    color:#999;
    font-size:small;
}
.uc-search-app{
    display:none;
    padding:0 0 0 0;
    float:left;
}
.uc-search-app *{
    float:left;
}
.uc-search-app-images{
    margin-top:25px;
    width:100%;
    border:1px solid #d3d3d3;
    border-radius:10px;
    padding:10px;
}
.icon-close{
  width:25px;
  height: 25px;
  border:1px solid #000;
  border-radius: 15px;
  position: absolute;
  top: 50px;
  right: 50px;
  text-align: center;
  font-size: 24px;
  line-height: 23px;
}
.app-images-a{
    width:25%;
}