@charset "utf-8";

:root {
    --background-color: #ffffff; /* Background color for the entire website, including individual sections */
    --default-color: #444444; /* Default color used for the majority of the text content across the entire website */
    --heading-color: #37423b; /* Color for headings, subheadings and title throughout the website */
    --accent-color: #5fcf80; /* Accent color that represents your brand on the website. It's used for buttons, links, and other elements that need to stand out */
    --surface-color: #ffffff; /* The surface color is used as a background of boxed elements within sections, such as cards, icon boxes, or other elements that require a visual separation from the global background. */
    --contrast-color: #ffffff; /* Contrast color for text, ensuring readability against backgrounds of accent, heading, or default colors. */
    --bs-nav-link-font-size:18px;
    --bs-nav-link-font-weight:700;

    --top-color: rgb(26, 103, 83);
    --main-left-color: rgb(43, 111, 21);
    --main-right-color: rgb(3, 92, 162);
    --font-color: #222;
    --link-color: #16a085;

    --date-color: rgb(170, 170, 170);
    --text-color: #000;

    --back-color: #F5F7FA;

    --font-family: 'Microsoft YaHei',SimSun,SimHei ,"STHeiti Light",STHeiti,"Lucida Grande", Tahoma,Arial, Helvetica, sans-serif;
}

body {
    font-family: 'Microsoft YaHei',SimSun,SimHei ,"STHeiti Light",STHeiti,"Lucida Grande", Tahoma,Arial, Helvetica, sans-serif;
    letter-spacing: 0.1rem;
}

a:hover {
/*   color:var(--top-color);*/
   color:var(--link-color);
}
h4 {
    letter-spacing:0.3rem;
}
.xl{
    position: fixed;
    top: 42%;
    right: -13px;
    color: #fff;
    cursor: pointer;
    width: 100px;
    height: 175px;
    background: url(../images/xl.png) center center no-repeat;
    transform-origin: right center;
    background-size: 100%;
    z-index: 999;
}

.blue-background {
    background: var(--back-color);
}

.cus-tab .section-title.active {
    background-image: url(../images/background/bt1.png) !important;
    background-size: contain !important;
}

.pic-show,.pic-show img {
    overflow: hidden;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
}

.pic-show:hover img {
    transform: scale(1.1);
    transition: 0.4s;
}

.left p {
    height:100%;
}

.news-index-list .pic-show,.news-index-list .pic-show img{
    overflow: hidden;
    transition: all 1s linear;
    -webkit-transition: all 1s linear;
    -moz-transition: all 1s linear;
    -o-transition:all 1s linear;
}
.news-index-list .pic-show:hover img{
    transform: scale(1.1);
}

.nav-container {
    background-image: linear-gradient(to right, rgb(43, 111, 21), rgb(3, 92, 162));
    position: sticky;
}

/* 设置导航背景色 */
.navbar {
    /*background-color: #387D39;*/
    font-size: 17px;
}

/* 确保li填充整个navbar高度 */
.navbar-nav .nav-item {
    height: 100%;
    font-weight: 700;
}

.navbar-nav .nav-item:hover .nav-link {
    color: #f1c40f !important;
}

/* 鼠标悬停时li底部出现3px的边框，宽度跟随文字 */
.navbar-nav .nav-item .nav-link {
    display: inline-block;
    position: relative;
    padding: 0.8rem 1rem; /* Bootstrap 默认的 padding */
    transition: color 0.3s ease;
    color: white !important;
}

/* 初始化下边框 */
.navbar-nav .nav-item .nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 3px;
    background-color: #f1c40f;
    transition: all 0.6s ease; /* 延长transition时间 */
}

/* 鼠标悬停时边框扩展，宽度和文本相同 */
.navbar-nav .nav-item:hover .nav-link::after,
.navbar-nav .nav-item .nav-link.active::after {
    width: 100%;
    left: 0;
}

.custom-letter-spacing {
    letter-spacing: 0.1em; /* 根据需要调整字母间距 */
    /* font-family: STXinwei,SimSun; */
    color:rgb(26, 103, 83);
    font-family: 华文中宋;
    font-weight: bold;
}

