body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
}

li {
	list-style: none;
}

img {
	vertical-align: middle;
	border: 0px;
}

html {
	height: 100%;
	font-family: "微软雅黑";
	font-size: 14px;
}

html::-webkit-scrollbar {
    display: none;
}

textarea {
	resize: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear{clear: both;}

.cl:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}

.cl {
	zoom: 1;
}
body {
	height: 100%;
	background-color: #f6f6f6;
}

/*公共header*/
.header{
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	background: #F6F6F6;
	z-index: 9999999999;
	box-shadow: 0px 15px 10px -15px #bfbdbd;
}

.header_img{
	width: 100%;
	height: 100px;
	background: #fff;
}

.img{
	width: 83%;
	margin: 0 auto;
}

.img>img{
	display: block;
	width: 200px;
	height: 50px;
	margin-top: 25px;
	float: left;
}

.navigation{
	display: flex;
	width:calc(100% - 230px);
	width:-webkit-calc(100% - 230px); 
	width:-moz-calc(100% - 230px); 
	height: 40px;
	line-height: 40px;
	margin-top: 30px;
	float: right;
}

.navigation li{
	/* width: 16.6%; */
	flex: 1;
	text-align: center;
	/* float: left; */
}

.navigation li a{
	padding: 4px 0;
	color: #000;
	font-size: 18px;
}

.navigation li .actived{
	color: #0683f8;
	border-bottom: 4px solid #0683f8;
}

.navigation li a:hover{color: #0683f8;}

.kongb{
	width: 100%;
	height: 100px;
}

/*公共列表*/
.mainbody {
	width: 88%;
	margin: 0 auto;
}

.zbtab {
	height: 60px;
	line-height: 60px;
	padding: 0 50px;
	padding-top: 9px;
	border-bottom: 1px solid #ccc;
}

.gengd{
	color: rgba(55, 156, 251, 1);
	float: right;
}

.gengd:hover{
	color: rgba(55, 156, 251, 1);
}

.tips{
	display: none;
}

/*列表限制显示一行*/
.hangkkz li span{
	display: block;
	float: left;
	color: #333;
}

.hangkkz li .liubann{
	font-size: 12px;
	height: 18px;
	line-height: 18px;
	padding: 0 8px;
	margin-left: 10px;
	margin-top: 0.5px;
	background: rgba(55, 156, 251, 1);
	border-radius: 4px;
	color: #fff;
}

.hangkkz li .new{
	background: #ffa500;
}

.shouc{
	width: 18px;
	height: 15px;
	margin-right: 10px;
	margin-top: 3px;
}

.shouc img{
	display: block;
	width: 100%;
	height: 100%;
}

.hangkkz li .text{
	width:calc(100% - 200px);
	width:-webkit-calc(100% - 200px);
	width:-moz-calc(100% - 200px);
}

.hangkkz li .text div{
	max-width:calc(100% - 140px);
	max-width:-webkit-calc(100% - 140px);
	max-width:-moz-calc(100% - 140px);
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	float: left;
}

.hangkkz .time{
	display: block;
	float: right;
}

/*供应商公示-首页*/
.publicity {
	width:calc(100% - 425px);
	width:-webkit-calc(100% - 425px); 
	width:-moz-calc(100% - 425px);
	height: 349px;
	display: inline-block;
	background-color: #fff;
	float: right;
}

.bid_tabboxs {
	margin-top: 10px;
}

/*竞价公告*/
.tenderingnotice{
	width: 100%;
	height: auto;
}

.jinjgg{
	height: 92px;
}

.jinjggbt{
	height: 60px;
}

.zbtitle {
	font-size: 20px;
	font-weight: bold;
	float: left;
}

.search {
	height: 36px;
	width: 300px;
	border-radius: 25px;
	margin-top: 12px;
	float: right;
	background: #f3f3f3;
}

.search input {
	width: 240px;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	padding: 0 5px 0 15px;
	border: none;
	outline: none;
	float: left;
	border-radius: 25px 0 0 25px;
	background: #f3f3f3;
}

.search span {
	display: block;
	width: 36px;
	height: 36px;
	background: #379cfb;
	text-align: center;
	float: right;
	border-radius: 50%;
	cursor: pointer;
}

.search span img {
	display: block;
	width: 18px;
	height: 18px;
	margin: 0 auto;
	margin-top: 11px;
}

.tab_box {
	width: 100%;
	height: 32px;
}

.tab-top,.tab_top {
	float: left;
}

.tab-top li,.tab_top li{
	width: 100px;
	height: 32px;
	line-height: 32px;
	cursor: pointer;
	text-align: center;
	color: #666;
	font-size: 16px;
	float: left;
}

.tab-top li a,.tab_top li a{
	color: #666;
}

.active{
	background: rgba(55, 156, 251, 1);
	border-radius: 2px;
	color: #fff !important;
}

.active a{
	color: #fff !important;
}

.tab_box a{
	height: 32px;
	line-height: 32px;
}

.tabboxs,.tabboxjj{
	margin: 0 50px;
	margin-top: 10px;
}

.textlist_yq li {
	margin-bottom: 20px;
    padding-bottom: 5px;
	cursor: pointer;
	border-bottom: 1px solid #ccc;
}








