
body{
    background:#F6F6F6;
}
/* banner */
.jrpz_banner{
    height:332px;
    background:url(../images/company/jrpzimgs/jrpz_banner2.png) no-repeat top;
    background-size: cover;
}

/* 内容区 */
.jrpz_content{
    margin-top:15px;
}
.jrpz_content .container{
    padding-left: 0;
    padding-right: 0;
}
.jrpz_title{

    padding-left: 20px;
    padding-top: 10px;
    
}
.jrpz_title h4{
    font-weight: bolder;
    font-size: 32px;
}
.jrpz_title .span_title{
    padding: 0 0 20px 0;
}
.jrpz_title .span_title span{
    border-radius: 5px;
    width: 142px;
    height: 45px;
    line-height: 45px;
    background:#F5F8FD;
    color:#3370FF; 
    border: 1px solid #3370FF;
    cursor: pointer;
    margin-right:10px;
    display: inline-block;
}
.title_active{
    background:#3370FF !important;
    color:#ffffff !important; 
}
.content_item{
   
    display: none;
}
.content{
    background:#ffffff;
    
    overflow: hidden;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.content_active{
    display: block;
}
.content_item .img{
    display: flex;
    justify-content: center;
    padding-bottom: 27px;
}

.content_item h4{
    font-weight: bold;
    font-size:16px;
    border-left: 4px solid #ff6d0b;
    padding-left: 10px;
}
.mbom10{
    margin-bottom: 10px;
    line-height: 26px;
}
.recommed p{
    font-size:22px;
    font-weight: bold;
    margin: 18px 0;
    display: flex;
    align-items: center;
}
.recommed p img{
    margin-right: 10px;
}
.msg_dec{
    padding:0px 20px 10px;
}

.msg_dec a{
    color:#ff6d0b;
}
.content_item .city a{
    padding: 8px 20px;
    background: #ccc;
    margin-right: 10px;
}
.content_item .city a:hover{
    color:#ff6d0b;
    text-decoration: underline;
}

/* 改版样式 */
.jrpz-v2{
    text-align: center;
    margin-bottom: 20px;
}
.jrpz-v2 span{
    color: #676767;
}
.jrpz-v2-title{
    text-align: center;
}
.bg{
    background: #fbfdff;
    border: 1px solid #d0d2d9;
    margin-bottom: 10px;
    border-radius: 8px;
    padding: 10px;
}
.recommend-wrapper{
    display: flex;
}
.recommend-wrapper a{
    width: calc((100% - 30px) / 4);
    border-radius: 10px;
    overflow: hidden;
    transition: transform .3s;
}
.recommend-wrapper a:not(:last-child){
    margin-right: 10px;
   
}
.recommend-wrapper a img{
    width: 100%;
}
.recommend-wrapper a:hover{
    transform:translateY(-10px);
}
