﻿.bb1{
    width: 100%;
    margin-bottom: 20px;
    display: flow-root;
}
.bb-name {
    width: 98%;
    color: white;
    background-color: #004080;
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 15px;
}
.bb-name h3{
    width: 20%;
    float: left;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
}
.jy-tb {
    width: 100%;
    color: #004080;
    margin-bottom: 5px;
    display: flex;
}
.jy-tb p{
    font-size: 14px;
    float: left;
    width: 20%;
    text-align: center;
    color: #004080;
    line-height: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}