.banner{width:100%;height:auto;background:-webkit-radial-gradient(50% 40%,80% 100%,#6132b8 0,#131673 100%);background:-o-radial-gradient(50% 40%,80% 100%,#6132b8 0,#131673 100%);background:radial-gradient(80% 100% at 50% 40%,#6132b8 0,#131673 100%)} .banner-header{width:100%;height:auto;overflow:hidden;text-align:center;position:relative} .banner-title{text-transform: uppercase;width:100%;margin-top:60px;font-family:"Julius Sans One";font-size:50px;font-weight:700;line-height:1;color:#fff;text-shadow:0 6px 6px rgba(46,20,107,.45)} .banner-intro{padding:0 20px;margin-top:20px;font-size:18px;font-weight:300;line-height:30px;color:#d9f7ff} .banner-footer{ width:100%;height:auto;position:relative;margin-top:-30px;user-select:none;pointer-events:none;} .banner-footer img{width:100%;z-index:1;user-select:none;pointer-events:none;} @media (min-width :992px){ .banner-title{margin-top:80px;} .banner-intro{padding:0 80px} } .collection{width:100%;display:grid;grid-template-columns:repeat(2, 1fr);gap:var(--ace-gutter);} @media (min-width:768px){ .collection{grid-template-columns:repeat(3, 1fr);} } .collection .article-item{width:100%;height:auto;overflow:hidden;border-radius:5px;border:1px solid #DDD;background:#fff;box-shadow:var(--shadow-main);} .collection .article-item img{width:100%;height:auto;overflow:hidden} .collection .article-item .item-title{width:100%;height:auto;min-height:0;font-size:18px;font-weight:400;line-height:25px;overflow:hidden;padding:15px 15px 10px;} .collection .article-item .item-info{width:100%;height:20px;line-height:20px;padding-left: 15px;margin: 0 0 5px;color:#666;} .collection .article-item .item-info span{color: #999;margin-right: 5px;} .collection .article-item .item-info:last-child{ margin-bottom: 15px;} .heading-title{width:100%;border-bottom:1px solid #eee;text-align:center;font-size:36px;color:var(--ace-color-main);padding:0 0 30px 0;margin-bottom:var(--ace-gutter);} .tag-list{display:block;text-align:justify;text-align-last:justify;padding: 0;} .tag-item{ display:inline-block;background:#f1f2f3;border:1px solid #e5e7eb;color:#333;border-radius:3px;padding:6px 10px;margin:0 10px 10px 0;line-height:1;white-space:nowrap;} .tag-item:hover{background:#e9ecef;border-color:#d7dbe0;color:#111} .tag-item:focus{outline:2px solid rgba(0,0,0,.12);outline-offset:2px}