/**!
 * 安顺市公共资源交易中心电子招投标系统
 * author: xuyang;
 * date:2017-07-3
 */

.ewb-local {
    height: 56px;
    line-height: 56px;
}

.ewb-local-con {
    font-size: 14px;
    color: #666;
}

.ewb-local-con span {
    padding: 0 6px;
}

.ewb-local-con a {
    color: #666;
}

.ewb-local-con a.ewb-local-col {
    color: #ff7800;
}

.ewb-notice-con {
    margin-top: 15px;
    margin-left: 52px;
    width: 300px;
    height: 30px;
    line-height: 30px;
    background: url(../images/notice_txt_bgh.png);
}

.ewb-notice-select {
    margin-top: 1px;
    margin-left: 13px;
    width: 81px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    border: 0;
    outline: 0;
    color: #0f72cd;
}

.ewb-notice-txt {
    margin-top: 8px;
    padding-left: 10px;
    width: 169px;
    height: 17px;
    line-height: 17px;
    font-size: 14px;
    border: 0;
    outline: 0;
    color: #b2b2b2;
    border-left: 1px solid #dae9f7;
}

.ewb-notice-btn {
    width: 16px;
    height: 30px;
    line-height: 30px;
    border: 0;
    outline: 0;
    cursor: pointer;
    background: url(../images/search_btn.png) left 7px no-repeat;
}


/* left */

.ewb-left {
    width: 232px;
}

.ewb-left-hd {
    height: 31px;
    border-bottom: 1px solid #4195f2;
}

.ewb-left-tt {
    display: block;
    width: 110px;
    height: 31px;
    line-height: 31px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background-color: #3598f4;
}

.ewb-left-bd {
    padding-top: 10px;
}

.ewb-left-link {
    display: block;
    margin-bottom: 10px;
    padding-left: 90px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #2585de;
    background: url(../images/left_icon.png) 39px 19px no-repeat #eaf5ff;
}

.ewb-left-link:hover {
    font-weight: bold;
    color: #fff;
    background: url(../images/left_iconh.png) 39px 19px no-repeat #ff7800;
}


/* right */

.ewb-right {
    margin-left: 20px;
    width: 746px;
}

.ewb-right-hd {
    height: 31px;
    border-bottom: 1px solid #dededd;
}

.ewb-right-tt {
    float: left;
    /*width: 86px;*/
	width: 108px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    text-align: center;
    color: #333;
    border-bottom: 2px solid #0678cf;
}

.ewb-right-bd {
    padding-top: 8px;
}

.ewb-com-item {
    padding-left: 12px;
    height: 26px;
    line-height: 26px;
    font-size: 16px;
    vertical-align: top;
    background: url(../images/item_icon.png) left center no-repeat;
}

.ewb-com-item:hover {
    background: url(../images/item_iconh.png) left center no-repeat;
}

