/**!
 * 下一代智慧招采平台研发项目-新点电子交易平台
 * date:2021-09-28
 * author: zsy;
 */

.com-header {
    background-color: #e8f3fa;
}

body {
    background-color: #f4f6f9;
}

.box {
    background-color: #fff;
}


/* 子页面banner */

.sub-banner {
    height: 244px;
    background: url("../images/subpage/sub_banner.jpg") no-repeat center top;
    overflow: hidden;
}

.banner-txt {
    line-height: 49px;
    margin-top: 93px;
    font-size: 46px;
    font-weight: 600;
    color: #fff;
}


/* 当前位置 */

.route-list {
    height: 43px;
    line-height: 43px;
    padding-left: 14px;
    background: url("../images/subpage/location_ico.png") no-repeat left center;
}

.route-item {
    position: relative;
    padding: 0 10px;
}

.route-item+.route-item:before {
    position: absolute;
    left: -3px;
    top: 0;
    content: "/";
    color: #333;
}

.route-item a {
    color: #333;
}

.route-item.active {
    color: #3768cd;
}

.sub-slide {
    width: 230px;
    border: none;
}

.tree-list {
    border: none;
}

.tree-items+.tree-items {
    border-top: 1px solid #f4f6f9;
}

.tree-link {
    display: block;
    padding-left: 68px;
    color: #000003;
}

.tree-node {
    position: relative;
    height: 79px;
    line-height: 79px;
}

.tree-iconr {
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -3px;
    width: 12px;
    height: 6px;
    background: url("../images/topsel_down.png") no-repeat;
}

.tree-node .tree-link {
    padding-right: 45px;
    font-size: 20px;
    font-weight: 600;
    background-repeat: no-repeat;
    background-position: 20px center;
}

.tree-subs {
    display: none;
    padding: 11px 0;
    border-top: 1px solid #f4f6f9;
}

.tree-items.current .tree-subs {
    display: block;
}

.tree-items.current .tree-iconr {
    background-image: url("../images/top_selup.png");
}

.tree-items.current .tree-node .tree-link,
.tree-node:hover .tree-link {
    color: #1463ce;
}

.tree-subs .tree-link {
    height: 45px;
    line-height: 45px;
    padding-right: 10px;
    font-size: 18px;
    transition: all .1s;
}

.tree-subs .tree-link.current,
.tree-subs .tree-link:hover {
    color: #2b72d2;
    background-color: #e8f4fd;
}


/* 侧边广告位 */

.slide-advertise {
    display: block;
    height: 260px;
    margin-top: 20px;
    box-sizing: border-box;
}

.slide-advertise img {
    width: 100%;
    height: 100%;
}

.sub-content {
    margin-left: 252px;
    border: none;
}


/* 通用列表 */

.info-item {
    height: 57px;
    line-height: 57px;
    border-bottom: 1px dashed #e0e5ec;
    font-size: 16px;
}

.info-item a {
    width: 780px;
    color: #000204;
}

.info-item .date {
    color: #666;
}

.info-item:hover a,
.info-item:hover .date {
    color: #1463ce;
}

.footer {
    margin-top: 30px;
}