.con_left{
    float: left;
    width: 20%;
    padding: 0 0 .5rem .5rem;
}
.con_tab{
    font-size: 0.18rem;
    line-height: .6rem;
    color: #999999;
    cursor: pointer;
}
.con_nav{
    margin: 0 0 .55rem;
}
.zp_group{
    display: flex;
    flex-wrap: wrap;
}
.zp_bbox{
    height: 2.9rem;
    width: 23%;
    margin: 0 1% 0.55rem;
}
.zp_item{
    height: 100%;
    box-shadow:0px 6px 20px rgba(15,62,142,0.1);
    border-radius:10px;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transition: all 1.5s;
}
.zp_item:hover {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transition: all 1.5s; 
}
.zp_item:hover .zp_msg{
    background: #346CEA; 
    
}
.zp_bbox:hover p{
    color: #fff;
}
.zp_bbox:hover span{
    color: #346CEA;
}
.zp_cover{
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cover{
    width: 1.2rem;
    height: 1.2rem;
}
.cover >img{
    width: 100%;
    height: 100%;
    border-radius:10px;
}
.zp_msg{
    height: 50%;
    text-align: center; 
    border-radius: 0 0 10px 10px; 
    padding-top: .25rem;
}
.zp_title{
    font-size:20px;
    font-weight:bold;
    color:rgba(13,33,70,1);
    text-align: center;
}
.zp_RshortDes{
    margin:0.1rem 0 0 ;
    font-size:18px;
    font-weight:400;
    color:#FB6E54;
    padding: 0 10px;
}
.zp_shortDes{
    margin:0.1rem 0 0 ;
    font-size:16px;
    font-weight:400;
    color:rgba(116,124,143,1);
    padding: 0 5px;
}
.zp_bbox:hover .fw_bmtitle{
    color: #346CEA;
}
.zp_bbox:hover .fw_item{
    background: #346CEA; 
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transition: all 1.5s; 
}
/* .zp_bbox:hover img{
    background-color: #fff;
} */
.zp_bbox:hover p{
    color: #fff;
}
.zp_bbox:hover span{
    color: #346CEA;
}
.con_right{
    float: right;
    width: 80%;
    padding-left: .27rem;
    margin-bottom: .15rem;
    border-left: .01rem dashed #cccccc;
}
.msg_title{
    font-size: 0.16rem;
    line-height: .6rem;
    color: #666666;
    border-bottom: .01rem dashed #cccccc;
}
.con_msg{
    display: none;
    padding: .24rem .3rem .5rem .1rem;
}
.con_msg >p{
    font-size: .16rem;
    color: #666666;
}
.on{
    color: #da251b;
}
.con-active{
    display: block;
}


@media (max-width: 992px) {
    .con_left{
        width: 25%;
        padding-left: .2rem;
    }
    .con_right{
        width: 75%
    }
    .con_msg {
        padding-right: .15rem;
    }

}
@media (max-width: 768px) {
    .zp_msg{
        padding-top: 0.1rem;
    }
    .zp_title{
        font-size: 18px;
    }
    .zp_RshortDes{
        font-size: 16px; 
        margin: 0.05rem 0 0;
    }
    .zp_shortDes{
        font-size: 14px;
        margin: 0.05rem 0 0;
    }
    .zp_bbox{
        width: 47%;
        margin: 0 1.5% .5rem;
        min-height: 150px;
    }
}
@media (max-width: 414px) {
    .zp_title{
        font-size: 14px;
    }
    .zp_RshortDes{
        font-size: 12px;
        margin: 5px 0 0;
    }
    .zp_shortDes{
        font-size: 12px;
        margin: 5px 0 0;   
    }
}