.bjt {

    width: 100%;
    padding: 4.75rem 0 .95rem;
    background:
        url(../images/listbg.png) no-repeat top center,
        url(../images/srbj.png) no-repeat bottom center;

    background-size: 19.2rem 5.4rem, 19.2rem 7.4rem;

}

.bjt .wp {
    position: relative;
}

.bjt .listdh {
    position: absolute;
    top: -2.05rem;
    left: 0;
}

.listdh .breadcrumb a,
.listdh .breadcrumb span {
    font-weight: 800;
    font-size: .18rem;
    color: #FFFFFF;
}

.listdh .breadcrumb span {
    margin: 0 .2rem;
}

.listdh h3 {
    font-weight: 800;
    font-size: .48rem;
    color: #FFFFFF;
    margin: .2rem 0 1.05rem;
}

.bjt .ctr {
    width: 100%;
    border: .01rem solid #e5e5e5;
    background: #fff;
    padding: .55rem .6rem;
    box-shadow: 0rem .04rem .16rem 0rem rgba(0, 0, 0, 0.15);
}

.bjt .ctr>ul {
    display: flex;
    flex-wrap: wrap;
    gap: .4rem;
    padding-bottom: .4rem;
    border-bottom: .01rem solid #e5e5e5;

}

.bjt .ctr>ul li.active a,
.bjt .ctr>ul li a:hover {
    color: #901D1C;
}

.bjt .ctr>ul li a {
    font-weight: 400;
    font-size: .24rem;
    color: #333333;
    line-height: .38rem;
}

.bjt .ctr .listhz .listitem {
    width: 10.5rem;
}

.bjt .ctr .listhz {
    display: flex;
    justify-content: space-between;
    /* padding-top: .32rem; */
}

.bjt .ctr .listhz .abox {
    position: relative;
    display: flex;
    gap: .3rem;
    padding: .32rem 0;
    border-bottom: .01rem solid #e5e5e5;

}

.bjt .ctr .listhz .abox::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: .02rem;
    background: #901D1C;
    z-index: 2;
    transition: all .3s;
}

.bjt .ctr .listhz .abox::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: .02rem;
    background: #FAC140;
    transition: all .3s;
}

.bjt .ctr .listhz .abox:hover::before {
    width: 25%;
}

.bjt .ctr .listhz .abox:hover::after {
    width: 100%;
}

.bjt .ctr .listhz .abox .list-fl {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    min-width: .68rem;
    height: .68rem;
    background: #E1E1E1;
    box-shadow: 0rem .02rem .04rem 0rem rgba(1, 45, 103, 0.24);
    z-index: 2;
    transition: all .3s;
}

.bjt .ctr .listhz .abox:hover .list-fl {
    background: #901D1C;
}

.bjt .ctr .listhz .abox .list-fl::after {
    content: "";
    position: absolute;
    top: 30%;
    left: 30%;
    width: 100%;
    height: 100%;
    background: #999999;
    opacity: 0.1;
    z-index: 1;
}

.bjt .ctr .listhz .abox:hover .list-fl::after {
    background: #3D012D67;
}

.bjt .ctr .listhz .abox .list-day {
    font-weight: bold;
    font-size: .24rem;
    color: #333333;
    transition: all .3s;
}

.bjt .ctr .listhz .abox .list-month {
    font-weight: 400;
    font-size: .12rem;
    color: #333333;
    transition: all .3s;
}

.bjt .ctr .listhz .abox:hover .list-day,
.bjt .ctr .listhz .abox:hover .list-month {
    color: #FFFFFF;
}

.bjt .ctr .listhz .list-rg {
    max-width: 9.55rem;
}

.bjt .ctr .listhz .list-rg .list-title {
    font-weight: 800;
    font-size: .18rem;
    color: #333333;
    line-height: .25rem;
    margin-bottom: .15rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    transition: all .3s;
}

.bjt .ctr .listhz .abox:hover .list-rg .list-title {
    color: #901D1C;
}

