.portlet.light {
    padding: 12px 20px 15px;
    background-color: #fff;
}

.portlet {
    margin-top: 0;
    margin-bottom: 20px;
    padding: 0;
    border-radius: 4px;
}
.form .form-body, .portlet-form .form-body {
    padding: 20px;
}
.form-group {
    margin-bottom: 15px;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}
.search-content-1{width:1170px;}
.nav-stacked {
    width: 100%;
    overflow: hidden;
}

/* 标签列表布局 */
.ssbiaoqian ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0 -5px; /* 补偿item边距 */
}
.ssbiaoqian {
    font-weight:500;
}

/* 标签项强制三等分 */
.nav-stacked li {
    flex: 0 0 calc(33.333% - 10px);
    margin: 5px;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 标签基础样式 */
.nav-stacked a {
    display: block;
    padding: 6px 0px;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 悬停效果 */
.nav-stacked a:hover {
    background: #000;
    color: #fff;
    transform: translateY(-2px);
}

/* 响应式调整 */
@media (max-width: 768px) {
    .nav-stacked li {
        flex: 0 0 calc(50% - 10px); /* 小屏幕两列 */
    }
}
.todo-project-list .badge {
	display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    font-weight: 500;
    color: white !important;
    float: left;
    margin-right: 8px;
    font-size: 12px;
}

/* 1~3不同颜色 */
.todo-project-list li:nth-child(1) .badge {
  background-color: #FF5722; /* 橙色 */
}
.todo-project-list li:nth-child(2) .badge {
  background-color: #4CAF50; /* 绿色 */
}
.todo-project-list li:nth-child(3) .badge {
  background-color: #2196F3; /* 蓝色 */
}

/* 4~5相同颜色 */
.todo-project-list li:nth-child(4) .badge,
.todo-project-list li:nth-child(5) .badge {
  background-color: #666; /* 紫色 */
}



.container-fluid:after, .container-fluid:before, .container:after, .container:before, .row:after, .row:before {
    display: table;
    content: " ";
}
.fc-search-param .form-group label
Specificity: (0,2,1)
 {
    margin-bottom: 10px;
}

.fc-search-param .control-label {
    text-align: right;
    width: 11%;
}
.control-label {
    margin-top: 1px;
    font-weight: 400;
}
@media (min-width: 992px) {
    .col-md-2 {
        width: 16.66667%;
    }
}
.col-md-6 {
	width: 50%;
}
.search-form {
    margin-bottom: 10px;
}
.input-group {
    display: table;
    border-collapse: separate;
}

.input-group, .input-group-btn, .input-group-btn>.btn, .nav>li, .nav>li>a, .navbar {
    position: relative;
}
.input-group-btn {
    font-size: 0;
    white-space: nowrap;
}

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}
.input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell;
}
.btn.blue:not(.btn-outline) {
    color: #FFF;
    background-color: #40aae2;
    border-color: #40aae2;
}

.btn:not(.btn-sm):not(.btn-lg) {
    line-height: 1.44;
}
.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
    z-index: 2;
    margin-left: -1px;
}
[class*=" fa-"]:not(.fa-stack), [class*=" glyphicon-"], [class*=" icon-"], [class^=fa-]:not(.fa-stack), [class^=glyphicon-], [class^=icon-] {
    display: inline-block;
    line-height: 14px;
    -webkit-font-smoothing: antialiased;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-search:before {
    content: "\f002";
}
*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.container-fluid:after, .container-fluid:before, .container:after, .container:before, .row:after, .row:before {
    display: table;
    content: " ";
}
.row {
	margin-left: -15px;
    margin-right: -15px;
    overflow: hidden;
}
@media (min-width: 992px) {
    .col-md-9 {
        width: 75%;
    }
}
@media (min-width: 992px) {
    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        float: left;
    }
}

.col-md-3{
	width: 23%;
    margin-left: 2%;
}
.portlet.light {
    padding: 12px 20px 15px;
    background-color: #fff;
	margin-top: 20px;
}

.portlet.light>.portlet-title {
    padding: 0;
    min-height: 48px;
}

.portlet>.portlet-title {
    border-bottom: 1px solid #eee;
    padding: 0;
    margin-bottom: 10px;
    min-height: 41px;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -ms-border-radius: 4px 4px 0 0;
    -o-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}
.portlet.light>.portlet-title>.caption
Specificity: (0,4,0)
 {
    color: #666;
    padding: 10px 0;
}

.portlet>.portlet-title>.caption {
    float: left;
    display: inline-block;
    font-size: 18px;
    line-height: 18px;
    padding: 10px 0;
}
.portlet.light>.portlet-title>.caption>.caption-subject {
    font-size: 16px;
}
.font-green-sharp {
    color: #40aae2 !important;
}
.portlet.light>.portlet-title>.actions
Specificity: (0,4,0)
 {
    padding: 6px 0 14px;
}

