@charset 'UTF-8';

/**!
 * 首页
 * author: qianyuting;
 * date: 2021-01-22
 */

/* main */

.ewb-content {
    padding: 0 10px;
    background-color: #fff;
}

/* 标题 */
.ewb-sec-tit {
    height: 44px;
    line-height: 43px;
    padding-left: 30px;
    font-size: 20px;
    font-family: "SourceHanSansCN-Bold";
    border-bottom: 1px solid #dedede;
    background-position: left center;
    background-repeat: no-repeat;
}

/* 1200分辨率以下 */

@media (max-width: 1199px) {}

/* 竖版pad及以下 */

@media (max-width: 979px) {}

/* 手机端 */

@media (max-width: 767px) {}

/* 中心动态、党建栏目和通知公告样式 */

.ewb-news {
    position: relative;
    height: 310px;
    padding: 20px;
    overflow: hidden;
}

.ewb-cm-hd {
    height: 38px;
    border-bottom: 1px solid #dedede;
    background: url('../images/default/news_hd_bg.png') right 5px no-repeat;
}

.ewb-cm-tt {
    position: relative;
    float: left;
    margin-left: 10px;
    padding: 0 11px;
    height: 38px;
    line-height: 36px;
    font-size: 18px;
    color: #666;
}

.ewb-cm-tt:before {
    content: "";
    position: absolute;
    left: -5px;
    top: 50%;
    margin-top: -9px;
    width: 1px;
    height: 18px;
    background-color: #dedede;
}

.ewb-cm-tt:first-child {
    margin-left: 0;
}

.ewb-cm-tt:first-child:before {
    display: none;
}

.ewb-cm-tt.current {
    border-bottom: 2px solid #196bdd;
    color: #2d7eda;
    font-family: "SourceHanSansCN-Bold";
}

/* 1200分辨率以下 */

@media (max-width: 1199px) {
    .ewb-cm-tt {
        padding: 0 10px;
        font-size: 14px;
    }
}

/* 竖版pad及以下 */

@media (max-width: 979px) {
    .ewb-news {
        height: auto;
        padding: 20px 10px;
    }
}

/* 公共列表样式 */

.ewb-list {
    padding: 7px 5px 0 2px;
}

.ewb-list-node {
    height: 38px;
    line-height: 38px;
    color: #666;
    vertical-align: top;
    font-size: 17px;
}

.ewb-list-name {
    float: left;
    max-width: 70%;
    color: #666;
}

.ewb-list-date {
    float: right;
    color: #999;
}

.ewb-list-node:hover .ewb-list-name,
.ewb-list-node:hover .ewb-list-date {
    color: #2d7eda;
}

.ewb-list-more {
    display: block;
    height: 28px;
    line-height: 28px;
    text-align: center;
    overflow: hidden;
}

.ewb-list-more a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 12px;
    font-size: 14px;
    color: #999;
    cursor: pointer;
}

.ewb-list-more a i {
    position: absolute;
    top: 50%;
    width: 111px;
    height: 1px;
    background-repeat: no-repeat;
}

.ewb-list-more a i.left {
    left: -123px;
    background-image: url('../images/default/more_line_l.png');
}

.ewb-list-more a i.right {
    right: -123px;
    background-image: url('../images/default/more_line_r.png');
}

/* 1200分辨率以下 */

@media (max-width: 1199px) {
    .ewb-list-name {
        max-width: 65%;
    }

    .ewb-list-date {
        font-size: 12px;
    }
}

/*图片轮播*/

.ewb-slider {
    position: relative;
    height: 310px;
}

.owl-carousel {
    position: relative;
    width: 100%;
    height: 310px;
    overflow: hidden;
}

.owl-carousel .item {
    display: block;
    width: 100%;
}

.owl-carousel img {
    display: block;
    width: 100%;
    height: 310px;
}

.owl-carousel .item-name {
    position: absolute;
    z-index: 100;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 12px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    background: url('../images/default/mask_bg.png') repeat;
}

.owl-carousel .owl-dots {
    display: none;
}

.ewb-pages {
    position: absolute;
    z-index: 300;
    right: 11px;
    bottom: 45px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #666666;
    background: url('../images/default/pages_bg.png') no-repeat;
}

.ewb-curpage {
    font-family: "SourceHanSansCN-Bold";
    color: #2e6dcc;
}

