﻿@charset "utf-8";
.foot {
    margin-top: 0;
}

.newslist .rzlc_slidea {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 30px 0;
    padding-left: 30px;
    background-color: #fff;
    border: 1px solid #eeeeee;
    margin-bottom: 25px;
}

.rzlc_slideal {
    width: 21%;
    overflow: hidden;
}

.rzlc_slideal img {
    width: 100%;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.rzlc_slidea:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.rzlc_slideaz {
    flex: 1;
    padding: 0 30px;
}

.rzlc_slideazh {
    font-size: 24px;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.rzlc_slidea:hover .rzlc_slideazh {
    color: #d60505;
    transform: translateX(5px);
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
}

.rzlc_slideazl {
    margin-top: 8px;
    font-size: 14px;
    color: #b8b8b8;
}

.rzlc_slideazl i {
    font-size: 16px;
    color: #b8b8b8;
}

.rzlc_slideazp {
    margin-top: 15px;
    font-size: 16px;
    color: #666;
}

.rzlc_slidear {
    text-align: center;
    position: relative;
    padding: 0 50px;
}

.rzlc_slidear::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 2px;
    background-color: #e8e8e8;
}

.rzlc_slideart {
    font-size: 60px;
    color: #0359ae;
}

.rzlc_slidearb {
    font-size: 18px;
    color: #838383;
}

.xqrzfwb_itemb {
    display: none;
}