.bulletin_list {
    padding-bottom: 0.4rem;
    margin-bottom: 0.4rem;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-items: center;
    cursor: pointer;
}

.bulletin_list_left {
    width: 0.4rem;
    height: auto;
    margin-right: 0.2rem;

}
.bulletin_list_left img{
    max-width: 100%;
    height: auto;
}
.bulletin_list_center{
    width: calc(100% - 1.2rem);
}
.bulletin_list_center p{
    color: #333333;
    font-size: 0.24rem;
    width: 90%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 0.15rem;
}
.bulletin_list_center span{
    display: inline-block;
    font-family: "OPPOSans-M";
	font-size: 0.18rem;
	color: #999999;
}
.bulletin_list_right{
    width: 0.33rem;
    padding-left: 0.3rem;
    position: relative;
}
.bulletin_list_right img{
    max-width: 100%;
    height: auto;
}
.bulletin_list_right::before{
    left: 0px;
    top: -0.1rem;
    position: absolute;
    content: '';
    width: 1px;
	height: 0.67rem;
	background-color: #e6e6e6;
}


/* ============== lvhaonan 修改 start ============== */
.bulletin_list_center p {
    font-size: 0.28rem;
}

.bulletin_list_center span {
    font-size: 0.28rem;
}
/* ============== lvhaonan 修改 end ============== */