.owl-prev,
.owl-next {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    width: 22px;
    height: 40px;
    background-repeat: no-repeat;
    cursor: pointer;
    -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
}

.owl-prev span,
.owl-next span {
    display: none;
}

.owl-prev {
    left: 0;
    background: url('../images/default/prev_ico.png');
}

.owl-next {
    right: 0;
    background: url('../images/default/next_ico.png');
}

.owl-prev:hover {
    background-image: url('../images/default/prev_icoh.png');
}

.owl-next:hover {
    background-image: url('../images/default/next_icoh.png');
}

/*竖版pad及以下*/

@media (max-width: 979px) {

    .ewb-slider,
    .owl-carousel,
    .owl-carousel img {
        height: auto;
    }
}

/*竖版手机端*/

@media (max-width: 480px) {

    .owl-carousel .item-name,
    .ewb-pages {
        font-size: 14px;
    }
}

/* 快速入口 */

/* .ewb-entry,
.ewb-publicity {
    height: 210px;
    padding-top: 4px;
}

.ewb-entry .ewb-sec-tit {
    background-image: url('../images/default/entry_tit_icon.png');
}

.ewb-link-container {
    padding: 20px 10px;
}

.ewb-link-list {
    margin: -5px -7.5px;
}

.ewb-link-item {
    width: 20%;
    padding: 5px 7.5px;
}

.ewb-link-item > a {
    display: block;
    height: 120px;
    padding-top: 26px;
    color: #333; 
    font-size: 16px;  
    background-color: #edf7fd;
}

.ewb-link-item > a:hover {
    transform: translate(0,-5px);
    box-shadow:0px 0px 10px 0px rgba(102,102,102,0.36);
}

.ewb-link-icon {
    display: block;
    width: 35px;
    height: 35px;
    margin: 0 auto 10px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

.ewb-link-name {
    line-height: 30px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ewb-entry .ewb-link-item:nth-child(1) > a {
    background-color: #fff3ec;
}

.ewb-entry .ewb-link-item:nth-child(1) .ewb-link-icon {
    background-image: url('../images/default/entry_icon1.png');
}

.ewb-entry .ewb-link-item:nth-child(2) > a {
    background-color: #edf7fd;
}

.ewb-entry .ewb-link-item:nth-child(2) .ewb-link-icon {
    background-image: url('../images/default/entry_icon2.png');
}

.ewb-entry .ewb-link-item:nth-child(3) > a {
    background-color: #edf7fd;
}

.ewb-entry .ewb-link-item:nth-child(3) .ewb-link-icon {
    background-image: url('../images/default/entry_icon3.png');
}

.ewb-entry .ewb-link-item:nth-child(4) > a {
    background-color: #edf7fd;
}

.ewb-entry .ewb-link-item:nth-child(4) .ewb-link-icon {
    background-image: url('../images/default/entry_icon4.png');
}

.ewb-entry .ewb-link-item:nth-child(5) > a {
    background-color: #edf7fd;
}

.ewb-entry .ewb-link-item:nth-child(5) .ewb-link-icon {
    background-image: url('../images/default/entry_icon5.png');
} */

/* 信息公示 */

.ewb-publicity .ewb-sec-tit {
    background-image: url('../images/default/publicity_tit_icon.png');
}

.ewb-publicity .ewb-link-item {
    width: 33.33%;
}

.ewb-publicity .ewb-link-item:nth-child(1) > a {
    background-color: #fff3ec;
}

.ewb-publicity .ewb-link-item:nth-child(1) .ewb-link-icon {
    background-image: url('../images/default/publicity_icon1.png');
}

.ewb-publicity .ewb-link-item:nth-child(2) > a {
    background-color: #e7f5f2;
}

.ewb-publicity .ewb-link-item:nth-child(2) .ewb-link-icon {
    background-image: url('../images/default/publicity_icon2.png');
}

.ewb-publicity .ewb-link-item:nth-child(3) > a {
    background-color: #ecf0f9;
}

.ewb-publicity .ewb-link-item:nth-child(3) .ewb-link-icon {
    background-image: url('../images/default/publicity_icon3.png');
}

/* 竖版pad及以下 */

@media (max-width: 979px) {
    .ewb-entry,
    .ewb-publicity {
        height: auto;
    }

    .ewb-link-item {
        width: 33.33%;
    }

    .ewb-publicity .ewb-link-item {
        width: 33.33%;
    }
}

/* 手机端 */

