.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: 4.4rem;
    left: 1.6rem;
    width: 100%;
    z-index: 2;
}

.bgtp .lblj .a1,
.bgtp .lblj span {
    font-weight: 800;
    font-size: .16rem;
    color: #FFFFFF;
}

.bgtp .lblj span {
    margin: 0 .25rem;
}

.bgtp .lblj .title {
    font-weight: 800;
    font-size: .6rem;
    color: #FFFFFF;
}

.list-nav {
    width: 100%;
    height: .7rem;
    background: #FFFFFF;
    box-shadow: 0rem .09rem .14rem 0rem rgba(41, 41, 41, 0.07);
    margin-bottom: .2rem;
}

.list-nav .wp {
    max-width: 14.4rem;
    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: .2rem;
    color: #999999;
    padding: .21rem .3rem;
    transition: all .5s;
}

.list-nav .navbox a.active,
.list-nav .navbox a:hover {
    color: #FFFFFF;
    background: #9a0000;
}


.list-container li {
    position: relative;
    padding: 0 .4rem;
    margin-bottom: .4rem;
    overflow: hidden;
    transition: all .5s;
}

.list-container .list-box li a {
    display: flex;
    /*justify-content: space-between;*/
    gap: .8rem;
    padding: .4rem 0;
    border-bottom: .01rem solid #E5E5E5;
    transition: border-color .5s ease;
    /* 只过渡边框颜色 */
}



.list-container .list-left .month {
  	width: 1.15rem;
    font-weight: 500;
    font-size: .4rem;
    color: #930404;
    transition: all .5s;
}

.list-container .list-left .year {
    position: relative;
    font-weight: 500;
    font-size: .2rem;
    color: #930404;
    text-align: end;
    transition: all .5s;
}

.list-container .list-left .year::before {
    content: '';
    position: absolute;
    top: 50%;
    left: .1rem;
    transform: translateY(-50%);
    width: .4rem;
    height: .01rem;
    background: #930404#930404;
    transition: all .5s;
}


.list-container .list-right h4 {
    font-weight: 800;
    font-size: .18rem;
    color: #000000;
    line-height: .28rem;
    margin-bottom: .1rem;
    transition: all .3s;
}

.list-container .list-right p {
    font-weight: 400;
    font-size: .16rem;
    color: #999999;
    line-height: .28rem;
    max-height: .84rem;
    overflow: hidden;
    transition: all .5s;
}

.list-container .list-box li:hover {
    border-radius: .08rem;
    background: #930404;
}

/* .list-container .list-box li:hover::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 200%;
    height: 100%;
    border-radius: .08rem;
    background: url(../images/listbj2.png) repeat-x;
    background-position: left 0 bottom -0.9rem;
    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: .08rem;
    background: url(../images/1.png) repeat-x;
    background-position: left 0 bottom -0.6rem;
    background-size: 50%;
    z-index: 1;
  	pointer-events: none;
    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: .08rem;
    background: url(../images/2.png) repeat-x;
    background-position: right 0 bottom -0.6rem;
    background-size: 50%;
    z-index: 1;
	pointer-events: none;
    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: .6rem;
}

.listtw-container .wp {
    max-width: 14.4rem;
}

.listtw-container .listtw-box li {
    width: 100%;
    height: 2.4rem;
    overflow: hidden;
    margin-bottom: .8rem;
    transition: all .3s ease;
}

.listtw-container .listtw-box li a {
    display: flex;
    height: 100%;
    gap: .8rem;
}

.listtw-container .listtw-box .listtw-left {

    position: relative;
    width: 4.2rem;
    padding-bottom: 2.4rem;
    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: 9.4rem;
    height: 100%;
    padding-bottom: .6rem;
    padding-right: .1rem;
    border-bottom: .01rem solid #E5E5E5;
}

.listtw-box .listtw-time {
    display: flex;
    height: .55rem;
    margin-bottom: .3rem;
}

.listtw-box .listtw-time .tw-month {
    font-weight: 500;
    font-size: .4rem;
    color: #2651C5;
    line-height: .55rem;
}

.listtw-box .listtw-time .tw-year {
    position: relative;
    font-weight: 400;
    font-size: .2rem;
    color: #2651C5;
    margin-top: .2rem;
    margin-left: .25rem;

}

.listtw-box .listtw-time .tw-year::before {
    content: '/';
    position: absolute;
    top: 0;
    left: -0.15rem;
    font-size: .2rem;
    color: #2651C5;
    transition: all .5s;
}

.listtw-box h4 {
    font-weight: 800;
    font-size: .18rem;
    color: #000000;
    margin-bottom: .1rem;
    transition: all .3s ease;
}

.listtw-box p {
    font-weight: 400;
    font-size: .16rem;
    color: #999999;
    line-height: .28rem;
    text-align: justify;
    transition: all .3s ease;
}

.listtw-container .listtw-box li:hover {
    overflow: hidden;
    box-shadow: 0 .15rem .3rem rgba(0, 0, 0, 0.1);
    transform: translateY(-0.05rem);
    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: #2651C5;
    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%);
    }
}