﻿html {
    background-color: #f5f5f5;
}

.bg-light {
    background-color: #fff;
}

em {
    font-style: normal;
    color: red;
}

.r {
    float: right;
}

.l {
    float: left;
}
.m-l{margin-left:1rem;}
.m-r {
    margin-right: 1rem;
}
.m-t {
    margin-top: 1rem;
}
.m-b {
    margin-bottom: 1rem;
}
a:hover {
    color: #ec443d;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-999 {
    color: #999;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    border-radius: 4px;
    font-size: 14px
}

    .pagination > li {
        display: inline
    }

        .pagination > li > a, .pagination > li > span {
            line-height: 1.42857143;
            position: relative;
            float: left;
            margin-left: -1px;
            padding: 8px 15px;
            text-decoration: none;
            color: #ec443d;
            border: 1px solid #e8e9eb;
            background-color: #fff
        }

        .pagination > li:first-child > a, .pagination > li:first-child > span {
            margin-left: 0;
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px
        }

        .pagination > li:last-child > a, .pagination > li:last-child > span {
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px
        }

        .pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
            color: #ec443d;
            background-color: #eee
        }

    .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
        z-index: 2;
        cursor: default;
        color: #fff;
        border-color: #ec443d;
        background-color: #ec443d
    }

    .pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
        cursor: not-allowed;
        color: #777;
        border-color: #ddd;
        background-color: #fff
    }