@media (max-width: 767px) {
    .ewb-link-item {
        width: 50%;
    }

    .ewb-publicity .ewb-link-item {
        width: 50%;
    }
}

/* 动态信息 */

.ewb-trends {
    position: relative;
    height: 120px;
    padding: 0 20px 0 120px;
    background-color: #fff;
}

.ewb-trends-hd {
    position: absolute;
    top: 20px;
    left: 20px;
    padding-top: 14px;
    width: 80px;
    height: 80px;
    line-height: 26px;
    color: #fff;
    font-size: 22px;
    font-family: "SourceHanSansCN-Bold";
    background: url('../images/default/link_hd_bg.png') center no-repeat;
    background-size: 100% 100%;
    text-align: center;    
}

.ewb-trends-slider {
    padding: 15px 35px;
    height: 120px;
}

.ewb-trends-slider .item {
    height: 90px;
    border: 1px solid #e5e5e5;
}

.ewb-trends-slider img {
    width: 100%;
    height: 100%;
    vertical-align: top;
}

.owl-carousel.ewb-trends-slider .owl-nav.disabled {
    display: block;
}

/* 竖版pad及以下 */

@media (max-width: 979px) {
    .ewb-trends {
        padding: 0 10px 0 100px;
    }
    .ewb-trends-hd {
        left: 10px;
    }
}

/* 近日开标 */

.ewb-bid {
    position: relative;
    min-height: 150px;
    background-color: #fff;
    overflow: hidden;
    border-radius: 8px;
}

.ewb-bid-tit {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 155px;
    height: 100%;
    color: #fff;
    background: url('../images/default/bid_tit_bg.jpg') no-repeat;
    background-size: 100% 100%;
    border-radius: 8px;
}

.ewb-bid-tit-cont {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    text-align: center;
}

.ewb-bid-num {
    line-height: 50px;
    font-size: 42px;
    font-family: "SourceHanSansCN-Bold";
}

.ewb-bid-tit-name {
    line-height: 36px;
    font-size: 20px;
}

/* .ewb-bid-table {
    margin-left: 170px;
    height: 100%;
    padding: 10px 15px;
}

.ewb-bid-th{
    height: 32px;
    line-height: 32px;
    color: #2d7eda;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    background-color: #eaf2fb;
    text-align: center;
}

.ewb-bid-bd a {
    display: block;
    color: #666;
}

.ewb-bid-bd a:hover {
    color: #2d7eda;
}

.ewb-bid-td {
    height: 32px;
    line-height: 32px;
    padding: 0 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
}

.ewb-bid-th:nth-child(1),
.ewb-bid-td:nth-child(1) {
    width: 60%;
}

.ewb-bid-td:nth-child(1) {
    text-align: left;
}

.ewb-bid-th:nth-child(2),
.ewb-bid-td:nth-child(2) {
    width: 20%;
}

.ewb-bid-th:nth-child(3),
.ewb-bid-td:nth-child(3) {
    width: 20%;
} */

.bid-right {
    margin-left: 155px;
    padding: 15px;
    box-sizing: border-box;
}

.platform-list {
    margin: -7.5px;
}

.platform-item {
    width: 12.2857%;
    padding: 7.5px;
    box-sizing: border-box;
}

.platform-card {
    display: block;
    height: 120px;
    padding-top: 18px;
    font-size: 16px;
    color: #333;
    background-color: #edf7fd;
    box-sizing: border-box;
}

.platform-card:hover {
    transform: translate(0,-5px);
    box-shadow:0px 0px 10px 0px rgba(102,102,102,0.36);
}

.platform-name {
    padding-top: 50px;
    line-height: 36px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto 50px;
    text-align: center;
  /*   overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; */
}

.platform-item.dl-icon1 .platform-name {
    background-image: url('../images/default/platform_icon1.png');
}

.platform-item.dl-icon8 .platform-name {
    background-image: url('../images/default/platform_icon8.png');
}

.platform-item.dl-icon2 .platform-name {
    background-image: url('../images/default/platform_icon2.png');
}

.platform-item.dl-icon5 .platform-name {
    background-image: url('../images/default/platform_icon5.png');
}

.platform-item.dl-icon9 .platform-name {
    background-image: url('../images/default/niandu.png');
}

.platform-item.dl-icon7 .platform-name {
    background-image: url('../images/default/platform_icon7.png');
}

.platform-item.dl-icon6 .platform-name {
    background-image: url('../images/default/jingjia.png');
}

