@charset "utf-8";

body{
    background-color: #F2F2F8;
    margin-top: 0;
}

/* 强调文字 */
.text-accent {
    color: #ce6a45;
  }
/* 次强调文字 */
.text-accent-secondary {
    color: #45a7ce;
}


/*
================================================
* header *           
================================================
*/

.header-top {    
	background: linear-gradient(135deg, #fff3cc 0%, #ffdbdb 50%, #ffe6e0 100%);
    padding: 15px 0;
}
.header-title {
    color: #333 !important;
    font-size: 36px !important;
    margin-bottom: 0 !important;
    font-weight: 600 !important;
    text-shadow: none !important;
}

.header-btn {
    color: #f7f4f4;
    background: #d79c9c;
    margin-top: 3px !important;
}


/*
================================================
* 导航栏 *           
================================================
*/

.navbar-brand img:hover {
    transform: scale(1.1);
    transition: transform 0.3s ease;
}

.navbar-custom {
    background-color: white;
    box-shadow: 0 4px 8px -1px rgba(0, 0, 0, 0.2), 0 2px 6px -1px rgba(0, 0, 0, 0.15);
}
.navbar-custom .nav-link {
    color: black !important;
    font-size: 16px;
    padding: 0.4rem 2rem;
    margin: 0.2rem 0.5rem;
	border-radius: 4px;
}
.nav-link {
    margin: 0 10px;
    color: #666 !important;	
}
.navbar-custom .nav-link:hover {
    background-color: #cc660043;
}
.nav-item.active .nav-link {
    background: #e0e0e0;
  }


/*
================================================
* 页面标题及标签 *           
================================================
*/

/* 标题容器 */
.section-header {
    background-color: white;
    border-radius: 5px;
    padding: 1.2rem;
    text-align: center;
    margin-bottom: 30px;
  }

   /* 内容器：同时包含标题下面的渐变横线 */
   .section-title-wrapper {
    position: relative;
    padding-bottom: 0.1rem;
    margin-bottom: 0.5rem;
    border-bottom: 1px solid #e0e0e0;
  }
  
  /* 标题 */
  .section-title {
    color:#333;
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 0.2rem;
  }
  
  /* 标题下面的介绍文字 */
  .section-title-secondary {
    font-size: 0.9rem;
    color:#666;
  }  
  
  /* 标题下面的标签云容器 */
  .tag-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.25rem;
  }
  
  /* 标签云优化 */
  .tag-pill {
    display: inline-block;
    padding: 0.3rem 1rem;
    background: rgba(42, 67, 101, 0.15);
    color: var(--primary-color);
    border-radius: 8px;
    font-size: 0.9rem;
    font-weight: 500;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(222, 225, 35, 0.2);
    text-decoration: none;
  }
  
  .tag-pill:hover {
    background: rgba(42, 67, 101, 0.15);
    box-shadow: 0 3px 8px rgba(42, 67, 101, 0.1);
  }


/*
================================================
* 文章列表 *           
================================================
*/

.artimg {
    width: 80px;
    max-width: 80px;
    margin-right: 20px;
    margin-left: 0;
    flex-shrink: 0;
}
.artimg img {
    width: 100%;
    height: auto;
    border-radius: 5px;
    object-fit: cover; /* 确保图片正确缩放 */
}

.art-list {
    background-color: white;
    border-radius: 5px;
    padding: 20px;
    display: flex;
    align-items: flex-start;
}
.art-list .title {
    margin-bottom: 10px;
    color: #333;
    border-bottom: 1px solid #e0e0e0;
}
.art-list .title h5 {
    font-size: 18px;
    font-weight: 500;
}
.art-list .content {
    margin-top: 10px;
    color: #666;
}


/* 侧边栏 */
.space-side {
    background-color: white;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 20px;
}


/*
================================================
* 非列表页面内容 *           
================================================
*/

