/**!
 * 比德电子采购平台
 * author: gaoli;
 * date:2020-02-06
 */

.tree {
    float: left;
    width: 230px;
    height: 1046px;
    border: 1px solid #dcdcdc;
    background-color: #fff;
}

.tree-hd {
    height: 66px;
    line-height: 66px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin: -1px -1px 0 -1px;
    background: url('../images/tree_hd.jpg') no-repeat;
    background-size: 100% 100%;
}

.tree-items>li {
    height: 60px;
}

.tree-items>li>a {
    position: relative;
    display: block;
    line-height: 60px;
    font-size: 16px;
    color: #333;
    padding-left: 43px;
    padding-right: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url('../images/tree_icon.png') no-repeat 19px center;
}

.tree-items>li>a:before {
    position: absolute;
    content: "";
    right: 20px;
    top: 50%;
    margin-top: -5px;
    width: 8px;
    height: 10px;
    background: url('../images/tree_r.png') no-repeat;
}

.tree-items>li.cur a,
.tree-items>li>a:hover {
    color: #0077c5;
    background-color: #e5f0f9;
    background-image: url('../images/tree_iconh.png');
}

.tree-items>li.cur>a:before,
.tree-items>li>a:hover:before {
    background-image: url('../images/tree_rh.png');
}


/* 右侧信息 */
.sub {
    float: right;
    width: 848px;
    height: 1046px;
}

.chose {
    position: relative;
    height: 112px;
    margin-top: 23px;
    background-color: #f9f9f9;
}

.chose-items {
    width: 100%;
    box-sizing: border-box;
    padding-right: 138px;
}

.chose-btn {
    position: absolute;
    top: 50%;
    margin-top: -35px;
    right: 21px;
    width: 90px;
    height: 70px;
    line-height: 70px;
    font-weight: bold;
    color: #fff;
    font-size: 16px;
    text-align: center;
    background: #C9171D;
    cursor: pointer;
}

.chosen-item {
    float: left;
    margin-top: 20px;
}

.chosen-item>label {
    float: left;
    height: 26px;
    line-height: 26px;
    text-align: right;
    margin-right: 12px;
}

.odd>label {
    width: 47px;
}

.even>label {
    width: 98px;
}

.odd .chosen-box {
    margin-left: 59px;
}

.even .chosen-box {
    margin-left: 110px;
}

.chosen-select {
    height: 26px;
}

.odd {
    width: 46%;
}

.even {
    width: 54%;
}

.sub-info {
    padding: 0 18px;
}

.sub-hd {
    line-height: 26px;
    margin-top: 41px;
    background: url('../images/sub_line.jpg') no-repeat left center;
}

.sub-hd:first-child {
    margin-top: 27px;
}

.sub-tt {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    color: #297dc2;
    padding-right: 11px;
    background-color: #fff;
}

.sub-more {
    float: right;
    color: #297dc2;
}

.sub-items {
    padding-top: 17px;
}

/* 信息列表 */
.sub-items {
    padding-top: 14px;
}

.sub-items>li {
    line-height: 45px;
}

/* 分页 */
.pager {
    margin-top: 26.5px;
}

.m-pagination-page>li>a {
    min-width: 24px;
    height: 34px;
    line-height: 34px;
    border-radius: 0;
}

.m-pagination-page>li {
    margin: 0 5px;
}


.m-pagination-group>button {
    height: 36px;
    line-height: 36px;
}

.m-pagination-group>input {
    height: 34px;
    line-height: 34px;
}
/*20200210*/
.tree-items>li.current a,
.tree-items>li>a:hover {
    color: #C9171D;
    background-color: #f9f9f9;
    background-image: url('../images/tree_iconh.png');
}

.tree-items>li.current>a:before,
.tree-items>li>a:hover:before {
    background-image: url('../images/tree_rh.png');
}
.chosen-box input {
    height: 26px;
    text-indent: 10px;
    background-color: #fff;
}