/*

	颜色色值：
	head背景色：#ffffff
	logo分割色：#adaeaf
	登录按钮： 背景色：#268dff  文字颜色：#ffffff
	副登录按钮： 背景色：#ffffff  文字颜色：#268dff
	导航条背景色：#268dff  文字：#ffffff
	导航条选中背景色：#166ad9
	通知公告背景色：#fafafa  标题色：#000000  分割线：#888888
	通知公告内容文字：#323232 发布时间：#888888
	数据统计：栅格背景色：#166ad9   数字：#FE5A48 名称：#555 单位：#999999
	采购类型：背景：#efefef 文字：#323232
	标的：背景：#fafafa 分割：#ebebeb 文字：#646464  选中背景：#e5f4fd
	招标公告/中标公示标题：分割：#efefef 背景：#efefef 文字：#000
	标的列表：分割：#f0f0f0   内容：#646464  时间：#888

 */
body,html{
    background:#fff;
    color:#262626;
    font-size: 14px;
    font-family: PingFang SC;
}
.container{
    width:1190px;
}
.topBar{
    border-bottom-color:#F5F5F5;
}
.topBar,.welcome_txt,.topTip li a{
    color:#595959;
}

.zjt_zbgs {
    /*margin-bottom: 32px;*/
    width:100%;
    box-sizing: border-box;
}
.zjt_zbgs_tab {
    margin-bottom: 10px;
    height:120px;
    background:#fff;
}
.zjt_zbgs_tablist {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}mod_s_title {
     font-size: 16px;
     font-family: PingFang SC;
     font-weight: 400;
     color: #666666;
 }
.zjt_zbgs_tabitem {
    cursor: pointer;
    flex:1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: PingFang SC;
    position:relative;
}

.zjt_zbgs_img {
    margin-bottom: 12px;
    width:43px;
    height:43px;
    border: 1px dashed #d5d4d4;
}


.zjt_zbgs_tabitems{
    font-size: 24px;
    font-weight: 500;
    color: #262626;
}


.zjt_zbgs_tabitems_more{
    height: 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #595959;
}
body{
    padding-top:177px!important;
}
.top_head_wrapper{
    position:fixed;
    top:0px;
    left:0px;
    width:100%;
    z-index:100;
    box-shadow: 0px 0px 9px rgb(0 0 0 / 20%);
}
.index_head_box{
    background: #ffffff;
}

.index_head_box .container {
    overflow: hidden;
    height: 96px;
}

.index_logo_box {
    float: left;
    display: flex;
    height: 96px;
    align-items: center
}

.index_logo_box img {
    display: block;
    max-width: 220px;
    max-height: 50px;
}

.index_logo_box span{
    width: 2px;
    height: 40px;
    background: #ddd;
    margin: 0 16px;
    display: block;
}

.index_logo_box p{
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 3px;
}

.index_login_box {
    display: flex;
    float: right;
    height: 96px;
    align-items: center
}

.index_login_box a {
    display: block;
    width: 88px;
    outline: 0;
    border: 1px solid #19B0FF;
    background: none;
    color: #19B0FF;
    text-align: center;
    font-size: 14px;
    line-height: 38px
}

.index_login_box .active,.index_login_box a:hover {
    background: #19B0FF;
    color: #fff
}
/*搜索*/
.search_container{
    display:flex;
    align-items: center;
}
.search_container .search_wrapper{
    width:100%;
}
.search_wrapper{
    border:1px solid #cdcdcd;
    padding:5px 10px;
    margin-right:12px;
    display:flex;
    align-items: center;
    background:#fff;
    box-sizing: border-box;
}
.search_wrapper .search_inner{
    flex:1;
}
.search_wrapper input[type=text]{
    border:none;
    font-size:14px;
    padding-right:20px;
    width:100%;
    height:100%;
    box-sizing: border-box;
    background:transparent;

}
.search_wrapper input[type=text]::placeholder {
    color: #9fa09f;
}
.search_wrapper .icon{
    display:inline-block;
    vertical-align:middle;
    width:20px;
    height:100%;
    background-repeat:no-repeat;
    background-position: center;
    background-size:100% auto;
}
.search_wrapper .icon_search{
    background-image:url(/static/portal/ec2022M10/style/images/icon/common/search.png);
}
.search_wrapper .icon_search_clear{
    background-image:url(/static/portal/ec2022M10/style/images/icon/common/search.png);
    background-size: 50%;
    display:none;
}
.search_wrapper .search_inner{
    position:relative;
}
.search_wrapper .icon_search,.search_wrapper .search_inner{
    height:20px;
    line-height:20px;
}
.search_wrapper .icon_search_clear{
    position:absolute;
    right:0px;
    top:50%;
    transform:translateY(-50%);
}

