/**!
 * 酒泉市公共资源交易平台建设-通用列表
 * author: qianyuting
 * date:2021-01-18
 */

/* 内容 */

.main {
    margin-top: 20px;
}

/* 左侧边垂直菜单 */

.left-bar{
    width: 230px;
}

.wb-tree-node {
    position: relative;
    height: 65px;
    line-height: 65px;
}

.wb-tree-tt {
    position: relative;
    display: block;
    padding: 0 40px;    
    color: #333;
    font-size: 18px;
    font-family: "SourceHanSansCN-Medium";
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.wb-tree-tt:after {
    position: absolute;
    bottom: 0;
    left: 10px;
    right: 10px;
    content: '';
    height: 1px;
    background-color: #dfdfee;
}

.current .wb-tree-node,
.wb-tree-node:hover {
    background: url('../images/left_bar_bg.jpg') no-repeat;
    background-size: 100% 100%;
}

.current .wb-tree-node:after,
.wb-tree-node:hover:after {
    position: absolute;
    top: 50%;
    right: 18px;
    content: '';
    width: 40px;
    height: 26px;
    margin-top: -13px;
    background: url('../images/left_bar_arrow.png') center no-repeat;
    background-size: 100% 100%;
}

.current .wb-tree-tt,
.wb-tree-node:hover .wb-tree-tt {
    padding: 0 60px 0 40px;    
    color: #fff;
}

/* 右侧数据 */

.right-con{
    width: 930px;
}

.right-hd {
    height: 56px;
    line-height: 56px;
    border-bottom: 2px solid #dfe2ee;
    box-sizing: border-box;
    overflow: hidden;
}

.right-tit {
    position: relative;
    height: 56px;
    line-height: 56px;
    font-size: 24px;
    color: #233967;
    font-family: "SourceHanSansCN-Bold";
    background: url('../images/right_tit_underline.png') left bottom no-repeat;
    background-size: 100% 6px;
}

.right-search-box {
    position: relative;
    width: 290px;
    height: 36px;
    margin-top: 6px;
    background-color: #fff;
    box-sizing: border-box;
    overflow: hidden;
}

.right-search-input {
    position: relative;
    padding: 0 70px 0 8px;
    height: 34px;
    width: 100%;
    font-size: 15px;
    color: #bdc0ca;
    border: 1px solid #bdc2d2; 
    border-radius: 4px;       
    vertical-align: top;
    box-sizing: border-box;
    z-index: 1;
}

.right-search-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 70px;
    height: 34px;
    line-height: 34px;
    color: #fff;
    font-size: 15px;
    background: #58a7ff;
    background: linear-gradient(to right, #58a7ff, #2366ff);
    background: -webkit-linear-gradient(left, #58a7ff, #2366ff);
    background: -o-linear-gradient(right, #58a7ff, #2366ff);
    background: -moz-linear-gradient(left, #58a7ff, #2366ff);
    text-align: center;
    border-radius: 0 4px 4px 0;    
    z-index: 2;
}

.right-search-btn span {
    padding-left: 20px;
    background: url('../images/icon_search.png') left center no-repeat;    
}

.right-bd {
    margin-top: 20px;
    display:none;
}
.right-bd.active{
   display:block;
}

.info-table {
    position: relative;
    height:540.3px;
   
}

.info-table:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 50px;
    background: #58a7ff;
    background: linear-gradient(to right, #58a7ff, #2366ff);
    background: -webkit-linear-gradient(left, #58a7ff, #2366ff);
    background: -o-linear-gradient(right, #58a7ff, #2366ff);
    background: -moz-linear-gradient(left, #58a7ff, #2366ff);
    border-radius: 6px;
    z-index: -1;
}

table {
    width: 100%;
    table-layout: fixed;
}

table th,
table td {
    font-size: 15px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

table th {
    height: 50px;
    color: #fff;
}

table td {
    height: 48px;
    color: #4e6492;
    border-left: 1px solid #e8e8f3;
    border-right: 1px solid #e8e8f3;
}

table td:first-child {
    border-left: 0;
    border-radius: 6px 0 0 6px;
}

table td:last-child {
    border-right: 0;
    border-radius: 0 6px 6px 0;
}

table tr:nth-child(2n) td {
    background-color: #f3f7ff;
}

.see-btn {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url('../images/icon_search_blue.png') center no-repeat;
}

/* 累计上链 */

.cumulate {
    height: 130px;
    border-radius: 4px;
    box-shadow: 0px 0px 26px 0px rgba(16, 56, 122, 0.15);
    overflow: hidden;
}

.cumulate-tit {
    position: relative;    
    width: 230px;
    height: 130px;
    line-height: 130px;
    color: #fff;
    font-size: 26px;
    font-family: "SourceHanSansCN-Bold";
    background: #4493ed url('../images/cumulate_tit_bg.png') -2px 1px no-repeat;
    background-size: 100% 100%;
    text-align: center;
}

.cumulate-tit:after {
    position: absolute;
    top: 50%;
    right: -30px;
    content: "";
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border: 15px solid transparent;
    border-left-color: #4493ed;
    z-index: 20;
}

.cumulate-tit>span {
    padding: 0 5px;
    position: relative;
}

.cumulate-tit>span:after {
    position: absolute;
    top: 50%;
    right: 0;
    content: "";
    width: 3px;
    height: 12px;
    margin: -6px -3px 0 0;
    background-color: #abcef7;
}

.cumulate-tit>span:last-child:after {
    display: none;
}

.cumulate-list {
    width: calc(100% - 230px);
}

.cumulate-item {
    position: relative;
    width: 33.3%;
    height: 130px;
    padding: 22px 35px 12px 55px;
    box-sizing: border-box;
}

.cumulate-item:after {
    position: absolute;
    top: 50%;
    right: 0;
    content: "";
    width: 1px;
    height: 80px;
    margin-top: -40px;
    background-color: #e7eaef;
}

.cumulate-item-title {
    height: 16px;
    line-height: 16px;
    font-size: 16px;
    color: #333333;
    padding-top: 8px;
    margin-bottom: 16px;
}

.cumulate-item-value {
    height: 30px;
    font-size: 32px;
    color: #4D9BF4;
    font-family: "SourceHanSansCN-Bold";
    line-height: 30px;
}

.cumulate-item-img {
    width: 70px;
    height: 100%;
    margin-right: 28px;
}

.record .cumulate-item-img {
    background: url('../images/record.png') no-repeat center;
}

.company .cumulate-item-img {
    background: url('../images/company.png') no-repeat center;
}

.project .cumulate-item-img {
    background: url('../images/project.png') no-repeat center;
}
/*# sourceMappingURL=jiuquanlist.css.map */