
/* 2023-4-3 tao start */
.agent-pc #newslist .newsbody .date{
    left:20px;
}
.agent-pc #newslist .newstitem .newsbody .date{
    display: flex;
    align-items: center;
}
.agent-pc .Pagenews #newslist .newsbody .date .md{
    display: block;
    top:0;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    font-size: 20px;
}
.agent-pc #newslist .newsbody .date .md span{
    display: inline-block;
}
.agent-pc .Pagenews #newslist .newsbody .date .year{
    display: block;
}
.agent-pc #newslist .newstitem .newsbody .date{
    opacity: 1;
}

.agent-pc .Pagenews #newslist .newstitem .newsimg::after{
    display: none;
}
.agent-pc #newsPage #newslist .newstitem:hover .newsbody:before{
    background-color:#fff;
}
.agent-pc .Pagenews #newslist .newstitem:hover .newsbody .title{
    color:#575757;
}
.agent-pc .Pagenews #newslist .newstitem:hover .newsbody .description{
    color:#999;
}
/* 2023-4-3 tao end */

/* 2024-5-20 tao start */
.agent-pc #indexPage #mpage .wrapper li .fimg{
    display: none;
}
/* 2024-5-20 tao end */