.bjt .ctr .listhz .list-rg .list-text {
    height: .5rem;
    font-weight: 400;
    font-size: .16rem;
    color: #666666;
    line-height: .25rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* 最新动态 */
.bjt .ctr .listhz .zxxw {
    width: 2.65rem;

}

.bjt .zxxw h2 {
    position: relative;
    font-weight: 800;
    font-size: .24rem;
    color: #333333;
    line-height: .33rem;
    padding-top: .32rem;
}

.bjt .zxxw h2::after {
    content: "";
    position: absolute;
    bottom: -0.07rem;
    left: 0;
    width: .4rem;
    height: .02rem;
    background: #901D1C;
}

.bjt .zxxw .zxdd-item {
    position: relative;
    padding-top: .25rem;
}

.bjt .zxxw .zxdd-item::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: .02rem;
    background: #901D1C;
    transition: all .3s;
    z-index: 2;
}

.bjt .zxxw .zxdd-item::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: .01rem;
    transition: all .3s;
    background: #FAC140;
}

.bjt .zxxw .zxdd-item:hover::before {
    width: 25%;
}

.bjt .zxxw .zxdd-item:hover::after {
    width: 100%;
}




.bjt .zxxw .zxdd-item img {
    width: 2.65rem;
    height: 1.65rem;
    object-fit: cover;
}



.bjt .zxxw .zxdd-item .zxdd-title {
    width: 100%;
    font-weight: 800;
    font-size: .18rem;
    color: #333333;
    height: .25rem;
    line-height: .25rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin: .1rem 0;
    transition: all .3s;
}

.bjt .zxxw .zxdd-item:hover .zxdd-title {
    color: #901D1C;

}

.bjt .zxxw .zxdd-item .zxdd-text {
    font-weight: 400;
    font-size: .14rem;
    color: #666666;
    height: .48rem;
    line-height: .24rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

}

.bjt .zxxw .zxdd-item .zxdd-time {
    font-weight: 400;
    font-size: .14rem;
    color: #666666;
    line-height: .24rem;
    padding-bottom: .1rem;
    border-bottom: .01rem dashed #e5e5e5;

}

/* show页面css */


.ctr-show {
    width: 100%;
    border: .01rem solid #e5e5e5;
    background: #fff;
    padding: .6rem .6rem;
    box-shadow: 0rem .04rem .16rem 0rem rgba(0, 0, 0, 0.15);
}

.ctr-show .wz-titlt {
    font-weight: 800;
    font-size: .4rem;
    color: #000000;
    /* height: .53rem; */
    line-height: .53rem;
    text-align: center;
    margin-bottom: .8rem;

}

.ctr-show .showxx {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: .18rem;
    border-bottom: .01rem solid #E5E5E5;
    margin-bottom: .3rem;

}

.ctr-show .showxx .date {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .15rem;
    font-weight: 400;
    font-size: .16rem;
    color: #5A5467;
    line-height: .22rem;
}

.ctr-show .showxx .date img {
    width: .14rem;
    height: .14rem;
}

.ctr-show .showxx .ly {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 2.9rem;
}

.ctr-show .showxx .ly .ly-title,
.ctr-show .showxx .ly .ly-djs {

    font-weight: 400;
    font-size: .16rem;
    color: #5A5467;
    line-height: .22rem;

}

.ctr-show .showxx .ly .ly-djs {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .15rem;
}

.ctr-show .showxx .ly .ly-djs img {
    width: .14rem;
    height: .14rem;
}

.ctr-show .wz-content {
    padding-bottom: .5rem;
    margin-bottom: .2rem;
    border-bottom: .01rem solid #E5E5E5;
}

.ctr-show .wz-content p {
    font-weight: 400;
    font-size: .18rem;
    color: #333333;
    line-height: .36rem;
    text-align: justify;
    /* text-indent: 2em; */
    margin-bottom: .1rem;
}

.ctr-show .wz-content img {
    max-width: 100%;
    margin: .3rem auto;
    object-fit: cover;
}

.ctr-show .showtz {
    display: flex;
    align-items: center;
    width: 100%;
    gap: .8rem;
}

.ctr-show .showtz .syp,
.ctr-show .showtz .xyp {
    width: 6.8rem;
    height: .4rem;
    font-weight: 400;
    font-size: .18rem;
    color: #333333;
    line-height: .36rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.ctr-show a {
    font-weight: 400;
    font-size: .18rem;
    color: #666666;
}