#site{
    overflow: hidden;
}
ol.breadcrumb{
    float: left;
    height: 40px;
    overflow: hidden;
}
ol.breadcrumb li{
    float: left;
    line-height: 40px;
    font-size: 12px; color: #888;
}
ol.breadcrumb li a{
    display: inline-block;
    padding: 0 0 0 2px;
    font-size: 12px; color: #888;
}
ol.breadcrumb li a:hover{
    color: #3356BE;
}
.user-info,
.bz-info {
    margin-bottom: 16px;
    padding: 20px 20px 22px;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
}
.user-info {
    position: relative;
}
.user-info .info strong {
    display: block;
    margin-bottom: 12px;
    font-weight: 700;
    font-size: 24px;
    color: #000;
}
.user-info .info span {
    display: block;
    line-height: 24px;
    font-size: 14px;
    color: #666;
}
.user-info .btns {
    position: absolute;
    right: 20px;
    top: 20px;
} 
.user-info .btns .btn {
    display: block;
    width: 140px;
    height: 36px;
    line-height: 36px;
    background: #3356BE;
    border-radius: 5px;
    text-align: center;
    font-size: 14px;
    color: #fff;
}
.user-info .btns .btn i {
    margin-right: 5px;
}
.bz-info {
    padding-top: 0;
}
.bz-info h3 {
    line-height: 15px;
    margin: 22px 0;
    padding: 0 6px;
    border-left: 3px solid #3356BE;
    font-size: 16px;
    font-weight: 700;
}
.bz-info table {
    width: 100%;
    border-color: #E3EDFB;
}
.bz-info table th,
.bz-info table td {
    padding: 12px 20px;
    line-height: 20px;
    word-break: break-all;
    text-align: left;
    font-size: 14px;
    color: #333;
}
.bz-info table th {
    font-weight: 700;
    background: #F6FAFF;
}
.committee tr td.th {
    width: 97px;
    padding-right: 50px;
    font-weight: 700;
    background: #F6FAFF;
    text-align: right;
    font-size: 14px;
    color: #000;
}
.bz-info table i {
    font-style: normal;
}
.bz-info table .page {
    font-size: 14px;
    color: #888;
}
.bz-info table td a {
    color: #3356BE;
}
.bz-info table td a.name {
    color: #000;
}
.bz-info table td a:hover {
    text-decoration: underline;
    color: #3356BE;
}
.bz-info table .order {
    width: 46px;
}
.bz-info table .no {
    width: 154px;
}
.bz-info table .name {
    width: 396px;
}
.bz-info table .fullname {
    width: 92px;
}
.bz-info table .committee {
    width: 158px;
}
.bz-info table .company {
    width: 214px;
}
table td.col-no {
    width: 152px;
}
table td.col-no a {
    display: block;
    width: 152px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
table td.col-name {
    width: 394px;
}
table td.col-name a,
table td.col-name span {
    display: block;
    width: 394px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
/* 联系专家 start */
.layer-consult {
    border-radius: 12px !important;
    overflow: hidden;
}
.layer-consult .layui-layer-title {
    border-bottom: none !important;
    height: 60px;
    line-height: 60px;
    font-weight: 700;
    color: #222 !important;
}
.layer-consult form {
    padding: 0 26px;
}
.layer-consult .form-group {
    overflow: hidden;
}
.layer-consult .form-group dt {
    float: left;
    width: 102px;
    line-height: 36px;
    text-align: right;
    font-size: 14px;
    color: #666;
}
.layer-consult .form-group dt i {
    color: #f00;
}
.layer-consult .form-group dd {
    position: relative;
    float: left;
}
.layer-consult .form-group dd input {
    float: left;
    width: 480px;
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #ddd;
    outline: none;
}
.layer-consult .form-group dd textarea {
    float: left;
    width: 480px;
    height: 82px;
    line-height: 24px;
    padding: 6px 10px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #ddd;
    outline: none;
    resize: none;
}
.layer-consult .form-group dd select {
    width: 502px;
    height: 38px;
    padding: 0 8px;
    border-radius: 5px;
    border: 1px solid #ddd;
    outline: none;
    cursor: pointer;
}
.layer-consult .form-group dd.error {
    width: 600px;
    height: 22px;
    line-height: 22px;
    padding: 0 0 0 102px;
    text-align: left;
    font-size: 12px;
    color: #f00;
}
.layer-consult .btns {
    text-align: center;
}
.layer-consult .btns .btn {
    width: 148px;
    height: 38px;
    line-height: 38px;
    margin: 0 10px;
    outline: none;
    border: 1px solid #3356BE;
    background: #3356BE;
    border-radius: 5px;
    text-align: center;
    font-size: 14px;
    color: #fff;
}
.layer-consult .btns .btn.btn-cancel {
    background: #fff;
    border-color: #ddd;
    color: #333;
}
/* 联系专家 end */