.aboutHonor_list {
    display: block;
    margin-bottom: 0.4rem;
    box-shadow: 10px 0px 28px 2px rgba(123, 142, 169, 0.1);
}

.live_box {
    padding: 0.8rem 0rem 0.4rem;
    text-align: center;
}

.live_title {
    color: #333333;
    font-size: 0.32rem;
    font-weight: bold;
    margin-bottom: 0.1rem;
}

.live__text {
    font-family: "OPPOSans-R";
    font-size: 0.24rem;
    color: #333333;
}

.resou_list{
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 0.4rem;
}
.live_list_text{
    width: 100%;
    padding: 0.35rem 0px;
    background-color: #fff;
    color: #333333;
    font-size: 0.28rem;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
}
.resou_list_img{
    width: 100%;
    position: relative;
}
.resou_list_img img{
    max-width: 100%;
    height: auto;
}
.resou_list_img_text{
    position: absolute;
    bottom: 0.2rem;
    left: 0.2rem;
    background-color: #0000002c;
	border-radius: 0.25rem;
    padding: 0.12rem 0.3rem;
    max-width: calc(100% - 0.4rem);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-items: center;
}
.resou_list_img_text img{
    width: 0.16rem;
    height: auto;
    margin-right: 0.15rem;
}
.resou_list_img_text span{
    display: inline-block;
    color: #ffffff;
    font-size: 0.24rem;
}
.resou_botoms{
    position: relative;
    width: 100%;
}
.resou_botoms img{
    max-width: 100%;
    height: auto;
}
.resou_botoms_content{
    position: absolute;
    top: 0.8rem;
    width: 100%;
    text-align: center;
}
.resou_botoms_content p{
    color: #ffffff;
    font-size: 0.28rem;
    font-family: "alimama";
    margin-bottom: 0.6rem;
}
.resou_botoms_content img{
    width: 1.58rem;
	height: auto;
}


/* ============== lvhaonan 修改 start ============== */
.live_title,.live__text {
    font-size: 0.4rem;
}

.live_list_text {
    font-size: 0.36rem;
}
/* ============== lvhaonan 修改 end ============== */
