* {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

a {
	text-decoration: none !important;
	color: #282828;
}

.clear {
	clear: both;
	line-height: 0;
}

body {
	font-size: 18px !important;
	font-family: "微软雅黑";
	line-height: 32px;
	background: #f9fdff url(http://ybj.gxzf.gov.cn/material/zt/xxgc/images/bg.png) no-repeat top center;
	background-size: 1920px;
}

.main1 {
	margin: 0 auto;
}

/* 内容页 */
.navbox {
	padding-top: 1px;
	margin: 0px auto 0;
	width: 1427px;
	min-height: 200px;
}

.logo {
	margin-top: 30px;
}

.tit1 {
	margin: 350px 0 0;
}

.gzbj {
	padding: 90px 30px 30px;
	margin: 430px auto 30px;
	width: 1270px;
	height: 187px;
	/* background: url(http://www.gbq.gov.cn/material/zt/2024ndzdgz/images/gzbj.png); */
	font-size: 20px;
	color: #252525;
	text-indent: 40px;
	line-height: 40px;
}

.gzbj p {
	text-align: justify;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	/*省略几行写几*/
	-webkit-box-orient: vertical;
}

.tit {
	position: relative;
	display: flex;
	margin: 0 auto 20px;
	justify-content: center;
}

/*  */
.box1 {
	
	display: flex;
	flex-direction: column;
	align-items: center;
}

/* e */
/* s */
.box2 {
	display: flex;
	justify-content: space-between;
	width: 1330px;
	margin: 60px auto 0;
}

.box2_l {
	display: flex;
	flex-direction: column;
	align-items: center;
	/* width: 648px; */
	margin-top: 960px;
	/* width: 1064px; */
}

.box2_l img {
	margin-bottom: 10px;
}

.box2_item {
	position: relative;
	/* margin-top: 12px; */
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 60px;
	/* width: 608px; */
	width: 1080px;
	height: 55px;
	background: #fffdf8;
	font-size: 18px;
	margin-bottom: 15px;
}

.box2_item::after {
	position: absolute;
	content: '';
	top: 50%;
	transform: translate(0, -50%);
	width: 5px;
	height: 5px;
	background-color: #f74a3d;
	left: 40px;
	border-radius: 50%;
}

.box2_item p {
	width: 70%;
	/* width: 462px; */
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.box2_item:hover {
	background-color: #f74a3d;

	color: #fff;
	font-weight: 700;
}

.box2_item:hover::after {
	background: #fff;
}

.box2_r {
	display: flex;
	flex-direction: column;
}

.box2_item2 {
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
}

.imgList {
	margin-top: 20px;
	display: flex;
	width: 1084px;
}

.imgbox {
	margin-right: 34px;
	width: 331.5px;
	height: 195px;
}

.imgbox img {
	width: 331.5px;
	height: 195px;
	object-fit: cover;
}

.imgbox:nth-child(3) {
	margin-right: 0;
}

.floor2 {
	height: 355px;
	background: url(http://ybj.gxzf.gov.cn/material/zt/xxgc/images/boxbg.png);
}

.floor2 .box2_item {
	background: transparent;
}

.floor2 .box2_item:hover {
	color: #f74a3d;
}

.floor2 .box2_item:hover::after {
	background: #f74a3d;
}

.floor2 .box2_item {
	margin-top: 25px;
}

.floor3 .box2_item p {
	padding-left: 60px;
	width: 834px;
	height: 70px;
	line-height: 70px;
	background: url(http://ybj.gxzf.gov.cn/material/zt/xxgc/images/itembox.png);

}

.floor3 .box2_item {
	padding: 0;
	width: 1200px;
	margin-bottom: 30px;
}

.floor3 .box2_item::after {
	display: none;
}

.floor3 .box2_item:hover {
	color: #f74a3d;
	background: transparent;
}

.floor3 .box2_item div {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 244px;
	height: 71px;
	background-color: #fffbf1;
	font-size: 18px;
	color: #313131;
	border-radius: 10px;
}
.floor3 .box2_item:hover  div{
	position: relative;
	background: #f74a3d;
	color: #fff;
}
.floor3 .box2_item:hover div::after {
    position: absolute;
	left: -10px;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 10px 5px 0; /* 上边50px，右边100px，下边50px，左边0 */
    border-color: transparent #f74a3d transparent transparent; /* 右边是红色 */
}
.tit a{
	position: absolute;
	right: 0;
	bottom: 75px;
}
.morelink {
	display: flex;
	align-items: center;
font-size: 18px;color: #f9514c;
}
.morelink  img{
	margin-left: 10px;
	margin-bottom: 0;
}