.cg-main .zsj-top {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
	width: 100%;
	height: 190px;
	background-color: #e8ecf2;
	background: url('../../images/zsj/zsjBg.png') no-repeat left center;
}
.cg-main .zsj-top .zsj-top-search {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 1200px;
}
.zsj-top-search-input{
	position: relative;
}
.cg-main .zsj-top .zsj-top-search .search-input {
	width: 791px;
	height: 52px;
	border-radius: 100px;
	border: 1px solid #a6cffb;
}
.cg-main .zsj-top .zsj-top-search .search-btn {
	width: 143px;
	height: 46px;
	position: absolute;
	top: 3px;
	left: 644px;
	text-align: center;
	cursor: pointer;
	border-radius: 100px;
	line-height: 46px;
}
.cg-main .zsj-top .zsj-top-search .search-free {
	margin-left: 10px;
	width: 216px;
	height: 46px;
	background-color: #e6f9fb;
	border: 1px solid #2e6cff;
	text-align: center;
	color: #165dff;
	line-height: 40px;
	cursor: pointer;
	border-radius: 100px;
	line-height: 46px;

}
.cg-main .zsj-top .zsj-top-search .search-free:hover {
	border: 1px solid #165dff;
}
.cg-main .zsj-top .zsj-top-tag {
	display: flex;
	width: 1200px;
	margin-top: 10px;
	margin-left: 220px;
	height: 30px;
}
.cg-main .zsj-top .zsj-top-tag .tag-item {
	padding: 2px 8px;
	margin-top: 3px;
	margin-right: 10px;
	height: 25px;
	background-color: #165dff;
	color: #fff;
}
.cg-main .zsj-top .zsj-top-tag .item_ {
	margin-right: 5px;
	line-height: 30px;
}
.cg-main .zsj-top .zsj-top-tag .item_:hover {
	color: #165dff;
	cursor: pointer;
}