.ewb-com-block {
    margin-right: 80px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ewb-com-item a {
    color: #333;
}

.ewb-com-item span {
    margin-top: -26px;
    color: #999;
}

.ewb-com-item:hover a,
.ewb-com-item:hover span {
    color: #ff7800;
}


/* 分页 */

.ewb-page {
    margin-top: 10px;
    margin-left: 54px;
    text-align: center;
}

.ewb-page-items {
    margin-top: 10px;
    text-align: center;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.ewb-page-li {
    min-width: 36px;
    *width: 36px;
    margin-right: 4px;
    font-size: 14px;
    text-align: center;
    font-family: "Microsoft YaHei";
    float: left;
}

.ewb-page-li>a {
    display: block;
    color: #555;
    height: 24px;
    line-height: 24px;
    padding: 0 8px;
    border: 1px solid #dfdfdf;
}

.ewb-page-li.current>a {
    border: 0;
    color: #0030cc;
}

.ewb-page-li.ewb-page-noborder>span {
    display: block;
    height: 24px;
    line-height: 24px;
    padding: 0 10px;
    border: 0;
    color: #666;
    font-family: "Simsun";
}

.ewb-page-num {
    *width: 60px;
}

.ewb-page-li.ewb-page-num>span {
    padding: 0 5px;
    font-weight: bold;
}

.ewb-page-input {
    width: 38px;
    height: 24px;
    text-align: center;
    border: 1px solid #dfdfdf;
    line-height: 24px;
    color: #666;
    outline: none;
    vertical-align: top;
    *margin-top: -1px;
}

.ewb-page-hover {
    *width: 60px;
}

.ewb-page-hover>a {
    font-family: "Simsun";
}

.ewb-page-go {
    margin-left: 2px;
}

.ewb-page-hover:hover>a,
.ewb-page-go:hover>a {
    color: #fff;
    background-color: #999;
    border-color: #999;
}

.ewb-page-go>a {
    font-size: 12px;
    padding: 0 6px;
}

.ewb-page-goto {
    margin-right: 0;
}

.ewb-page-li.ewb-page-goto>span {
    padding: 0 6px 0 0;
    text-align: right;
}

.ewb-page-inpt {
    margin-left: 10px;
}

.ewb-page-li.ewb-page-ellipsis>span {
    padding: 0 17px 0 16px;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: #555;
}


/* 左侧菜单 */

.showpage a {
    font-family: "Microsoft YaHei";
}

.hidden {
    display: none;
}

.nav-tree-item {
    margin-bottom: 1px;
}

.nav-tree-hd {
    padding-left: 40px;
    font-family: "微软雅黑";
    height: 42px;
    line-height: 42px;
    position: relative;
}

.nav-tree-title {
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    font-family: "微软雅黑";
}

.nav-tree-title:hover {
    text-decoration: underline;
}

.nav-tree-toggle {
    position: absolute;
    display: block;
    width: 16px;
    height: 16px;
    top: 50%;
    margin-top: -8px;
    right: 30px;
    cursor: pointer;
}

.nav-tree-hd.opened {
    background: url(../images/l-left2.png) no-repeat 0 0 transparent;
}

.nav-tree-hd.opened .nav-tree-toggle {
    background-image: url(../images/xia.png);
}

.nav-tree-hd.closed {
    background: url(../images/l-left1.png) no-repeat 0 0 transparent;
}

.nav-tree-hd.closed .nav-tree-toggle {
    background-image: url(../images/you.png);
}

.nav-tree {
    padding-left: 20px;
}

.nav-nodes {
    padding-left: 20px;
}

.nav-node-line {
    line-height: 32px;
    height: 32px;
}

.nav-node-text {
    font-size: 12px;
    color: #333;
}

.nav-node-text:hover {
    text-decoration: underline;
}

.nav-node-text.active {
    color: #ff0000;
}

.nav-node-icon {
    vertical-align: middle;
    margin-top: -2px;
    width: 13px;
    height: 13px;
    display: inline-block;
}

.node-leaf {
    background: url(../images/quan.png) no-repeat 0 0 transparent;
}

.node-toggle {
    cursor: pointer;
}

.node-toggle.opened {
    background: url(../images/jian.jpg) no-repeat 0 0 transparent;
}

.node-toggle.closed {
    background: url(../images/jia.jpg) no-repeat 0 0 transparent;
}

.f1-level {
    height: 42px;
    line-height: 42px;
    padding-left: 40px;
    background: url(../images/l-left2.jpg) left no-repeat;
    font-size: 16px;
    font-family: "微软雅黑";
    color: #fff;
    margin-bottom: 1px;
    cursor: pointer;
}

.f1-level.current {
    background: url(../images/l-left1.jpg) left no-repeat;
}

.s1-level {
    height: 198px;
    padding-top: 5px;
}

.s1-bg:hover {
    background: #e9e9e9;
}

.s1-level li {
    height: 32px;
    line-height: 32px;
}

.s1-level li a {
    font-size: 14px;
    font-family: "微软雅黑";
    color: #434343;
}

.s1-bg-a {
    display: block;
    background: url(../images/jia.jpg) 40px 50% no-repeat;
    padding-left: 60px;
}

.s1-bg-n1 {
    display: block;
}

.s1-bg-h {
    display: block;
    background: url(../images/jian.jpg) 40px 50% no-repeat;
    padding-left: 60px;
    font-size: 14px;
    font-family: "微软雅黑";
    color: #434343;
}

.box {
    padding-left: 80px;
}

.s1-l-icon a:hover {
    color: #ff1400;
}