
/* 通知 */
.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_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;
}
.list_con .hd {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 1px solid rgba(132, 155, 50, .2);
    
}
.list_con .hd li {
    font-size: 19px;
    font-family: FZDaHei-B02S;
    font-weight: bold;
    color: #333;
    padding-bottom: 5px;
    margin-right: 20px;
    cursor: pointer;
}
.list_con .hd li.on {
    font-size: 20px;
    font-family: FZDaHei-B02S;
    font-weight: bold;
    color: #519ADA;
    border-bottom: 3px solid #629FFF;
}
.list_con .hd li.on span {
    display: block;
    width: 20px;
    height: 3px;
    background: #E89A03;
    position: relative;
    top: 7.4px;
    left: 30px;
}
.list_con .hd li.on span.span1 {
    left: 50px;
}
.bd1 {
    margin-top: 20px;
}
.bdCon1P1 {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333;
    margin-left: 60px;
}
.bdCon1Ul {
    margin-top: 30px;
    padding-left: 95px;
}
.bdCon1Item1,
.bdCon1Item {
    margin-bottom: 25px;
}
.bdCon1Item1,
.bdCon1ItemA {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333;
}

@media  (min-width: 1510px) and (max-width: 1540px) {
    .page_banner {
        height: 230px;
    }
}