/*频道页搜索*/
.channel_search{
    width:60%;
}
.channel_search .search_wrapper .icon_search_clear{
    background-size: 65%;
}
.channel_search .search_wrapper .icon_search,.channel_search .search_wrapper .search_inner{
    height:30px;
    line-height:30px;
}
.channel_search .btn_search{
    margin-right:12px;
    background:#19B0FF;
    color:#fff;
    padding:0px 15px;
    height:42px;
    border:none;
    cursor: pointer;
}
.filter .filter-objtype ul{
    justify-content: space-between;
}
.filter .filter-objtype ul li{
    padding-left:0px!important;
}
.index_nav_box {
    height: 48px;
    background: #fff
}

.index_nav_ul {
    display: flex;
    justify-content: space-between
}

.index_nav_ul li {
    text-align: center;
    border-top:3px solid transparent;
    box-sizing: border-box;
    padding:12px 8px;
    font-weight:bold;
    position:relative;
}

.index_nav_ul li > a {
    display: block;
    color: #262626;
    font-size: 16px;

}

.index_nav_ul li.active,.index_nav_ul li:hover {
    background:#19B0FF;
}
.index_nav_ul li.active > a,.index_nav_ul li:hover > a{
    color:#f5f5f5!important;
    font-weight:bold;
}
.index_nav_box .pop_menu_list{
    display:none;
}
.index_nav_box .pop_menu_list{
    background: #fff;
    padding: 10px;
    position: absolute;
    width: 150px;
    box-sizing:border-box;
    left: 50%;
    margin-left:-75px;
    top: 45px;
    font-size: 14px;
    box-shadow:0px 1px 10px rgb(0 0 0 / 10%);
    z-index:100;
}
.index_nav_box li:hover .pop_menu_list{
    display:block;
}
.index_nav_box li:hover .pop_menu_list a{
    line-height:30px;
    font-weight:normal;
}
.index_nav_box li:hover .pop_menu_list a:hover{
    color:#19B0FF;
}
.pop_menu_list_border{
    border-width: 0px 0px 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(227, 227, 227);
    border-left-style: initial;
    border-left-color: initial;
    border-top-style: initial;
    border-top-color: initial;
    border-right-style: initial;
    border-right-color: initial;
    border-radius: 0px;
    box-shadow: none;
}
.pop_menu_list p:last-child {
    border-bottom: none;
}

/* banner */
.carousel-indicators{
    margin-bottom: 0;
    position: absolute;
}

.carousel-indicators li{
    width: 40px;
    height: 4px;
    background: rgba(255,255,255,.5);
    border: none;
    border-radius: 0;
    margin: 0;
}

.carousel-inner .item{
    width: 100%;
    height: 400px;
}