/* 信息卡片 */
.info-card {
    padding: 1.5rem;
    border-radius: 12px;
    background: #ffffff;
    transition: transform 0.3s ease;
  }
  
.info-row {
    display: flex;
    align-items: baseline;
    padding: 0.3rem;
    border-radius: 8px;
    background: rgba(255,255,255,0.6);
    transition: all 0.3s ease;
  }
  
  .info-label {
    flex: 0 0 120px;
    color: var(--primary-color);
    font-weight: 500;
    font-size: 0.95rem;
  }
  
  .info-content {
    flex: 1;
    color: rgba(42, 67, 101, 0.9);
    font-weight: 400;
  }
  
  /* 图标样式 */
  .bi-geo-alt {
    color: var(--accent-color);
    font-size: 1.1rem;
  }


/* 关注按钮 */
.tag-interest{
	font-size: 12px !important;
	color:white; 
	background:#c49d9c; 
	border-radius:20px; 
	padding:6px 30px;
	top:6px;
	left:3px;
    text-decoration: none;
}
.tag-interest:hover{
	color:#FFF; 
	background:#edbebc;
    text-decoration: none;
}
.tag-has-interested{
	color:#999; 
	background:#D1E7DF; 
	border-radius:10px; 
	padding:3px 20px;
	top:6px;
	left:3px;
}
.tag-has-interested:hover{
	text-decoration: none;
    color: #999;
}


/*
================================================
* footer *           
================================================
*/

#section-footer{
    padding-top:60px;
    position:relative;
    background-color:#2d323a;
}
#section-footer .ft-column{
	margin-bottom:30px;
}
#section-footer .ft-column img{
	width:16px;
	height:16px;
}
#section-footer .ft-column .logo{
	margin-bottom:35px;
}
#section-footer .ft-column p{
	font-size:14px;
	color:#6f7885;
	line-height:30px;
}
#section-footer .ft-column h4{
    font-size:14px;
    margin-bottom:42px;
    color:#eeeeee;
}
#section-footer .ft-column ul{
	padding:0;
	margin:0;
}
#section-footer .ft-column li{
	list-style:none;
	margin-bottom:10px;
}
#section-footer .ft-column ul.list li a, #section-footer .ft-column a{
	font-size:14px;
	color:#6f7885;
	left:0;
	position:relative;
}
#section-footer .ft-column ul.list li a:hover{
	color:#ffffff;
	left:5px;
	position:relative;
}
#section-footer .ft-column ul.list li a {
    position: relative;
    transition: left 0.3s ease; /* 添加过渡效果 */
}
#section-footer .ft-column ul.list li a:hover {
    color: #ffffff;
    left: 5px;
}


/* Copyright */
#section-footer .copyright{
	padding:10px 0;
	margin-top:50px;
	background-color:#282c33;
}  
#section-footer .copyright p{
    font-size:14px;
    color:#6f7885;
}
#section-footer .copyright p a{
	color:#ffffff;
}
#section-footer .copyright p a:hover{
	color:#f96d00;
}


/*
================================================
* 文章列表 *           
================================================
*/

/*返回顶部按钮、分享页面按钮*/
.ReturnTop,
.ShareButton {
	padding:10px 20px;
	color:#fff;
	text-align:center;
	position:fixed;
	right:20px;
	bottom:20px;
	cursor:pointer;
	font-size:14px;
	border-radius:10px !important;
	background:rgba(141, 103, 10, 0.6) none repeat scroll 0 0 !important; /*半透明*/
	filter:Alpha(opacity=40);   /*针对IE的半透部*/
	display:none;
}
.ReturnTop:hover, 
.ShareButton:hover {
	background:rgba(134, 106, 6, 0.8) none repeat scroll 0 0 !important; /*半透明*/
	filter:Alpha(opacity=80);   /*针对IE的半透部*/
}


@media (max-width: 768px) {
    .navbar-custom {
        margin: 0 !important;
    }