@charset "utf-8";

/*rest-css */

* {
	margin: 0;
	padding: 0;
}

fieldset,
img {
	border: none;
}

address,
caption,
cite,
code,
dfn,
th,
var {
	font-style: normal;
	font-weight: normal;
}

ul,
ol {
	list-style: none;
}

em,
i {
	font-style: normal;
}

input::-moz-focus-inner {
	border: none;
	padding: 0;
}

select,
input {
	vertical-align: middle;
}

select,
input,
textarea {
	font-size: 12px;
	margin: 0;
}

input[type='text'],
input[type='password'],
textarea {
	outline-style: none;
	-webkit-appearance: none;
}

textarea {
	resize: none;
}
input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 32px #f9f9f9 inset; /**通过边框阴影遮挡住背景*/
	-webkit-text-fill-color: #333; /*自动填充内容的文本颜色*/
}

table {
	border-collapse: collapse;
}
html,
body {
	min-height: 100%;
	position: relative;
}
body {
	background: #fff;
	color: #333;
	padding: 0;
	font: 12px/20px '\5FAE\8F6F\96C5\9ED1', '\5b8b\4f53', 'SimSun';
	text-align: left;
}

body > div {
	text-align: left;
}
button:focus {
	outline: 0;
}
a {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #165dff;
	text-decoration: none;
}

.clearfix:after {
	content: '.';
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}

.clearfix {
	zoom: 1;
}

.clear {
	clear: both;
	height: 0;
	font-size: 0;
	overflow: hidden;
}

.fl {
	float: left !important;
}

.fr {
	float: right !important;
}
.w1200 {
	width: 1200px;
	margin: 0 auto;
}
/*首页-banner区域*/
.banner {
	width: 100%;
	height: 420px;
}
.banner .swiper-container {
	height: 420px;
}
.banner .swiper-slide img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	/*height:auto;*/
	/*margin: auto;*/
	object-fit: cover;
	height: 420px;
}
.banner .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
}
.banner .swiper-pagination-bullet-active {
	background: #165dff;
	width: 36px;
	height: 10px;
	border-radius: 20px;
}
.banner .swiper-pagination {
	bottom: 60px;
	left: 50%;
	width: 1200px;
	margin-left: -600px;
	text-align: left;
}
.swiper-button-hide {
	display: none !important;
}
.banner .swiper-button-next {
	right: 40px;
}
.banner .swiper-button-prev {
	left: 40px;
}

/*首页-banner上导航*/
.quick-nav {
	width: 100%;
	height: 78px;
	position: relative;
	background: #fff;
}
.quick-nav-main {
	position: absolute;
	top: -45px;
	left: 0px;
	right: 0px;
	z-index: 10;
}
.quick-navul {
	height: 106px;
	width: 1220px;
	margin: 0 auto;
}
.quick-navul li {
	float: left;
	width: 294px;
	height: 106px;
	background: url(../images/syzcfl/quickbg.png) no-repeat center center;
	background-size: 100% 100%;
	box-sizing: border-box;
	padding: 18px 25px;
	margin-right: 14px;
}
.quick-navul-tit {
	padding-left: 50px;
	height: 36px;
	line-height: 36px;
	font-size: 22px;
	color: #333;
	font-weight: normal;
	background: url(../images/syzcfl/quicknav1.png) no-repeat 15px center;
	background-size: 28px 28px;
}
.quick-navul-tit1 {
	background: url(../images/syzcfl/quicknav2.png) no-repeat 15px center;
	background-size: 28px 28px;
}
.quick-navul-tit2 {
	background: url(../images/syzcfl/quicknav3.png) no-repeat 12px center;
	background-size: 28px 28px;
}
.quick-navul-tit3 {
	background: url(../images/syzcfl/quicknav4.png) no-repeat 15px center;
	background-size: 28px 28px;
}
.quick-navul-cont {
	font-size: 14px;
	color: #999999;
	height: 24px;
	line-height: 24px;
	margin-top: 4px;
	padding-left: 15px;
}
.quick-navul li a:hover {
	opacity: 0.85;
	filter: alpha(opacity=85);
}

