
/* 通知 */
.page_notice {
    width: 100%;
    height: 60px;
    background-color: #F2F7FB;
}
.page_notice_con {
    position: relative;
    height: 100%;
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.page_notice_con_name {
    font-size: 16px;
    font-family: FZDaHei-B02S;
    font-weight: bold;
    color: #333;
    margin-right: 15px;
}
.page_notice_con_value {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333;
}

/* 中介机构列表 */
.mediumInsitution {
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
}
.list {}
.list_title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.list_title span {
    display: block;
}
.list_titleLine {
    width: 4px;
    height: 24px;
    background: #1D6BCC;
    margin-right: 7px;
}
.list_titleCon {
    font-size: 24px;
    font-family: FZDaHei-B02S;
    font-weight: bold;
    color: #333;
}
.list_con {
    margin-top: 25px;
    background: #FFF;
    border: 1px solid rgba(143, 168, 199, 0.54);
    box-shadow: 4px 7px 5px 0px rgba(46, 89, 141, 0.25);
    padding: 15px 20px;
}
.more_do {
    width: 100%;
    height: 150px;
    background-color: #F2F7FB;
    position: relative;
    padding: 15px 40px 15px 20px;
    overflow: hidden;
}
.md_name {
    font-size: 20px;
    font-family: FZDaHei-B02S;
    font-weight: 400;
    color: #519ADA;
    border-bottom: 1px solid #D9E8F3;
    padding-bottom: 10px;
}
.md_con1,
.md_con2,
.md_con3,
.md_con4 {
    position: absolute;
}
.md_con1 {
    left: 109px;
    top: 70px;
}
.md_con2 {
    top: 70px;
    left: 690px;
}
.md_con3 {
    top: 110px;
    left: 170px;
}
.md_con4 {
    top: 110px;
    left: 690px;
}
.md_con_name {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(51, 51, 51, .6);
    padding-right: 5px;
}
.md_con_value {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333;
}
.md_con2 .layui-rate {
    padding: 0;
}
.md_con_value1 {
    position: relative;
    top: -5px;
}

.list_table {
    position: relative;
    margin-top: 25px;
}
.list_table .hd {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 1px solid rgba(132, 155, 50, .2);
    
}
.list_table .hd li {
    font-size: 19px;
    font-family: FZDaHei-B02S;
    font-weight: bold;
    color: #333;
    padding-bottom: 5px;
    margin-right: 20px;
    cursor: pointer;
}
.list_table .hd li.on {
    font-size: 20px;
    font-family: FZDaHei-B02S;
    font-weight: bold;
    color: #519ADA;
    border-bottom: 3px solid #629FFF;
}
.list_table .hd li.on span {
    display: block;
    width: 20px;
    height: 3px;
    background: #E89A03;
    position: relative;
    top: 7.4px;
    left: 30px;
}

.table_data {
    font-size: 17px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333;
    position: absolute;
    right: 2px;
    top: 3px;
}
.table_data_num {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #E89A03;
}
.table .layui-table thead tr {
    background: #519ADA;
}
.table .layui-rate {
    padding: 0;
}

.table .lt1 {}
.table .lt1 .table1_name {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333;
    white-space: nowrap;
}
.table .lt1 .table1_value {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333;
    text-align: left;
    line-height: 30px;
    letter-spacing: .3px;
}

@media  (min-width: 1510px) and (max-width: 1540px) {
    .page_banner {
        height: 230px;
    }
}