body {
	background-color: #fff;
}

.logo2 {
	display: flex;
	align-items: center;
}

.middle {
	margin-top: 20px;
	width: 1200px;
}
.breadcrumb {
	display: flex;
	align-items: center;
	color: #666;
}
.breadcrumb .icon-dingwei {
	color: #1276de;
	font-size: 24px;
}
.breadcrumb a,
.breadcrumb span {
	margin: 0 5px;
}
.breadcrumb a {
	color: #1276de;
}

.header-wrap {
	display: flex;
	justify-content: space-between;
}
.main {
	width: 1200px;
	margin: 20px auto;
}
.sect {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
.main-content {
	width: 75%;
	margin-right: 20px;
}
.col-left {
	display: flex;
	justify-content: space-between;
}

.card-hd {
	display: flex;
	justify-content: space-between;
}
.card-hd-main {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.card-hd h2 {
	margin-right: 20px;
	color: #1276de;
}
.card-hd-main p {
	font-size: 18px;
}
.card-hd-main p a {
	margin-left: 16px;
}

.side-content {
	width: 274px;
}
.side-content .card:not(:first) {
	margin-bottom: 20px;
}
.side-content .card-hd {
	padding: 10px 20px;
	border-bottom: 1px solid #eee;
	background-color: #1276de;
	color: #fff;
	border-radius: 4px 4px 0 0;
}
.side-content .card-hd .more {
	color: #fff;
}
.side-content .card-bd {
	padding: 0 10px;
	border: 1px solid #eee;
}
.side-content .card-bd li {
	/* margin: 15px 0; */
	margin: 0;
	line-height: 30px;
	width: 96%;
	/* list-style: square inside; */
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	list-style: none !important;
}
.side-content .card-bd li label {
	font-weight: bold;
	margin-right: 10px;
}
.side-area li {
	display: flex;
}

.filter-wrap {
	width: 100%;
	margin-top: 10px;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	border-radius: 5px;
}
.filter-wrap li {
	display: flex;
	align-items: flex-start;
	padding: 12px 0;
}
.filter-wrap li:last-child {
	border: 0 none;
}
.filter-wrap li label {
	display: inline-block;
}
.filter-wrap li > label {
	font-weight: bold;
	width: 3%;
	padding: 3px 20px;
}
.filter-wrap li input {
	margin: 0 4px 0 6px;
}
.filter-wrap li span {
	display: inline-flex;
	align-items: center;
}
.filter-wrap .filter-options {
	width: 88%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.filter-options .filter-option {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.filter-options div strong {
	margin-right: 6px;
}
.filter-options a {
	display: inline-block;
	align-self: flex-start;
	padding: 0px 10px;
	height: 30px;
	line-height: 30px;
}
.filter-options .selected {
	background-color: #1276de;
	border-radius: 16px;
	color: #fff;
	font-weight: bold;
}
.filter-options .sub-option {
	background-color: #fff;
	border-radius: 20px;
	margin-top: 10px;
	display: inline-block;
	padding: 0px 10px;
	margin-bottom: 10px;
	box-shadow: 4px 4px 4px #eee;
}
.filter-options .sub-option a {
	margin: 0 10px;
}
.filter-options .sub-option .selected {
	background-color: transparent;
	color: #1276de;
}
.filter-options h2 {
	display: inline;
	font-size: 14px;
}
.btn-submit {
	display: block;
	background-color: #1276de;
	color: #fff;
	padding: 4px 24px;
}
.btn-submit:hover {
	color: #fff;
}

#btnAllArea.selected,
#btnAllType.selected {
	background-color: #1276de;
	color: #fff;
}

.filter-options .filter-areas {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
}
.filter-area {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	margin-left: 10px;
	margin-right: 32px;
	padding: 4px 0;
	margin-bottom: 4px;
	border-bottom: 1px dashed #ccc;
}
.filter-area a {
	padding: 0 5px;
}
.filter-options .filter-areas strong {
	margin-right: 6px;
}

.link-ccpc {
	text-align: center;
	margin-bottom: 20px;
}
.link-ccpc a {
	display: inline-block;
	font-size: 15px;
	transition: 0.5s all;
	background: -webkit-linear-gradient(left, #ff6600, #ff9900);
	color: #fff;
	padding: 3px 10px;
	border-radius: 4px;
}
.link-ccpc a:hover {
	background: -webkit-linear-gradient(left, #ff3300, #ff6600);
	color: #fff;
	box-shadow: 0 0 5px #aaa;
}

.datalist {
	background-color: #fff;
	border: 1px solid #eee;
}
.datalist table {
	width: 100%;
	border-collapse: collapse;
	background-color: #fff;
}
.datalist tr:nth-child(even) td {
	background-color: #f8f8f8;
}
.datalist tr:hover {
	background-color: #c0e6ff;
}

.datalist td,
.datalist th {
	border-bottom: 1px solid #eee;
	padding: 10px 5px;
	border-right: 1px solid #eee;
}
.datalist .data-type,
.datalist .data-area,
.datalist .data-time,
.datalist .data-industry {
	text-align: center;
	color: #666;
}
.datalist .data-title a {
	display: block;
	width: 500px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: keep-all;
}
.datalist .data-time {
	min-width: 100px;
}
.datalist .item-date {
	text-emphasis: center;
}

.no-res-msg {
	text-align: center;
	padding: 10px;
	color: #666;
}

.datalist-hd {
	display: flex;
	padding: 10px 20px;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #eee;
	font-size: 1rem;
}
.datalist-hd h2 {
	font-size: 1rem;
}
.datalist-hd .datalist-hd-extra em {
	color: #ff6600;
	font-style: normal;
}
.project-list1 li {
	padding: 20px;
	border-bottom: 1px solid #eee;
}
.project-list1 .project-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.project-list1 .project-title h4 {
	font-size: 16px;
	font-weight: bold;
}
.project-list1 .project-title span {
	color: #999;
	font-size: 12px;
}
.project-list1 .project-summary {
	color: #666;
	margin: 20px 0;
}
.project-list1 .project-more {
	text-align: right;
}
.hot-keys {
	display: flex;
	flex-wrap: wrap;
}
.hot-keys a {
	display: inline-block;
	padding: 6px 6px;
}
.datalist tr th {
	background-color: #1276de;
	color: #fff;
}

.company-list {
	border: 0 none;
}
.company-list li {
	display: flex;
	margin-bottom: 20px;
	padding: 20px;
	box-shadow: 2px 2px 6px #ddd;
	border-radius: 4px;
}
.company-list li:hover {
	background-color: #f7f7f7;
}
.company-list .pic {
	margin-right: 20px;
}
.company-list .intro {
	padding-top: 5px;
}
.company-list h5 {
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 16px;
}
.company-list .intro p a {
	color: #666;
	line-height: 1.8;
}
.company-list .pic img {
	width: 155px;
	height: 110px;
}

.follow-wrap {
	padding: 10px;
	background-color: #fff;
	position: fixed;
	z-index: 20;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}
.follow-wrap .btn-close {
	position: absolute;
	right: 5px;
	top: 5px;
}
.mask {
	display: none;
	z-index: 10;
	position: fixed;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.3);
}

#currentCity.active,
#currentProvince a.active {
	color: #1276de;
	font-weight: bold;
}

/* �����б�*/
.jq_time_sj {
	display: flex;
	justify-content: center;
	padding: 10px 0;
}
.jq_time_sj a {
	display: inline-block;
	padding: 3px 10px;
	margin: 2px;
	border-radius: 5px;
	border: 1px solid rgb(0, 78, 161);
	color: rgb(0, 78, 161);
}
.jq_time_sj a:hover {
	background-color: rgb(0, 78, 161);
	color: #fff;
}

/* pager */
#pager {
	margin: 10px auto;
	text-align: center;
}

/* reset layui*/
.layui-laypage a:hover {
	color: #1276de;
}

.txt-red {
	color: #ff0000;
}
a {
	cursor: pointer;
}
a:hover {
	color: #1276de;
}
a.disabled {
	color: #aaa;
	cursor: auto;
}
.navMenu-item {
	width: 109px;
}

.card-bd.industry ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.card-bd.industry li {
	width: 48%;
	margin: 0;
	/* margin-bottom: 10px; */
	line-height: 30px;
}
.side-content .card-bd.touzie li {
	list-style: none;
}
.side-content .card.side-area .card-bd {
	padding: 0;
}
.side-content .card.side-area li {
	line-height: 40px;
	height: 40px;
}
.side-content .card.side-area li:nth-child(even) {
	background: #f1f1f1;
	padding: 0;
	width: 100%;
}
.side-content .card.side-area li label {
	padding-left: 10px;
}
.edit_table a,
.xm_detailcon a,
.article_content a {
	color: #1276de;
}

.xm_detailcon .l_tip_001 a {
	color: #fff;
}
.side-content .card-bd.industryStr ul {
	display: flex;
	flex-wrap: wrap;
}
.side-content .card-bd.industryStr li {
	width: 50%;
}
.side_content_item_body.hotwords li a {
	display: block;
	width: 98%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.more_filter {
	display: inline-block;
	cursor: pointer;
	width: 50px;
	height: 28px;
	line-height: 28px;
	color: #377cd9;
}
.more_filter img {
	width: 10px;
	margin-left: 3px;
}