.owl-carousel.nav-font-size-lg .owl-nav button.owl-prev,
.owl-carousel.nav-font-size-lg .owl-nav button.owl-next {
    font-size: 60px;
}

.owl-carousel.nav-dark.nav-style-1 .owl-nav .owl-next,
.owl-carousel.nav-dark.nav-style-1 .owl-nav .owl-prev {
    color: #ecf0f1 !important;
}

.cus-title{
    color:var(--top-color);
}

.section-title {
    display:flex;
    font-size:25px !important;
    font-weight:bold !important;
    font-family: "Microsoft Yahei","Helvetica Neue", Helvetica, Arial, sans-serif;
}

.dqdt-title {
    color: var(--top-color);
    border-bottom: 3px solid var(--top-color);
    padding: 17.5px 0;
    letter-spacing:0.1rem;
}

.news-detail-list {
    background: #fff;
    margin-top: 20px;
}

.news-index-list .left {
    overflow: hidden;
}

.news-index-list .left img {
    display: inline-block;
}

.news-index-list .right {
    margin-top: -1px;
}

.news-detail-list .right {
    padding-right: 20px;
}

.news-index-list .right .tips {
    align-items: center;
    box-sizing: border-box;
}

.news-index-list .right .tips.hov p  {
    color: var(--top-color);
}

.news-index-list .right .tips::before {
    position: absolute;
    width: 2px;
    height: 100%;
    content: "";
    display: block;
    left: 0;
    background-color: #387D39;
    opacity: 0;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.news-index-list .right .tips a {
    display: inline-block;
    height: 50px;
    position: relative;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding-left: 10px;

}

.cus-jxs-txt {
    font-weight: 400 !important;
    font-family: 微软雅黑;
    letter-spacing: 0.1rem;
    display:block;
    text-align:center;
}

.custom-margin-1 span {
    font-weight: 500;
    display: block;
}

.going .news-index-list-a {
    -webkit-animation: mDirecT 1.2s ease-in-out forwards;
    -moz-animation: mDirecT 1.2s ease-in-out forwards;
    -ms-animation: mDirecT 1.2s ease-in-out forwards;
    -o-animation: mDirecT 1.2s ease-in-out forwards;
    animation: mDirecT 1.2s ease-in-out forwards;
}

.news-index-list-a .left, .news-index-list-a .right {
    position: relative;
    z-index: 2;
}

.news-index-list-a .right a {
    position: relative;
}

.news-index-list-a .right span {
    position: absolute;
    right: 0px;
    bottom: 15px;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.5);
    font-weight: normal;
}

.news-index-list-a .right a:hover span, .news-index-list-a .right .tips:hover a span {
    color: var(--top-color);
}

.news-index-list-a .left p a {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

.news-index-list-a .left p a::before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(179deg, rgba(0, 0, 0, 0.00) 69%, rgba(0, 0, 0, 0.60) 100%);
    z-index: 2;
    left: 0;
    bottom: 0;
}

.news-index-list-a .left p img {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    left: 0;
    top: 0;
    object-fit:cover;
}

.news-index-list-a .left p span {
    width: 20%;
    height: 24px;
    background: var(--top-color);
    position: relative;
    z-index: 5;
    display: block;
    color: #fff;
    text-align: center;
    line-height: 24px;
    font-size: 14px;
    font-weight: 600;
    float: left;
    font-family: monospace;
}

.news-index-list-a .left p b {
    width: 100%;
    padding: 10px 40px 5px;
    line-height: 26px;
    font-size: 14px;
    font-weight: 600;
    box-sizing: border-box;
    position: relative;
    z-index: 5;
    float: left;
}

.cus-more {
    display: flex;
    justify-content: flex-end;
    font-weight:500;
    align-items: center;
    padding-left:10px;
    font-size:26px;
    top: -47px;
    position: relative;
}
.cus-more a {
    display: block;
    width: 8vw;
    text-align: right;
    border-bottom: 3px solid #fff;
    transition: border-image 0.5s ease-in-out;
}
.cus-more a:hover {
/*    border-bottom: 3px solid;
    transition: border-image 0.5s ease-in-out;
    border-image: linear-gradient(to right, rgb(255, 255, 255) 30%, var(--top-color) 70%) 1; */
    font-weight:bold;
}

