.main-button {
	margin: 50px 0 0 220px;
}
.main-button input{
	height: 48px;
	width: 510px;
	padding-left: 30px;
	box-sizing: border-box;
}

.main-button .cx {
	width: 80px;
	height: 48px;
	border: none;
	color: #fff;
	background-color: #1d92f7;
	margin-left: -5px;
}
.main-button .cz {
	display: inline-block;
	width: 138px;
	height: 48px;
	border: none;
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 48px;
		
}
.main-table {
	width: 1200px;
	height: auto;
	margin-top: 50px;
}
.main-table table{
	width: 1200px;
	text-align: center;
	margin-bottom: 20px;
}
.main-table table th {
	color: #000;
	font-size: 16px;
	height: 76px;
	border-bottom: 1px solid #ddd;
}
.main-table table td {
	padding: 20px 0;
	font-size: 14px;
}
.main-table  tr {
	height: 76px;
}
/*.main-table ul li:hover{
	color: #fff;
}*/
.main-table ul li:nth-child(2n){
	background-color: #f9f9f9;
}
.main-table ul li {
	padding: 20px 0;
	width: 1200px;
}
.main-table ul li span {
	text-align: center;
	display: inline-block;
}
.content-btn {
	display: flex;
	justify-content: flex-end;
}
.content-btn a {
	margin: 30px 0 15px 10px;
	width: 110px;
	height: 35px;
	border: 1px solid #1d92f7;
	text-decoration: none;
	text-align: center;
	line-height: 35px;
	vertical-align: middle;
}
.content-btn-left {
	color: #fff;
	background: #1d92f7;
}
.content-btn-right {
	color: #1d92f7;
}
.content-header {
	padding: 20px 0 15px;
	background: #f9f9f9;
	text-align: center;
}
.content-header h2 {
	margin: 0 0 15px 0;
	font-size: 20px;
	color: #111;
}
.content-header p {
	margin: 0;
	font-size: 14px;
	color: #666;
}
.question, .reply {
	margin: 0 60px;
}
.question h3, .reply h3 {
	margin: 40px 0 25px;
	color: #666;
}
.question p, .reply p {
	margin: 0 0 35px 0;
	line-height: 30px;
}
.inscribe {
	float: right;
	margin-right: 60px;
	color: #666;
	text-align: right;
}

