body {
	background: #EDF3FA;
}

a {
	text-decoration: none
}

.w1180 {
	width: 1180px;
	margin: 0 auto;
}

.wdzsk_head {
	width: 100%;
	height: 520px;
	background: url(https://www.nanjing.gov.cn/material/IMAGE/wdzsk_bg1025.png) no-repeat center;
	background-size: cover;
}

.szf_logo {
	width: 355px;
	height: 75px;
	margin-top: 60px;
}

.wdzsk_logo {
	width: 810px;
	margin: 0 auto;
	margin-top: 70px;
}

.wdzsk_logo img {
	width: 100%;
}

.search {
	width: 800px;
	height: 48px;
	margin: 0 auto;
	margin-top: 50px;
	display: flex;
}

#myInput:focus {
	outline: none;
	border: none;
}

#myInput {
	width: 640px;
	height: 48px;
	background: rgba(255, 255, 255, 0.9);
	border-radius: 24px 0px 0px 24px;
	border: none;
	padding-left: 20px;
}

.search_btn {
	width: 160px;
	height: 48px;
	background: #63A0F1;
	border-radius: 0px 24px 24px 0px;
	text-align: center;
	font-family: Microsoft YaHei;
	font-weight: bold;
	font-size: 20px;
	color: #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.search_btn img {
	width: 29px;
	height: 25px;
	margin-right: 10px;
}

.part1bg {
	width: 1220px;
}

.wdzsk_cont {
	width: 1220px;
	margin: 0 auto;
	margin-top: -80px;
}

.cont_part {
	margin-top: -40px;
	min-height: 880px;
	background: #FFFFFF;
	border-radius: 0px 0px 16px 16px;
}

.xl_title {
	font-family: Microsoft YaHei;
	font-weight: bold;
	font-size: 48px;
	color: #5594E7;
	line-height: 40px;
	text-align: center;
	padding-top: 80px;
	margin-bottom: 35px;
}

.xl_cont {
	width: 1100px;
	margin: 0 auto;
	min-height: 640px;
	background: #EDF3FA;
	border-radius: 16px;
}

.cont_ask {
	margin-left: 25px;
	padding-top: 45px;
}

.cont_answer {
	margin-top: 60px;
}

.cont_ask,
.cont_answer {
	position: relative;
}

.myimg{
	width: 64px;
	height: 64px;
	position: absolute;
}

.ask_box {
	width: 800px;
	min-height: 65px;
	background: #FFFFFF;
	border-radius: 0px 24px 24px 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 20px;
	color: #333333;
	line-height: 60px;
	padding: 0 35px;
	margin-left: 90px;
}

.cont_answer img {
	top: 0;
	right: 25px;
}

.answer_box {
	width: 800px;
	min-height: 330px;
	overflow-y: scroll;
	background: #FFFFFF;
	border-radius: 24px 0px 24px 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 20px;
	color: #333333;
	line-height: 35px;
	padding: 35px;
	position: absolute;
	right: 120px;
}

.xl_time {
	width: 1100px;
	margin: 0 auto;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 20px;
	color: #333333;
	line-height: 21px;
	text-align: right;
	margin-top: 30px;
}