
/* 通知 */
.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;
}
.pro_notice {
    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;
    position: relative;
}
.search {
    width: 100%;
    background-color: #F2F7FB;
    position: relative;
    padding: 15px 40px 1px 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.search .layui-form {
    width: 100%;
    height: 100%;
}
.search .layui-form .layui-form-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.search .layui-form .layui-form-label {
    float: unset;
    display: block;
    padding: 0;
    width: 155px;
    font-weight: 400;
    line-height: 20px;
    text-align: right;
    font-size: 18px;
    font-family: Microsoft YaHei;
    color: #333;
    margin-right: 20px;
}
.search .layui-form .layui-input-block {
    margin-left: 0;
}
.search .layui-form .layui-input-block .layui-input {
    width: 818px;
    height: 36px;
    background: #FFFFFF;
    border: 1px solid rgba(194,208,225,0.5);
    border-radius: 6px;
}
.search .layui-form .btnSearch {
    position: absolute;
    right: 45px;
    top: 15px;
    margin: 0;
    padding: 0;
    width: 92px;
    height: 36px;
    background: #FFF;
    border: 1px solid rgba(194, 208, 225, 0.5);
    border-radius: 6px;
}
.search .layui-form .btnSearch .btn1 {
    height: 34px;
    line-height: 34px;
    font-size: 17px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFF;
    width: 100%;
    letter-spacing: 2px;
}
.pro_notice .hd {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 1px solid rgba(132, 155, 50, .2);
    
}
.pro_notice .hd li {
    font-size: 19px;
    font-family: FZDaHei-B02S;
    font-weight: bold;
    color: #333;
    padding-bottom: 5px;
    margin-right: 20px;
    cursor: pointer;
}
.pro_notice .hd li.on {
    font-size: 20px;
    font-family: FZDaHei-B02S;
    font-weight: bold;
    color: #519ADA;
    border-bottom: 3px solid #629FFF;
}
.pro_notice .hd li.on span {
    display: block;
    width: 20px;
    height: 3px;
    background: #E89A03;
    position: relative;
    top: 7.4px;
    left: 30px;
}
.pro_notice .layui-table thead tr {
    background: #519ADA;
}
.pro_notice .layui-rate {
    padding: 0;
}
.table_data {
    font-size: 17px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333;
    position: absolute;
    right: 20px;
    top: 19px;
}
.table_data_num {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #E89A03;
}

@media  (min-width: 1510px) and (max-width: 1540px) {
    .page_banner {
        height: 230px;
    }
}