/**!
 * 下一代智慧招采平台研发项目-新点电子交易平台
 * date:2021-09-28
 * author: zsy;
 */

.tree-items.catenumimg1 .tree-node .tree-link {
    background-image: url("../images/subpage/inforslide_tt1.png");
}

.tree-items.catenumimg2 .tree-node .tree-link {
    background-image: url("../images/subpage/inforslide_tt2.png");
}

.tree-items.catenumimg3 .tree-node .tree-link {
    background-image: url("../images/subpage/inforslide_tt3.png");
}

.sub-content {
    padding: 27px 0;
	min-height: 432px;
}

.filter-sort {
    padding-bottom: 20px;
    border-bottom: 1px solid #e8ecf1;
}

.filter-sort .filter {
    height: 34px;
    line-height: 34px;
}

.filter-sort .filter+.filter {
    margin-top: 20px;
}

.filter-tt {
    width: 90px;
    text-align: right;
    font-weight: 600;
}

.choose-list {
    margin-left: 20px;
}

.choose-item {
    height: 34px;
    line-height: 32px;
    padding: 0 15px;
    border-radius: 4px;
    border: 1px solid #fff;
    box-sizing: border-box;
    color: #3f5279;
    cursor: pointer;
}

.choose-item.active {
    color: #3768cd;
    border-color: #3768cd;
}

.date-box {
    margin-left: 15px;
    color: #3f5279;
}

.datetime {
    width: 160px;
    height: 34px;
    line-height: 32px;
    margin: 0 8px;
    padding: 0 11px;
    border: 1px solid #ced3d9;
    border-radius: 4px;
    box-sizing: border-box;
    color: #afb5bf;
    background: url("../images/subpage/date_ico.png") no-repeat 132px center;
    cursor: pointer;
}

.datetime .input {
    width: 100%;
    height: 100%;
    line-height: 32px;
    background: none;
}

.sub-content input:focus {
    border-color: #2590eb;
}

.date-box .to {
    margin: 0 4px;
}

.filter-tips {
    width: 350px;
    height: 34px;
    line-height: 34px;
    margin-left: 20px;
    border: 1px solid #b5c2d4;
    border-radius: 4px;
}

.filter-tips .input-placeholder {
    top: 0;
    left: 13px;
    color: #718bae;
}

.filter-tips .input {
    width: 100%;
    height: 100%;
    line-height: 32px;
    padding: 0 47px 0 13px;
    box-sizing: border-box;
    background: none;
}

.filter-tips .btn {
    position: absolute;
    right: 1px;
    top: 0;
    width: 47px;
    height: 100%;
    line-height: 30px;
    background: #fff url("../images/main_search.png") no-repeat center;
    cursor: pointer;
}

.button-box {
    margin-left: 110px;
}

.button-box .btn {
    width: 120px;
    height: 32px;
    line-height: 30px;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
}

.button-box .btn.search {
    background-color: #fea945;
}

.button-box .btn.search:hover {
    background-color: #f58f17;
}

.button-box .btn.reset {
    margin-left: 20px;
    background-color: #3187e9;
}

.button-box .btn.reset:hover {
    background-color: #1463ce;
}

.infor-center {
    padding: 0 25px;
}