.carousel-indicators .active{
    width: 40px;
    height: 4px;
    background: #ffffff;
    border: none;
}
/* 通知公告 */
.div_notice{
    padding: 30px 0;
}
/*.div_notice .container{*/
/*    display: flex;*/
/*}*/
.notice_left{
    width: 240px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #000000;
    font-weight: bold;
    border-right: 2px dashed #888888;
}
.notice_right{
    width: calc(100% - 240px);
    height: 120px;
    overflow: hidden;
    padding: 0 80px;
    background: none;
}
.notice_right .str_move{
    padding: 0 80px;
}
.notice_right ul{
    width: 100%;
}
.notice_right li{
    width: 100%;
    padding: 0 0 12px;
}
.notice_right a{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.notice_right p{
    font-size: 16px;
    color: #323232;
}
.notice_right span{
    display: block;
    font-size: 14px;
    color: #888888;
}
/* 首页数据统计 */
.index_data_box .container{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.index_data_item {
    flex:1;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left:16px;
}
.index_data_item .index_data_item_icon{
    width:64px;
    height:64px;
    background-repeat:no-repeat;
    background-position:center;
    margin-left:16px;
    background-size: 100%;
}
.data_item_win{
    color:#B4671E;
    background:#F7E8D7;
    background:linear-gradient(90deg, #F7E8D7 0%, #F1DDC5 100%);
}
.data_item_win .index_data_item_icon{
    background-image:url(/static/portal/ec2022M10/images/icon/board/win.png);
}
.data_item_entry{
    color:#4F718C;
    background:#E3F1FA;
    background:linear-gradient(90deg, #E3F1FA 0%, #D2DFE9 100%);
}
.data_item_entry .index_data_item_icon{
    background-image:url(/static/portal/ec2022M10/images/icon/board/entry.png);
}
.data_item_notice{
    color:#3E768D;
    background:#DFF2FE;
    background: linear-gradient(90deg, #DFF2FE 0%, #B9DEEE 100%);
}
.data_item_notice .index_data_item_icon{
    background-image:url(/static/portal/ec2022M10/images/icon/board/notice.png);
}
.data_item_online{
    color:#4A6CA1;
    background:#DEECFD;
    background: linear-gradient(90deg, #DEECFD 0%, #C1D8FB 100%);
}
.data_item_online .index_data_item_icon{
    background-image:url(/static/portal/ec2022M10/images/icon/board/online.png);
}
/*.data_item_all{*/
/*    color:#4F6EA1;*/
/*    background:#E2EFFB;*/
/*    background: linear-gradient(90deg, #E2EFFB 0%, #C7DCFE 100%);*/
/*}*/
.data_item_finish{
    color:#495FA0;
    background:#E2EBFF;
    background: linear-gradient(90deg, #E2EBFF 0%, #CCD6F6 100%);
}
.data_item_finish .index_data_item_icon{
    background-image:url(/static/portal/ec2022M10/images/icon/board/finish.png);
}

.year_bid_finish{
    color:#4b6d52;
    background:#E7F2EB;
    background: linear-gradient(90deg, #E7F2EB 0%, #CEE4D4 100%);
}
.year_bid_finish .index_data_item_icon{
    background-image:url(/static/portal/ec2022M10/images/icon/board/year_bid_finish.png);
}

.year_bid_notice{
    color:#745C96;
    background:#F3EDFD;
    background: linear-gradient(90deg, #F3EDFD 0%, #EBDEF7 100%);
}
.year_bid_notice .index_data_item_icon{
    background-image:url(/static/portal/ec2022M10/images/icon/board/year_bid_notice.png);
}

.year_bid_win{
    color:#5D5CA1;
    background:#EFEFFF;
    background: linear-gradient(90deg, #EFEFFF 0%, #D6D3F3 100%);
}
.year_bid_win .index_data_item_icon{
    background-image:url(/static/portal/ec2022M10/images/icon/board/year_bid_win.png);
}
.index_data_item:first-of-type{
    margin-left:0;
}

.index_data_right {
    width: calc(100% - 60px);
    padding: 0 0 0 10px;
}
.index_data_item_number {
    font-size: 24px;
    display: flex;
    align-items: center;
}
.index_data_item_number span {
    font-size: 12px;
    font-weight: 100;
    padding: 0 0 0 2px;
}
.index_data_item_name{
    font-size: 16px;
}
.index_rs_box .container{
    overflow: hidden;
}
.index_rs_nar {
    width: 280px;
    float: left;
}
.index_rs_nar_title{
    width: 100%;
    height: 51px;
    line-height: 51px;
    font-size: 18px;
    color: #323232;
    text-align: center;
    background-color: #efefef;
}
.index_tabs_box{
    margin: 10px 0 0;
    background: #fafafa;
    height: 406px;
}
.index_tabs_box li {
    height: 58px;
    line-height: 58px;
    border-bottom: 1px solid #ebebeb;
    font-size: 16px;
    color: #646464;
    text-align: center;
    cursor: pointer;
}
.index_tabs_box li:last-child{
    border-bottom: none;
}
.index_tabs_box li.active,
.index_tabs_box li:hover {
    background: #e5f4fd;
}
.index_rs_con{
    width: calc(100% - 300px);
    float: right;
    display: flex;
    justify-content: space-between;
}
.con_list{
    width: 49%;
}
.con_list_top{
    border-bottom: 6px solid #efefef;
    height: 45px;
    display: flex;
    align-items: center;
}
.top_title_name{
    color: #4F718C;
    font-size: 20px;
    line-height: 28px;
}
.t_b_bg{
    background: url(../img/t_bg.png);
    width: 34px;
    height: 45px;
}
.list_list_box{
    display: none;
    border-bottom: 1px solid #f0f0f0;
    border-left: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
    position: relative;
    height: 420px;
}
.list_list_box.active{
    display: block;
}
.list_p_box{
    height: 45px;
    border-bottom: 1px dashed #ebebeb;
    padding: 0 12px;
}
.list_p_box a{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.index_item_name{
    float: left;
    width: 70%;
    line-height: 45px;
    height: 45px;
    color: #646464;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.index_item_date{
    line-height: 40px;
    height: 30px;
    color: #888;
    font-size: 14px;
}
.top_more{
    position: absolute;
    right: 12px;
    top: -48px;
    height: 45px;
    line-height: 45px;
    color: #888;
    font-size: 18px;
}
.index_service_box{
    background:#F5F5F5;
    padding:32px 0;
}
.index_service_box img{
    border:none;
    display:block;
    margin:0px auto;
}
/* 公用footer */
.tender_detail_title {
    background: url(/static/portal/ec2020/style/img/tender_detail_title.png) no-repeat;
    background-size: 100% 100%;
}
/* 右侧浮窗 */
.supernatant{
    /*display:none;*/
    position: fixed;
    right: 30px;
    bottom: 300px;
    z-index: 999;
}
.supernatant ul{

}
.supernatant ul li{
    margin-bottom: 8px;
}
.supernatant ul .kefu:hover .supernatant ul li .K_icon{
    display: none;
}

.supernatant ul .kefu:hover .supernatant ul li .K_txt{
    display: block;
}

.supernatant ul .kefu:hover .supernatant ul li div.K_more{
    display: block;
}

.supernatant ul li div:nth-of-type(1) img{
    display: inline-block;
    padding: 8px;
}

.supernatant ul li div:nth-of-type(1){
    width: 42px;
    height: 42px;
    background: #268dff;
    cursor: pointer;
}

.supernatant ul li div:nth-of-type(2){
    width: 42px;
    height: 42px;
    background: #268dff;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    padding: 0 5px;
    text-align: center;
}

.supernatant ul li div:nth-of-type(3){
    position: absolute;
    width: 170px;
    border: 1px solid #268dff;
    right: 60px;
    top: 0px;
    background: #fff;
    padding: 10px;
}

.supernatant ul li .K_more p{
    font-size: 12px;
    color: #999999;
    margin: 0;
}

.supernatant ul li .K_more span{
    font-size: 12px;
    color: #323232;
    display: block;
    line-height: 20px;
    padding-left: 15px;
}

.supernatant ul li .S_more img{
    width: 90px;
    height: 90px;
    display: block;
    margin: 0 auto;
}

.supernatant ul li .S_more p{
    font-size: 12px;
    color: #323232;
    text-align: center;
    margin-top: 13px;
}

.supernatant ul li .r_t{

}
/******************************************************************二级页面列数据自适应*************************************************************/
.index_logo_box p{
    color:#262626;
    font-size:24px;
}
.zjt_jzz_now {
    display: inline-block;
    width: 64px;
    height: 28px;
    background: rgba(235, 29, 36, .1);
    font-size: 14px;
    text-align: center;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 28px;
    color: #EB1D24;
}
.zjt_jzz_now_index{
    display: inline-block;
    width: 64px;
    height: 28px;
    background: rgba(38, 141, 255, 0.2);
    font-size: 14px;
    text-align: center;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 28px;
    color: #268DFF;
}
.zjt_jzz_stop {
    background: rgba(116,125,161,0.2);
    color: #747DA1;
}
.zjt_jzz_stop_index{
    color:#268DFF;
    background:rgba(38, 141, 255, 0.2);

}
.theader .zjt_zbgg_status, .tbody .zjt_zbgg_status{
    width: 64px!important;
    margin-right: 42px!important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.theader .zjt_zbgg_zbmc, .tbody .zjt_zbgg_zbmc{
    width: 288px!important;
    margin-right: 42px!important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.theader .zjt_zbgg_gsrq, .tbody .zjt_zbgg_gsrq{
    width: 125px!important;
    margin-right: 42px!important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.theader .zjt_zbgg_zbmcs, .tbody .zjt_zbgg_zbmcs{
    width: 241px!important;
    margin-right: 42px!important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.theader .zjt_zbgg_zbmcss, .tbody .zjt_zbgg_zbmcss{
    width: 263px!important;
    margin-right: 42px!important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: left;
}
.theader .zjt_zbgg_zbmcsss, .tbody .zjt_zbgg_zbmcsss{
    width: 200px!important;
    min-width: 200px;
    /*margin-right: 42px!important;*/
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    /*display: inline-block;*/
    text-align: left;
    padding: 0 4px;
}
.theader .zjt_zbgg_zbdw{
    width: 300px!important;
    margin-right: 42px!important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.tbody .zjt_zbgg_zbdw{
    width: 300px!important;
    margin-right: 42px!important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.theader .zjt_zbgg_zbdws, .tbody .zjt_zbgg_zbdws{
    width: 250px!important;
    margin-right: 42px!important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.theader .zjt_zbgg_xmmc, .tbody .zjt_zbgg_xmmc{
    width: 112px!important;
    margin-right: 42px!important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.theader .zjt_zbgg_fbrq, .tbody .zjt_zbgg_fbrq{
    width: 143px!important;
    margin-right: 42px!important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.theader .zjt_zbgg_jzsj, .tbody .zjt_zbgg_jzsj{
    width: 143px!important;
    margin-right: 42px!important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.theader, .tbody li ,.tbody .zjt_zbgs_tabitems{
    justify-content: normal!important;
    align-items: center;
    border-bottom:1px solid #E8E8E8;
    display:flex;
    padding:16px 0;

}
.tbody .zjt_zbgs_tabitems{
    font-weight:normal;
    font-size:inherit;
    color:inherit;
}
.tbody .zjt_zbgs_tabitems span{
    position:unset;
}
.mod_bid_list .theader{
    padding-top:0;
}
.mod_bid_list .tbody .status{
    padding:3px 8px;
    background:rgba(140,140,140,0.1);
    color:#8C8C8C;
    font-size:12px;
    margin-right:24px;
}
.mod_bid_list .tbody .status_doing{
    background:rgba(38,141,255,0.1);
}
.mod_bid_list .tbody .text{
    width: 450px;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/*.tbody {*/
/*    min-width: 1132px;*/
/*    width: max-content;*/
/*}*/
.scroll_box {
    overflow-x: auto;
}
.zjt_zbgs .theader .zjt_zbgs_zbmc, .zjt_zbgs .tbody .zjt_zbgs_zbmc {
    text-align:left;
    /*width: -webkit-fill-available;*/
    width:150px;
    float:left;
}
.zjt_zbgs .theader  .start_top_thead,.zjt_zbgs .tbody .zjt_jzz_now_index{
    margin-right:20px!important;
    float:left;
}

.zjt_zbgs .theader .zjt_zbgs_zbdw, .zjt_zbgs .tbody .zjt_zbgs_zbdw,
.zjt_zbgs .theader .zjt_zbgs_fbsj, .zjt_zbgs .tbody .zjt_zbgs_fbsj{
    width:16%;
}

/* Y轴滚动条隐藏 */
.gdt_hide::-webkit-scrollbar {
    width: 0; /* 纵向滚动条*/
}
/******************************************************************二级页面列数据自适应*************************************************************/

/*.zjt_zbgs_tabitems.active:after {*/
/*    position: absolute;*/
/*    display: block;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    content: "";*/
/*    width: 100%;*/
/*    height: 8px;*/
/*    background: #19B0FF;*/
/*}*/
/*.zjt_zbgs_tabitemss {*/
/*    font-size: 16px;*/
/*    font-family: PingFang SC;*/
/*    font-weight: 600;*/
/*    color: #333333;*/
/*    background: #F4EDED;*/
/*    position: relative;*/
/*}*/
/*.zjt_zbgs_tabitemss:after {*/
/*    position: absolute;*/
/*    display: block;*/
/*    top: 0;*/
/*    left: 0;*/
/*    content: "";*/
/*    width: 100%;*/
/*    height: 3px;*/
/*    background: #EB1D24;*/
/*}*/
.zjt_zbgs_tabitems .zjt_zbgs_title {
    font-weight: 600;
    color: #595959;
}
.zjt_zbgs .theader {
    margin-top: 0!important;
    padding:0 0 16px 0;
    color:#262626;
    width:max-content;
    overflow:hidden;
}
.zjt_zbgs .prolist, .zjt_zbgs .tbody {
    min-height: 432px;
}
.zjt_zbgs .theader span{
    font-size: 16px;
    box-sizing: border-box;
    padding:0px 5px;
}
.zjt_zbgs .prolist {
    padding: 24px;
    background:#fff;
    display:flex;
}
.zjt_zbgs .prolist .theader{
    text-align:center;
    display:block!important;
}
.zjt_zbgs .tbody_item {
    padding: 0px 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;
}
.zjt_zbgs .tbody_items {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.zjt_sywz {
    margin-bottom: 48px;
}
.zjt_sywz_tablist {
    display: flex;
    justify-content: space-between;
    text-align: center;
}
.zjt_sywz_tabitem {
    width: 280px;
    height: 266px;
    background: #FFFFFF;
    padding: 20px 20px 24px 20px;
    box-sizing: border-box;
}
.zjt_sywz_img {
    margin-bottom: 16px;
}
.zjt_sywz_title {
    text-align: left;
    width: 240px;
    margin: 0 auto;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 600;
    color: #333333;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.xw_gys {
    display: flex;
    justify-content: space-between;
}
.zjt_xw {
    width: 580px;
}
.zjt_gys {
    /*margin-left: 20px;*/
    flex: 1;
    padding-bottom: 20px;
}
.zjt_xwbox {
    height: 522px;
    background-color: #fff;
    box-sizing: border-box;
    padding: 30px 31px;
}
.zjt_status{
    /*width: 64px!important;*/
    /*margin-right: 17px!important;*/
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.theader_top {
    display: -webkit-box!important;
    min-width: 1132px;
    width: max-content;
}
.tbody_top {
    min-width: 942px;
    width: max-content;
}

/*新增*/
.module_title{
    color:#fff;
    font-weight:5000;
    font-size:24px;
    margin:16px 0;
}
.mod_news_list{
    width:100%;
    display:flex;
    height:400px;
    background:#fff;
}
.mod_news_list .mod_news_left{
    width:50%;
}
.mod_news_list .mod_news_right{
    flex:1;
    box-sizing: border-box;
    padding:24px 30px;
    background:#fff;
}
.mod_news_list .zjt_zbgs_tablist{
    color:#595959;
}
.mod_news_list .zjt_zbgs_tablist .zjt_zbgs_tabitem,.mod_news_list .zjt_zbgs_tablist .zjt_zbgs_tabitems{
    font-size:18px;
    font-weight:normal;
    display:block;
}
.mod_news_list .zjt_zbgs_tablist  .zjt_zbgs_tabitems{
    font-size:24px;
    font-weight:500;
}
.mod_news_list .zjt_zbgs_tablist  .zjt_zbgs_tabitems:after{
    content:"";
    display:block;
    height:8px;
    width:100%;
    background:#19B0FF;
    margin-top:-2px;
}
.mod_news_list .zjt_zbgs_tablist  .zjt_zbgs_tabitemss:after{
    content:"";
    display:block;
    height:8px;
    width:100%;
    background:#19B0FF;
    margin-top:-2px;
}
.mod_news_list .zjt_zbgs_tablist .zjt_zbgs_tabitem_more{
    font-size:14px!important;
    text-align:right;
}
.mod_news_list .zjt_zbgs_tablist .zjt_zbgs_tabitem_more:after{
    background:none!important;
}
.mod_news_list .zjt_zbgs_tablist .zjt_zbgs_tabitem_more span{
    display:none;
}
.mod_news_list .zjt_zbgs_tablist .zjt_zbgs_tabitem_more span.active{
    display:block;
}
.mod_news_list .tab_content{
    height:346px;
    overflow:hidden;
}
.mod_news_list .tab_content li{
    overflow:hidden;
    border-top:1px solid #E8E8E8;
}
.mod_news_list .tab_content li:first-of-type{
    border-top-color:transparent;
}
.mod_news_list .tab_content li a{
    display:flex;
    padding:16px 0;
}
.mod_news_list .tab_content .text{
    flex:1;
    color:#262626;
    white-space: nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
    padding-right:50px;
    box-sizing: border-box;
    max-width:500px;
}
.mod_news_list .tab_content .time{
    width:20%;
    color:#595959;
    text-align:right;
}
.mod_slide_image_list{
    background:#F5F5F5;
    background:url("/static/portal/ec2022M10/images/bg/m_bg_slider.png") bottom center no-repeat,#F5F5F5;
    background-size:100% auto;
    padding-bottom:32px;
}
.mod_bid_wrapper{
    background:#F5F5F5;
    background:url("/static/portal/ec2022M10/images/bg/m_bg_bid_title.png") top center no-repeat,url("/static/portal/ec2022M10/images/bg/m_bg_bid_bottom.png") bottom center no-repeat,#F5F5F5;
    padding-bottom:32px;
    background-size:100% auto;
}
.mod_supplier_list{
    background:#F5F5F5;
    background:url("/static/portal/ec2022M10/images/bg/m_bg_supplier_title.png") bottom center no-repeat,#F5F5F5;
    background-size:cover;
    padding:64px 0;
}
.mod_bid_list{
    padding:0;
}
.mod_bid_list .zjt_zbgs_tablist{
    height:100%;
}
.mod_bid_list .zjt_zbgs_tab{
    height:126px;
}
.mod_bid_list .zjt_zbgs_tabitem{
    height: 100%;
    border-top:3px solid transparent;
    font-size:18px;
    color:#595959

}
.mod_bid_list .zjt_zbgs_tabitem .zjt_zbgs_title{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.mod_bid_list .zjt_zbgs_tabitems{
    border-top-color:#19B0FF;
}
.mod_bid_list .zjt_zbgs_tabitems .zjt_zbgs_title,
.mod_bid_list .zjt_zbgs_tabitems .zjt_zbgs_title span{
    position:relative;
}

.mod_bid_list .zjt_zbgs_tabitems .zjt_zbgs_title:after{
    content:"";
    height:6px;
    background:#19B0FF;
    display:block;
    width:100%;
    margin-top:-4px;
}

.mod_bid_list .zjt_zbgs_tabitems:after{
    content:"";
    position:absolute;
    bottom:-3px;
    left: 50%;
    margin-left:-5px;
    display:block;
    width:100%;
    text-align:center;
    color:#fff;
    width:10px;
    height:10px;
    background:#fff;
    transform:rotate(45deg);
}


/*看板*/
.mod_board_list{
    margin-top:32px;
}
.pro_wrapper{
    display:flex;
    flex:1;
}
.pro_wrapper .pro_detail{
    flex:1;
    padding:0 24px;

}
.pro_detail .pro_detail_mod,
.pro_detail .pro_detail_mod .result-ul{
    display:none;
    height: 472px;
    overflow: hidden;
}
.pro_detail .pro_detail_mod.active,.pro_detail .pro_detail_mod .result-ul.active{
    display:block;
}


.pro_menus{
    display:flex;
    flex-direction:column;
    width:160px;
    justify-content: space-between;
}
.pro_menus .pro_mod{
    flex:1;
    margin-top:8px;
}

.pro_menus .pro_mod{
    background:#E3F1FA;
    background: linear-gradient(90deg, #E3F1FA 0%, #D2DFE9 100%),#E3F1FA;
    color:#4F718C;
}
.pro_menus .pro_mod:first-of-type{
    margin-top:0;
}
.pro_menus .mod_bid_win{
    background:#E2EFFB;
    background:linear-gradient(90deg, #E2EFFB 0%, #C7DCFE 100%),#E2EFFB;
}
.pro_menus .mod_bid_win,.pro_menus .mod_bid_win .top_title_name{
    color:#4F6EA1;
}
.pro_menus .mod_bid_change{
    background:#E2EFFB;
    background:linear-gradient(90deg, #DFF2FE 100%, #B9DEEE 100%),#DFF2FE;
}
.pro_menus .mod_bid_change,.pro_menus .mod_bid_change .top_title_name{
    color:#4F6EA1;
}
.pro_menus .mod_bid_result{
    background:#DEE7FD;
    background: linear-gradient(90deg, #DEE7FD 0%, #CBD5F5 100%),#DEE7FD;
}
.pro_menus .mod_bid_result{
    color:#495FA0;
}
.pro_menus .mod_bid_result span{
    color:#4F6EA1;
}
.pro_menus .pro_mod .pro_mod_inner{
    width:100%;
    height:100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding:24px;
    box-sizing: border-box;
}
.pro_menus .mod_bid_invite .pro_mod_inner{
    background:url(/static/portal/ec2022M10/images/icon/bid/bid_invite.png) right bottom no-repeat;
}
.pro_menus .pro_mod .pro_mod_inner span{
    cursor: pointer;
}
.pro_menus .pro_mod.active{
    background:#56AFF8;
    background:linear-gradient(90deg, #56AFF8 0%, #0B65DE 100%),#56AFF8;
}
.pro_menus .pro_mod.active,.pro_menus .pro_mod.active .top_title_name,.pro_menus .pro_mod.active span{
    color:#fff;
}
.pro_menus .pro_mod.active span{
    opacity:.65;
}
.pro_menus .mod_bid_win .pro_mod_inner{
    background:url(/static/portal/ec2022M10/images/icon/bid/bid_win.png) right bottom no-repeat;
}
.pro_menus .mod_bid_change .pro_mod_inner{
    background:url(/static/portal/ec2022M10/images/icon/bid/bid_change.png) right bottom no-repeat;
}
.pro_menus .mod_bid_result .pro_mod_inner{
    background:url(/static/portal/ec2022M10/images/icon/bid/bid_result.png) right bottom no-repeat;
}
.pro_menus .mod_bid_invite.active .pro_mod_inner{
    background:url(/static/portal/ec2022M10/images/icon/bid/bid_invite.png) right bottom no-repeat;
}

.pro_detail{
    padding:0 24px 24px 24px;
    box-sizing: border-box;
}

/*供应商*/

.index_supplier_box{
    float:right;
    flex:1;
    margin-left:20px;
    position: relative;
    background:#fff;
    padding:24px;
    box-sizing: border-box;
}
.index_supplier_box:first-of-type{
    margin-left:0;
}
.index_supplier_title {
    box-sizing: border-box;
    font-size: 24px;
    font-weight: 500;
    color:#262626;
    margin-bottom:8px;
}
.index_supplier_title .icon{
    display:inline-block;
    vertical-align: middle;
    width:32px;
    height:32px;
    background-size:contain;
    background-repeat:no-repeat;
    background-position:center;
    margin-right:8px;
}
.index_supplier_title .icon_diamond{
    background-image:url(/static/portal/ec2022M10/images/icon/supplier/diamond.png);
}
.index_supplier_title .icon_blacklist{
    background-image:url(/static/portal/ec2022M10/images/icon/supplier/blacklist.png);
}
.index_supplier_title .icon_trust{
    background-image:url(/static/portal/ec2022M10/images/icon/supplier/trust.png);
}

.index_supplier_wrapper{
    height: 374px;
    overflow:hidden;
}
.index_supplier_wrapper,.supplier_scroller_wrapper{
    overflow:hidden;
}
.supplier_scroller_wrapper{
    height: 100%;
}
.index_supplier_wrapper li{
    overflow: hidden;
    background:#F5F5F5;
    border-radius:2px;
    margin-top:8px;
}
.index_supplier_wrapper li:first-of-type{
    margin-top:0;
}
.index_supplier_wrapper a{
    display: block;
    color: #1D274E;
    font-size: 14px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    line-height: 40px;
    height:40px;
    padding:0 12px;
    box-sizing: border-box;
}

/*
 footer
*/
.footerBar{
    min-height: 320px;
}

.seller_fh{
    padding: 44px 0 39px;
    border-bottom: 1px solid #DDDDDD;
}

.seller_fh .container{
    display: flex;
    justify-content: space-between;
}

.footer_left {
    width: 70%;
    /*overflow: hidden;*/
    padding: 0 14px;
}

.footer_left .footer_item {
    float: left;
    margin: 0 87px 0 0;
}

.footer_right {
    width: 30%;
    display: flex;
    justify-content: space-between;
}

/*modified by zhouhl-c 2022-01-21*/
.footer_right .footer_item{
    flex:1;
}
.footer_right .footer_item:nth-of-type(3):last-of-type{
    margin-right: -100px!important;
}
/*.footer_right .footer_items {*/
/*    margin-right: -100px!important;*/
/*}*/
.footer_item {
    display: block;
}

div.footer_item {
    text-align: center;
}

.footer_item dt{
    font-weight: 400;
    line-height: 28px;
    color: rgba(29,39,78,1);
    font-size: 20px;
    padding: 0 0 22px;
    width: 112px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
}

.footer_item dd{
    width: 112px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
    display: block;
    padding: 0 0 10px;
}

.footer_item dd:last-child{
    padding: 0;
}

.footer_item dd a{
    font-weight: 400;
    line-height: 20px;
    color: #7C84A6;
    font-size: 14px;
}

.footer_item img{
    width: 130px;
    border: 1px solid #00D77E;
}

.footer_item p{
    font-weight: 400;
    line-height: 40px;
    color: #747DA1;
    font-size: 14px;
}

.seller_fb{
    padding: 16px 0;
    text-align: center;
    color: #747DA1;
    line-height: 20px;
    font-size: 14px;
    background: #fff;
}

.seller_fb a{
    color: #747DA1;
    line-height: 20px;
    font-size: 14px;
}
.footer_item dt{
    color:#262626;
    font-weight:bold;
}
.footer_item dd a,.footer_item p{
    color:#595959;
    font-size:14px;
}
.footer_item p{
    line-height:unset;
    margin-top:11px;
}
.footer_right{
    justify-content: flex-end;
}
.footer_right .footer_item{

}
.footer_right .footer_item img{
    width:107px;
    height:107px;
    border:1px solid #E8E8E8;
    padding: 2px;
    box-sizing: border-box;
}

.seller_fh{
    padding:60px 0;
    background: #fff;
}
.seller_fb{
    padding:32px 0;
    line-height:22px;
}
.seller_fb,.seller_fb a{
    color:#8C8C8C;
    font-size:14px;
}
.index_supplier_more_box {
    position: absolute;
    right: 25px;
    top: 30px;
    color: #19B0FF;
    font-size: 13px;
}
.tender_detail_bottom{
    margin: 16px 0 32px !important;
}
.com-list {
    min-height: 640px !important;
}
.com-list .detail {
    margin-bottom: 30px !important;
}
.pub_del  tr{
    line-height: 34px;
}
.pub_del tr td[align=left] {
    vertical-align: top;
}

.mb20 {
    margin-bottom: 32px;
}

.start_top_thead{
    width: 64px!important;
    margin-right: 16px!important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.theader, .tbody li{
    white-space: nowrap;
    justify-content: space-between;
    border-bottom:1px solid #DDDDDD;
    min-width: 942px;
}

/*20221121模板样式优化 招标文件 招标公告 中标公示 招标结果*/
.tbody_item_btn{
    margin-right: 47px!important;
}
.tbody_item_btn{
    background-color: #dcdee1!important;
    box-shadow:  0 0 4px rgb(152 154 154 / 77%);
    color: #a39b9b!important;
    width: 84px!important;
    height: 28px!important;
    line-height: 28px!important;
}
.tbody_item_btn1{
    border: 1px solid #268DFF!important;
    color: #ffffff!important;
    background: #268dff!important;
    background-color: rgb(38 141 255)!important;
    box-shadow: 0 0 4px rgb(0 91 148 / 77%);
    cursor: pointer;
}
























