<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ============================
   葛官老 八祸 其捞瘤 胶鸥老 
   ============================ */
.search-page {
    margin: 0 auto;
    padding: 0px 16px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.search-page.result {
	gap: 28px;
}
   
.search-field {
	padding-top: 32px;
}
.search-field .textfield-area {
    display: flex;
    justify-content: space-between;
    align-items: center;    
    margin: 0 auto;
    border-bottom: 2px solid var(--bg-primary);
    position: relative;
    box-sizing: border-box;
	gap:16px;
	 padding: 0 12px 10px;
}
.searchbox-container {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
	width: 100%;
}
.searchbox-container label {
    display: none;
}
.search-field .textfield-input {
	width: 100%; 
    min-width: 0; 
    display: block;
    border: 0px;
    outline: none;
    box-shadow: none;
    height: 28px;
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    color: var(--black);
    letter-spacing: 0px;
    padding: 0;
	background: var(--white);
}
[type="search"] {
    appearance: textfield;
}
/* placeholder 胶鸥老 瘤沥 */
.textfield-input::placeholder {
  font-weight: 500;
  color: var(--grey-8);
  opacity: 1;
}
/* 八祸 input 怕弊 救 郴侩 昏力 滚瓢 */
.search-reset {
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(../img/input_del.svg) no-repeat center center;
    background-size: contain;
    border: none;
    padding: 0;
    cursor: pointer;
    top: 50%;
    right: .5em;
    transform: translateY(-50%);
    z-index: 1;
}
/* 八祸 蹈焊扁 葛剧 酒捞能 滚瓢 */
.search-field .search-icon-btn {
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 0;
}
/* 八祸 搬苞 割 扒 钎矫 鸥捞撇 */
.search-result-summary {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: var(--black);
    margin-top: 40px;
	line-height: 140%;
	display: flex;
	flex-direction: column;
	gap: 4px;
}
.search-result-summary div {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: var(--black);
}
.search-result-summary .keyword {
    font-weight: 600;
    color: var(--primary);
}
.search-result-summary .count {
    font-weight: 600;
    color: var(--primary);
}

/* 八祸 搬苞 府胶飘 矫累 */
.search-result-list {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.sln-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--black);
}

.sln-header .title {
    display: flex;
    gap: 8px;
    align-items: center;
    height: 25px;
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    color: var(--primary);
}
.sln-header h2 {
    font-size: 18px;
    font-weight: 700;
    color: var(--black);
    margin: 0;
}
.view-all {
    width: 88px;
    height: 22px;
    display: flex;
    font-size: 16px;
    color: var(--grey-8);
    text-decoration: none;
    font-weight: 500;
    justify-content: space-between;
    align-items: center;
}
.view-all p {
    font-size: 16px;
    color: var(--grey-8);
    font-weight: 500;
}
.view-all img {
    width: 20px;
    height: 21px;
}
/* 八祸 搬苞 府胶飘 _ 扁荤 府胶飘 矫累 */
.articles .article-item {
    border-bottom: 1px solid var(--grey-d9);
}
.articles .article-item a {
    display: flex;
    margin: 16px 0 16px;
	justify-content: space-between;
    gap: 12px;
}
.articles .article-item .article-content {
    display: flex;
    gap: 20px;
    flex-direction: column;
}
.articles .article-item .article-content h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 142%;
    color: var(--black);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.article-item .article-content .arti_des span {
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: var(--grey-8);
    display: inline-block;
}
.article-item .article-img {
    flex-shrink: 0;
    width: 132px;
    height: 87.7px;
    border-radius: 4px;
    box-sizing: border-box;
    border: 1px solid var(--black-10-opt);
    overflow: hidden;
}
.article-item .article-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    aspect-ratio: 218 / 144;
}
/* 八祸 搬苞 府胶飘 _ 扁荤 府胶飘 场 */
/* 八祸 搬苞 府胶飘 _ 弊贰侨 府胶飘 矫累 */
.note-search-list {
    margin-top: 16px;
}
.note-search-list .grid-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    align-items: flex-start;
    align-content: flex-start;
}
.note-search-list.all .grid-container {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
    align-content: flex-start;
}
.notecard a{
    overflow: hidden;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;		
    border-radius: 4px 4px 0 0;
}
.note-search-list.all .grid-container .notecard {
    width: 100%;
}
.note-search-list.all .grid-container .notecard a{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-content: flex-start;
	 border: 1px solid var(--black-10-opt);
	border-radius: 10px;
	gap:0px;
}
.note-search-list .gn-image {
    overflow: hidden;
    border-radius: 4px 4px 0 0;
    box-sizing: border-box;
    border: 1px solid var(--black-10-opt);
}

.gn-image img {
    width: 100%;
    display: block;
    object-fit: cover;
    height: auto;
    aspect-ratio: 400 / 270;
}
.gn-content {
    box-sizing: border-box;
}
.note-search-list.all .gn-image {
	 width: 100%;
	display: block;
    aspect-ratio: 400 / 270; 
     overflow: hidden;
    box-sizing: border-box;
    border: none; 
    border-bottom: 1px solid var(--black-10-opt); 
    border-radius: 0;
}
.note-search-list.all .gn-content {
    box-sizing: border-box;
	padding: 16px 20px;
	width: 100%;
}
.note-search-list.all .gn-content .gnews-header {
    font-size: 18px;
    font-weight: 600;
}
.gnews-header {
    font-size: 16px;
    font-weight: 500;
    line-height: 140%;
    color: var(--black);
    margin: 0; 
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* 八祸 搬苞 府胶飘 _ 弊贰侨 府胶飘 场 */
/*八祸 搬苞啊 绝阑锭 胶鸥老 矫累*/

.no-result-box {
  background-color: var(--grey-f8);
  border-radius: 10px;
  padding: 32px;
  text-align: left;
  font-size: 16px;
	margin: 16px auto 0;
	line-height: 144%;
	display: flex;
	flex-direction: column;
	gap:28px;
}

.no-result-box .icon {
	height: 24px;
  text-align: center;
}

.no-result-box .icon img {
  width: 23.9px;
  height: 23.9px;
}

.message-list {
  list-style: none;
  padding-left: 0;
	display: flex;
	flex-direction: column;
	gap:4px;
}
.message-list li{	
font-weight: 400;
font-size: 16px;
line-height: 144%;
color: var(--grey-5);
	 display: flex;
  align-items: flex-start;
  gap: 4px;

}
.dot {
  flex-shrink: 0;
  display: inline-block;
}
/*八祸 搬苞啊 绝阑锭 胶鸥老 场*/
.btn-more {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 4px;
    text-align: center;
    border: none;
    background: none;
    height: 24px;
    font-weight: 600;
    font-size: 17px;
    line-height: 142%;
    color: var(--black);
    margin-top: 16px;
}
.note-search-list.all .btn-more {
    margin-top: 20px;
}
/********* 八祸 搬苞 府胶飘 场 *********/


footer {
  margin-top: 80px;
}
</pre></body></html>