.other-more {
    font-size: 26px;
    bottom: -15px;
    position: relative;
    display: block;
    width: 8vw;
    text-align: right;
}

.tabs.tabs-simple .nav-tabs {
    justify-content: center;
}

.cus-tab {
    justify-content: left !important;
}

/*通知公告*/
.custom-post-event .post-event-date {
    padding: 4px 5px;
    line-height: 24px;
    border: 1px solid #eae7e0;
    border-radius: 2px;
}

.custom-post-event:hover .post-event-date {
    background: var(--top-color);
    color: #fff !important;
    transition: 0.3s;
}

.custom-post-event:hover .fa-solid, .custom-post-event:hover .custom-secondary-font {
    color: var(--top-color);;
}

.custom-margin-1 {
    margin-left: 2rem;
    height: 80px;
    line-height: 60px;
}

.custom-margin-1 p {
    margin-bottom: 0;
}

.features-item {
    background-color: var(--surface-color);
    display: flex;
    align-items: center;
    padding: 20px;
    transition: 0.3s;
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
    position: relative;
}

/*.cus-tab-img {*/
/*    height: 40vh;*/
/*}*/

.cus-article-title {
    font-size: 16px;
    line-height: 27px;
    color:  var(--text-color) !important;
    font-family:  'Microsoft YaHei', SimSun, SimHei, "STHeiti Light", STHeiti, "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
    letter-spacing: 0.1rem;
}



.cus-ybu-col {
	/*background-color:#387D39;*/
    background-image: linear-gradient(to right, rgb(43, 111, 21), rgb(3, 92, 162));
}

.cus-footer-text {
	color: #fff !important;
}

/*.cus-card-title {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}*/

.card:hover .card-header {
    background-color: var(--top-color);
    color:#fff;
    transition: 0.4s;
}

.card:hover .cus-more-end {
    color:#fff;
    transition: 0.4s;
}

.cus-card-title {
    margin-top:5px;
}

.cus-card-title span {
  /*    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-break: break-all;*/

    margin-bottom: 2px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    letter-spacing: 0;
    color: var(--text-color);
}

.cus-more-end {
    display: inline-block;
    margin-left: auto;
    z-index: 999;
    font-weight: 500;
    padding-left: 10px;
    font-size: 26px;
    width: 5vw;
    text-align: right;
}

.cus-link-text:hover h4 {
    color: #444 !important;
}

.cus-card-border {
    border:none;
}

.ewm {
    display: flex;
}

.cus-link-border {
    border: 1px solid #eae7e0;
    border-radius: 10px;
}

.custom-gap .col {
    margin-right: 20px; /* 设置列之间的右间距 */
}

.custom-gap .col:last-child {
    margin-right: 0; /* 最后一个元素右侧不需要间距 */
}

/*list page*/
.nav-pills {
    --bs-nav-pills-border-radius: 0.375rem;
    --bs-nav-pills-link-active-color: #387D39;
    --bs-nav-pills-link-active-bg: #387D39;
}
.btn.btn-xs {
    font-size: 0.8rem !important;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #387D39;
    font-weight: 500 !important;
}
.btn.btn-xs:hover {
    color: var(--top-color) !important;
}

