.home_search {
	padding: 5px 30px 20px 0;
}

.home_search_lt {
	text-align: center;
	width: 164px;
	justify-content: center;
	line-height: 43px;
	font-size: 28px;
}

.home_search_rt {
	width: calc(100% - 384px);
	padding-left: 24px;
}

.home_search_input input {
	width: 860px;
}

.home_search_input_btn {
	width: 100px;
}

.home_search_list ul li {
	margin-left: 25px;
}

.home_search_navigation {
	background: #1bacb5;
	font-size: 18px;
	color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
	width: 180px;
	border-radius: 5px;
	margin-left: 40px;
}

.home_search_navigation img {
	width: 22px;
	height: 20px;
	margin-right: 10px;
}

@media screen and (max-width: 767px) {
	.home_search_lt br {
		display: none;
	}

	.home_search_lt {
		width: 100%;
		text-align: left;
		justify-content: flex-start;
		font-size: 18px;
	}

	.home_search {
		padding: 5px 15px 25px;
		background: url('../img/home_ico17.png') no-repeat;
		background-size: 100% auto;
	}
	.home_search_navigation img{
		width: 15px;
		height: auto;
	}

	.home_search_rt {
		width: 100%;
		padding: 0;
	}

	.home_search_list ul li {
		margin-left: calc((100vw - (255px + 2em)) / 4);
	}

	.home_search_navigation {
		font-size: 14px;
		width: 100%;
		height: 45px;
		margin-top: 15px;
	}
}



.publish_con_btn {
	text-align: center;
}

	.publish_con_btn a {
		color: #ffffff;
		font-size: 18px;
		text-align: center;
		line-height: 44px;
		background: url('../img/ico2.png') no-repeat center right 30px #0282cd;
		background-size: 18px auto;
		padding: 0 60px 0 25px;
		display: inline-block;
		border-radius: 5px;
	}

.publish_con_txt {
	color: #666666;
	font-size: 16px;
	line-height: 29px;
	margin: 20px 0 25px;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.publish_con_lt img {
	width: 202px;
	height: auto;
}

.publish_con_lt {
	width: 245px;
	margin-top: 5px;
}

.publish_con {
	display: flex;
	padding-top: 25px;
}

.publish_con_rt {
	width: calc(100% - 245px);
}

.publish_con_tit {
	color: #222222;
	font-size: 22px;
	font-weight: bold;
	line-height: 28px;
	padding-bottom: 16px;
	text-align: center;
	border-bottom: 1px solid #dedede;
}

@media screen and (max-width: 767px) {
	.publish_con_lt img {
		width: 150px;
	}

	.publish_con_lt {
		width: 165px;
	}

	.publish_con_rt {
		width: calc(100% - 165px);
	}

	.publish_con {
		padding-top: 10px;
	}

	.publish_con_tit {
		font-size: 18px;
		line-height: 22px;
		padding-bottom: 10px;
	}

	.publish_con_txt {
		margin: 5px 0 10px;
		font-size: 13px;
		line-height: 20px;
	}

	.publish_con_btn a {
		line-height: 38px;
		font-size: 16px;
	}
}