        /** 项目列表样式 */
        .project-list-item {
            background-color: #fff;
            border: 1px solid #e8e8e8;
            border-radius: 4px;
            cursor: pointer;
            transition: all .2s;
        }

        .project-list-item:hover {
            box-shadow: 0 2px 10px rgba(0, 0, 0, .15);
        }

        .project-list-item .project-list-item-cover {
            width: 100%;
            height: 180px;
            display: block;
            border-top-left-radius: 4px;
            border-top-right-radius: 4px;
        }

        .project-list-item-body {
            padding: 20px;
        }

        .project-list-item .project-list-item-body > h2 {
            font-size: 17px;
            color: #ffffff;
            margin-bottom: 12px;
			white-space: nowrap;
  			overflow: hidden;
  			text-overflow: ellipsis;
			font-weight:600;
        }

        .project-list-item .project-list-item-text {
            height: 40px;
            overflow: hidden;
            margin-bottom: 0px;
			color: #ffffff;
        }

        .project-list-item .project-list-item-desc {
            position: relative;            
        }

        .project-list-item .project-list-item-desc .time {
            color: #999;
            font-size: 12px;
        }

        .console-link-block {
            font-size: 13px;
            padding: 20px 20px;
            border-radius: 4px;
            background-color: #40D4B0;
            color: #FFFFFF !important;
            box-shadow: 0 2px 3px rgba(0, 0, 0, .05);
            position: relative;
            overflow: hidden;
            display: block;
        }

        .project-list-item-rb {
            color: #fffffff;
            width: 30px;
            font-size: 8px;
            padding: 1px 0 2px 0;
            background-color: #E32A16;
            line-height: inherit;
            text-align: center;
            position: absolute;
            bottom: 2px;
            right: 0px;
            transform-origin: center;
            transform: rotate(-25deg) scale(.8);
            opacity: .95;
            z-index: 2;
        }

        .project-list-item .project-list-item-desc .ew-head-list {
            position: absolute;
            right: 0;
            top: 0;
        }

        .ew-head-list .ew-head-list-item {
            width: 22px;
            height: 22px;
            border-radius: 50%;
            border: 1px solid #fff;
            margin-left: -10px;
        }

        .ew-head-list .ew-head-list-item:first-child {
            margin-left: 0;
        }

        /** // 项目列表样式结束 */

        /** 应用列表样式 */
        .application-list-item {
            background-color: #fff;
            border: 1px solid #e8e8e8;
            border-radius: 4px;
            cursor: pointer;
            transition: all .2s;
        }
        .application-list-item:hover {
            box-shadow: 0 2px 10px rgba(0, 0, 0, .15);
        }
        .application-list-item .application-list-item-header {
            padding: 16px 12px 0 12px;
        }
        .application-list-item .application-list-item-header .head {
            width: 25px;
            height: 25px;
            border-radius: 50%;
            margin-right: 10px;
        }
        .application-list-item .application-list-item-header > h2 {
            color: #333;
            font-size: 18px;
            display: inline-block;
			white-space: nowrap;
  			overflow: hidden;
  			text-overflow: ellipsis;
        }
        .application-list-item .application-list-item-body {
            padding: 12px 12px 12px 50px;
            font-size: 0;
        }
        .application-list-item .application-list-item-body .text-num-item {
            display: inline-block;
            width: 50%;
            font-size: 26px;
            color: #666;
        }

        .application-list-item .application-list-item-body .text-num-item .text-num-item-title {
            font-size: 12px;
            color: #999;
            margin-bottom: 10px;
        }
        .application-list-item .application-list-item-body .text-num-item small {
            font-size: 16px;
        }

        .application-list-item .application-list-item-tool {
            font-size: 0;
            background-color: #FAFAFA;
            border-top: 1px solid #e8e8e8;
            padding: 10px 0 5px 0;
            border-bottom-left-radius: 4px;
            border-bottom-right-radius: 4px;
        }
        .application-list-item .application-list-item-tool .application-list-item-tool-item {
            display: inline-block;
            width: 25%;
            font-size: 18px;
            text-align: center;
            color: #999;
            border-right: 1px solid #e8e8e8;
            box-sizing: border-box;
            cursor: pointer;
        }
        .application-list-item .application-list-item-tool .application-list-item-tool-item:last-child {
            border-right: none;
        }
        /** // 应用列表样式结束 */

        /** 文章列表样式 */
        .article-list-item {
            border-bottom: 1px solid #e8e8e8;
            margin-top: 12px;
            position: relative;
        }

        .article-list-item > h2 {
            font-size: 18px;
            color: #333;
            margin-bottom: 10px;
        }

        .article-list-item > .layui-badge-rim {
            position: absolute;
            right: 0;
            top: 0;
        }

        .article-list-item .layui-badge-list .layui-badge {
            padding-top: 0;
            padding-bottom: 0;
        }

        .article-list-item .article-list-item-text {
            margin-bottom: 12px;
        }

        .article-list-item .article-list-item-desc {
            margin-bottom: 12px;
        }

        .article-list-item .article-list-item-desc .head {
            width: 20px;
            height: 20px;
            border-radius: 50%;
        }

        .article-list-item .article-list-item-desc > * {
            vertical-align: middle;
        }

        .article-list-item .article-list-item-tool {
            color: #666;
            margin-bottom: 5px;
        }

        .article-list-item .article-list-item-tool .article-list-item-tool-item {
            border-right: 1px solid #e8e8e8;
            padding: 0 15px;
            cursor: pointer;
        }

        .article-list-item .article-list-item-tool .article-list-item-tool-item:first-child {
            padding-left: 0;
        }

        .article-list-item .article-list-item-tool .article-list-item-tool-item:last-child {
            border-right: none;
            padding-right: 0;
        }

        .article-list-item .article-list-item-tool .article-list-item-tool-item > * {
            vertical-align: middle;
        }

        .article-list-item .article-list-item-tool .article-list-item-tool-item.star-active {
            color: #01AAED;
        }

        .article-list-item .article-list-item-tool .article-list-item-tool-item.star-active .layui-icon-rate:before {
            content: "\e67a";
        }
        /** // 文章列表样式结束 */
	    /** 设置每个快捷块的颜色 */

        .layui-row > div:nth-child(0) .project-list-item {
            background-color: #55A5EA;
        }
        .layui-row > div:nth-child(1) .project-list-item {
            background-color: #9DAFFF;
        }
        .layui-row > div:nth-child(2) .project-list-item {
            background-color: #9BC539;
        }
        .layui-row > div:nth-child(3) .project-list-item {
            background-color: #F591A2;
        }
        .layui-row > div:nth-child(4) .project-list-item {
            background-color: #FEAA4F;
        }
        .layui-row > div:nth-child(5) .project-list-item {
            background-color: #9BC539;
        }
        .layui-row > div:nth-child(6) .project-list-item {
            background-color: #55A5EA;
        }
        .layui-row > div:nth-child(7) .project-list-item {
            background-color: #9DAFFF;
        }
        .layui-row > div:nth-child(8) .project-list-item {
            background-color: #F591A2;
        }
        .layui-row > div:nth-child(9) .project-list-item {
            background-color: #FEAA4F;
        }
        .layui-row > div:nth-child(10) .project-list-item {
            background-color: #55A5EA;
        }
        .layui-row > div:nth-child(11) .project-list-item {
            background-color: #9DAFFF;
        }
        .layui-row > div:nth-child(12) .project-list-item {
            background-color: #9BC539;
        }
        .layui-row > div:nth-child(13) .project-list-item {
            background-color: #F591A2;
        }
        .layui-row > div:nth-child(14) .project-list-item {
            background-color: #FEAA4F;
        }
        .layui-row > div:nth-child(15) .project-list-item {
            background-color: #9BC539;
        }
        .layui-row > div:nth-child(16) .project-list-item {
            background-color: #55A5EA;
        }
        .layui-row > div:nth-child(17) .project-list-item {
            background-color: #9DAFFF;
        }
        .layui-row > div:nth-child(18) .project-list-item {
            background-color: #F591A2;
        }
        .layui-row > div:nth-child(19) .project-list-item {
            background-color: #FEAA4F;
        }
        .layui-row > div:nth-child(20) .project-list-item {
            background-color: #55A5EA;
        }
        .layui-row > div:nth-child(21) .project-list-item {
            background-color: #9DAFFF;
        }
        .layui-row > div:nth-child(22) .project-list-item {
            background-color: #9BC539;
        }
        .layui-row > div:nth-child(23) .project-list-item {
            background-color: #F591A2;
        }
        .layui-row > div:nth-child(24) .project-list-item {
            background-color: #FEAA4F;
        }
        .layui-row > div:nth-child(25) .project-list-item {
            background-color: #9BC539;
        }
        .layui-row > div:nth-child(26) .project-list-item {
            background-color: #55A5EA;
        }
        .layui-row > div:nth-child(27) .project-list-item {
            background-color: #9DAFFF;
        }
        .layui-row > div:nth-child(28) .project-list-item {
            background-color: #F591A2;
        }
        .layui-row > div:nth-child(29) .project-list-item {
            background-color: #FEAA4F;
        }
        .layui-row > div:nth-child(30) .project-list-item {
            background-color: #55A5EA;
        }
        .layui-row > div:nth-child(31) .project-list-item {
            background-color: #9DAFFF;
        }
        .layui-row > div:nth-child(32) .project-list-item {
            background-color: #9BC539;
        }
        .layui-row > div:nth-child(33) .project-list-item {
            background-color: #F591A2;
        }