.pb_sys_style3 .p_no_d {
    border: 1px solid #387D39 !important;
    color: #fff;
    background-color: #387D39 !important;
}
html body .tabs.tabs-simple .nav-tabs > li .nav-link.active, html.dark body .tabs.tabs-simple .nav-tabs > li .nav-link.active, html body .tabs.tabs-simple .nav-tabs > li .nav-link.active:focus, html.dark body .tabs.tabs-simple .nav-tabs > li .nav-link.active:focus, html body .tabs.tabs-simple .nav-tabs > li .nav-link:hover, html.dark body .tabs.tabs-simple .nav-tabs > li .nav-link:hover, html body .tabs.tabs-simple .nav-tabs > li .nav-link.active:hover, html.dark body .tabs.tabs-simple .nav-tabs > li .nav-link.active:hover {
    color: var(--top-color);
    border-bottom-color: var(--top-color);
}
html body .tabs.tabs-bottom .nav-tabs li .nav-link:hover, html.dark body .tabs.tabs-bottom .nav-tabs li .nav-link:hover, html body .tabs.tabs-bottom .nav-tabs .nav-link.active, html.dark body .tabs.tabs-bottom .nav-tabs .nav-link.active, html body .tabs.tabs-bottom .nav-tabs .nav-link.active:hover, html.dark body .tabs.tabs-bottom .nav-tabs .nav-link.active:hover, html body .tabs.tabs-bottom .nav-tabs .nav-link.active:focus, html.dark body .tabs.tabs-bottom .nav-tabs .nav-link.active:focus {
    border-image: var(--top-color);
}
/*==================================================================导航==================================================================*/
#header .header-nav.header-nav-links nav > ul > li > a {
    font-size: 17px;
}
/*==================================================================banner==================================================================*/
.owl-prev:before, .owl-next:before {
    font-size:40px !important;
}
.banner-img {
    /*min-height: 459px !important;*/
    max-height: 459px !important;
    object-fit: contain;
}
#carousel .owl-item img {
    min-height: 226px !important;
    max-height: 226px !important;
    object-fit: cover;
}
.img-thumbnail img {
    border:none;
    border-radius: 0;
}
/*==================================================================评估动态、院部资讯==================================================================*/
.sec1-news-date::after {
    position: absolute;
    content: '';
    left: 110px;
    right: 2px;
    top: 50%;
    border-bottom: 1px dashed rgb(190, 190, 190);
}
.sec1-news-date {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    line-height: 30px;
    position: relative;
    padding-left:10px;
}
.news-detail-list .right .tips a {
    width: 380px;
}
.news-index-list .right .tips.hov a {
    position: relative;
    color: var(--link-color) !important;
    transform: translateX(10px);
    transition: 0.35s;
}
.news-detail-list .left p a {
    width: 100%;
    height: 460px;
    display: block;
    position: relative;
}
.news-detail-list .left p a::before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(179deg, rgba(0, 0, 0, 0.00) 69%, rgba(0, 0, 0, 0.60) 100%);
    z-index: 2;
    left: 0;
    bottom: 0;
    opacity: 1;
}
.news-detail-list .left p img {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
}
.news-detail-list .left p span {
    width: 80px;
    height: 24px;
    background: #387D39;
    position: relative;
    z-index: 5;
    display: block;
    margin: 327px 0 0 40px;
    display: block;
    color: #fff;
    text-align: center;
    line-height: 24px;
    font-size: 14px;
    font-weight: 600;
    float: left;
}
.news-detail-list .left p b {
    width: 100%;
    padding: 10px 40px 5px;
    line-height: 26px;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    box-sizing: border-box;
    position: relative;
    z-index: 5;
    float: left;
}
.news-detail-list .left p em {
    width: 100%;
    padding: 0 40px;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    font-size: 12px;
    color: #fff;
    font-weight: 400;
    box-sizing: border-box;
    opacity: .6;
    position: relative;
    z-index: 5;
    float: left;
}
.news-index-list-a {
    position: relative;
}
/*==================================================================通知公告==================================================================*/

.date-box {
    flex-shrink: 0;
    width: 70px;
    text-align: center;
    border: 1px solid var(--top-color);
}

.day {
    font-size: 30px;
    font-weight: 600;
    color: #ffffff;
    line-height: 1;
    background: radial-gradient(circle at center, var(--top-color) 20%, var(--top-color) 100%);
    padding: 5px;
    transition: all 0.3s ease-in-out;
}

