*{
	padding: 0;
	margin: 0;
}

a{
	text-decoration: none !important;
	cursor: pointer;
	color: black;
}


ul, li {  
    list-style-type: none;  
}

#home{
	margin: 0 auto;
	background:url('http://byte.gxnews.com.cn/www.gxzf.gov.cn/material/images/lhwxy/topBack.png') center center no-repeat;
	height: 3073px;
	min-width: 1200px;
	position: relative;
}

.topImg{
	padding-top: 46px;
	position: relative;
}

.iconBox{
	width: 1200px;
	margin: 0 auto;
	margin-top: 50px;
}

.iconBox a{
	width: fit-content;
	display: flex;
}

.mainBox{
	width: 1200px;
	margin: 0 auto;
}

.dyBox{

	margin-top: 677px;
}

.dyBox p{
	font-size: 22px;
	color: white;
	padding: 0 55px 0 205px;
	line-height: 48px;
	text-indent: 2em;
}

.wylyBox{
	margin: 0 auto;
	margin-top: 390px;
	min-height: 586px;
}

.wylyCell{
	margin-bottom: 25px;
}

.wyName{
	width: max-content;
	height: 33px;
	background-color: #ffcc66;
}

.wyName p{
	line-height: 33px;
	padding: 0 30px;
}

.wylyContent{
	margin: 0 30px;
	padding: 18px 48px;
	border-bottom: 1px solid #e4e4e4;
}

.wylyCell:last-child .wylyContent{
	border-bottom: none;
}

.wylyContent p{
	font-size: 16px;
	line-height: 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.wylyContent a:hover{
	color: black;
	text-decoration: underline !important;
}

.ncBox,.lyBox{
	display: flex;
}

.ncBox input,.auto-height-input{
	width: 858px;
	height: 37px;
	border: 1px solid #ed3e3f;
	border-radius: 16px;
	padding-left: 10px;
	/* font-size: 16px; */
}

.auto-height-input{
	width: 870px;
	height: 260px;
	padding-top: 10px;
	resize: none; /* 禁止用户调整大小 */
	overflow-y: auto; /* 内容溢出时显示滚动条 */
	box-sizing: border-box; /* 避免边框和padding影响高度 */
}

.ncBox p,.lyBox p{
	font-size: 24px;
	color: #ed3e3f;
	font-weight: bold;
	margin-right: 10px;
}

.lyBox{
	margin-top: 32px;
}

.submit{
	width: 167px;
	height: 40px;
	background: linear-gradient(to bottom, #ff5557, #ff945b);
	border-radius: 20px;
	margin: 0 auto;
	margin-top: 34px;
}

.submitBox div{
	font-size: 24px;
	color: white;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
}

.iNeedBox{
	width: 930px;
	margin: 0 auto;
	margin-top: 340px;
}

.ncBox input::placeholder,.iNeedBox .auto-height-input::placeholder {
  color: #cdcdcd;
}

.iNeedBox .auto-height-input::placeholder {
  vertical-align: top; /* 关键属性 */
  line-height: 1.2;    /* 调整行高 */
  transform: translateY(0); /* 重置位置 */
}

.ncBox input:focus,.auto-height-input:focus{
	outline: none; /* 移除默认的蓝色轮廓 */
	border-color: #ed3e3f; /* 保持边框颜色与默认状态一致 */
}

.link-tab{
	margin-top: 0;
}

.ldtgBox{
    position: absolute;
    bottom: 172px;
    left: 50%;
    transform: translateX(-45%);
}

.ldtgBox p{
	font-size: 22px;
	color: #fbe389;
}