/**!
 * 新郑市公共资源交易中心
 * author: wuzhou
 * date:2020-06-08
 */

body,
.home-main {
    background-color: #fafafa;
}

.route {
    padding-left: 21px;
    line-height: 54px;
    color: #666;
    background: url("../images/route_ico.png") left center no-repeat;
}

.route>a {
    color: #666;
}

.route-last {
    color: #f60;
}

.list-left {
    width: 260px;
    min-height: 422px;
    background: url("../images/list_top_bg.png") center top no-repeat #f9fafd;
}

.list-right {
    width: 918px;
}

.list-name {
    margin-top: 16px;
    margin-left: 16px;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    padding-left: 55px;
    height: 41px;
    line-height: 41px;
    background: url("../images/list_top_ico.png") left center no-repeat;
}

/* 左侧菜单 */
.wb-tree {
    padding-top: 31px;
    padding-bottom: 40px;
    margin: 0 15px;
}

.wb-tree-items {
    margin-top: 12px;
}

.wb-tree-tt {
    color: #666;
    font-size: 18px;
    font-weight: bold;
}

.wb-tree-node,
.wb-tree-sub a {
    display: block;
    height: 48px;
    line-height: 48px;
    font-size: 14px;
    color: #333;
    font-weight: bold;
    cursor: pointer;
    border-radius: 24px;
    background-color: #e0eaff;
}

.wb-tree-iconl {
    float: left;
    width: 14px;
    height: 16px;
    margin-top: 16px;
    margin-left: 25px;
    margin-right: 10px;
    background: url("../images/item_ico.png") no-repeat;
}

.wb-tree-iconr {
    float: right;
    width: 12px;
    height: 12px;
    margin-top: 18px;
    margin-right: 20px;
    background: url("../images/item_right2.png") no-repeat;
}

.wb-tree-sub {
    display: none;
}

.wb-tree-item>a {
    position: relative;
    padding-left: 44px;
    font-size: 12px;
    border-radius: 0;
    background: none;
    font-weight: normal;
    color: #666;
    height: 40px;
    line-height: 40px;
}

.wb-tree-item>a:before {
    position: absolute;
    content: "";
    left: 30px;
    top: 50%;
    margin-top: -2px;
    width: 4px;
    height: 4px;
    background-color: #666;
}

.wb-tree-item>a:hover {
    color: #f00;
}

.wb-tree-item>a:hover:before {
    background-color: #f00;
}



.current .wb-tree-iconr {
    width: 12px;
    height: 12px;
    margin-top: 18px;
    margin-right: 20px;
    background: url("../images/item_right1.png") no-repeat;
}

.current .wb-tree-sub {
    display: block;
}

.current .wb-tree-node {
    background-color: #4e8ffa;
}

.current .wb-tree-iconl {
    background: url("../images/item_icoh.png") no-repeat;
}

.current .wb-tree-tt {
    color: #fff;
}

/* 右侧 */
.right-title {
    position: relative;
    height: 56px;
    line-height: 56px;
    font-size: 20px;
    font-weight: bold;
    color: #2069e1;
    padding-left: 20px;
    background-color: #f9fafd;
    border-top: 2px solid #4e7adb;
}

.right-title:before {
    position: absolute;
    content: '';
    top: 0;
    left: 52px;
    width: 16px;
    height: 12px;
    background: url("../images/right_title_ico.png") center no-repeat;
}


.reg-node {
    margin-top: 14px;
}

.reg-node:first-child {
    margin-top: 0;
}

.input-placeholder {
    width: 230px;
    line-height: 34px;
    padding-right: 10px;
    text-align: right;
}

.input-placeholder>span {
    color: #ff0000;
}

.reg-txt {
    width: 528px;
    height: 34px;
    line-height: 34px;
    outline: 0;
    text-indent: 10px;
    background-color: #ffffff;
    border-radius: 4px;
    border: solid 1px #d6d6d6;
}

.reg-textarea {
    width: 528px;
    height: 122px;
    line-height: 34px;
    outline: 0;
    text-indent: 10px;
    background-color: #ffffff;
    border-radius: 4px;
    border: solid 1px #d6d6d6;
    resize: none;
}

.reg-txt.small {
    width: 110px;
}

.reg-img {
    height: 36px;
    margin-left: 10px;
}

.buttons {
    padding-top: 40px;
    font-size: 0;
    -webkit-text-size-adjust: none;
    text-align: center;
}

.buttons button {
    display: inline-block;
    font-size: 14px;
    width: 80px;
    height: 36px;
    border: 1px solid #007eff;
    border-radius: 4px;
    background: #fff;
    color: #007eff;
    margin: 0 8px;
    cursor: pointer;
}

button.submit {
    color: #fff;
    background: #007eff;
}

.sel {
    width: 112px;
}

.ewb-sel {
    display: none;
    width: 100%;
    height: 34px;
    line-height: 34px;
    padding-left: 6px;
    border: 1px solid #ddd;
}
/*
.chosen-container {
    width: 100%;
    height: 34px;
    line-height: 34px;
    font-family: "Microsoft YaHei";
}

.chosen-container-single .chosen-single {
    padding: 0 0 0 10px;
    height: 34px;
    border: 1px solid #ddd;
    box-shadow: none;
    font-size: 14px;
    color: #333;
    border-radius: 3px;
}

.chosen-container-single .chosen-default {
    color: #999;
}

.chosen-container-single .chosen-single.cur {
    color: #333;
}

.chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #ddd;
}

.chosen-container-single .chosen-single span {
    margin-right: 20px;
    height: 34px;
    line-height: 34px;
}

.chosen-container-single .chosen-single div {
    width: 20px;
    padding: 0;
}

.chosen-container-single .chosen-single div b {
    width: 20px;
    height: 34px;
    background: url("../images/sel_ico.png") left center no-repeat;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    background: url("../images/sel_ico_cur.png") left center no-repeat;
}

.chosen-container-single .chosen-drop {
    top: 35px;
    border: 1px solid #ddd;
    border-top: 0;
    border-radius: 0;
}

.chosen-container .chosen-search {
    display: none;
}

.chosen-container .chosen-results {
    margin: 0;
    padding: 0;
    color: #676767;
}

.chosen-container .chosen-results li {
    padding-left: 10px;
    padding-right: 10px;
    line-height: 20px;
}

.chosen-container .chosen-results li.highlighted {
    color: #fff;
    background-color: #0087ff;
}
*/
.list-right .chosen-single{
	width: 200px;
}
.list-right .chosen-drop{
	width: 200px;
}

label.error {
    height: 34px;
    line-height: 34px;
    padding-left: 20px;
    color: #ff0000;
}
