.main{
    padding-bottom: .55rem;
    /* background: #F7F6F5; */
}
.path{
    height: .6rem;
    line-height: .6rem;
    color: #282938;
    font-size: 14px;
    margin-bottom: .2rem;
}
.path span{
    color: #0751BE;
}

.name{
    color: #060E23;
    font-size: .26rem; 
    font-weight: 700;
    text-align: center;
}
.content img{
    display: block;
    margin: .1rem auto;
    width: 100%;
}
.fj-title{
   height: .3rem;
   border-left: 2px solid #005EAE; 
   padding-left: .2rem;
   font-size: .28rem;
   color: #060E23;
   font-weight: 700;
   margin: .4rem 0 .2rem;
}
.fj-item{
    height: .5rem;
    color: #060E23;
    font-size: 18px;
    justify-content: space-between;
    background: #F7F7F7;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    border: 1px solid #EDEDED;
    padding: 0 .3rem;
    align-items: center;
    margin-bottom: 6px;
}
.fj-item:last-child{
    margin-bottom:0;
}
.fj-item a{
    color: #005EAE;
    font-size: .18rem;
    align-items: center;
    padding: .06rem .1rem;
    background: rgba(0,94,174,0.1);  
}
.fj-item a img{
    margin-right: .1rem;
    width: .26rem;
    height: .26rem;
}