/* 交易机构* 
 * author:zhouzongyi
 * date:2021-11-09 */

 *,
 ::after,
 ::before {
     box-sizing: border-box;
 }

.module {
    padding: 0;
}

.module-hd {
    height: auto;
    line-height: normal;
}
 
.module-bd {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
}

.subject-nav {
    height: 103px;
    padding-top: 30px;
}

.nav-title {
    height: 71px;
    line-height: 71px;
    font-size: 24px;
    background: url("../images/agency-nav-left.png") left center no-repeat;
    color: #333;
    padding: 0 24px;
    text-align: left;
}

.nav-left {
    width: 270px;
    height: auto;
    min-height: 971px;
    box-shadow: none;
}

.wb-tree-items {
    margin: 0 0 10px 0;
}

/* 右侧信息 */
.infor{
    min-width: 844px;
    min-height: 937px;
    margin-top: 24px;
    margin-left: 296px;
    margin-right: 30px;
    padding: 16px 29px 0 29px;
    background-color: #fcfcfc;
    border: 1px solid #eeeff2;
    border-radius: 4px;
}

.infor-title {
    height: 44px;
    line-height: 44px;
    padding-left: 16px;
    font-size: 20px;
    font-weight: bold;
    background: url("../images/agency-title-bg.png") left center no-repeat;
}

.line {
    margin-bottom: 12px;
}

.img {
    text-align: center;
    padding: 13px 0 19px 0;
}

.img img {
    border-radius: 5px;
}

.text {
    padding-bottom: 15px;
}

.text>p {
    text-indent: 27px;
}

.infor p {
    line-height: 34px;
}

.wb-tree-item>a {
    padding-left: 51px;
    font-size: 18px;
    position: relative;
}

.wb-tree-item>a::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    background-color: #333;
    border-radius: 50%;
    position: absolute;
    left: 40px;
    top: 50%;
    transform: translateY(-50%);
}