/*精选推荐*/
.recommend {
	background: #fff;
	padding-top: 30px;
}
.recommend-tit {
	height: 80px;
	line-height: 80px;
	text-align: center;
	font-size: 28px;
	color: #333;
	padding-bottom: 16px;
}
.recommend-main {
	padding-top: 0px;
}
.rec-main-tab {
	height: 80px;
}
.rec-main-tab .rec-main-notice {
	cursor: pointer;
	font-weight: bold;
}
.rec-main-tab li {
	width: 33.33333%;
	text-align: center;
	height: 80px;
	line-height: 80px;
	float: left;
	font-size: 18px;
	position: relative;
	border: 1px solid #e8ecee;
	box-sizing: border-box;
	cursor: pointer;
}
.rec-main-tab li a {
	color: #8291b3;
}
.rec-main-tab li.active {
	background: #165dff;
	box-shadow: 4px 0px 12px 0px #b3c9fd;
	border: none;
}
.rec-main-tab li.active a {
	color: #ffffff;
	font-weight: bold;
}
.rec-main-tab li.active::after {
	content: '';
	width: 30px;
	height: 15px;
	position: absolute;
	left: 50%;
	bottom: -12px;
	margin-left: -15px;
	background: url(../images/syzcfl/sjxactive.png) no-repeat center center;
}
.rec-main-cont {
	padding: 10px 0;
	background: #f7fafd;
	min-height: 350px;
}
.rec-main-cont .rec-main-clickchange {
	display: none;
}
.rec-main-contul li {
	width: 50%;
	box-sizing: border-box;
	float: left;
	padding: 0px 36px;
}
.rec-main-contul-dv {
	border-bottom: 1px solid #ebebeb;
	padding: 20px 0;
	box-sizing: border-box;
}
.rec-main-contul-dv h5 {
	font-weight: normal;
	padding-right: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.rec-main-contul-dv p {
	margin-top: 4px;
	height: 28px;
}
.rec-main-contul-dv p span {
	/*display:inline-block;*/
	float: left;
	border: 1px solid #ebebeb;
	height: 24px;
	line-height: 24px;
	padding: 0 8px;
	margin-right: 10px;
	color: #999;
}
.rec-main-contul-dv p em {
	/*display:inline-block;*/
	float: left;
	background: #e8edfa url(../images/syzcfl/time.png) no-repeat 5px center;
	background-size: 18px 18px;
	height: 26px;
	line-height: 26px;
	padding: 0 10px 0 24px;
	color: #165dff;
}
.rec-main-contul-dv p em.jz {
	background: #f1f1f1;
	color: #999999;
	padding: 0 8px 0 8px;
}
.rec-main-contul-dv p .js-count-down span {
	border: none;
	height: 26px;
	line-height: 26px;
	padding: 0;
	margin: 0;
	border-radius: 0;
	color: #165dff;
}
.rec-main-contul-dv p .js-count-down.jz span {
	color: #999999;
}
.rec-main-contul li:nth-last-of-type(-n + 2) .rec-main-contul-dv {
	border: none;
}
.rec-main-contp {
	text-align: right;
	padding: 32px 36px 0 0;
}
/*.rec-pad10{*/
/*	padding-bottom:10px;*/
/*}*/
.rec-main-contp a {
	display: inline-block;
	width: 90px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	border-radius: 4px;
	background: #165dff;
	color: #fff;
	padding-left: 4px;
}
.rec-main-contp a:hover {
	background: #165dff;
	color: #fff6f6;
}
.rec-main-contpqs {
	text-align: right;
	padding: 30px 36px 20px 0;
}
.rec-main-contpqs a {
	display: inline-block;
	width: 90px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	border-radius: 4px;
	background: #fff;
	border: 1px solid #999;
	color: #999;
	padding-left: 4px;
}
.rec-main-contpqs a:hover {
	color: #165dff;
	border: 1px solid #165dff;
}
/*招采信息*/
.bidding {
	padding-top: 30px;
	background: #fff;
}
.bidding-main {
	background: #fff;
	height: 480px;
	border-radius: 4px;
}
.bidmain-left {
	width: 200px;
	height: 480px;
	padding: 8px;
	background: #fefeff;
	box-sizing: border-box;
	border: 1px solid #e5ecf4;
}
.bidmain-leftbox {
	/*padding:40px 0 0 40px;*/
}
/*.bidmain-leftbox h3{*/
/*	font-size:22px;*/
/*	height:30px;*/
/*	line-height: 30px;*/
/*	color:#fff;*/
/*	font-weight: 500;*/
/*}*/
.bidmain-leftbox ul {
	padding-top: 25px;
}
.bidmain-leftbox ul li {
	height: 56px;
	line-height: 56px;
	color: #333;
	text-align: center;
	font-size: 16px;
	cursor: pointer;
	margin: 20px 0;
}
.bidmain-leftbox ul li.active {
	color: #fff;
	background: #165dff;
	box-shadow: 4px 0px 10px 0px #b3c9fd;
}
.bidmain-right {
	width: 980px;
	box-sizing: border-box;
	padding: 15px;
	background: #f7fafd;
	height: 480px;
}
.bidmain-right .rec-main-cont {
	background: #fff;
	min-height: 350px;
}
.bidmain-right .rec-main-tab {
	height: 60px;
}
.bidmain-right .rec-main-tab .rec-main-notice {
	cursor: pointer;
	font-weight: bold;
}
.bidmain-right .rec-main-tab li {
	width: 20%;
	text-align: center;
	height: 60px;
	line-height: 60px;
	float: left;
	font-size: 18px;
	position: relative;
	background: none;
	box-shadow: none;
	border: none;
}
.bidmain-right .rec-main-tab li a {
	color: #333;
}
.bidmain-right .rec-main-tab li.active a {
	color: #165dff;
	font-weight: bold;
}
.bidmain-right .rec-main-tab li.active::after {
	content: '';
	width: 88px;
	height: 4px;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -44px;
	background: #165dff;
}
.rec-main-contul-dv h4 {
	font-weight: normal;
	padding-right: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.bidmain-right .rec-main-contul-dv {
	padding: 18px 0 12px;
	border: none;
}
.bidmain-right .rec-main-contul-dv p {
	margin-top: 4px;
}
/*平台特色*/
.feature {
	background: #fff;
	padding-top: 30px;
}
.feature-main li {
	float: left;
	padding-right: 30px;
}
.feature-main li:last-child {
	padding-right: 0px;
}
.feature-main-box {
	width: 380px;
	height: 420px;
	border-radius: 4px;
	background: #f2f6fb;
	background: linear-gradient(180deg, #f2f6fb 0%, #ffffff 100%);
	box-sizing: border-box;
	border: 2px solid #ffffff;
	box-shadow: 1px 0px 10px 0px #eff2f7;
}
.feature-main-box a {
	display: block;
	width: 380px;
	height: 420px;
	box-sizing: border-box;
	position: relative;
	padding: 38px;
}
.feature-main-box a h5 {
	width: 180px;
	height: 150px;
	position: absolute;
	top: 54px;
	left: 50%;
	margin-left: -90px;
}
.feature-main-box a h5 img {
	width: 100%;
	height: 100%;
	transition: all 0.6s;
	-ms-transition: all 0.8s;
}
.feature-main-box a:hover h5 img {
	transform: scale(1.2);
	-ms-transform: scale(1.2);
}
.feature-main-box a h6 {
	text-align: center;
	font-size: 20px;
	color: #333333;
	line-height: 30px;
	margin-top: 226px;
}
.feature-main-box a p {
	text-align: center;
	font-size: 14px;
	color: #828ea8;
	line-height: 28px;
	margin-top: 18px;
}
/*如何完成全流程电子招投标？*/
.allflow {
	height: 318px;
	background: url(../images/syzcfl/flowbg.png) no-repeat center center;
	background-size: 100% 100%;
	box-sizing: border-box;
	padding-top: 30px;
}
.allflow-tit {
	font-size: 18px;
	color: #999999;
	line-height: 24px;
	text-align: center;
}
.allflow-btn {
	padding-top: 48px;
	text-align: center;
}
.allflow-btn a {
	display: inline-block;
	box-sizing: border-box;
	width: 240px;
	height: 60px;
	line-height: 60px;
	border-radius: 4px;
	font-size: 18px;
	color: #fff;
	margin: 0 20px;
}
/*.allflow-btn a:hover{*/
/*	opacity: 0.7;*/
/*	filter:alpha(opacity=70);*/
/*}*/
.allflow-btn a.fw-btn1 {
	padding-left: 34px;
	background: #165dff url(../images/syzcfl/down.png) no-repeat 18px center;
	background-size: 28px 28px;
}
.allflow-btn a.fw-btn2 {
	padding-left: 32px;
	background: #2d4678 url(../images/syzcfl/down.png) no-repeat 26px center;
	background-size: 28px 28px;
}
.allflow-btn a.fw-btn3 {
	padding-left: 32px;
	background: #ffcb93 url(../images/syzcfl/dealydbg.png) no-repeat 24px center;
	background-size: 28px 28px;
	color: #282632;
}
.allflow-btn a.fw-btn1:hover {
	color: #fff;
	background-color: #165dff;
}
.allflow-btn a.fw-btn2:hover {
	color: #fff;
	background-color: #203869;
}
.allflow-btn a.fw-btn3:hover {
	color: #282632;
	background-color: #eab77a;
}
/*采招资讯*/
.information {
	background: #fff;
	padding-top: 50px;
}
.inf-mleft {
	width: 460px;
	height: 280px;
}
.inf-mleft .swiper-container {
	height: 280px;
}
.inf-mleft .swiper-slide img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	object-fit: cover;
	height: 280px;
}
.inf-mleft-boxfc {
	position: absolute;
	z-index: 100;
	width: 100%;
	height: 76px;
	background: rgba(0, 0, 0, 0.5);
	bottom: 0px;
	box-sizing: border-box;
	padding: 16px 20px;
}
.inf-mleft-boxfc h6 {
	font-size: 14px;
	color: #fff;
	line-height: 24px;
	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.inf-mleft-boxfc p {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.7);
	line-height: 16px;
	margin-top: 4px;
}
.inf-mleft .swiper-pagination {
	bottom: 22px;
	text-align: right;
	left: -20px;
}
.inf-mleft .swiper-pagination .swiper-pagination-bullet {
	width: 16px;
	height: 4px;
	border-radius: 0;
}
.inf-mleft .swiper-pagination .swiper-pagination-bullet-active {
	background: #fff;
}
.inf-mright {
	width: 740px;
	box-sizing: border-box;
	padding-left: 40px;
}
.inf-mright-tit {
	height: 46px;
}
.inf-mright-tit li {
	float: left;
	text-align: center;
	height: 38px;
	line-height: 32px;
	font-size: 18px;
	color: #333;
	margin-right: 40px;
	box-sizing: border-box;
	padding: 0 5px;
	cursor: pointer;
	font-weight: bold;
	position: relative;
}
.inf-mright-tit li.active {
	font-weight: bold;
	color: #165dff;
	border-bottom: 3px solid #165dff;
}
/*新增查看更多样式*/
.inf-mright-tit li a {
	position: absolute;
	top: 10px;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	letter-spacing: 0em;
	color: #999999;
	display: none;
}
.inf-mright-tit li.active a {
	display: block;
}
.inf-mright-tit li a.ao {
	right: -614px;
}
.inf-mright-tit li a.at {
	right: -492px;
}
.inf-mright-tit li a.ah {
	right: -370px;
}
.inf-mright-cot {
	padding-top: 2px;
}
.inf-mright-cot li {
	height: 44px;
	line-height: 58px;
	padding-right: 150px;
	padding-top: 0px;
	font-size: 14px;
	border-bottom: 1px solid #ebebeb;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
}
.inf-mright-cot li:last-child {
	border-bottom: none;
}
.inf-mright-cot li span {
	position: absolute;
	right: 0px;
	color: #999;
}

/*交易数据*/
.deal-data li {
	float: left;
	width: 25%;
}
.deal-data li h3 {
	font-size: 42px;
	color: #165dff;
	text-align: center;
	line-height: 66px;
}
.deal-data li p {
	font-size: 18px;
	color: #666;
	text-align: center;
	line-height: 44px;
}

/*合作伙伴*/
.partner {
	background: #fff;
	padding: 30px 0 50px;
}
.partner-box {
	width: 1300px;
	margin: 0 auto;
}
.swiper-father {
	width: 1300px;
	height: 258px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.swiper-father .swiper-container {
	width: 1200px;
	margin: 0 auto;
}
.swiper-father .swiper-slide a {
	width: 200px;
	height: 76px;
	background: #fff;
	float: left;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
}
.swiper-father .swiper-slide a img {
	display: block;
	max-width: 160px;
	max-height: 60px;
	height: auto;
	width: auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.swiper-father .swiper-button-prev {
	width: 65px;
	height: 65px;
	background: url(../images/syzcfl/left.png) no-repeat;
	left: 0px;
}
.swiper-father .swiper-button-next {
	width: 65px;
	height: 65px;
	background: url(../images/syzcfl/right.png) no-repeat;
	right: 0px;
}

/*.partner .side-warp{*/
/*  width:1300px;*/
/*  height:258px;*/
/*	margin:0 auto;*/
/*  overflow: hidden;*/
/*  position: relative;*/
/*}*/
/*.partner-box .side-warp .swipslider{*/
/*	padding-left:50px;*/
/*	padding-right:50px;*/
/*}*/
/*.partner .side-warp .sw-slides .sw-slide a{*/
/*	width: 200px;*/
/*	height: 76px;*/
/*	background: #fff;*/
/*	float: left;*/
/*	box-sizing: border-box;*/
/*	position: relative;*/
/*	overflow: hidden;*/
/*	margin-bottom: 10px;*/
/*}*/
/*.partner .side-warp .sw-slides .sw-slide a img{*/
/*	display: block;*/
/*	max-width: 160px;*/
/*	max-height: 60px;*/
/*	height: auto;*/
/*	width: auto;*/
/*	position: absolute;*/
/*	left: 0;*/
/*	right: 0;*/
/*	top: 0;*/
/*	bottom: 0;*/
/*	margin: auto;*/
/*}*/
/*.partner .sw-next{*/
/*width:65px;*/
/*height:65px;*/
/*background:url(../images/syzcfl/left.png) no-repeat;*/
/*left:0px;*/
/*}*/
/*.partner .sw-prev{*/
/*width:65px;*/
/*height:65px;*/
/*background:url(../images/syzcfl/right.png) no-repeat;*/
/*right:0px;*/
/*}*/

/*分页样式*/
.tzgg-list .pagination {
	display: block !important;
}
.pagination {
	height: 32px;
	font-size: 14px;
	color: #666;
	line-height: 32px;
	text-align: center;
	margin-top: 50px;
}
.pagination em {
	margin-right: 10px;
}
.pagination select {
	width: 115px;
	height: 32px;
	border: 1px solid #dcdfe6;
	padding: 0 10px;
	margin-top: -3px;
	border-radius: 4px;
	background: #f5f7fa;
	color: #666;
}
.pagination a {
	display: inline-block;
	padding: 0 14px;
	height: 32px;
	line-height: 32px;
	background: #f5f7fa;
	color: #666;
	margin: 0 1px;
	border-radius: 4px;
}
.pagination a:hover {
	background: #165dff;
	color: #fff !important;
	text-decoration: none;
}
.pagination a.active {
	background: #165dff;
	color: #fff !important;
	text-decoration: none;
}
.pagination span {
	margin-left: 15px;
}
.pagination span input {
	width: 40px;
	height: 32px;
	line-height: 32px;
	padding: 0 5px;
	border: 1px solid #dcdfe6;
	border-radius: 4px;
}
.pagination button {
	width: 62px;
	height: 32px;
	border: none;
	border-radius: 4px;
	background: #165dff;
	color: #fff;
	margin-left: 15px;
	cursor: pointer;
}
/*暂无数据start*/
.zwdata img {
	display: block;
	width: 100%;
	height: 100%;
}

/*共公搜索区域*/
.public-search {
	padding: 20px 25px;
}
.public-search-list {
	display: flex;
	margin: 20px 0;
}
.public-search-list dt {
	width: 90px;
	height: 28px;
	line-height: 28px;
	padding-left: 22px;
	font-size: 15px;
	color: #333;
	font-weight: bold;
}
.public-search-list dt.xmvip {
	background: url(../images/zzzb/vip.png) no-repeat left center;
}
.public-slcot {
	width: 1020px;
}
.public-slcot .all {
	float: left;
	font-size: 15px;
	height: 28px;
	line-height: 28px;
	color: #666;
	padding-right: 20px;
}
.public-slcot .one {
	float: left;
	height: 28px;
	line-height: 28px;
	font-size: 15px;
	color: #666;
	padding-right: 20px;
}
.public-slcot .srkbox {
	float: left;
	width: 160px;
	position: relative;
}
.public-slcot .srkbox .srk {
	width: 100%;
	padding: 0 10px;
	height: 28px;
	line-height: 28px;
	box-sizing: border-box;
	border: 1px solid #666;
}
.public-slcot .srkbox .srk:focus {
	border: 1px solid #165dff;
}
.public-slcot .srkbox .yuan {
	font-size: 12px;
	color: #999;
	position: absolute;
	right: 8px;
	top: 4px;
}
.public-slcot .aniu {
	float: left;
	width: 40px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	font-size: 14px;
	color: #999;
	box-sizing: border-box;
	border: 1px solid #999;
	background: #fff;
	margin-left: 10px;
	cursor: pointer;
}
.hx {
	float: left;
	height: 28px;
	line-height: 28px;
	padding: 0 10px;
	font-size: 14px;
	color: #999;
}
.public-slcot .tolbox {
	float: left;
	width: 90%;
}
.public-slcot .tolbox .hybox {
	display: inline-block;
	position: relative;
}
.public-slcot .tolbox .hybox .mc {
	display: inline-block;
	height: 28px;
	line-height: 28px;
	font-size: 15px;
	color: #666;
	padding-right: 20px;
}

/*行业与城市浮框start*/
.hyfloat-box {
	width: 420px;
	padding: 20px;
	background: #fff;
	box-shadow: 0px 4px 12px 0px rgba(172, 172, 172, 0.3);
	border-radius: 4px;
	position: absolute;
	left: 0px;
	top: 34px;
	z-index: 10;
	display: none;
}
.hyfloat-box::after {
	content: '';
	width: 31px;
	height: 12px;
	background: url(../images/zzzb/zzcgsjx.png) no-repeat left top;
	position: absolute;
	left: 5px;
	top: -12px;
}
.hyfloat-box-m {
	padding-bottom: 20px;
}
.hyfloat-box-m .tit {
	height: 30px;
	line-height: 30px;
	font-size: 14px;
}
.hyfloat-box-m .cont {
	padding-top: 8px;
}
.hyfloat-box-m .cont a {
	font-size: 12px;
	color: #666;
	display: inline-block;
	margin-bottom: 5px;
}
.hyfloat-box-m .cont b {
	font-size: 12px;
	color: #666;
	font-weight: normal;
	margin: 0 8px;
}
.hyfloat-box-m .cont a:hover {
	color: #165dff;
}
.hyfloat-box-btn {
	height: 30px;
	text-align: right;
}
.hyfloat-box-btn a {
	display: inline-block;
	width: 68px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	font-size: 12px;
	border-radius: 4px;
	color: #666;
	margin-left: 15px;
}
.hyfloat-box-btn a.a1 {
	background: #fff;
	border: 1px solid #999;
}
.hyfloat-box-btn a.a2 {
	background: #165dff;
	border: 1px solid #165dff;
	color: #fff;
}
/*行业与城市浮框end*/

.public-search-open {
	text-align: right;
}
.public-search-open .zk {
	display: inline-block;
	background: #f0f0f0;
	border-radius: 4px;
	width: 36px;
	height: 18px;
	line-height: 18px;
	font-size: 12px;
	color: #999;
	text-align: center;
	cursor: pointer;
	margin-right: 10px;
}
.public-search-open .popen {
	display: inline-block;
	height: 18px;
	line-height: 18px;
	font-size: 12px;
	color: #999;
	padding: 0 16px 0 3px;
	background: url(../images/zzzb/sjt.png) no-repeat right center;
	cursor: pointer;
}
.public-search-open .popen.sq {
	background: url(../images/zzzb/xjt.png) no-repeat right center;
}
.public-smheight {
	height: 142px;
	overflow: hidden;
}

/*公共列表区域*/
.public-list {
	padding: 20px 30px;
}
.public-list-tit {
	height: 46px;
	line-height: 45px;
	font-size: 20px;
	padding-left: 35px;
	background: url(../images/zzzb/list-titbg.png) no-repeat left center;
	border-bottom: 1px solid #ebebeb;
}
.public-list-cot li {
	padding: 20px 0;
	border-bottom: 1px solid #ebebeb;
}
.public-list-cotit {
	height: 40px;
	line-height: 40px;
	padding-right: 150px;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: normal;
	position: relative;
}
.public-list-cotit span {
	position: absolute;
	right: 0px;
	color: #adadad;
}
.public-list-cotnr {
	margin-top: 20px;
	position: relative;
}
.public-list-cotnr span {
	display: inline-block;
	border: 1px solid #ebebeb;
	height: 26px;
	line-height: 26px;
	padding: 0 15px;
	margin-right: 10px;
	color: #adadad;
	border-radius: 4px;
}
.public-list-cotnr em {
	display: inline-block;
	background: #ffefef url(../images/zzzb/time.png) no-repeat 5px center;
	height: 28px;
	line-height: 28px;
	padding: 0 15px 0 24px;
	color: #165dff;
	border-radius: 4px;
}
.public-list-cotnr em.jz {
	background: #f1f1f1;
	color: #999999;
}
.public-list-cotnr a {
	position: absolute;
	right: 0px;
	bottom: 0px;
	display: inline-block;
	width: 100px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	font-size: 14px;
	border-radius: 4px;
	box-sizing: border-box;
}
.public-list-cotnr a.qtb {
	background: #165dff;
	color: #fff;
}
.public-list-cotnr a.qck {
	border: 1px solid #165dff;
	color: #165dff;
	text-decoration: none;
}
