﻿.header_box{
	overflow:hidden;
	background: #ffffff;
}
/* header logo */
.logoBar{
	width: 220px;
    display: flex;
    align-items: center;
    height: 87px;
}

.logoBar img{
	display: block;
    max-width: 220px;
    max-height:50px;
}
/* header 导航 */
.header_nav{
    padding: 0 0 0 50px;
}
.navBar{
	overflow: hidden;
    padding: 31px 0 0;
}

.navBar li{
	float: left;
    padding: 0 15px 5px 0;
}

@font-face {
    /*font-family: 'SourceHanSansCN';
    src: url('/static/portal/ec2020/style/font/SourceHanSansCN-Normal.eot');
    src: url('/static/portal/ec2020/style/font/SourceHanSansCN-Normal.eot?') format('embedded-opentype'),
	 url('/static/portal/ec2020/style/font/SourceHanSansCN-Normal.woff') format('woff'),
	 url('/static/portal/ec2020/style/font/SourceHanSansCN-Normal.ttf') format('truetype');*/
    font-weight: normal;
    font-style: normal;
}

.navBar li a{
    font-size: 16px;
    font-family: 'SourceHanSansCN';
    font-weight: 400;
    color: #333333;
    padding: 0 0 5px;
}

.navBar li.active a,
.navBar li a:hover{
    color: #268DFF;
    border-bottom: 4px solid #268DFF;
}
/* header 按钮 */
.loginBar{
	padding: 26px 0 0;
    font-size: 0;
}

.loginBar a{
	display: inline-block;
	border: 1px solid #268DFF;
	outline: none;
	background: rgba(38,141,255,0.1);
	min-width: 80px;
	font-family: 'SourceHanSansCN';
    text-align: center;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #268DFF;
    cursor: pointer;
    text-decoration: none;
    padding: 0 18px;
}

.loginBar .active,
.loginBar a:hover{
	border: 1px solid #268DFF;
	background: #268DFF;
	color: #fff;
}
.content_Main {
	position: relative;
}
/* banner轮播  */
.bannerBar{
	position: relative;
}
.bannerBar .carousel-inner .item{
	width: 100%;
	height: 480px;
}
/* 通知公告 */
.index_notice_box .container{
	overflow: hidden;
    height: 60px;
    display: flex;
    align-items: center;
}
.index_notice_box img{
    display: block;
    width: 73px;
}
.index_notice_box .carousel{
	width: calc(100% - 173px);
    background: transparent;
    margin: 0 0 0 100px;
    line-height: 20px;
}
.index_notice_box .carousel a{
    color: #666666;
    font-size: 16px;
    padding: 0 92px 0 0;
}
/* 首页数据统计 */
.index_data_box{
	background:#F5F5F5;
}
.index_data_box .container{
    display: flex;
    justify-content: space-between;
    height: 180px;
    align-items: center;
}
@font-face {
    font-family: 'DINPro';
    src: url('/static/portal/ec2020/style/font/DINPro-Bold.eot');
    src: url('/static/portal/ec2020/style/font/DINPro-Bold.eot?') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}