/* 竖版pad及以下 */

@media (max-width: 979px) {
    .platform-item {
        width: 25%;
    }
}

/* 手机端 */

@media (max-width: 767px) {
    .ewb-bid-tit {
        position: relative;
        width: 100%;
        height: 100px;
    }

    .bid-right {
        margin-left: 0;
    }
}

@media (max-width: 400px) {
    .platform-item {
        width: 33.3%;
    }
}

@media (max-width: 320px) {
    .platform-item {
        width: 50%;
    }
}


/* 交易信息 */

.ewb-trade {
    height: 530px;
    padding-top: 4px;
    overflow: hidden;
}

.ewb-trade .ewb-sec-tit {
    background-image: url('../images/default/trade_tit_icon.png');
}

.ewb-see-all {
    font-size: 14px;
    color: #2d7eda;
    font-family: "SourceHanSansCN-Regular";
}

.ewb-trade-wrap {
    position: relative;
    margin: 20px 10px;
    padding-left: 186px;
}

.ewb-trade-tab {
    position: absolute;
    top: 0;
    left: 0;
    width: 186px;
    height: 440px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
}

.ewb-tab-node {
    position: relative;
    height: 50px;
}

.ewb-tab-node:before {
    content: "";
    position: absolute;
    top: 0;
    left: 9px;
    right: 9px;
    border-bottom: 1px dashed #e5e5e5;
}

.ewb-tab-name {
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #666666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
}

