.right_newslist{
    width: 3.4rem;
    margin-top: .2rem;
}
.right_newslist_ul{
    padding: .15rem .2rem;
    box-sizing: border-box;
    border-top: 2px solid #ee4b4c;
    background: #F4F5F6;
    margin-bottom: .2rem;
}
.right_newslist_imghot{
    display: block;
    width: 100%;
    height: 1.2rem;
    position: relative;
    overflow: hidden;
}
.right_newslist_imghot img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s ease;
}
.right_newslist_imghot p{
    position: absolute;
    width: 100%;
    padding: 0 .1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color:#fff;
    line-height: .26rem;
    background: linear-gradient(to top,rgba(0,0,0,1),rgba(0,0,0,0));
    color:#fff;
    font-size: .16rem;
    bottom: 0;
    left: 0;
    transition: all .5s ease;
}
.right_newslist_imghot:hover p{
    color:#ee4b4c;
}
.right_newslist_imghot:hover img{
    transform: scale(1.1);
}

.glxq_box1_right_wz_list {
    overflow: hidden;
    margin-top: .1rem;
}
.glxq_box1_right_wz_list .glxq_box1_right_wz_li {
    display: flex;
    padding-top: 0.05rem;
    padding-bottom: 0.05rem;
    border-bottom: 1px dashed #F0F0F0;
}
.glxq_box1_right_wz_list .glxq_box1_right_wz_li .glxq_box1_right_wz_li_icon {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    text-align: center;
    line-height: 16px;
    color: #fff;
    font-size: 12px;
    flex-shrink: 0;
    margin-top: 8px;
}
.glxq_box1_right_wz_list .glxq_box1_right_wz_li .wz_icon01 {
    background: #E24535;
}
.glxq_box1_right_wz_list .glxq_box1_right_wz_li p {
    font-size: 16px;
    padding-left: 16px;
    line-height: 32px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #000;
    transition: all .5s ease;
}
.glxq_box1_right_wz_list a:hover .glxq_box1_right_wz_li p {
    color: #E24535;
}

.right_wz_btn {
    font-size: .15rem;
    text-align: center;
    transition: all .3s ease;
    margin: 0.15rem 0;
    border: 1px solid #e5e5e5;
    border-radius: 0.06rem;
    line-height: .4rem;
}
.right_wz_btn:hover {
    color: #E24535;
    border-color: #E24535;
}

.zxgs_ph_title {
    overflow: hidden;
    border-bottom: 1px solid #dfdfdf;
    font-size: .18rem;
    text-align: left;
    color: #333;
    padding: 0 0 .1rem;
    box-sizing: border-box;
    font-weight: 700;
}
.zxgs_ph_list .zxgs_ph_list_item {
    display: flex;
    align-items: center;
    padding: 0.1rem 0;
    box-sizing: border-box;
}
.zxgs_ph_list .zxgs_ph_list_item .num {
    font-size: .24rem;
    width: 0.4rem;
    text-align: center;
    color: #d1d1d2;
}
.zxgs_ph_list .zxgs_ph_list_item p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: .14rem;
    color: #333;
    width: calc(100% - 0.4rem);
    transition: all .5s ease;
}
.zxgs_ph_list .zxgs_ph_list_item:hover p {
    color: #E24535;
}