.QA {
	width: 1200px;
	margin: 40px auto;
}

.problemsList {
	width: 100%;
	height: 180px;
	border-radius: 10px;
	border: dashed #40A4EB 2px;
	font-family: scRegular;
	overflow: hidden;
	margin-bottom: 30px;
	cursor: pointer;
	position: relative;
}

.problemsList>div {
	width: 1150px;
	margin: 0 auto;
}

.problemsHead {
	display: flex;
	align-items: center;
	margin: 30px auto 17px !important;
}

.userType {
	width: 50px;
	height: 24px;
	background: #40A4EB;
	border-radius: 4px;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 24px;
	text-align: center;
	margin-right: 5px;
}

.problems {
	font-size: 18px;
	color: #333333;
	margin-right: 20px;
}

.askTime {
	font-size: 14px;
	color: #999999;
}

.answerText {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-size: 18px;
	color: #666666;
	margin-bottom: 10px !important;
	line-height: 30px;
}

.answerInfo {
	text-align: right;
	font-size: 16px;
	color: #999999;
}

.hotBlock {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: -20px;
}

.hotList {
	width: 580px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-family: scRegular;
	font-size: 18px;
	margin-bottom: 20px;
	cursor: pointer;
}

.leftFont {
	color: #40A4EB;
	display: flex;
	align-items: center;
}

.point {
	font-size: 20px !important;
}

.ask {
	width: 380px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.time {
	color: #999999;
}

.problemsList {
	height: auto;
	padding-bottom: 30px;
}

.answerText {
	display: block;
}

.problemsList {
	cursor: inherit;
}

.centerBlock {
	width: 1200px;
	margin: 60px auto;
	display: flex;
	justify-content: space-between;
}

.centerList {
	width: 585px;
	background: #F9FCFF;
	padding-bottom: 30px;
}

.centerList>.iconTitle {
	margin: 30px auto;
}

.centerNews {
	width: 543px;
	margin: 0 auto 10px;
	display: flex;
}

.smallImg {
	width: 145px;
	height: 116px;
	border-radius: 10px;
	flex-shrink: 0;
	margin-top: 5px;
}

.rightText {
	width: 386px;
	font-family: scRegular;
	margin-left: 20px;
	border-bottom: solid 1px #E5E5E5;
	padding-bottom: 10px;
}

.rightTitle {
	font-size: 18px;
	color: #333333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.rightContent {
	width: 386px;
	font-size: 16px;
	color: #999999;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin: 10px auto;
}

.toDetail {
	text-align: right;
	color: #259DF1;
	font-size: 14px;
	cursor: pointer;
}

.moreInfo {
	font-family: scRegular;
	font-size: 16px;
	color: #259DF1;
	text-align: right;
	margin-right: 15px;
	cursor: pointer;
}

.online {
	width: 100%;
	background: #F9FCFF;
	overflow: hidden;
	margin-bottom: 40px;
	padding-bottom: 60px;
}

.formList {
	width: 1200px;
	margin: 0 auto;
}

.leftTitle {
	font-family: scRegular;
	font-size: 18px;
	color: #333333;
	margin-bottom: 10px;
}

.inputLine {
	width: calc(100% - 2px);
	height: 38px;
	border: solid 1px #B9B9B9;
	margin-bottom: 25px;
}

.inputLine>input {
	width: 100%;
	height: 100%;
	text-indent: 5px;
	color: #333333;
	font-size: 20px;
}

.textLine {
	width: calc(100% - 2px);
	height: 198px;
	border: solid 1px #B9B9B9;
	margin-bottom: 30px;
}

.textLine>textarea {
	width: 1196px;
	height: 196px;
	padding: 1px;
	color: #333333;
	font-size: 20px;
}

.submitBtn {
	width: 300px;
	margin: 0 auto;
	height: 60px;
	background: linear-gradient(0deg, #259DF1, #75C6FF);
	border-radius: 10px;
	font-family: scRegular;
	font-size: 24px;
	color: #FFFFFF;
	text-align: center;
	line-height: 60px;
	cursor: pointer;
}
.toDetail>a{
	color: #259DF1;
}
.moreInfo>a{
	color: #259DF1;
}