body {
    background-image: url("/_upload/tpl/06/c2/1730/template1730/img/bg6.jpg");
    background-size: cover;
    background-attachment:fixed;
}

.listbanner {
    height: 35vh;
    background-image: url("/_upload/tpl/06/c2/1730/template1730/img/201801.jpg");
    background-position: center -100px;
    background-repeat: no-repeat;
    /* animation: bgMove 5s linear infinite alternate-reverse; */
    animation: bgMove 5s linear;
    position: relative;
    margin-bottom: 80px;
}

@keyframes bgMove {
    0% {
        background-position: top center;
    }

    100% {
        background-position: center -100px;
    }
}

.secondTitle {
    position: absolute;
    background-image: linear-gradient(#aa0003c1, #ff910080, #ff910000);
    width: 150px;
    height: 35vh;
    left: 0;
    top: 0;
    z-index: 99;
    overflow: visible;
    border-radius: 8px 8px 0 0;
    backdrop-filter: blur(5px);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    color: white;
    padding-top: 28vh;
    text-align: center;
}


.secondTitle::before {
    content: "";
    display: block;
}

/*
.col-sm-6 {
    flex-basis: 46%;
}
*/

.item {
    height: 150px;
    background-image: url('/_upload/tpl/06/c2/1730/template1730/img/bg-7.png'), linear-gradient(to right, transparent, transparent);
    background-size: 25%, cover;

    background-repeat: no-repeat;
    background-position: 445px bottom, -100% 0;
    margin-bottom: 50px;
/*    box-shadow: 3px 3px 4px #f8f9fa;
*/    border-radius: 8px;
    overflow: hidden;
    display: flex;
    backdrop-filter: blur(5px);
    position: relative;
    background-color: #fff;
	transition: all 0.5s ease;
	
}

.item:hover {
    background-image: url('/_upload/tpl/06/c2/1730/template1730/img/bg-7.png'), url('/_upload/tpl/06/c2/1730/template1730/img/xwbg2.png');
    background-position: 370px bottom, 0 0;
}

/* 新增悬停背景图效果 */
.item:hover::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('/_upload/tpl/06/c2/1730/template1730/img/xwbg2.png');
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 0;
}

.item:hover::before {
    opacity: 1;
}

/* 修改链接样式 */
.item a {
    font-size: 1.4rem; /* 修改为1.4rem */
    color: #535558; /* 修改为红色 */
    text-decoration: none;
    transition: color 0.3s ease;
    position: relative;
    z-index: 1;
	font-weight: 500;
}

.item:hover a {
    color: white !important; /* 悬停时变为白色 */
}

/* 保持原有的datetime样式 */
.item>.datetime {
    width: 100px;
    margin-right: 15px;
    background-color: #fffaef;
    text-align: center;
    z-index: 1; /* 确保日期显示在背景图上方 */
	position: absolute;
}

.item>.datetime>div:first-child {
    font-size: 60px;
    background-color: #a1181e;
    color: white;
}

.item:hover>.datetime>div:first-child {
    background-color: #d7c296;
}

.item>.datetime>div:last-child {
    line-height: 60px;
    font-size: 28px;
    color: #a1181e;
    font-family: DINCond-Medium;
}

.item>.contentBox {
    padding-top: 20px;
	padding-left: 100px;
    z-index: 1; /* 确保内容显示在背景图上方 */
	margin: 0 20px;
}

.item a {
    font-size: 1.2em;
    color: #515151
}

.item>.cover {
    overflow: hidden;
    position: relative;
    height: 180px;
}

.item>.cover>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: all 0.3s;
}
.item1>.content{
    padding:15px;
}
.item1>.content>div{
    margin-top: 5px;
    color:gray;
}
.item1 a {
    font-size: 1.1em !important;
    line-height: 1!important;
}

.footerbox {
    background-image: url('/_upload/tpl/06/c2/1730/template1730/img/foot_bg.png');
    background-position: top center;
    height: 400px;
    position: relative;
    margin-top: 50px;
}

.footerbox::before {
    content: '1985';
    font-size: 250px;
    color: #ffffff10;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    position: absolute;
    left: 10vw;
    bottom: 0px;
}

.footerbox::after {
    content: '2025';
    font-size: 250px;
    color: #ffffff10;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    position: absolute;
    right: 10vw;
    bottom: 0px;
}

.paging_content table{
  width: 100%;
  display: flex;
  flex-direction: column;
}
.paging_content table tr{
  display: flex;
  width:100%;
  height:auto!important;
  margin: 25px 0px;
  border:1px solid rgba(214, 182, 0, 0.2);
  border-radius: 6px;
  background-color: rgba(218, 165, 32, 0.1);
  backdrop-filter: blur(10px);
}
.paging_content table tr td{
  padding: 10px;
  font-size:20px;
}
.paging_content table tr td:first-child{
  width: 5%!important;
}
.paging_content table tr td:last-child{
  width: 90%!important;
  text-align: left;
}

.wp_column_article{
width:100%;
}