.ewb-tab-node.current {
    position: relative;
    z-index: 200;
    border: 0 !important;
    background: #16a1f1;
    background: linear-gradient(to right, #196bdd, #16a1f1);
    background: -webkit-linear-gradient(left, #196bdd, #16a1f1);
    background: -o-linear-gradient(right, #196bdd, #16a1f1);
    background: -moz-linear-gradient(right, #196bdd, #16a1f1);
    border-radius: 4px;
}

.ewb-tab-node:first-child:before,
.ewb-tab-node.current:before,
.ewb-tab-node.current+.ewb-tab-node:before {
    display: none;
}

.ewb-tab-node.current .ewb-tab-name {
    color: #fff;
}

.ewb-trade-bd {
    height: 440px;
    border-top: 1px solid #196bdd;
}

.ewb-sub-tab {
    position: relative;
    height: 38px;
    padding: 0 25px;
    background-color: #eaf2fb;
}

.ewb-sub-tab.long {
    padding: 0 20px;
}

.ewb-tab-content {
    position: relative;
    float: left;
    width: 100%;
    height: 38px;
    line-height: 38px;
    overflow: hidden;
}

.ewb-tab-list {
    position: absolute;
    top: 0;
    left: 0;
}

.ewb-sub-tabname {
    position: relative;
    float: left;
    margin: 0 16px;
    color: #90a3b9;
}

.ewb-sub-tabname:before {
    content: "";
    position: absolute;
    left: -16px;
    top: 50%;
    width: 1px;
    height: 14px;
    margin-top: -7px;
    background-color: #c7d4e2;
}

.ewb-sub-tabname:first-child {
    margin-left: 0;
}

.ewb-sub-tabname:first-child:before {
    display: none;
}

.ewb-sub-tabname.current {
    color: #2d7eda;
    font-family: "SourceHanSansCN-Medium";
}

.ewb-tab-btn {
    display: none;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.ewb-tab-btn.lbtn {
    left: -1px;
    background: url('../images/default/tab_lbtn.png') center center no-repeat;
}

.ewb-tab-btn.lbtn:hover {
    background-image: url('../images/default/tab_lbtn_cur.png');
}

.ewb-tab-btn.rbtn {
  /*  right: -12px;*/
    background: url('../images/default/tab_rbtn.png') center center no-repeat;
}

.ewb-tab-btn.rbtn:hover {
    background-image: url('../images/default/tab_rbtn_cur.png');
}

.ewb-trade-list .ewb-list {
    padding: 8px 20px 0;
}

.ewb-trade-list .ewb-list-node.new .ewb-list-name{
    padding-left: 50px;
    background: url('../images/default/icon_new.png') left center no-repeat;
}

.ewb-trade-list .ewb-list-name {
    max-width: calc(100% - 250px);
}

.ewb-list-status {
    display: block;    
    float: right;
    width: 66px;
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    margin: 8px 20px 0 0;
    border-radius: 11px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ewb-list-status.on {
    color: #fff;
    background-color: #ff8a45;
}

.ewb-list-status.off {
    color: #fff;
    background-color: #b0c2d7;
}

.list-type {
    color: #2d7eda;
}

/* 1200分辨率以下 */

@media (max-width: 1199px) {
    .ewb-trade-wrap {
        padding-left: 140px;
    }

    .ewb-trade-tab {
        width: 140px;
    }

    .ewb-tab-name {
        font-size: 14px;
    }

    .ewb-sub-tabname {
        margin-left: 12px;
    }

    .ewb-sub-tab.long {
        padding: 0 30px;
    }

    .ewb-tab-btn.lbtn {
        left: 0;
    }

    .ewb-tab-btn.rbtn {
        right: 0;
    }

    .ewb-trade-list .ewb-list-name {
        max-width: calc(100% - 220px);
    }
}

/* 手机端 */

@media (max-width: 767px) {
    .ewb-trade {
        height: auto;
    }

    .ewb-trade-wrap {
        margin: 12px 0 0;
        padding-left: 0;
    }

    .ewb-trade-tab {
        position: static;
        width: 100%;
        padding-top: 1px;
        height: auto;
    }

    .ewb-tab-node {
        float: left;
        width: 33.33333333333333333333%;
    }

    .ewb-tab-node:first-child {
        margin-top: -1px;
    }

    .ewb-tab-node:nth-child(3),
    .ewb-tab-node:nth-child(6),
    .ewb-tab-node:nth-child(9) {
        border-right: 1px solid #e5e5e5;
    }

    .ewb-trade-bd {
        margin-top: 10px;
    }

    .ewb-trade-list .ewb-list {
        padding: 8px 0 0;
    }

    .ewb-trade-list .ewb-list-name {
        max-width: calc(100% - 205px);
    }

    .ewb-list-status {
        margin-right: 10px;
    }
}

@media (max-width: 480px) {

    .ewb-tab-node {
        width: 50%;
    }

    .ewb-trade-list .ewb-list-name {
        max-width: calc(100% - 185px);
    }

    .ewb-trade-list .ewb-list-node.new .ewb-list-name {
        padding-left: 40px;
    }

    .ewb-list-status {
        width: 55px;
        margin-right: 5px;
    }
}

@media (max-width: 340px) {
    .ewb-tab-name {
        padding-left: 26px;
        font-size: 12px;
        background-size: 14px auto;
    }
}


/* 政务服务 */

.ewb-service {
    position: relative;
    min-height: 150px;
    background-color: #fff;
    overflow: hidden;
    border-radius: 8px;
}

.ewb-service-tit {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 155px;
    height: 100%;
    font-size: 24px;
    color: #fff;
    background: url('../images/default/bid_tit_bg.jpg') no-repeat;
    background-size: 100% 100%;
    border-radius: 8px;
    text-align: center;
}

.ewb-service-tit>p {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.service-right {
    margin-left: 155px;
    padding: 20px;
    box-sizing: border-box;
}

.service-list {
    margin: -5px;
}

.service-item {
    width: 20%;
   /* width: 16.5%;*/
    padding: 5px;
    box-sizing: border-box;
}

.service-card {
    position: relative;
    display: block;
    height: 50px;
    line-height: 48px;
    padding-left: 70px;
   /* padding-left: 80px;*/
    font-size: 16px;
    color: #666;
    background-color: #edf7fd;
    border: 1px solid #92c5ff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
}

.service-card:hover {
    transform: translate(0,-5px);
    box-shadow:0px 0px 10px 0px rgba(102,102,102,0.36);
}

.service-card img {
    position: absolute;
    left: 19px;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

/* 1200分辨率以下 */

@media (max-width: 1199px) {

    .service-item {
        width: 33.33%;
    }
}

/* 手机端 */

@media (max-width: 767px) {
    .ewb-service-tit {
        position: relative;
        width: 100%;
        height: 100px;
    }

    .service-right {
        margin-left: 0;
        padding: 10px;
    }

    .service-card {
        padding-left: 56px;
    }

    .service-card img {
        left: 10px;
    }
}

@media (max-width: 400px) {
    .service-item {
        width: 50%;
    }
}

@media (max-width: 320px) {
    .service-item {
        width: 100%;
    }
}
.ewb-trade .ewb-list-node {
   
    font-size: 17px;
}

/*进行中状态*/
.ewb-list-zt{
	color: red;
}