.portlet>.portlet-title>.actions {
    float: right;
    display: inline-block;
    padding: 6px 0;
}
.btn-group, .btn-group-vertical
Specificity: (0,1,0)
 {
    position: relative;
    display: inline-block;
}

.btn, .btn-group, .btn-group-vertical, .caret, .checkbox-inline, .radio-inline, img {
    vertical-align: middle;
}
.portlet>.portlet-title>.actions>.btn-group>.btn.btn-default, .portlet>.portlet-title>.actions>.btn-group>.btn.btn-sm.btn-default, .portlet>.portlet-title>.actions>.btn.btn-default, .portlet>.portlet-title>.actions>.btn.btn-sm.btn-default
Specificity: (0,6,0)
 {
    padding: 3px 9px;
}

.portlet.light>.portlet-title>.actions .btn-default {
    color: #666;
}
.portlet>.portlet-title>.actions>.btn, .portlet>.portlet-title>.actions>.btn-group>.btn, .portlet>.portlet-title>.actions>.btn-group>.btn.btn-sm, .portlet>.portlet-title>.actions>.btn.btn-sm {
    padding: 4px 10px;
    font-size: 13px;
    line-height: 1.5;
}
.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child, .btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle, .btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.btn:not(.btn-sm):not(.btn-lg) {
    line-height: 1.44;
}
.container{
    width: 1170px;
    margin: 0 auto;
}

/* 基础容器样式 */
.portlet.light {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.portlet-title {
    padding: 12px 20px;
    border-bottom: 1px solid #eee;
}
.caption-subject {
    font-size: 18px;
    color: #32c5d2;
}

/* 搜索结果列表容器 */
.search-container {
    padding: 15px 20px;
}
.search-container ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* 单个搜索结果项 */
.search-item {
    display: flex;
    align-items: flex-start;
    list-style: none;
    padding: 20px 0;
    border-bottom: 1px solid;
    border-color: #f4f6f8;
}

/* 左侧图片区域 */
.search-content.text-left {
    flex: 0 0 100px;
    margin-right: 20px;
}
.search-content.text-left img {
	border-radius: 5px;
    width: 90px;
    height: 110px;
    object-fit: cover;
}

/* 右侧内容区域 */
.search-content.text-right {
    flex: 1;
    min-width: 0;
}

/* 标题样式 */
.search-title {
    margin: 0 0 8px 0;
    font-size: 16px;
    line-height: 1.4;
}
.search-title a {
    color: #333;
    text-decoration: none;
    transition: color 0.2s;
}
.search-title a:hover {
    color: #32c5d2;
}

/* 描述文本 */
.search-desc {
    color: #666;
    margin-bottom: 10px;
    line-height: 1.5;
    font-size: 14px;
	font-weight: 500;
}

/* 底部元信息 */
.search-item {
  position: relative; /* 关键：创建定位上下文 */
  min-height: 120px; /* 防止内容过少时容器塌陷 */
}

.search-post-foot {
  position: absolute; /* 绝对定位 */
  right: 0; /* 右对齐 */
  bottom: 0; /* 底部对齐 */
  display: flex;
  gap: 15px; /* 子元素间距 */
  align-items: center; /* 垂直居中 */
  padding: 20px 0; /* 适当内边距 */
  font-size: 14px;
  font-weight: 500;
}
.search-post-meta {
    margin-left: 15px;
    color: #999;
    font-size: 13px;
}
.search-post-meta i {
    margin-right: 3px;
}

/* 空结果提示 */
.fc-search-null {
    padding: 40px 0;
    text-align: center;
}
.fc-search-null-icon {
    font-size: 50px;
    color: #ccc;
    margin-bottom: 15px;
}
.fc-search-null-txt {
    display: block;
    color: #999;
    font-size: 16px;
}

/* 响应式调整 */
@media (max-width: 768px) {
    .search-item {
        flex-direction: row;
        display: flex;
    }
	.search-container ul li{width:100%;}
	.search-desc{
		height: 90px;
		overflow: hidden;
	}
	.search-container{padding:10px;}
	.col-md-3{
		width: 100%;
		margin: 10px;
	}
	.active {
		background: none !important;
	}
    .search-content.text-left {
        margin-right: 0;
        margin-bottom: 15px;
    }
    .search-post-foot {
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .search-post-meta {
        margin-left: 10px;
        margin-right: 10px;
    }
}
.active{background:#dfdfdf;}
.search-page .search-pagination {
    text-align: center;
	margin-top: 50px;
}
.breadcrumb>li, .pagination {
    display: inline-block;
    padding-left: 5px;
}
.pagination>li {
    display: inline;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
.pagination>li>a, .pagination>li>span {
    color: #000;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857;
    text-decoration: none;
    color: #40aae2;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}
.pagination>li {
    display: inline;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    background-color: #40aae2;
    border-color: #40aae2;
    cursor: default;
}
.pagination>li>a, .pagination>li>span {
    color: #000;
}