.pagination-lg > li > a, .pagination-lg > li > span {
    font-size: 16px;
    line-height: 1.3333333;
    padding: 10px 16px
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.pagination-sm > li > a, .pagination-sm > li > span {
    font-size: 12px;
    line-height: 1.5;
    padding: 5px 10px
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.pagination > .unable:hover, .pagination > li > .unable {
    cursor: default;
    color: #ccc;
    background: #fff
}

.head-top .layui-row {
    line-height: 2.2rem;
}

.head-top .layui-col-md5 {
    display: flex;
    justify-content: flex-start;
}

    .head-top .layui-col-md5 a {
        margin-right: 1rem;
    }

.head-top .layui-col-md7 {
    display: flex;
    justify-content: flex-end;
}

    .head-top .layui-col-md7 a {
        margin-left: 1rem;
    }

.head-con {
    background-color: #5e80c9;
}

    .head-con .layui-row {
        padding-top: 1.4rem;
        padding-bottom: 1.4rem;
        background: url(/static/img/logo_bg.png) no-repeat center top;
    }

    .head-con .search {
        height: 40px;
        line-height: 40px;
        background-color: #fff;
        padding-right: 165px;
        position: relative;
    }

        .head-con .search input[type=text] {
            border: 0;
            height: 40px;
            line-height: 40px;
            width: 100%;
            background-color: transparent;
            padding: 0 1rem;
        }

        .head-con .search a {
            position: absolute;
            right: 78px;
            top: 0;
            width: 80px;
            text-align: center;
        }

        .head-con .search input[type=submit] {
            position: absolute;
            right: 0;
            top: 0;
            height: 40px;
            width: 78px;
            line-height: 40px;
            font-size: 1rem;
            background-color: #ec443d;
            color: #fff;
            border: 0;
        }

    .head-con .search-item {
        line-height: 2rem;
    }

        .head-con .search-item a {
            color: #fff;
            margin: 0 1rem;
            display: inline-block;
        }

.head-tel {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #000;
    color: #fff;
    padding: .4rem;
}

    .head-tel .layui-icon {
        margin-right: .4rem;
    }

.container {
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.head-item, .footer {
    background-color: #de3b34;
}

    .head-item .layui-row {
        display: flex;
        justify-content: space-between;
    }

        .head-item .layui-row a {
            color: #fff;
            line-height: 2.2rem;
        }

.footer-item {
    display: flex;
    justify-content: space-around;
    border-bottom: 2px solid #fff;
}

    .footer-item a {
        color: #fff;
        line-height: 4rem;
    }

.footer-con {
    color: #fff;
    margin-top: 1rem;
}

    .footer-con > div {
        float: left;
    }

    .footer-con .f1 {
        text-align: center;
    }

        .footer-con .f1 img {
            width: 7rem;
        }

    .footer-con .f2 {
        padding: 0 1rem;
    }

        .footer-con .f2 div {
            margin-bottom: 1rem;
        }

    .footer-con .f3 {
        width: 19rem;
        float: right;
    }

        .footer-con .f3 img {
            margin-bottom: .6rem;
            margin-left: .6rem;
        }

.sx {
    background-color: #fff;
    font-size: 14px;
}

    .sx dl {
        padding: 12px 46px 0 90px;
        position: relative;
    }

    .sx dt {
        color: #999;
        position: absolute;
        left: 12px;
        top: 22px;
    }

    .sx dd a {
        display: inline-block;
        margin-right: .8rem;
        margin-bottom: .8rem;
        margin-top: 8px;
    }

    .sx .cur {
        background-color: #ec443d;
        color: #fff;
        border-radius: 4px;
        padding: 2px 6px;
    }

.sx-con {
    background-color: #fff;
    margin: 1rem 0;
}

    .sx-con table {
        width: 100%;
        color: #999;
    }

    .sx-con thead {
        background-color: #ec443d;
        color: #fff;
    }

    .sx-con th, .sx-con td {
        padding: .6rem;
        text-align: left;
        font-weight: normal;
    }

    .sx-con tbody tr {
        border-top: 1px solid #f0f2f5;
    }

    .sx-con thead .s1 {
        width: 4rem;
    }

    .sx-con thead .s3 {
        width: 4rem;
    }

    .sx-con thead .s4 {
        width: 5rem;
    }

.sx-high .layui-form-checkbox {
    margin-top: 12px;
}

section {
    background-color: #fff;
    margin-bottom: 1rem;
}

    section h3 {
        padding: 1rem;
        border-bottom: 1px solid #eee;
        font-size: .9rem;
    }

    section ul, section .item {
        padding: 1rem 1rem 0 1rem;
        font-size: .8rem;
    }

    section li {
        padding-bottom: 8px;
    }

    section .item a {
        display: inline-block;
        margin-right: 8px;
        margin-bottom: 8px;
    }

    section .area dl {
        position: relative;
        padding-left: 35px;
        margin-bottom: 10px;
    }

    section .area dt {
        position: absolute;
        left: 0;
        top: 0;
        color: #999;
    }

    section .area dd a {
        display: inline-block;
        white-space: nowrap;
        margin-right: 5px;
    }

.bid-head {
    background-color: #fff;
    padding: 18px;
}

    .bid-head h2 {
        margin-bottom: 1rem;
    }

    .bid-head a, .bid-head span {
        color: #999;
        font-size: .8rem;
    }

.bid-des {
    background-color: #6467e7;
    padding: 18px;
    color: #fff;
}

    .bid-des h2, .bid-des h3, .bid-des p {
        margin-bottom: 10px;
    }

.bid-con {
    background-color: #fff;
    padding: 18px;
    margin: 1rem 0;
}

    .bid-con .com-table {
        width: 100%;
        background-color: #e8e9eb;
        border-spacing: 1px;
        border-collapse: initial;
    }

        .bid-con .com-table td, .bid-con .com-table th {
            background-color: #fff;
            text-align: left;
            padding: 4px 6px;
            font-size: 14px;
        }

.con-txt table {
    width: 100%;
    background-color: #444;
    border-spacing: 1px;
    border-collapse: initial;
}

    .con-txt table td, .con-txt table th {
        background-color: #fff;
        text-align: left;
        padding: 4px 6px;
        font-size: 14px;
    }

    .bid-con .con-start {
        font-weight: bold;
        margin: 1rem 0;
    }

    .bid-con .con-txt {
        overflow-x: auto;
    }

    .bid-con .con-less {
        padding: 0 1rem;
        background-color: #fbeeec;
        line-height: 3rem;
        margin-bottom: 1rem;
        border: 1px solid #ffbaba;
        border-radius: 4px;
    }

        .bid-con .con-less a {
            color: red;
            font-weight: bold;
        }

    .bid-con .con-limit {
    }

    .bid-con .con-shengming {
        color: #999;
        font-size: .8rem;
        margin-top: 1rem;
    }

.prj-title .fwb {
    font-weight: bold;
}

.prj-title .ptb5 {
    padding: 5px 0;
}

.prj-title .el {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.prj-title .text-666 {
    color: #666;
}

.prj-title .badge {
    display: inline-block;
    line-height: 1.2rem;
    height: 1.2rem;
    vertical-align: text-bottom;
    color: #fff;
    background-color: #ec443d;
    font-size: .8rem;
    border-radius: .2rem;
    padding: 0 .2rem;
}

.com-project-search {
    border: 1px solid #ec443d;
    width: 220px
}

    .com-project-search input[type=text] {
        text-indent: .5em;
        border: 0;
        background-color: transparent;
        height: 20px;
        width: 170px
    }

    .com-project-search input[type=button] {
        float: right;
        border: 0;
        background-color: #ec443d;
        color: #fff;
        height: 20px;
        width: 40px
    }

.jszb-filter_list {
    padding-bottom: 22px;
}

    .jszb-filter_list dl {
        overflow: hidden;
        height: 34px;
    }

    .jszb-filter_list ._more {
        position: absolute;
        right: 12px;
        top: 22px;
        color: #777;
    }

    .jszb-filter_list dl.kai {
        height: auto;
    }

.datepicker {
    width: 80px;
    text-align: center;
}

/* vip项目详情 */
.jszb-project_detail_nav {
    background-color: #f5f5f5;
    border: 1px solid #e5e5e5
}

    .jszb-project_detail_nav a {
        position: relative;
        float: left;
        height: 50px;
        line-height: 50px;
        padding: 0 30px;
        font-size: 14px;
    }

        .jszb-project_detail_nav a.cur {
            background-color: #fff;
            color: #ec443d
        }

            .jszb-project_detail_nav a.cur::before {
                content: '';
                position: absolute;
                left: 0;
                top: 0;
                width: 100%;
                height: 2px;
                background-color: #ec443d;
            }

            .jszb-project_detail_nav a.cur::after {
                content: '';
                position: absolute;
                z-index: 1;
                left: 0;
                bottom: -1px;
                width: 100%;
                height: 1px;
                background-color: #fff;
            }

            .jszb-project_detail_nav a.cur i {
                position: absolute;
                top: 2px;
                left: 50%;
                margin-left: -3px;
                width: 0;
                height: 0;
                border-width: 3px;
                border-style: solid dashed dashed dashed;
                border-color: #ec443d transparent transparent transparent
            }

.jszb-project_detail_sec h3 {
    position: relative;
    padding: 0 0 0 8px;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
    border: 0;
}

    .jszb-project_detail_sec h3::before {
        content: '';
        position: absolute;
        left: 0;
        top: .3em;
        width: 2px;
        height: 1em;
        background-color: #ec443d;
    }

.table {
    border-right: 1px solid #e8e9eb;
    border-bottom: 1px solid #e8e9eb;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

    .table td, .table th {
        border-left: 1px solid #e8e9eb;
        border-top: 1px solid #e8e9eb;
    }

.jszb-project_detail_sec .table {
    border-collapse: collapse;
}

    .jszb-project_detail_sec .table td, .jszb-project_detail_sec table th {
        padding: 14px 18px;
    }

    .jszb-project_detail_sec .table th {
        background-color: #f6f6f6;
        font-weight: bold;
    }

.jszb-project_map {
    position: relative;
    height: 172px;
    background-image: url(http://jszhaobiao.oss-cn-beijing.aliyuncs.com/staticimg/project-map.png);
    background-repeat: no-repeat;
    overflow: hidden;
    text-align:center;
}
    .jszb-project_map .tc{}

    .jszb-project_detail {
        padding: 20px;
    }

.jszb-content_article_header {
    margin-bottom: 10px;
    padding: 20px;
}

    .jszb-content_article_header h1 {
        margin-bottom: 20px;
    }

    .jszb-content_article_header .l span {
        margin-right: 10px;
    }

    .jszb-content_article_header .r a {
        margin-left: 10px;
    }
.btn {
    font-size: 14px;
    font-weight: 400;
    line-height: 32px;
    display: inline-block;
    margin-bottom: 0;
    cursor: pointer;
    box-sizing: border-box;
    touch-action: manipulation;
    min-width: 4em;
    border-radius: 4px;
    user-select: none;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    border: 0;
    padding: 0 1em;
}
.btn-primary, .btn-primary:hover {
    color: #fff;
    background-color: #ec443d;
}
.text-primary {
    color: #ec443d;
}
.jszb-project_contact_list li .text-999 {
    display: inline-block;
    width: 4rem;
}
/*手机适配*/
@media screen and (max-width: 767.98px) {
    .prj-title .el {
        width: 22rem;
    }
}
/*PC*/
@media screen and (min-width: 768px) {
    .prj-title .el {
        width: 35rem;
    }
}
