/* 加入我们 css */
.jrwm-body>ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.jrwm-body>ul>li{
    width: 24%;
    display: flex;
    padding: 38px 0;
    flex-direction: column;
    border: 1px solid #e9e9e9;
    margin-bottom: 25px;
}
.li-body{
    margin-left: 30px;
}
/* 箭头 */
.jiantou{
    width: 13px;
}

.xq>a{
    display: flex;
    font-size: 14px;
	color: #e50112;
}

/* 字体样式 */
.li-body h5{
    margin-bottom: 20px;
    font-size: 18px;
}
.hr{
    width: 12%;
    border-bottom: 1px solid #9e9e9e;
}

.li-text{
    margin-top: 30px;
    margin-bottom: 36px;
}
.li-text>p{
    font-size: 14px;
    color: #484848;
}

/* hover----- */
.jrwm-body>ul>li:hover{
    background-color: #e50112;
}
.jrwm-body>ul>li:hover .hr{
border-bottom: 1px solid #fff;
}
.jrwm-body>ul>li:hover .li-body>h5,.jrwm-body>ul>li:hover .li-text>p,.jrwm-body>ul>li:hover .xq>a{
    color: #fff;
}
.jrwm-body>ul>li:hover .jiantou>img{
    content: url(../imgs/jiantou.png);
}

/* 添加伪类 */
.jrwm-body>ul::after{
    content: '';
    width: 24%;

}


/* 分页器 */
.pagination{
    display: flex;
}
.pagination>li{
width: 41px;
height: 41px;
border: 1px solid #e0e0e0;
display: flex;
align-items: center;
justify-content: center;
margin-left: 7px;

}
.pagination>li>a{
    color: #555555;
}

.prev{
    width: 73px !important;
}
.next{
    width: 73px !important;
}
/* 分页位置 */
.fy{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 90px;
}


/* 分页点击的效果 */
.active{
    background-color: #e50112 !important;
}
.active a{
    color: #fff !important;
}