.index_data_item{
	width: 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.index_data_item_icon{
	width: 65px;
    height: 63px;
    border-radius: 4px;
    margin: 0 0 0 14px;
}
.index_data_item_icon i{
    font-size: 24px;
    color: #ffffff;
    display: block;
    line-height: 50px;
    padding: 0 0 0 14px;
}
.index_data_item_number{
    font-family: 'DINPro';
    font-size: 24px;
    line-height: 28px;
    padding: 3px 0 0;
}
.index_data_item_number span {
    font-size: 20px;
    font-family: "microsoft yahei",Arial;
    font-weight:600;
}
.index_data_item_name {
    color: #1D274E;
    font-weight: 600;
    font-size: 18px;
    padding: 4px 0 0;
}
.index_data_item:nth-of-type(1) .index_data_item_icon{
	background: url(../image/index_data_bg1.png) no-repeat;
}
.index_data_item:nth-of-type(2) .index_data_item_icon{
	background: url(../image/index_data_bg2.png) no-repeat;
}
.index_data_item:nth-of-type(3) .index_data_item_icon{
	background: url(../image/index_data_bg3.png) no-repeat;
}
.index_data_item:nth-of-type(4) .index_data_item_icon{
	background: url(../image/index_data_bg4.png) no-repeat;
}
.index_data_item:nth-of-type(5) .index_data_item_icon{
	background: url(../image/index_data_bg5.png) no-repeat;
}
.index_data_item:nth-of-type(6) .index_data_item_icon{
    background: url(../image/index_data_bg1.png) no-repeat;
}
.index_data_item:nth-of-type(1) .index_data_item_number{
	color:#FF7C4D;
}
.index_data_item:nth-of-type(2) .index_data_item_number{
	color:#E84683;
}
.index_data_item:nth-of-type(3) .index_data_item_number{
	color:#C259FF;
}
.index_data_item:nth-of-type(4) .index_data_item_number{
	color:#4651E8;
}
.index_data_item:nth-of-type(5) .index_data_item_number{
	color:#38CEFF;
}
.index_data_item:nth-of-type(6) .index_data_item_number{
    color:#FF7C4D;
}
/* 首页标题 */
.index_title_img{
	display:block;
	margin:12px auto 0;
}
/* 招标公告、公告变更切换 */
.bidresult_menu{
    overflow:hidden;
    text-align:right;
    border-bottom: 1px solid #268DFF;
    line-height:32px;
}
.index_tabs_box{
    width: 80%;
    height:32px;
    overflow:hidden;
    position: relative;
    float:left;
}
.index_tabs_box li{
	line-height: 32px;
    height: 32px;
    padding: 0 12px;
    font-size: 18px;
    color:#268DFF;
    float:left;
}
.index_tabs_box li:nth-of-type(1){
	color:#268DFF;
}
.index_tabs_box li:nth-of-type(2){
	color:#FF7C4D;
}
.index_tabs_box li:nth-of-type(3){
	color:#E84683;
}
.index_tabs_box li:nth-of-type(4){
	color:#F41AD6;
}
.index_tabs_box li:nth-of-type(5){
	color:#C259FF;
}
.index_tabs_box li:nth-of-type(6){
	color:#7647FF;
}
.index_tabs_box li:nth-of-type(7){
	color:#4651E8;
}
.index_tabs_box li:nth-of-type(8){
	color:#4695E8;
}
.index_tabs_box li:nth-of-type(9){
	color:#38CEFF;
}
.index_tabs_box li:nth-of-type(10){
	color:#32DAE1;
}
.index_tabs_box li:nth-of-type(1).active,
.index_tabs_box li:nth-of-type(1):hover{
	color:#ffffff;
	background:#268DFF;
}
.index_tabs_box li:nth-of-type(2).active,
.index_tabs_box li:nth-of-type(2):hover{
	color:#ffffff;
	background:#FF7C4D;
}
.index_tabs_box li:nth-of-type(3).active,
.index_tabs_box li:nth-of-type(3):hover{
	color:#ffffff;
	background:#E84683;
}
.index_tabs_box li:nth-of-type(4).active,
.index_tabs_box li:nth-of-type(4):hover{
	color:#ffffff;
	background:#F41AD6;
}
.index_tabs_box li:nth-of-type(5).active,
.index_tabs_box li:nth-of-type(5):hover{
	color:#ffffff;
	background:#C259FF;
}
.index_tabs_box li:nth-of-type(6).active,
.index_tabs_box li:nth-of-type(6):hover{
	color:#ffffff;
	background:#7647FF;
}
.index_tabs_box li:nth-of-type(7).active,
.index_tabs_box li:nth-of-type(7):hover{
	color:#ffffff;
	background:#4651E8;
}
.index_tabs_box li:nth-of-type(8).active,
.index_tabs_box li:nth-of-type(8):hover{
	color:#ffffff;
	background:#4695E8;
}
.index_tabs_box li:nth-of-type(9).active,
.index_tabs_box li:nth-of-type(9):hover{
	color:#ffffff;
	background:#38CEFF;
}
.index_tabs_box li:nth-of-type(10).active,
.index_tabs_box li:nth-of-type(10):hover{
	color:#ffffff;
	background:#32DAE1;
}
/* 招标公告 */
.index_first_box{
	min-height:480px;
}
.bidresult_title{
    margin: 12px 0;
    text-align: center;
    color: rgb(38, 141, 255);
    font-size: 32px;
    font-weight: bold;
    text-shadow: rgba(38, 141, 255, 0.7) 0px 3px 7px;
}
.index_result_title {
    background: url("../image/index_title5.png") no-repeat;
    width: 730px;
    height: 110px;
    box-sizing: border-box;
    padding: 18px 0px 0px 15px;
    font-size: 30px;

    font-weight: bold;
    font-style: italic;
    color: #fff;
    text-align: center;
}
.index_supplier_title {
    background: url("../image/index_expurchaser.png") no-repeat;
    width: 426px;
    height: 110px;
    box-sizing: border-box;
    padding: 18px 0px 0px 124px;
    font-size: 30px;
    font-weight: bold;
    font-style: italic;
    color: #fff;
}
.index_first_items_box{
    display:none;
	position: relative;
    padding: 0 0 20px;
    height: 480px;
    overflow-y: auto;
}
.index_first_items_box.active{
    display:block;
}
.index_first_items_box .index_item_box{
    width: 560px;
    float: left;
}
.index_first_items_box .index_item_box a{
    display: block;
    padding: 18px 0 0;
}
.index_first_items_box .index_item_name{
    color: #1D274E;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.index_first_items_box .index_item_box p{
    padding: 4px 0 0;
    overflow: hidden;
}
.index_first_items_box .index_item_state{
	display: block;
    float: left;
    width: 40px;
    height: 20px;
    line-height: 18px;
    text-align: center;
    font-size: 12px;
    margin: 0 16px 0 0;
}
.index_first_items_box .index_item_state1{
    border: 1px solid rgba(0,215,126,0.5);
    color: #00D77E;
    background:#E6FFF5;
}
.index_first_items_box .index_item_state2{
    border: 1px solid #A8B2D8;
    color: #747DA1;
    background:rgba(116,125,161,0.2);
}
.index_first_items_box .index_item_date{
    display: block;
    float: left;
    color: #747DA1;
    font-size: 14px;
    line-height: 20px;
}
.index_first_items_box .index_item_box a:hover .index_item_name{
	color:#268DFF;
}
.index_first_items_box li:nth-of-type(2n){
	float: right;
}
.index_first_more_box {
    /*position: absolute;*/
    /*bottom: 0;*/
    /*right: 0;*/
}
/* 公告变更 */
.index_second_box{
	min-height:340px;
	background:#F5F5F5;
}
.index_second_items_box{
	position: relative;
    display: none;
}
.index_second_items_box.active{
    display: block;
}
.index_second_items_box .index_item_box{
    width: 560px;
    float: left;
}
.index_second_items_box .index_item_box a{
    display: block;
    padding: 18px 0 0;
}
.index_second_items_box .index_item_state{
	display: block;
    float: left;
    width: 66px;
    height: 20px;
    line-height: 18px;
    text-align: center;
    font-size: 12px;
}
.index_second_items_box .index_item_state1{
    border: 1px solid #268DFF;
    color: #268DFF;
    background:rgba(38,141,255,0.1);
}
.index_second_items_box .index_item_state2{
    border: 1px solid #FF7C4D;
    color: #FF7C4D;
    background:rgba(255,124,77,0.1);
}
.index_second_items_box .index_item_name{
	float: left;
    color: #1D274E;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    width: 337px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 0 0 16px;
}

.index_second_items_box .index_item_date{
    display: block;
    float: left;
    padding: 0 0 0 24px;
    color: #747DA1;
    font-size: 14px;
    line-height: 20px;
}
.index_second_items_box .index_item_box a:hover .index_item_name{
	color:#268DFF;
}
.index_second_items_box li:nth-of-type(2n){
	float: right;
}
.index_second_more_box {
    position: absolute;
    top: -25px;
    right: 0;
}
/* 推荐采购单位 */
.index_third_box{
	height:450px;
}
.index_third_box .carousel{
	padding: 8px 0 0;
}
.index_third_box .carousel-inner .item{
	width: 100%;
	height: 400px;
}
.index_third_box .supplier_style{
	display: block;
    width: calc((100% - 36px) / 4);
    height: 60px;
    margin: 0 12px 23px 0;
    float: left;
    line-height: 60px;
    text-align: center;
    color: #1D274E;
    font-size: 18px;
    font-weight: 500;
}
.index_third_box .supplier_style:nth-of-type(4n){
    margin: 0 0 23px;
}
.index_third_box .item .supplier_style:nth-of-type(1),
.index_third_box .item .supplier_style:nth-of-type(9){
	background: url(../image/supplier_style1-1.png) no-repeat;
    background-size: cover;
}
.index_third_box .item .supplier_style:nth-of-type(2),
.index_third_box .item .supplier_style:nth-of-type(10){
	background: url(../image/supplier_style1-2.png) no-repeat;
    background-size: cover;
}
.index_third_box .item .supplier_style:nth-of-type(3),
.index_third_box .item .supplier_style:nth-of-type(11){
	background: url(../image/supplier_style1-3.png) no-repeat;
    background-size: cover;
}
.index_third_box .item .supplier_style:nth-of-type(4),
.index_third_box .item .supplier_style:nth-of-type(12){
	background: url(../image/supplier_style1-4.png) no-repeat;
    background-size: cover;
}
.index_third_box .item .supplier_style:nth-of-type(5),
.index_third_box .item .supplier_style:nth-of-type(13){
	background: url(../image/supplier_style2-1.png) no-repeat;
    background-size: cover;
}
.index_third_box .item .supplier_style:nth-of-type(6),
.index_third_box .item .supplier_style:nth-of-type(14){
	background: url(../image/supplier_style2-2.png) no-repeat;
    background-size: cover;
}
.index_third_box .item .supplier_style:nth-of-type(7),
.index_third_box .item .supplier_style:nth-of-type(15){
	background: url(../image/supplier_style2-3.png) no-repeat;
    background-size: cover;
}
.index_third_box .item .supplier_style:nth-of-type(8),
.index_third_box .item .supplier_style:nth-of-type(16){
	background: url(../image/supplier_style2-4.png) no-repeat;
    background-size: cover;
}
.index_third_box .carousel-indicators{
	bottom:28px;
}
.index_third_box .carousel-indicators li{
	width:10px;
	height:10px;
	background:#747DA1;
	border-radius:50%;
	border:none;
   	margin: 0;
}
.index_third_box .carousel-indicators .active{
	width:20px;
	height:10px;
	background:#268DFF;
	border-radius:10px;
}
/* 中标公示、优质供应商 */
.index_fourth_box{
    min-height:633px;
	background:#F5F5F5;
   	padding: 36px 0;
}
.index_fourth_box .container{
	overflow:hidden;
}
/* 中标公示 */
.index_result_box{
	float:left;
	width:730px;
}
.index_result_box img{
	width:100%;
	height:110px;
}
.index_result_box .index_result_wrapper{
	position: relative;
    width: 700px;
    height: 490px;
    background: #ffffff;
    box-shadow: 0px 14px 34px 0px rgba(13,60,147,0.15);
    top:-39px;
    left: 0;
    right: 0;
    margin: auto;
    padding: 20px;
}
.index_result_tabs_box {
    text-overflow: ellipsis;
    width: 580px;
    overflow: hidden;
    white-space: nowrap;
    display: flex;
}
.my_index_result_tabs_box {
    width: 580px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.my_index_result_tabs_box::-webkit-scrollbar, .index_result_items_box::-webkit-scrollbar{/*滚动条整体样式*/
    width: 4px;/*高宽分别对应横竖滚动条的尺寸*/
    height: 6px;
}

.my_index_result_tabs_box::-webkit-scrollbar-thumb, .index_result_items_box::-webkit-scrollbar-thumb{/*滚动条里面小方块*/
    border-radius:5px;
    -webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2);
    background:rgba(0,0,0,0.2);
}

.my_index_result_tabs_box::-webkit-scrollbar-track, .index_result_items_box::-webkit-scrollbar-track{/*滚动条里面轨道*/
    -webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 0;
    background:rgba(0,0,0,0.1);
}

.index_result_tabs_box li {
    line-height: 32px;
    height: 32px;
    padding: 0 8px 4px;
    font-size: 18px;
    color: #666666;
}
.index_result_tabs_box li.active,
.index_result_tabs_box li:hover {
    color: #268DFF;
    border-bottom: 2px solid #268DFF;
}
.index_result_items_box{
    height: 420px;
    overflow-x: hidden;
    overflow-y: hidden;
    display: none;
}
.index_result_items_box.active{
    display: block;
}
.index_result_items_box .index_item_box{
    width: max-content;
}
.index_result_items_box .index_item_box a{
    display: block;
    padding: 10px 0 0;
    overflow:hidden;
}
.index_result_items_box img{
	display: block;
    float: left;
    width: 28px;
    height: 28px;
}
.index_result_items_box .index_item_name{
	float: left;
    color: #1D274E;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    width: 344px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 0 0 16px;
}
.index_result_items_box .index_item_company{
	float: left;
    color: #1D274E;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 0 0 40px;
}
.index_result_items_box .index_item_date{
    display: block;
    float: right;
    color: #747DA1;
    font-size: 14px;
    line-height: 28px;
}
.index_result_items_box .index_item_box a:hover .index_item_name{
	color:#268DFF;
}
.index_result_more_box {
    position: absolute;
    top: 26px;
    right: 20px;
}
/* 优质供应商 */
.index_supplier_box{
	float:right;
	width:426px;
    position: relative;
}
.index_supplier_box img{
	width:100%;
	height:110px;
}
.index_supplier_box .index_supplier_wrapper{
	position: relative;
    width: 396px;
    height: 490px;
    background: #ffffff;
    box-shadow: 0px 14px 34px 0px rgba(13,60,147,0.15);
    top:-39px;
    left: 0;
    right: 0;
    margin: auto;
    padding: 27px 0;
}
.index_supplier_wrapper div{
	height: 440px;
    overflow: hidden;
}
.index_supplier_wrapper ul{
	padding: 0 24px;
}
.index_supplier_wrapper li{
    overflow: hidden;
    padding:0 0 16px;
}
.index_supplier_wrapper .alSvgIcon {
	width: 1em;
	height: 1em;
	vertical-align: -0.15em;
	fill: currentColor;
	overflow: hidden;
}
.index_supplier_wrapper .menuIcon{
    display: block;
    width: 24px;
    height: 24px;
    font-size: 24px;
    color: rgba(0,0,0,.4);
    float: left;
}
.index_supplier_wrapper a{
	display: block;
    float: left;
    width: calc(100% - 32px);
    color: #1D274E;
    font-size: 14px;
    overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	line-height: 24px;
    padding: 0 0 0 26px;
}

/* 右侧浮窗 */
.supernatant{
	/*display:none;*/
	position: fixed;
	right: 30px;
	/*bottom: 300px;*/
    bottom:480px;
    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{

}

.tender_detail_title{
    background: url(../image/tender_detail_title.png) no-repeat;
    background-size: 100% 100%;
}

/* 公用footer */
.footerBar{
    background: url(../image/footer_bg.png) no-repeat;
    background-size: 100% 100%;
}

.jzz_pmd {
    margin-right: 200px;
}
.jzz_pmd:last-child {
    margin-right: 0;
}

/******************************************************************二级页面列数据自适应*************************************************************/
.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_stop {
    background: rgba(116,125,161,0.2);
    color: #747DA1;
}
.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: 241px!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: 264px;
    /*margin-right: 42px!important;*/
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: center;
}
.width_im{
    width: 45%  !important;
}
.width_im_35{
    width: 35%  !important;
}
.width_im_34{
    width: 34%  !important;
}
.width_im_30{
    width: 30%  !important;
}
.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: 140px!important;
    margin-right: 39px!important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.theader .zjt_zbgg_jzsj, .tbody .zjt_zbgg_jzsj{
    width: 145px;
    margin-right: 42px!important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: center;
}
.theader, .tbody li {
    justify-content: normal!important;
    align-items: center;
}
.theader {
    display: -webkit-box!important;
    min-width: 1132px;
    width: max-content;
}
.tbody {
    min-width: 1132px;
    width: max-content;
}
.scroll_box {
    overflow-x: auto;
}

.zjt_zbgs .theader .zjt_zbgs_zbmc, .zjt_zbgs .tbody .zjt_zbgs_zbmc {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 500px!important;
    margin-right: 64px!important;
}
.zjt_zbgs .theader .zjt_zbgs_zbdw, .zjt_zbgs .tbody .zjt_zbgs_zbdw {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 338px!important;
    margin-right: 64px!important;
}
.zjt_zbgs .theader .zjt_zbgs_fbsj, .zjt_zbgs .tbody .zjt_zbgs_fbsj {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 150px!important;
}
/* Y轴滚动条隐藏 */
.gdt_hide::-webkit-scrollbar {
    width: 0; /* 纵向滚动条*/
}
/******************************************************************二级页面列数据自适应*************************************************************/
.co_partners .title{
    font-size:32px;
    font-weight:bold;
    margin:20px 0px;
}
.co_partners .partner_list .par_mod{
    float:left;
    width:15%;
    margin-left:2%;
    overflow:hidden;
    margin-bottom:15px;
}
.co_partners .partner_list{
    max-height:545px;
    overflow:hidden;
}
.co_partners .partner_list .par_mod:nth-of-type(6n+1){
    margin-left:0px;
}
.co_partners .partner_list .par_mod{
    height:125px;
    overflow:hidden;
}
.co_partners .partner_list .par_mod .pm_img{
    overflow:hidden;
    width:100%;
    height:90px;
}
.co_partners .partner_list .par_mod .pm_img img{
    width:100%;
    height:100%;
}
.co_partners .partner_list .par_mod .pm_title{
    text-align:center;
    text-overflow:ellipsis;
    white-space: nowrap;
    overflow:hidden;
    line-height:30px;
    margin-top:5px;
}
/*20221120模板样式优化 招标文件 招标公告 中标公示 招标结果*/
.tbody_item_btn{
  margin-right: 58px!important;
}
.tbody_item_btn{
    background-color: #dcdee1!important;
    box-shadow:  0 0 4px rgb(152 154 154 / 77%);
    color: #a39b9b!important;
    width: 110px!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;
}
/*2022/12/30 会员供应商 */

.tipname{
    height: 64px;
    font-family: PingFangSC-Medium;
    font-size: 30px;
    line-height: 64px;
    color: #FFFFFF;
    background: linear-gradient(90deg, #008FFA 0%, #00DAE9 100%);
    box-sizing: border-box;
    font-size: 30px;
    font-weight: bold;
    font-style: italic;
    text-align: center;
}
.zjt_gys_tablist {
    overflow: hidden;
}
.zjt_gys_tablist::-webkit-scrollbar {
    width: 0!important;
}

.zjt_gys_tabitem:nth-child(10n) {
    margin-right: 0;
}
.zjt_gys_tabitem {
    box-sizing: border-box;
    /*padding: 10px;*/
    /*width: 100%;*/
    /*height: 90px;*/
    margin-bottom: 8px;
    float: left;
    width: 110px;
    height: 104px;
    margin-right: 8px;
    margin-bottom: 14px;
}
.zjt_gys_img_box{
    box-sizing: border-box;
    /*padding: 10px;*/
    width: 100%;
    height: 80px;
    background-color: #fff;
    margin-bottom: 8px;
}
.zjt_gys_tabitem .zjt_gys_img {
    width: 100%;
    height: 100%;
}
.zjt_gys_tabitem .zjt_gys_img_title {
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #333333;
}
.zjt_gys_tablist_box {
    height: 585px;
    overflow: hidden;
}
.zjt_gys .swiper-pagination-bullet-active {
    background-color: #1F72FF!important;
    opacity: 1!important;
}
.swiper-pagination-bullet{
    margin: 0 3px;
}
.swiper-container1 .swiper-wrapper{
    transition-timing-function: linear !important;
}
.swiper_style{
    left: 50%;
    margin-top:30px;
}
.memberBackColor{
    background: #F5F5F5;
}