/* base css */
	#inquire {
	}
	#inquire .top {
		display: flex;
		padding: 10px 0;
		align-items: flex-end;
	}
	#inquire .top > img {
		width: 140px;
		margin-right: 10px;
	}
	#inquire .top > input {
		width: 500px;
		height: 40px;
		box-sizing: border-box;
		border: 1px solid #ddd;
		text-indent: 10px;
		font-size: 14px;
	}
	#inquire .top > input:focus{
		border: 1px solid #1E90FF;
	}
	#inquire .top > button {
		width: 100px;
		height: 40px;
		box-sizing: border-box;
		background: #1E90FF;
		font-size: 16px;
		text-align: center;
		line-height: 40px;
		color: #fff;
		cursor: pointer;
		user-select: none;
	}
	#inquire .nav {
		border-top: 1px solid #ddd;
		background: #f8f8f8;
	}
	#inquire .nav ul {
		display: flex;
	}
	#inquire .nav ul li {
		padding: 0 20px;
		line-height: 40px;
		font-size: 16px;
		cursor: pointer;
		user-select: none;
		box-sizing: border-box;
	}
	#inquire .nav ul a:first-of-type {
		margin-left: 150px;
	}
	#inquire .nav ul .default {
		font-weight: bold;
		border-bottom: 2px solid #1E90FF;
	}
	#inquire .cont {
		padding: 20px 0;
	}
	#inquire .cont .box {
		width: 500px;
		margin-left: 150px;
	}
	#inquire .cont .box .item {
		display: flex;
		flex-direction: column;
		margin-bottom: 10px;
	}
	#inquire .cont .box .item .title {
		font-size: 16px;
		text-decoration: underline;
		margin: 10px 0;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	#inquire .cont .box .item .title a {
		color: #0074E8;
	}
	#inquire .cont .box .item .title a > span {
		color: #EA4335;
	}
	#inquire .cont .box .item .title a:visited{
		color: #551A8B;
	}
	#inquire .cont .box .item .description {
		font-size: 13px;
	}
	#inquire .cont .box .item .description > img {
		width: 120px;
		float: left;
		margin-right: 20px;
	}
	#inquire .cont .box .item .description .text {
		line-height: 20px;
		text-align: justify;
	}
	#inquire .cont .box .item .description .text > span {
		color: #EA4335;
	}
	#inquire .cont .box .item .description .time {
		line-height: 34px;
		color: #009688;
	}
	#inquire .page {
		margin-bottom: 20px;
	}
	#inquire .page .box {
		margin-left: 150px;
		display: flex;
	}
	#inquire .page .box > a {
		border: 1px solid #ddd;
		box-sizing: border-box;
		margin-right: 10px;
		text-align: center;
		line-height: 40px;
		color: #0074E8;
	}
	#inquire .page .box > .next_page,
	#inquire .page .box > .prev_page {
		width: 100px;
		height: 40px;
	}
	#inquire .page .box > .current_page {
		width: 40px;
		height: 40px;
	}
	#inquire .page .box > .default {
		border: 1px solid #fff;
		color: #222;
	}
/* base css */