.TextListbd ul{    display: flex;
    flex-direction: column;}
.TextListbd ul li{padding-bottom:0rem;position: relative;transition: 0.6s all;    order: 1;}
.TextListbd ul li a{display: flex;position: relative;overflow: hidden;position: relative;justify-content: space-between;padding: 0.1rem 0;}

.TextListbd ul li a p span{font-size: 0.16rem !important;color: red !important;font-family:"Microsoft Yahei" !important;font-weight: normal !important;}

.TextListbd ul li a b{font-weight: normal;font-style: normal;display: block;font-size: 0.14rem;line-height: 0.24rem;color: #323232;}

.TextListbd ul li a p::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.08rem;
    width: 0.05rem;
    height: 0.05rem;
    border-radius: 50%;
    background: #9f1814;}
.TextListbd ul li a p {
    transition: 0.6s all;
    line-height: 0.3rem;
    font-size: 16px;
    color: #9f1814;
    width: calc(100% - 1.5rem);
    position: relative;
    padding-left: 0.18rem;
    font-weight: bold;}
.TextListbd ul li a i {
    display: block;
    position: relative;
    float: right;
    font-style: normal;
    color: #666666;
    transition: 0.6s all;
    line-height: 0.24rem;
    background: url(../zimages24/dateIc.png) no-repeat left center;
    padding-left: 20px;
    background-size: 0.13rem;
    width: 1.5rem;
    font-size: 0.14rem;
    font-weight: normal;}

.TextListbd ul li:hover p{color:  #9f1814;transition: 0.6s all;padding-left: 0.24rem;font-weight:600;}
