.bannertp {
    position: relative;
    width: 100%;
}

.bannertp .imgbox {
    position: relative;
    width: 100%;
    padding-bottom: 35.25%;
}

.bannertp .imgbox img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bannertp .txt {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.bannertp .txt .wp {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
}

.bannertp .txt .wp .breadcrumb a,
.bannertp .txt .wp .breadcrumb span {
    font-weight: 800;
    font-size: .18rem;
    color: #FFFFFF;
}

.bannertp .txt .wp .breadcrumb a:last-child {
    background: linear-gradient(to right, #910f0e, #01179a);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.bannertp .txt .wp span {
    margin: 0 .2rem;
}

.bannertp .txt .wp h3 {
    font-weight: 800;
    font-size: .48rem;
    color: #FFFFFF;
    margin: .2rem 0 1.05rem;
}

.bannertp .txt .wp .header-nav {
    display: flex;
    flex-wrap: wrap;
    gap: .2rem;
    margin-bottom: .4rem;
}

.bannertp .txt .wp .header-nav .nav-item {
    height: .6rem;
    background: rgba(255, 255, 255, 0.4);
    border-radius: .4rem;
    border: .01rem solid rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(.06rem);
    padding: .11rem .4rem;
    margin: 0 .3rem 0 0;
    transition: all 0.5;
}

.bannertp .txt .wp .header-nav .nav-item:last-child {
    margin: 0;
}

.bannertp .txt .wp .header-nav .nav-item a {
    font-weight: 400;
    font-size: .24rem;
    color: #010544;
    transition: all 0.5;
}

.bannertp .txt .wp .header-nav .active .nav-item,
.bannertp .txt .wp .header-nav .nav-item:hover {
    background: linear-gradient(to right, #910f0e, #01179a);
}

.bannertp .txt .wp .header-nav .active .nav-item a,
.bannertp .txt .wp .header-nav .nav-item:hover a {
    color: white;
    background: transparent;
}

.bannertp .txt .wp hr {
    width: 100%;
    height: .01rem;
    border: .01rem solid #010544;
    opacity: 0.1;
    margin: 0 0 .4rem;
}

/* 添加到 list.css 文件中 */
.header-nav {
    position: relative;
}

.header-nav .nav-hover-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: .6rem;
    background: linear-gradient(to right, #910f0e, #01179a);
    border-radius: .4rem;
    transition: all 0.3s ease;
    z-index: -1;
}

.header-nav .nav-item {
    background: transparent;
    border: .01rem solid rgba(255, 255, 255, 0.4);
    transition: all 0.3s ease;
}

.header-nav .nav-item a {
    color: #010544;
    transition: all 0.3s ease;
}

.header-nav .nav-item.active a,
.header-nav .nav-item:hover a {
    color: white;
    background: transparent;
}

.list-container .list-box li {
    position: relative;
    height: 2rem;
    padding: .4rem .24rem;
    transition: all 0.5s;
    cursor: pointer;
    margin-bottom: .1rem;
}

.list-container .list-box li::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: url(../images/listbj.png) no-repeat;
    background-size: cover;
    opacity: 0;
    transform: translateY(.2rem);
    z-index: -1;
    transition: all 0.5s;
}

.list-container .list-box li a {
    display: flex;
    justify-content: space-between;
}

.list-container .list-box li a .list-left {
    padding: .11rem .55rem .29rem 0;
    border-right: .01rem solid rgba(3, 61, 130, 0.1);
}

.list-container .list-box li a .list-left .year {
    font-weight: 300;
    font-size: .2rem;
    color: #033D82;
    position: relative;
    transition: all 0.5s;
}

.list-container .list-box li a .list-left .year::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50%;
    height: .01rem;
    background: linear-gradient(to right, #910f0e, #01179a);
    transition: all 0.5s;
}

.list-container .list-box li a .list-left .month {
    font-weight: 500;
    font-size: .4rem;
    background: linear-gradient(to right, #910f0e, #01179a);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    line-height: .55rem;
    transition: all 0.5s;
}

.list-container .list-box li a .list-right {
    flex: 1;
    padding-left: .4rem;
    overflow: hidden;
    transition: all 0.5s;
}

.list-container .list-box li a .list-right h4 {
    font-weight: 800;
    font-size: .2rem;
    background: #237ED4;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    line-height: .38rem;
    margin-bottom: .15rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    transition: all 0.5s;
}

.list-container .list-box li a .list-right p {
    font-weight: 400;
    font-size: .16rem;
    color: #5A5467;
    line-height: .3rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s;
}

/* 默认hover状态和鼠标hover状态使用相同的样式 */
.list-container .list-box li.hover-active,
.list-container .list-box li:hover {
    background: #237ED4;
    box-shadow: 0rem .1rem .3rem 0rem rgba(144, 144, 144, 0.5);
    border-radius: .24rem;
}

.list-container .list-box li.hover-active::before,
.list-container .list-box li:hover::before {
    opacity: 1;
    transform: translateY(0);
}

.list-container .list-box li.hover-active .year,
.list-container .list-box li:hover .year,
.list-container .list-box li.hover-active .month,
.list-container .list-box li:hover .month,
.list-container .list-box li.hover-active h4,
.list-container .list-box li:hover h4 {
    color: #FFFFFF !important;
}

.list-container .list-box li.hover-active a .list-left,
.list-container .list-box li:hover a .list-left {
    border-right: .01rem solid rgba(255, 255, 255, 0.3);
}

.list-container .list-box li.hover-active .year::after,
.list-container .list-box li:hover .year::after {
    background: linear-gradient(to right, #fff, #fff) !important;
}

.list-container .list-box li.hover-active .list-right p,
.list-container .list-box li:hover .list-right p {
    color: rgba(255, 255, 255, 0.6);
}

.list-container .list-box li,
.list-container .list-box li::before,
.list-container .list-box li * {
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
}

.list-container .list-box li.hover-active,
.list-container .list-box li:hover {
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
}

/* 手机端栏目导航 */
#m_n_nav {
    display: none;
    line-height: 50px;
    position: relative;
    z-index: 9;
    width: 100%;
    background: #980f09;
}

#bnt_back {
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -14px;
    height: 28px;
}

#bnt_back img {
    height: 28px;
    vertical-align: top;
}

#bnt_back svg {
    fill: rgb(255, 255, 255);
    height: 30px;
    vertical-align: middle;
    width: 26px;
}

