﻿/**!
 * 河北省公共资源交易中心内网页面样式
 * date: 2016.4.1
 * author: wuzhou
 */

.bread-route {
    font-family: 'Microsoft YaHei';
    line-height: 42px;

    height: 42px;

    text-indent: 19px;

    color: #333;
    background: url(../images/bread_ico.png) left no-repeat;
}

.bread-link {
    color: #333;
}

.bread-link:hover {
    color: #ff6603;
}

/* 正文 */

.list-right {
    width: 772px;
}


.list-left {
    min-height: 620px;
    background-color: #fbfbfb;
}

.list-bar-item {
    height: 51px;
}

.list-bar-link {
    display: block;
    height: 50px;
    line-height: 50px;
    text-indent: 62px;
    font-size: 16px;
    color: #333;
    font-family: "Microsoft YaHei";
    border-bottom: 1px solid #fff;
    background: url(../images/list_bar_ico.png) 40px no-repeat #f2f4f5;
}

.list-bar-link:hover {
    color: #0686d7;
    border-color: #fbfbfb;
    background: url(../images/list_bar_ico_hover.png) 40px no-repeat #e0f2ff;
}


.frame {
    border: 1px solid #c9e1ed;
    border-top: 2px solid #5899de;
}

.h617 {
    height: 617px;
}

.frame-con {
    margin: 0 20px;
}

.list-title {
    font-size: 18px;
    color: #0686d7;
    padding-top: 13px;
    font-family: "Microsoft YaHei";
}
.list-title a{
    color: #0686d7;
}
.frame-con-items {
    padding-top: 8px;
}


.frame-con-item {
    height: 40px;
    line-height: 40px;
    vertical-align: top;
    border-bottom: 1px dashed #dfdfdf;
}

.frame-con-txt {
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.frame-con-link {
    display: block;
    color: #333;
}

.frame-con-tag {
    color: #ff6603;
    margin-right: 36px;
}

.frame-con-date {
    color: #999;
}

/* 页码 */

.wb-page-items {
  margin-top:27px;
  margin-left: 69px;
}

.wb-page-li {
    float: left;
    margin-left: 4px;
    font-size: 14px;
    text-align: center;
    font-family: "Microsoft YaHei";
}

.wb-page-li>a {
    display: block;
}

.wb-page-li.ml6 {
    margin-left: 6px;
}

.wb-page-li.ml20 {
    margin-left: 20px;
}

.wb-page-item {
    width: 34px;
    height: 24px;
    border: 1px solid #dfdfdf;
    line-height: 24px;
    color: #666;
}
.wb-page-item:hover{
    border:1px solid #0686d7;
}

.wb-page-item.current{
    width: 36px;
    height:26px;
    line-height: 26px;
    border:0;
    color: #0686d7;
    font-weight: bold;
}
.wb-page-default {
    width: 36px;
    height: 26px;
    line-height: 26px;
    color: #666;
}

.wb-page-omit {
    width: auto;
    padding: 0 18px 0 18px;
}

.wb-page-family {
    font-family: "SimSun";
}

.wb-page-fs12 {
    font-size: 12px;
}

.wb-page-number {
    width: auto;
    padding: 0 6px 0 6px;
    font-weight: bold;
}

.wb-page-to {
    width: auto;
}

.wb-page-next {
    width: 58px;
}

.wb-page-next:hover {
    background-color: #999999;
    color: #fff;
    cursor: pointer;
    border: 1px solid #999;
}

.wb-page-go {
    width: 28px;
}
.pageLink {
    color: #333;
}

/*********树控件***************/
.nav-tree {
  padding-left: 10px;
     /*  background: #f2f4f5; */
}

.nav-nodes {
  padding-left: 10px;
}

.nav-node-line {
    padding-left: 20px;
    line-height: 50px;
    height: 50px;
	    margin-bottom: 1px;
}

.nav-tree-title {

    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #333;
    font-family: "Microsoft YaHei";
   
 
}

.nav-node-text {

    font-size: 14px;
    color: #333;
    font-family: "Microsoft YaHei";
}

.nav-node-text.active {
    color: #ff0000;
}

.nav-node-icon {
    vertical-align: middle;
    margin-top: -2px;
    width: 13px;
    height: 16px;
    display: inline-block;
}

.nav-node-toggle,
.node-folder {
    cursor: pointer;
}

.nav-node-toggle.closed {
 background: url(../images/list_bar_ico.png) no-repeat 0 0 transparent;
}

.nav-node-toggle.opened{
background: url(../images/list_bar_ico_hover.png) no-repeat 0 0 transparent;
}