a:hover{
	color: #ff6600;
}
.center{
	width: 1200px;
	margin: 0 auto;
}
.banner{
	width: 1190px;
	position: relative;	
}
.tbgg{
	background-color: #fff;
	width: 1190px;
	margin: 0 auto 20px;
	position: relative;
	padding-bottom: 10px;
}
.tit_list{
	border-bottom: 1px solid #d9d9d9;
}
.tit_list li{
	float: left;
	width: 99px;
	font-size: 18px;
	line-height: 60px;
	text-align: center;
	margin-left: 10px;
	margin-right: 30px;	
}
.xz{
	background: url(../images/07_02.png) no-repeat bottom;	
}
.xz a{
	color: #ff6600;
}
.tbgg .more{
	position: absolute;
	right: 10px;
	top: 18px;
	width: 70px;	
}
.moreLogo{
	background: url(../images/moreLogo.png) no-repeat;
	background-position: left 10px center;	
}
.more{
	width: 496px;
	text-align: right;
	display: block;
	cursor: pointer;	
}
.xjfj{
	padding: 10px;
}
.xjfj li{
	cursor: pointer;
	background-color: #f7f8f9;
	margin-bottom: 10px;
	padding: 15px;
	-webkit-transition: -webkit-transform .3s linear;
	transition: -webkit-transform .3s linear;
	transition: transform .3s linear;
	transition: transform .3s linear, -webkit-transform .3s linear;
	-moz-transition: transform .3s linear;
	-webkit-transition: transform .3s linear;
	-o-transition: transform .3s linear;	
}
.xjfj li a{
	color: #333;
	line-height: 28px;
	font-size: 16px;
	font-weight: 400;	
}
.bePointer{
	cursor: pointer;
	color: #333;	
}
.xjfj li span{
	color: #bbbcbd;
	font-size: 14px;	
}
.xjfj li .more-btn{
	margin-left: 900px;
	position: relative;
	display: inline-block;
	width: 65px;
	height: 22px;
	color: #dbdbdb;
	border-radius: 22px;
	border: 1px solid #dbdbdb;
	transition: all .6s cubic-bezier(0.215,.61,.355,1);
	-moz-transition: all .6s cubic-bezier(0.215,.61,.355,1);
	-webkit-transition: all .6s cubic-bezier(0.215,.61,.355,1);	
}
.xjfj li .more-btn::after{
	background-image: url(../images/common_z.png);
	content: '';
	position: absolute;
	top: 9px;
	right: 11px;
	display: block;
	width: 24px;
	height: 7px;
	font-size: 0;
	background-repeat: no-repeat;
	background-position: -33px 0px;	
}
.xjfj li:hover{
	transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
	-moz-transform: translateY(-3px);
	-o-transform: translateY(-3px);
	box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.2);	
}
.bePointer:hover{
	color: #ff6600;
}
.xjfj li:hover .more-btn{
	margin-left: 930px;
	color: #fff;
	border-color: #ff6600; 
	background-color: #ff6600;	
}
.xjfj li:hover .more-btn::afte{
	background-position: -33px -10px;
}



/* 信息动态/招标竞价 */
.infoDynamic{
	padding: 70px 0 30px;
	/*background-image: url(../images/newYbg.png);*/
}
.xxdtContent{
	margin-bottom: 40px;
	position: relative;
}
.xxdtContent .grid-xxk{
	width: 100%;
}

.grid-xxk ul{
	border: 1px solid #e8e8e8;
	display: flex;
}
.grid-xxk ul li{
	width: 315px;
	height: 106px;
	background-color: #fff;
	border-bottom: 1px solid #e8e8e8;
}
.grid-xxk ul li:last-child{
	border-bottom: none;
}
.grid-xxk ul li .grid-box{
	height: 100%;
	width: 100%;
	padding: 25px 40px;
	cursor: pointer;
	border-right: 1px solid #e8e8e8;
}
.grid-xxk ul li .grid-box img{
	height: 100%;
	float: left;
	width: 60px;
}
.grid-xxk ul li .grid-box span{
	height: 100%;
	display: block;
	line-height: 55px;
	float: left;
	margin-left: 25px;
	font-size: 22px;
}

.grid-xdnr{
	float: left;
	width: 100%;
	height: 420px;
	background-color: #fff;
	border: 1px solid #e8e8e8;
	border-left: none;
	padding: 10px 20px;
}
.grid-xdnr table{
	width: 100%;
	height: 100%;
	padding: 20px;
	font-size: 18px;
}
.grid-xdnr table tr{
	position: relative;
	padding-left: 15px;
}
.grid-xdnr table tr:before{
	content: '';
	position: absolute;
	left: 0;
	top: 18px;
	width: 5px;
	height: 5px;
	border-radius: 100%;
	background-color: #f60;
}
.grid-xdnr table tr td{
	text-align: center;
	font-size: 16px;
	color: #5a5a5a;
	padding-left: 15px;
}
.grid-xdnr table tr:first-child th:first-child{
	height: 50px;
	text-indent: 15px;
}
.grid-xdnr table tr:first-child:before{
	content: '';
	position: absolute;
	left: 0;
	top: 11px;
	width: 5px;
	height: 30px;
	border-radius: 2px;
	background-color: #474747;
}

.grid-xdnr table tr td .state{
	background-color: #FF6638;
	border: 2px solid #FF6638;
	color: #fff;
	font-size: 12px;
	line-height: 18px;
	padding: 0 2px;
	text-align: center;
	border-radius: 4px;
	position: relative;
	vertical-align: middle;
	float: left;
	top: -12px;
	margin: 0 4px;
}
.grid-xdnr table tr td .state > div{
	width: 0;
	height: 0;
	border-width: 4px 4px 0;
	border-style: solid;
	border-color: #FF6638 transparent transparent transparent;
	position: absolute;
	left: 15px;
	right: 0;
	bottom: -6px;
	margin: 0 auto;
}
.grid-xdnr table tr td a{
	color: #5a5a5a;
	width: 100%;
	display: block;
}
.tenderBid{
	background-color: #fff;
}
.zbjjContent .grid-xdnr{
	background-color: #f5f5f5;
	width: 100%;
}
.selectTab{
	background-color: #f60;
	color: #fff;
}
.selectTab span{
	color: #fff;
}

.moreBtn{
	position: absolute;
	font-size: 15px;
	color: #f60;
	top: -48px;
	line-height: 30px;
	padding: 0 15px;
	border-radius: 20px;
	right: 10px;
	cursor: pointer;
	border: 2px double #f60;
	letter-spacing: 1px;
	text-indent: 2px;
}
.moreBtn:hover{
	color: #fff;
	background-color: #f60;
}
.center .title{
	width: 252px;
	position: relative;
	height: 80px;

}
.center .title h1 {
	font-size: 28px;
	height: 100%;
	line-height: 42px;
	font-weight: 500;
	margin: auto;
}
.center .title h1 p {
	display: inline-block;
	font-size: 28px;
	height: 100%;
	line-height: 42px;
	color: #f60;
	margin-left: 3px;
	font-weight: 500;
}
.bor_b{
	width: 50px;
	height: 3px;
	border-radius: 1px;
	background-color: #ff6600;
	margin-top: 3px;
}