body.techgg .portal-home-layout { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 24px; align-items: start; margin-top: 26px; }
body.techgg .portal-home-layout > .main-mid { min-width: 0; }
body.techgg .portal-home-layout .portal-main-left { width: calc(100% - 252px) !important; }
body.techgg .portal-home-layout .portal-main-right { width: 236px !important; }
body.techgg .banner { position: relative; overflow: hidden; border-radius: 8px; background: #16221d; }
body.techgg .banner .pic { position: relative; min-height: 316px; }
body.techgg .banner .item { display: none; position: relative; }
body.techgg .banner .item:first-child { display: block; }
body.techgg .banner .item img { display: block; width: 100%; height: 316px; object-fit: cover; opacity: .9; }
body.techgg .banner .overlay { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(10, 20, 16, .72), transparent 58%); z-index: 1; }
body.techgg .banner .carousel-caption { position: absolute; right: 22px; bottom: 18px; left: 22px; z-index: 2; }
body.techgg .banner .carousel-caption a { color: #fff; font-size: 20px; font-weight: 700; line-height: 1.45; text-shadow: 0 1px 5px rgba(0,0,0,.45); }
body.techgg .banner .carousel-control { position: absolute; top: 50%; z-index: 3; display: grid; width: 34px; height: 44px; place-items: center; margin-top: -22px; background: rgba(8, 17, 13, .46); color: #fff; opacity: 0; transition: opacity .18s ease; }
body.techgg .banner:hover .carousel-control { opacity: 1; }
body.techgg .banner .left { left: 0; } body.techgg .banner .right { right: 0; }
body.techgg .techgg-carousel-arrow { font-size: 32px; font-style: normal; line-height: 1; }
body.techgg .techgg-hero-side { display: grid; gap: 12px; }
body.techgg .hero-side-link { position: relative; display: block; overflow: hidden; border-radius: 7px; background: #18231e; }
body.techgg .hero-side-link img { display: block; width: 100%; height: 152px; object-fit: cover; opacity: .8; }
body.techgg .hero-side-link::after { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(12,22,17,.82), transparent 70%); content: ''; }
body.techgg .hero-side-link strong, body.techgg .hero-side-category { position: absolute; z-index: 1; left: 12px; right: 12px; color: #fff; }
body.techgg .hero-side-link strong { bottom: 11px; font-size: 14px; line-height: 1.4; }
body.techgg .hero-side-category { top: 10px; font-size: 11px; color: #c9ead6; }
body.techgg .tabBar { margin-top: 24px; }
body.techgg .techgg-stream-toolbar { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; }
body.techgg .main-tit02 h3, body.techgg .navslider li { margin: 0; color: #1b2922; font-size: 18px; font-weight: 750; }
body.techgg .navslider ul { margin: 0; padding: 0; list-style: none; }
body.techgg .navslider li.on { display: flex; align-items: center; gap: 8px; }
body.techgg .techgg-section-icon { position: relative; display: inline-block; width: 16px; height: 16px; border-radius: 4px; background: #148653; box-shadow: inset 0 0 0 1px rgba(255,255,255,.24); }
body.techgg .techgg-section-icon::before, body.techgg .techgg-section-icon::after { position: absolute; left: 4px; width: 8px; height: 1px; background: #fff; content: ''; }
body.techgg .techgg-section-icon::before { top: 5px; } body.techgg .techgg-section-icon::after { top: 9px; }
body.techgg .techgg-tagcloud { position: relative; }
body.techgg .techgg-tagcloud-toggle { padding: 7px 10px; border: 1px solid #d7e7dd; border-radius: 5px; background: #fff; color: #3e5548; cursor: pointer; }
body.techgg .techgg-tagcloud-menu { position: absolute; top: calc(100% + 6px); right: 0; z-index: 20; display: none; width: 270px; padding: 14px; border: 1px solid #dfeae4; border-radius: 7px; background: #fff; box-shadow: 0 12px 28px rgba(19,40,35,.12); }
body.techgg .techgg-tagcloud.is-open .techgg-tagcloud-menu { display: block; }
body.techgg .techgg-tag-group { margin-top: 12px; color: #6f7d75; font-size: 12px; }
body.techgg .techgg-tag-group strong { display: block; margin-bottom: 6px; color: #27372e; }
body.techgg .techgg-tag-group a { display: inline-block; margin: 0 8px 6px 0; color: #168651; }
body.techgg .newslist { margin: 0; padding: 0; list-style: none; overflow: hidden; border: 1px solid #e0eae4; border-radius: 8px; background: #fff; }
body.techgg .news-list { display: grid; grid-template-columns: 190px minmax(0, 1fr); gap: 18px; padding: 18px; border-bottom: 1px solid #e8efeb; }
body.techgg .news-list.js-reveal { opacity: 0; transform: translateY(14px); transition: opacity .32s ease, transform .32s ease; }
body.techgg .news-list.js-reveal.is-visible { opacity: 1; transform: translateY(0); }
body.techgg .news-list:last-child { border-bottom: 0; }
body.techgg .news-img img { display: block; width: 190px; height: 126px; border-radius: 5px; object-fit: cover; }
body.techgg .news-info dt a { color: #19251e; font-size: 18px; font-weight: 700; line-height: 1.42; }
body.techgg .news-info dd { margin: 8px 0 0; color: #7b8981; font-size: 12px; }
body.techgg .news-info .name, body.techgg .news-info .time { margin-right: 12px; }
body.techgg .news-info .text { color: #65746c; font-size: 14px; line-height: 1.7; }
body.techgg .news_bot { display: flex; justify-content: space-between; margin-top: 11px; color: #819087; font-size: 12px; }
body.techgg .news_bot .tags a { color: #168651; }
body.techgg .news_bot .tags .article-tag { display: inline-block; margin-left: 8px; color: #6c7d73; }
body.techgg .news_bot .tags .article-tag:hover { color: #148653; }
body.techgg .sidebar-card { margin-bottom: 16px; padding: 17px; border: 1px solid #e0eae4; border-radius: 8px; background: #fff; }
body.techgg .sidebar-card h3 { margin: 0 0 13px; color: #1e2b24; font-size: 16px; }
body.techgg .brief-list, body.techgg .column-author-list { margin: 0; padding: 0; list-style: none; }
body.techgg .brief-list li { padding: 10px 0; border-top: 1px solid #edf2ef; }
body.techgg .brief-list li:first-child { border-top: 0; }
body.techgg .brief-list a { display: block; color: #405249; font-size: 13px; line-height: 1.5; }
body.techgg .brief-list time { display: block; margin-top: 4px; color: #98a39d; font-size: 11px; }
body.techgg .sidebar-briefs .brief-list { max-height: 198px; overflow-y: auto; overscroll-behavior: contain; padding-right: 5px; scrollbar-width: thin; scrollbar-color: #b9d6c5 transparent; }
body.techgg .sidebar-briefs .brief-list::-webkit-scrollbar { width: 4px; } body.techgg .sidebar-briefs .brief-list::-webkit-scrollbar-thumb { border-radius: 4px; background: #b9d6c5; }
body.techgg .cooperation-card { min-height: 100px; background: #17231d; color: #dff2e6; }
body.techgg .cooperation-card h3 { color: #fff; }
body.techgg .sidebar-card-head { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 10px; border-bottom: 1px solid #edf2ef; }
body.techgg .sidebar-card-head h3 { margin-bottom: 10px; }
body.techgg .sidebar-card-head span { color: #98a39d; font-size: 11px; }
body.techgg .comments-tab { margin-bottom: 3px; }
body.techgg .comments-tab ul { display: flex; gap: 16px; margin: 0; padding: 0; list-style: none; }
body.techgg .comments-tab li { padding: 5px 0 8px; border-bottom: 2px solid transparent; color: #86948c; cursor: pointer; font-size: 13px; }
body.techgg .comments-tab li.hit { border-bottom-color: #168651; color: #1b3326; font-weight: 700; }
body.techgg .lcb-item { padding: 11px 0; border-top: 1px solid #edf2ef; }
body.techgg .lcb-item:first-child { border-top: 0; }
body.techgg .lcb-meta { display: flex; align-items: center; gap: 8px; }
body.techgg .lcb-avatar, body.techgg .column-author-list img { border-radius: 50%; object-fit: cover; }
body.techgg .lcb-username { color: #405249; font-size: 12px; font-weight: 700; }
body.techgg .lcb-date { margin-left: auto; color: #99a39e; font-size: 11px; }
body.techgg .lcb-message { margin: 8px 0 5px; color: #68766f; font-size: 13px; line-height: 1.55; }
body.techgg .lcb-article { color: #168651; font-size: 12px; }
body.techgg .column-author-list li a { display: flex; align-items: center; gap: 9px; padding: 9px 0; color: #405249; }
body.techgg .column-author-list small { display: block; margin-top: 3px; color: #89968f; }
body.techgg .column-author-list i { margin-left: auto; color: #168651; font-size: 11px; font-style: normal; }
body.techgg .video-recommend, body.techgg .techgg-ad-section, body.techgg .techgg-friendlinks { margin-top: 34px; }
body.techgg .latest-topic-item { padding: 12px 0; border-top: 1px solid #edf2ef; } body.techgg .latest-topic-item:first-of-type { padding-top: 0; border-top: 0; }
body.techgg .latest-topic-item img { display: block; width: 100%; height: 138px; border-radius: 5px; object-fit: cover; }
body.techgg .latest-topic-item h4 { margin: 8px 0 4px; font-size: 14px; line-height: 1.45; } body.techgg .latest-topic-item h4 a { color: #28372f; }
body.techgg .latest-topic-item p { display: -webkit-box; overflow: hidden; margin: 0; color: #7a8980; font-size: 12px; line-height: 1.55; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
body.techgg .techgg-ad-heading, body.techgg .friendlinks-heading { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 12px; border-bottom: 1px solid #dfe9e3; }
body.techgg .techgg-ad-heading h2, body.techgg .friendlinks-heading h3 { margin: 0 0 10px; color: #1b2922; font-size: 18px; } body.techgg .techgg-ad-heading span, body.techgg .friendlinks-heading span { color: #95a299; font-size: 12px; }
body.techgg .techgg-ad-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; } body.techgg .techgg-ad-slot { display: flex; min-height: 112px; flex-direction: column; justify-content: center; padding: 17px; border: 1px dashed #c8ddd0; border-radius: 6px; background: #f7fbf8; }
body.techgg .techgg-ad-index { color: #168651; font-size: 11px; } body.techgg .techgg-ad-slot strong { margin-top: 7px; color: #304238; font-size: 14px; } body.techgg .techgg-ad-slot small { margin-top: 4px; color: #94a29a; }
body.techgg .recommend-wrap .row { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; margin: 0; } body.techgg .recommend-wrap [class*="col-"] { width: auto; padding: 0; }
body.techgg .video-item { overflow: hidden; border: 1px solid #e1ebe4; border-radius: 6px; background: #fff; } body.techgg .video-item a { display: block; color: inherit; } body.techgg .video-item img { display: block; width: 100%; height: 135px; object-fit: cover; }
body.techgg .video-text { padding: 11px 12px 0; } body.techgg .video-text h5 { overflow: hidden; margin: 0; color: #26352d; font-size: 14px; line-height: 1.4; text-overflow: ellipsis; white-space: nowrap; } body.techgg .video-text .text { display: -webkit-box; overflow: hidden; height: 36px; margin: 6px 0 10px; color: #7c8982; font-size: 12px; line-height: 1.5; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
body.techgg .friendlinks-logo-grid, body.techgg .friendlinks-text-list { display: flex; flex-wrap: wrap; gap: 10px; margin: 0; padding: 0; list-style: none; } body.techgg .friendlinks-logo-grid li { width: calc(20% - 8px); } body.techgg .friendlinks-logo-grid a { display: flex; align-items: center; gap: 8px; min-height: 42px; padding: 7px; border: 1px solid #e3ece6; border-radius: 5px; color: #516158; font-size: 12px; } body.techgg .friendlinks-logo-grid img { width: 28px; height: 28px; object-fit: contain; } body.techgg .friendlinks-text-list { margin-top: 12px; } body.techgg .friendlinks-text-list a { display: block; padding: 5px 9px; border-radius: 4px; background: #f2f7f4; color: #637269; font-size: 12px; }
@media (max-width: 900px) { body.techgg .portal-home-layout { grid-template-columns: 1fr; } body.techgg .portal-home-layout .portal-main-left, body.techgg .portal-home-layout .portal-main-right { float: none !important; width: 100% !important; } body.techgg .portal-main-right { margin-top: 12px; } body.techgg .techgg-hero-side { grid-template-columns: repeat(2, 1fr); } body.techgg .recommend-wrap .row { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 620px) { body.techgg .banner .pic, body.techgg .banner .item img { min-height: 220px; height: 220px; } body.techgg .news-list { grid-template-columns: 1fr; gap: 12px; padding: 14px; } body.techgg .news-img img { width: 100%; height: auto; aspect-ratio: 16 / 9; } body.techgg .techgg-hero-side, body.techgg .techgg-ad-grid, body.techgg .recommend-wrap .row { grid-template-columns: 1fr; } body.techgg .friendlinks-logo-grid li { width: calc(50% - 5px); } }
