.bgtp {
    width: 100%;
    padding-bottom: 35.42%;
    position: relative;
}

.bgtp::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/showzz.png);
    /* opacity: 0.5; */
}

.bgtp img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bgtp .lblj {
    position: absolute;
    top: 440px;
    left: 160px;
    width: 100%;
    z-index: 2;
}

.bgtp .lblj .a1,
.bgtp .lblj span {
    font-weight: 800;
    font-size: 16px;
    color: #FFFFFF;
}

.bgtp .lblj span {
    margin: 0 25px;
}

.bgtp .lblj .title {
    font-weight: 800;
    font-size: 60px;
    color: #FFFFFF;
}

.list-nav {
    width: 100%;
    height: 70px;
    background: #FFFFFF;
    box-shadow: 0px 9px 14px 0px rgba(41, 41, 41, 0.07);
    margin-bottom: 20px;
}

.list-nav .wp {
    max-width: 1440px;
    height: 100%;
}

.list-nav .navbox {
    width: 100%;
    height: 100%;
    display: flex;
    /* align-items: center; */
}

.list-nav .navbox li {
    height: 100%;
}

.list-nav .navbox a {
    display: block;
    height: 100%;
    font-weight: 800;
    font-size: 20px;
    color: #999999;
    padding: 21px 30px;
    transition: all .5s;
}

.list-nav .navbox a.active,
.list-nav .navbox a:hover {
    color: #FFFFFF;
    background: #8c2024;
}


.list-container li {
    position: relative;
    padding: 0 40px;
    margin-bottom: 40px;
    overflow: hidden;
    transition: all .5s;
}

.list-container .list-box li a {
    display: flex;
    justify-content: space-between;
    gap: 80px;
    padding: 40px 0;
    border-bottom: 1px solid #E5E5E5;
    transition: border-color .5s ease;
    /* 只过渡边框颜色 */
}



.list-container .list-left .month {
    font-weight: 500;
    font-size: 40px;
    color: #8c2024;
    transition: all .5s;
    width: 120px;
}

.list-container .list-left .year {
    position: relative;
    font-weight: 500;
    font-size: 20px;
    color: #8c2024;
    text-align: end;
    transition: all .5s;
}

.list-container .list-left .year::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    width: 40px;
    height: 1px;
    background: #8c2024;
    transition: all .5s;
}


.list-container .list-right h4 {
    font-weight: 800;
    font-size: 18px;
    color: #000000;
    line-height: 28px;
    margin-bottom: 10px;
    transition: all .3s;
}

.list-container .list-right p {
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    line-height: 28px;
    transition: all .5s;
}

.list-container .list-box li:hover {
    border-radius: 8px;
    background: #8c2024;
}

/* .list-container .list-box li:hover::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 200%;
    height: 100%;
    border-radius: 8px;
    background: url(../images/listbj2.png) repeat-x;
    background-position: left 0 bottom -90px;
    background-size: 70%;
    z-index: 9;
    animation: slideBg 10s linear infinite;
    transition: all .5s;
} */
.list-container .list-box li:hover::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 200%;
    height: 100%;
    border-radius: 8px;
    pointer-events: none;
    background: url(../images/1.png) repeat-x;
    background-position: left 0 bottom -60px;
    background-size: 50%;
    z-index: 9;
    animation: slideBg 6s linear infinite;

    transition: all .5s;
}

.list-container .list-box li:hover::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 200%;
    height: 100%;
    border-radius: 8px;
    pointer-events: none;
    background: url(../images/1.png) repeat-x;
    background-position: right 0 bottom -60px;
    background-size: 50%;
    z-index: 9;

    animation: slideBgy 6s linear infinite;
    transition: all .5s;
}



@keyframes slideBg {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
        /* 移动50%实现无缝循环 */
    }
}

@keyframes slideBgy {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(50%);
        /* 移动50%实现无缝循环 */
    }
}

/* 悬停时隐藏边框 */
.list-container .list-box li:hover a {
    border-bottom-color: transparent;
}

.list-container .list-box li:hover .month,
.list-container .list-box li:hover .year,
.list-container .list-box li:hover .list-right h4 {
    color: #FFFFFF;
}

.list-container .list-box li:hover .year::before {
    background: #FFFFFF;
}

.list-container .list-box li:hover .list-right p {
    color: #D9D9D9;
}



/* listtw */
.listtw-container {
    margin-top: 60px;
}

.listtw-container .wp {
    max-width: 1440px;
}

.listtw-container .listtw-box li {
    width: 100%;
    height: 240px;
    overflow: hidden;
    margin-bottom: 80px;
    transition: all .3s ease;
}

.listtw-container .listtw-box li a {
    display: flex;
    height: 100%;
    gap: 80px;
}

.listtw-container .listtw-box .listtw-left {

    position: relative;
    width: 420px;
    padding-bottom: 240px;
    overflow: hidden;
}

.listtw-box .listtw-left img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s ease;
}


.listtw-container .listtw-box .listtw-right {
    width: 940px;
    height: 100%;
    padding-bottom: 60px;
    padding-right: 10px;
    border-bottom: 1px solid #E5E5E5;
}

.listtw-box .listtw-time {
    display: flex;
    height: 55px;
    margin-bottom: 30px;
}

.listtw-box .listtw-time .tw-month {
    font-weight: 500;
    font-size: 40px;
    color: #8c2024;
    line-height: 55px;
}

.listtw-box .listtw-time .tw-year {
    position: relative;
    font-weight: 400;
    font-size: 20px;
    color: #8c2024;
    margin-top: 20px;
    margin-left: 25px;

}

.listtw-box .listtw-time .tw-year::before {
    content: '/';
    position: absolute;
    top: 0;
    left: -15px;
    font-size: 20px;
    color: #8c2024;
    transition: all .5s;
}

.listtw-box h4 {
    font-weight: 800;
    font-size: 18px;
    color: #000000;
    margin-bottom: 10px;
    transition: all .3s ease;
}

.listtw-box p {
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    line-height: 28px;
    text-align: justify;
    transition: all .3s ease;
}

.listtw-container .listtw-box li:hover {
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
    transition: all .3s ease;
}

.listtw-container .listtw-box li:hover .listtw-left img {
    transform: scale(1.05);
    transition: transform .3s ease;
}

.listtw-container .listtw-box li:hover .listtw-right {
    border-bottom-color: transparent;
}

.listtw-container .listtw-box li:hover .listtw-right h4,
.listtw-container .listtw-box li:hover .listtw-right p {
    color: #8c2024;
    transition: color .3s ease;

}

.listtw-container .listtw-box li:hover::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent 0%, rgba(38, 81, 197, 0.1) 50%, transparent 100%);
    z-index: 1;
    animation: gradientMove 1.5s ease-in-out infinite;
}

@keyframes gradientMove {
    0% {
        transform: translateX(-100%);
    }

    50% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(100%);
    }
}