.month-year {
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    transition: all 0.3s ease-in-out;
    background:  #ffffff;
    color: #7f8c8d;
}
.post-info {
    display: flex;
    gap: 30px;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    transition: background 0.3s;
    min-height: 87.06px;
}
.post-info:hover .date-box .day {
    background: #ffffff;
    color: var(--top-color);
}
.post-info:hover .date-box .month-year {
    background: var(--top-color);
    color: #ffffff;
}
.post-info:hover {
    background: #eeeff0;
}
.simple-post-list li:hover article div.post-info  a h4 {
    color: var(--hover-color) !important;
    transition: all 0.35s ease 0s;
}
.cus-post-list {
    margin-top:9px !important;
}
ul.simple-post-list li {
    border-bottom:none;
    border-bottom: 1px solid #eee;
    padding:0;
}
ul.simple-post-list:last-child {
    border-bottom:none;
}
/*==================================================================三板块==================================================================*/

html .bg-color-light, html .bg-light {
    background: none !important;
}
.card {
    position: relative;
    border: 2px solid var(--top-color);
}
.cus-card-title:hover .date::after {
  transform: scaleX(1);
}
.cus-card-title:hover span{
    color:var(--link-color);
}
.date {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 13px;
    line-height: 30px;
    position: relative;
    margin:0;
    color: var(--date-color);
}
.date::before {
    position: absolute;
    content: '';
    left: 2px;
    right: 110px;
    top: 50%;
    border-bottom: 1px dashed rgb(190, 190, 190);
}
.date::after {
  content: '';
  position: absolute;
  left: 2px;
  right: 110px;
  top: 50%;
  border-bottom: 1px solid var(--link-color);
  transform: scaleX(0); /* 初始缩到0% */
  transform-origin: left center;
  transition: transform 0.5s linear;
}
.cus-link-text h4 {
    font-family: STXinwei, SimSun;
    color: #777 !important;
}

.cus-link-text:hover img {
    transform: scale(1.2);
    transition: 0.4s;
}
/*==================================================================精粹聚焦filter: blur(2px);==================================================================*/
.jcjj-img {
    opacity: 0.9;
}

/* .cus-text-shadow {
    text-shadow: 0 0 2px #fff, 0 0 4px #fff, 0 0 8px #fff, 0 0 10px #fff, 0 0 20px #fff;
    color:var(--top-color);
    font-family:'Microsoft YaHei',SimSun,SimHei ,"STHeiti Light",STHeiti,"Lucida Grande", Tahoma,Arial, Helvetica, sans-serif;
} */

.thumb-info {
    background: none;
}

.thumb-info.thumb-info-slide-info-hover .thumb-info-slide-info-hover-2 {
    top:50%;
}

.thumb-info-wrapper{
    padding:3px !important;
}

.thumb-info-wrapper:hover .jcjj-img {
    filter: blur(2px);
    transition: 0.3s;
}
/*==================================================================评估进行时==================================================================*/

/*==================================================================友情链接==================================================================*/
.link-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.link-item:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.logo-box {
  height: 65px;  /* 统一高度 */
  padding: 10px 20px;  /* 可选内边距 */
  border: 1px solid #eae7e0;
  border-radius:4px;
}

.logo-box img {
  max-height: 100%;
  max-width: 100%;
  height: auto;
  width: auto;
  object-fit: contain;
}

.logo-box > div {
  display: flex;
  align-items: center;
  height: 100%;
}

.logo-box > div img {
  margin-right: 10px;  /* 新工科 logo 和文字的间距 */
}

/*==================================================================列表页==================================================================*/
#header .header-nav.header-nav-links nav > ul li:hover > a {
    color:var(--top-color);
}
.cus-list-banner {
    background-image: linear-gradient(to right, rgb(43, 111, 21), rgb(3, 92, 162));
}
.breadcrumb {
    margin-top: 10px;
}
.breadcrumb > li {
    color: #aaa;
    font-size: 15px !important;
}
.breadcrumb a {
    color:#fff;
}

/* 图片缩小，去掉厚边框 */
.cus-list-img {
    width: 180px;
    height: auto;
    object-fit: cover;
    border: none;
    transition: transform 0.4s ease;
}
.post-image {
    overflow:hidden;
}
/* 标题样式 */
.post-title-link {
    font-size: 18px;
    color: #333 !important;
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: bold;
}
.post-title-link:hover {
    color: var(--link-color) !important;
    transform: translateX(10px);
}

/* 日期靠右显示，灰色小字 */
.post-date {
    font-size: 13px;
    color: var(--date-color);
    white-space: nowrap;
}

