.category-panel .container{background-color: #ffffff;}
.titleWrap{overflow: hidden; border-bottom: 1px solid #eee;}
.titleWrap .title{height: 25px; line-height: 25px; font-size: 22px; border-left: 3px solid #ff6600; padding-left: 8px; margin: 18px 19px 18px 19px; float: left;}
.titleWrap .title span{color: #ff6600;}

.category-panel .category-app-wrap{overflow: hidden;}
.category-panel .category-app-wrap .category-list{overflow: hidden; width: 188px; margin: 25px 0 5px 30px;float: left; display: inline;}
.category-panel .category-app-wrap .category-list a{display: block; height: 36px; line-height: 36px; border-radius: 4px; border: 1px solid #eee; text-align: center; margin: 0 0 20px 0; font-size: 15px; color: #333;}
.category-panel .category-app-wrap .category-list a span{font-size: 12px; color: #999;}
.category-panel .category-app-wrap .category-list a:hover{color: #fff; border: 1px solid #f60; background: #f60;}

.category-panel .category-app-wrap .app-listing{width: 954px; overflow: hidden; display: block;float: right;margin-bottom: 20px; margin-left: 15px;}
.category-panel .category-app-wrap .app-listing ul{margin: 0;padding: 0;}
.category-panel .category-app-wrap .app-listing ul li{margin: 0px 10px 0 0px;float: left; width: 108px;position: relative;list-style: none;}
.category-panel .category-app-wrap .app-listing ul li a img{width: 90px; height: 90px; border-radius: 14px; margin: 25px auto 0; display: block;}
.category-panel .category-app-wrap .app-listing ul li a h2{width: 108px; font-size: 15px; color: #333; height: 25px; line-height: 25px; text-align: center; overflow: hidden; display: block; margin: 10px auto 2px;font-weight: normal;}
.category-panel .category-app-wrap .app-listing ul li a .typeWrap{font-size: 12px; color: #999; height: 26px; line-height: 26px; text-align: center; overflow: hidden; display: block; white-space: nowrap; }
.category-panel .category-app-wrap .app-listing ul li a .date{font-size: 12px; color: #999; height: 26px; line-height: 26px; text-align: center; overflow: hidden; display: block; white-space: nowrap;}
.category-panel .category-app-wrap .app-listing ul li a .downloadBtn{display: none; width: 70px; height: 25px; line-height: 25px; font-size: 14px; background: #f60; color: #fff; text-align: center; cursor: pointer; border-radius: 4px; position: absolute; bottom: 0px; left: 50%; margin-left: -35px;}
.category-panel .category-app-wrap .app-listing ul li:hover a .downloadBtn{background: #f60; color: #fff;display: block;}
.category-panel .category-app-wrap .app-listing ul li:hover a h2{color: #f60;}
.category-panel .category-app-wrap .app-listing ul li:hover a img{opacity: 0.8;}