*{
	padding: 0;
	margin: 0;
}

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

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

#home{
	margin: 0 auto;
	position: relative;
}

.topImg{
	width: 100%;
	height: 1282px;
	background:url('http://www.gxzf.gov.cn/material/zt/2024/fzszjj/images/topBack.png') center center no-repeat; 
	position: relative;
	min-width: 1300px;
}

.iconBox{
	width: 1300px;
	margin: 0 auto;
}

.dyBox{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 225px;
	opacity: 0.95;
	width: 1200px;
}

.dyBox p{
	color: white;
	font-size: 26px;
	line-height: 48px;
	text-indent: 2em;
}

.mainBox{
    width: 1300px;
    margin: 0 auto;
    margin-top: -75px;
    z-index: 10;
    position: relative;
}

.gzdtTItleBox{
	width: 100%;
	height: 30px;
	border-bottom: 2px solid rgb(186, 203, 219);;
	position: relative;
}

.seeMore{
	position: absolute;
	right: 0;
	bottom: 2px;
	padding: 0px 15px;
	border-radius: 4px;
	background-color: #cae3fc;
	width: fit-content;
}

.seeMore a{
	font-size: 15px;
	color: #0125c3;
	line-height: 30px;
}

.gzdtTItleTxt{
	width: 415px;
	border-bottom: 6px solid #3f72de;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -4px;
	text-align: center;
	line-height: 50px;
}

.gzdtTItleTxt p{
	font-size: 40px;
	line-height: 48px;
	color: #0726ad;
	font-weight: bold;
	display: inline;
}

.gzdtContent{
	display: flex;
	margin-top: 33px;
	justify-content: space-between;
}

.gzdtSwiper{
	width: 700px;
	height: 515px;
	overflow: hidden;
	position: relative;
}

.gzdtList{
	width: 582px;
	margin-top: -18px;
}

.titleA a{
	font-size: 26px;
	line-height: 40px;
	color: black;
	font-weight: bold;
	display: block;
	padding-top: 13px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.detailA a{
	color: #0025cb;
	font-size: 18px;
    padding-bottom: 15px;
    display: block;
}

.gzdtListCell{
	border-bottom: 2px solid #dfe7ee;
}

.gzdtListCell p{
	margin: 18px 0;
	font-size: 18px;
	color: #555555;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}

.swiperCell{
	position: relative;
}

.swiperTxtBox{
	position: absolute;
	bottom: 5px;
	background-color: rgb(0, 37, 203);
	width: 700px;
	height: 90px;
}

.swiperTxtBox p{
	font-size: 24px;
	line-height: 31px;
	color: white;
	font-weight: bold;
	max-width: 70%;
	padding: 16px 0 0 24px;
	display: block;
}


.swiper-pagination .swiper-pagination-bullet{
	background-color: rgb(255, 255, 255);
	opacity: 0.502;
	width: 17px;
	height: 9px;
	border-radius: 4px;
	margin: 0 4px;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	opacity: 1;
}

.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal{
    bottom: 18px;
    width: 15%;
    text-align: right;
	left: auto;
    position: absolute;
    right: 25px;
}

.zcwjjdBox{
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}

.zcwjBox,.zcjdBox{
	width: 630px;
	/* height: 440px; */
}

.zcwjjdTitleBox{
	position: relative;
}

.zcwjjdTitleTxt{
	width: 100%;
	height: 70px;
	border-bottom: 2px solid #bacbdb;
	margin-top: -8px;
}

.zcwjjdTitleTxt p{
	width: 300px;
	position: absolute;
	bottom: -2px;
	border-bottom: 6px solid #3f72de;
	font-size: 40px;
	line-height: 68px;
	color: #0726ad;
	font-weight: bold;
}

.tYuan{
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: rgb(186, 218, 250);
	float: left;
	margin: 6px 7px 0 0;
}

.zcwjjdList{
	margin-top: 30px;
}

.zcwjjdListCell{
	height: 25px;
	padding: 20px 0;
	border-bottom: 1px dashed #c4e7fe;
}

.zcwjjdListCell a{
	font-size: 18px;
	float: left;
	max-width: 500px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.date{
	font-size: 15px;
	color: #888888;
	float: right;
}

.bottomBox{
	height: 639px;
}

.bottomContentBox{
	display: flex;
	justify-content: space-between;
	margin-top: 200px;
	height: 630px;
}

.bottomContentBox .ImgBox{
	display: flex;
	justify-content: space-between;
}

.imgRightBox{
	width: 340px;
	margin-left: 25px;
}

.bottomRightList{
	width: 500px;
}

.gzdtListA a{
	font-size: 20px;
	line-height: 40px;
	color: #184bc0;
	font-weight: bold;
	display: block;
	padding-top: 26px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.bottomBack{
	width: 100%;
	height: 720px;
	background:url('http://www.gxzf.gov.cn/material/zt/2024/fzszjj/images/bottomBack.png') top center no-repeat; 
	position: absolute;
	bottom: 0;
}

.topLogo {
    position: absolute;
    top: 0;
    left: 30%;
    transform: translate(-50%, 0px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 483px;
    height: 141px;
    background: #fbf8f0;
    border-radius: 0 0 30px 30px;
}

.topLogo_left {
    padding-top: 15px;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    position: relative;
    height: 65px;
}

.topLogo_right {
    width: 100%;
    border-top: 1px solid #75ccf3;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 23.43px;
    height: 60px;
    color: #0a5a9a;
    background: rgba(117, 204, 243, .3);
    border-radius: 0 0 30px 30px;
}