/* 简介段落 */
.post-abstract {
    font-family: var(--font-family);
    font-size: 15px;
    color: #777;
    line-height: 1.5;
}

article.post.post-medium.my-0.aos-init.aos-animate:hover {
    background: var(--back-color);
    transition: all 0.5s ease;
}

article.post.post-medium.my-0.aos-init.aos-animate:hover .cus-list-img{
    transform: scale(1.2);
    transition: 0.8s;
}
ul.nav-list li > a.active {
    color:var(--link-color);
}
aside ul.nav-list > li > a {
    font-size: 1.2em !important;
}
.nav-link:hover {
    color:var(--link-color);
}

/*=============================================================================列表页的左侧导航*/
.cus-left-menu-ul {
    text-align: center;
}
.cus-left-menu-ul > li > a {
    padding: 12px 0 12px 0 !important;
}
.cus-left-menu-bar {
    background: var(--back-color);
}
.cus-left-menu-bar h1{
    color:var(--top-color);
    text-align:center;
}
ul.nav-list li a:before {
    top: 30%;
    font-size: 0.7rem;
}
html body .tabs-dark .nav-tabs li .nav-link.active, html.dark body .tabs-dark .nav-tabs li .nav-link.active, html body .tabs-dark .nav-tabs.nav-justified li .nav-link.active, html.dark body .tabs-dark .nav-tabs.nav-justified li .nav-link.active, html body .tabs-dark .nav-tabs li .nav-link.active:hover, html.dark body .tabs-dark .nav-tabs li .nav-link.active:hover, html body .tabs-dark .nav-tabs.nav-justified li .nav-link.active:hover, html.dark body .tabs-dark .nav-tabs.nav-justified li .nav-link.active:hover, html body .tabs-dark .nav-tabs li .nav-link.active:focus, html.dark body .tabs-dark .nav-tabs li .nav-link.active:focus, html body .tabs-dark .nav-tabs.nav-justified li .nav-link.active:focus, html.dark body .tabs-dark .nav-tabs.nav-justified li .nav-link.active:focus {
    border-top-color: var(--top-color);
    color: var(--top-color);
}
html body .tabs-dark .nav-tabs li .nav-link:hover, html.dark body .tabs-dark .nav-tabs li .nav-link:hover, html body .tabs-dark .nav-tabs.nav-justified li .nav-link:hover, html.dark body .tabs-dark .nav-tabs.nav-justified li .nav-link:hover {
    border-top-color: var(--top-color);
}
.cus-list-date {
    font-family: 'Georgia';
    color: var(--top-color);
}
.cus-list-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  padding: 10px 0;
  transition: background 0.3s;
  min-height: 87.06px;
}
.cus-list-info a {
  font-size: 14px;
  color: #444;
  text-decoration: none;
}
.cus-list-info a:hover {
  color: var(--link-color);
}

.cus-list-meta {
  font-size: 12px;
  color: var(--date-color);
  text-align:right;
}

/*==================================================内容页============================================================*/
.cus-cont-title {
    text-align:center;
    letter-spacing: 0.1rem;
    font-weight: 400;
    font-size: xx-large;
}
.cus-content-banner {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    height: 9.55em;
    background-image: url('../images/background/dbj2.png');
}
.post-meta-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap; /* 移动端友好 */
  font-size: 14px;
  color: #666;
  padding: 8px 0;
  border-bottom: 1px solid #eee;
  gap: 10px;
}

.meta-left {
  flex: 1;
  min-width: 200px;
}

.meta-center {
  text-align: center;
  flex: 1;
  min-width: 150px;
}

.meta-right {
  text-align: right;
  flex: 1;
  min-width: 100px;
}

.cus-banner-text {
    letter-spacing: 0.1rem;
    font-size: 4rem;
    font-weight: 400 !important;
    font-family: 华文行楷;
    color: #fff;
}

/*========================================================================手机屏幕===============================================================================*/
@media (max-width: 576px) {
    .cus-site-title {
        font-size: 24px; /* 手机屏幕上使用较小的字体 */
    }
}