
.topbg {
	background: url(/front/zt/2025/gjaq/images/top.jpg) center top no-repeat;
	z-index: 1;
    position: relative;
    height: 436px;
}


.banner {
	width: 100%;
	height: 78px;
	background-repeat: no-repeat;
	background-position: left top;	
}
.bn-zyjh {
 	background-image: url(/front/zt/2025/gjaq/images/zyjh.png);
}
.bn-zcfg {
 	background-image: url(/front/zt/2025/gjaq/images/zcfg.png);
}
.bn-gztx {
 	background-image: url(/front/zt/2025/gjaq/images/gztx.png);
}
.bn-dxal {
 	background-image: url(/front/zt/2025/gjaq/images/dxal.png);
}

.subbody{
	width: 1210px;
	padding: 10px 20px;
	min-height: 450px;
}

.midcontt {
	width: calc(50% - 15px);
}

.flfg_gztx .subbody{
	display: flex;
	justify-content: space-between;
}

.morebt {
	display: inline-block;
	width: 70px;
	height: 26px;
	line-height: 26px;
	background-color: #FFBC57;
	text-align: center;
	color: #521F13;
	float: right;
	font-size: 14px;
	margin-top: 10px;
}

.zyjh-bg {
	background: url(/front/zt/2025/gjaq/images/zyjh-bg.jpg) top right no-repeat;
	min-height: 504px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.zyjh-bg-imgarea {
	width: 700px;
	height: 430px;
	background-color: #ffffff;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
}

.zyjh-bg-conarea {
	width: calc(100% - 720px);
}
.zyjh-item {
	padding-right: 20px;
	padding-bottom: 20px;
}

.zyjh-title {
	color: #521F13;
	font-size: 22px;
	font-weight: bold;
	line-height: 46px;
	transition: all .3s;
}
.zyjh-title:hover {
	color: #C86400;
}

.zyjh-txt {
	color: #85553F;
	font-size: 18px;
	text-indent: 2em;
	line-height: 32px;
}
.zyjh-line {
	width: calc(100% - 20px);
	height: 1px;
	border-top: 1px solid #EEB74F;
}

.list-ul {
	list-style: none;
}

.list-ul li {
	list-style: none;
	border-bottom: 1px dashed #cccccc;
	line-height: 60px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.list-ul li:before {
	content: "";
	display: inline-block;
	background-color: #CA0B0C;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	margin-right:10px;
	margin-left:5px;
}
.list-title {
	font-size: 20px;
	color: #521F13;
	width: calc(100% - 100px);
	transition: all .3s;
}
.list-title:hover {
	color: red;
}
.list-date {
 	font-size: 16px;
 	color: #999999;
 	width: 100px;
 	display: inline-block;
 }
 
.dxal-area{
	display: flex;
	justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

.jdal-item {
	width: calc(33.33% - 20px);
	height: 254px;
	border: 1px solid #cccccc;
	margin-bottom: 20px;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
	transition: all .3s;
}

.jdal-item .jdal-mark {
	width: 25%;
	height: 1px;
	border-top: 5px solid #E31F22;
	transition: all .3s;
}
.jdal-item .jdal-title {
	font-size: 26px;
	color: #521F13;
	margin: 0px 10px 0px 10px;
	font-size: 20px;
	font-weight: bold;
	height: 60px;
	display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align:left;
	transition: all .3s;
}
.jdal-item .jdal-txt {
	font-size: 18px;
	color: #666666;
	margin: 0px 10px 10px 10px;
	background-color: #FFF7EE;
	height: calc(100% - 87px);
	line-height: 28px;
	text-indent: 2em;
	padding: 5px 10px;
}
.jdal-item:hover {
	box-shadow: 0 0 15px rgba(0,0,0,0.5);
}
.jdal-item:hover .jdal-mark {
	border-top: 5px solid #FF8000;
}
.jdal-item:hover .jdal-title {
	color: #FF8000;
}






.p-item {
	width: 30%;
	height: 260px;
	margin: 10px 10px 20px 10px;
	border-radius: 5px;
	overflow:hidden;
    transition: all .3s;
}
.p-item img{
	width: 100%;
	height: 220px;
	border-radius: 5px;
}
.p-item div {
	width: calc(100% - 30px);
	text-align: center;
	line-height: 30px;
	margin: auto;
  	white-space: nowrap;
  	overflow: hidden;
  	text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}
.p-item:hover {
	background-color: #ffffff;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}


.pic_item span{
    background-color: rgba(0,0,0,0.5);
}
.pic_item span, .pic_item i {
    display: block;
    position: absolute;
    padding: 0px;
    height: 40px;
    line-height: 40px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 998;
    font-size: 16px;
    color: #fff;
    font-style: normal;
    text-align: left;
}
.pic_item i {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    padding-left: 10px;
}
.pagination_swiper {
    position: relative;
    text-align: right;
    bottom: 10px;
    float:right;
    z-index: 999;
    padding-right: 5px;
    margin-top: -25px
}
.swiper-pagination-bullet {
    margin: 0px 2px;
    width: 13px;
    position: relative;
    border-radius: 0px;
    background-color:#fff;
}

.footer {
	background: url(/front/zt/2025/gjaq/images/footer.jpg) top center no-repeat;
	text-align: center;
	color: #fff;
	line-height: 30px;
	text-align: 16px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	padding-top:20px;
	height: 222px;
}

.footer .text-content {
    text-align: center;
    padding-left: 25px;
    margin-top: 25px;
	line-height: 40px;
}

.footer .text-content p {
    font-size: 18px;
}

.footer p {
	font-size: 16px;	
}

.footer .row{
	padding: 0px;
}


.swiper-slide .pic-info {
    display: block;
    position: absolute;
    padding: 0px 10px;
    height: 40px;
    line-height: 40px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 998;
    font-size: 16px;
    color: #fff;
    font-style: normal;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    background-color: rgba(0, 0, 0, 0.3);
}

#swiper-imgs .swiper-slide.swiper-slide-active {
    box-shadow: 0 0 20px rgba(0,0,0,0.5);
}

.swiper-container:hover .swiper-button-prev, .swiper-container:hover .swiper-button-next {
    opacity: 1;
    transform: translate(0, 0);
}

.swiper-container .swiper-button-next {
    transform: translate(50px, 0);
    right: 0;
}

.swiper-container .swiper-button-prev {
    transform: translate(-50px, 0);
    left: 0;
}

.swiper-button-next, .swiper-button-prev {
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
    opacity: 0;
    transition: all .3s;
}

.swiper-container:hover .prev, .swiper-container:hover .next {
    opacity: 1;
    transform: translate(0, 0);
}

.swiper-container .prev {
    transform: translate(-50px, 0);
    left: 0;
}

.swiper-container .next {
    transform: translate(50px, 0);
    right: 0;
}

.next, .prev {
    position: absolute;
    top: 50%;
    z-index: 9;
    display: block;
    width: 50px;
    height: 60px;
    margin-top: -30px;
    line-height: 60px;
    text-align: center;
    font-size: 25px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, .3);
    background-size: 24px auto;
    color: #fff;
    opacity: 0;
    transition: all .3s;
}

.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.ellipsis-box-row2 {
  display: -webkit-box;      /* 将对象作为弹性伸缩盒子模型显示 */
  -webkit-line-clamp: 3;     /* 限制在一个块元素显示的文本的行数 */
  -webkit-box-orient: vertical; /* 设置或检索伸缩盒对象的子元素的排列方式 */
  overflow: hidden; 
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}

.ellipsis-box-row3 {
  display: -webkit-box;      /* 将对象作为弹性伸缩盒子模型显示 */
  -webkit-line-clamp: 3;     /* 限制在一个块元素显示的文本的行数 */
  -webkit-box-orient: vertical; /* 设置或检索伸缩盒对象的子元素的排列方式 */
  overflow: hidden; 
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
.ellipsis-box-row6 {
  display: -webkit-box;      /* 将对象作为弹性伸缩盒子模型显示 */
  -webkit-line-clamp: 6;     /* 限制在一个块元素显示的文本的行数 */
  -webkit-box-orient: vertical; /* 设置或检索伸缩盒对象的子元素的排列方式 */
  overflow: hidden; 
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}