.qz_index_module05{
    padding-top: .4rem;
    height: 9.36rem;
    background: url(../images/news/qz_index_bg02.jpg)no-repeat center #fff;
}
.qz_index_module05_content{
    width: 13rem;
    margin: 2.05rem auto 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    height:4.05rem;
}
.qz_index_module05_left{
    width: 6rem;
    display: none;
}
.qz_index_module05_left.active{
    display: block;
}
.qz_index_module05_left .tit{
    line-height: .8rem;
    font-size: .2rem;
    color:#000;
    font-weight: bold;
    border-bottom: 1px solid #D9D9D9;
}
.qz_index_module05_left p{
    font-size: .16rem;
    color:#666666;
    line-height: .26rem;
    padding-top: .22rem;
    display: -webkit-box;
    overflow: hidden; /*自动隐藏文字*/
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis; /*文字隐藏后添加省略号*/
}
.qz_index_module05_left_img{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: .32rem;
}
.qz_index_module05_left_img img{
    width: 2.85rem;
    height: 1.9rem;
    border-radius: .05rem;
    overflow: hidden;
    object-fit: cover;
}
.qz_index_module05_right{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-right: .07rem;
    height:4.05rem;
    width: 6.1rem;
}
.qz_index_module05_right_item{
    width: 1.09rem;
    height: 1.09rem;
    border-radius: 50%;
    border: .05rem solid #fff;
    box-sizing: border-box;
    box-shadow: 0 .1rem .1rem rgba(0,0,0,0.1);
    font-size: 0;
    overflow: hidden;
    margin: .13rem .21rem;
}
.qz_index_module05_right_item.active{
    border-color:#EE7821;
}
.qz_index_module05_right_item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.qz_index_module05 .qz_index_module02_btn{
    margin-top: 1rem;
}