#m_n_nav i {
    position: absolute;
    top: 0;
    right: 15px;
    font-size: .2rem;
    color: #666;
    font-family: simsun;
    font-style: normal;
    width: .3rem;
    height: .3rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

#m_n_nav h1 {
    font-size: 16px;
    color: rgb(255, 255, 255);
    text-align: center;
    margin: 0px;
    line-height: 50px;
    font-weight: normal;
}

#n_n_title {
    position: relative;
}

#bnt_sub_nav {
    position: absolute;
    right: 15px;
    top: 0px;
    height: 50px;
    cursor: pointer;
    color: rgb(255, 255, 255);
    font-size: 18px;
    display: flex;
    align-items: center;
}

#bnt_sub_nav svg {
    fill: rgb(255, 255, 255);
    height: 20px;
    vertical-align: middle;
    width: 20px;
}

#bnt_sub_nav img {
    display: block;
    height: 20px;
}

#bnt_sub_nav.on img {
    transform: rotate(-180deg);
}

#sub_nav_content {
    background: rgb(240, 243, 245);
    display: none;
    box-shadow: rgb(153, 153, 153) 0px 0px 5px;
    z-index: 9;
}

#sub_nav_content ul {
    padding: 10px;
}

#sub_nav_content ul li {
    display: block;
    line-height: 28px;
    margin: 1rem 0px;
}

#sub_nav_content ul li a {
    display: block;
    border-left: #980f09;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    padding-left: 10px;
    color: #980f09;
}

#sub_nav_content ul li.on a {
    color: #980f09;
}

#sub_nav_content dl {
    font-size: 0px;
    overflow: hidden;
    background: rgb(255, 255, 255);
    padding: 10px 0px;
    display: flex;
    flex-wrap: wrap;
}

#sub_nav_content dt {
    position: relative;
    background: rgb(255, 255, 255);
    z-index: 999;
    min-width: 100%;
    display: inline-block;
    margin-bottom: 0px;
    text-align: left;
}

#sub_nav_content dt a {
    margin: 0px 20px;
    display: block;
    color: #333;
    line-height: 30px;
    font-size: 14px;
    font-weight: 400;
    vertical-align: top;
}

#sub_nav_content dt a i {
    position: absolute;
    right: 15px;
    top: 0px;
    opacity: 0;
    display: none;
}

#sub_nav_content dt a {}

#sub_nav_content dt.title {
    background: rgb(250, 250, 251);
}

#sub_nav_content dt.title i {
    opacity: 1;
}

#sub_nav_content dt.title_on {
    background: rgb(250, 250, 251);
}

#sub_nav_content dt.title_on a {
    color: #980f09;
    border-top: 1px solid rgb(255, 255, 255);
}

#sub_nav_content dt.title_on a i {
    color: #980f09
}

#sub_nav_content dt.last a {
    border-top: 1px solid rgb(248, 248, 248);
}

#sub_nav_content dt.on a,
#sub_nav_content dt.title_on a {
    color: #980f09;
}

#sub_nav_content dd {
    display: none;
    width: 100%;
    /* display: flex; */
}

#sub_nav_content dd .box {
    padding: 0px;
}

#sub_nav_content dd a {
    padding: 0px 25px;
    line-height: 30px;
    font-size: 12px;
    color: #999;
    display: block;
    height: 30px;
}

#sub_nav_content dd a.on {
    color: #980f09;
}

/* ajax插码分页器样式 */
.mypages a {
    display: none;
}

.mypages .first,
.mypages .next,
.mypages .last,
.mypages .active,
.mypages .active~a,
.mypages .next+a,
.mypages .prev {
    display: inline-block;
    width: .6rem;
    height: .6rem;
    line-height: .6rem;
    padding-left: .1rem;
    padding-right: .1rem;
    margin-left: .05rem;
    /* border: .01rem solid #e3e3e3; */
    border-radius: 50%;
    text-align: center;
}

.mypages a:hover {
    background: url(../images/listhover.png) no-repeat;
    background-size: cover;
    color: white;
}

.mypages {
    margin: .5rem auto;
    display: table;
    padding-top: .2rem;

    font-size: .19rem;
    color: #333333;
}

.mypages a {
    margin-left: .1rem;
    color: #000;
}

.mypages span {
    margin-left: .1rem;
}

.mypages select {
    width: .6rem;
    height: .3rem;
    line-height: .3rem;
    padding-left: .1rem;
    padding-right: .1rem;
    margin-left: .05rem;
    border: .01rem solid #e3e3e3;
    border-radius: .05rem;
}