
.topbg {
	background: url(/front/zt/2026/kjgzzr/images/top.jpg) center top no-repeat;
	z-index: 1;
    position: relative;
    height: 604px;
}


.subbody{
	width: 1210px;
	padding: 0px 20px 10px 20px;
	margin: auto;
}

.dztt{
	display: flex;
	justify-content: center;
    align-items: center;
	height: 68px;
}
.line-bg{
	background-color:#074A97;
	margin: auto 1px;
	text-align: center;
	overflow:hidden;
	height: 100%;
}
.line-1 {
	width: 3px;
}
.line-2 {
	width: 5px;
}
.line-3 {
	width: 7px;
}
.line-box{
	border: 2px solid #074A97;
	height: calc(100% - 4px);
	margin: auto 1px;
	background-color: #E5F1FB;
	text-align: center;
	width: calc(100% - 27px);
	overflow:hidden;
}

.big-title{
	color: #1F4D83;
	font-size: 30px;
	font-weight: bold;
	line-height: 64px;
	letter-spacing: 2px;
}


.banner {
	width: 100%;
	height: 67px;
	background-image: url(/front/zt/2026/kjgzzr/images/bar_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	font-size: 34px;
	line-height: 35px;
	font-weight: bold;
	color: #074A97;
	display: flex;
    justify-content: center;
    align-items: flex-start;
    position: relative;
}
.morett{
	font-size: 34px;
	line-height: 35px;
	font-weight: bold;
	color: #074A97;
	text-decoration: none;
}
.morebt {
	display: inline-block;
	width: 70px;
	height: 26px;
	line-height: 26px;
	background-color: #074A97;
	text-align: center;
	color: #ffffff;
	position: absolute;
	right: 0px;
	font-size: 14px;
	margin-top: 10px;
}


.list-display{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.item0 {
	width: calc(50% - 30px);
    margin: 8px 0px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 5px;
    padding: 10px;
    transition: all .3s;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.item0:hover {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.item-image {
	width: 206px;
    height: 134px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.item-body{
	width:calc(100% - 216px);
}
.item-title {
	width: 100%;
	font-size: 20px;
	color: #000;
	font-weight: bold;
	text-align: center;
	height: 40px;
	transition: all .3s;
}
.item-abs{
	margin-top: 5px;
	text-indent: 2em;
	font-size: 16px;
	color: #666666;
	line-height: 30px;
}


.item1 {
	width: calc(50% - 30px);
    margin: 12px 0px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    padding: 10px;
    transition: all .3s;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	box-shadow: 7px 10px #cccccc;
}
.item1:hover {
    border: 1px solid orange;
	box-shadow: 7px 10px orange;
}


.hdhb-bg{
	background-color: #074A97;
	background-image: url(/front/zt/2026/kjgzzr/images/hb_bg0.jpg);
	background-repeat: repeat-x;
	padding-bottom: 10px;
}
.hdhb-top{
	background-image: url(/front/zt/2026/kjgzzr/images/hb_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 60px;
}
.hdhb-body{
	border: 1px solid #00FFFF;
	height: 450px;
	margin: 0px 10px;
}




.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-color: #041F54;
	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;
}

.qrcodearea {
    display: inline-block;
    width: calc(35% - 10px);
    vertical-align: bottom;
    float: right;
}
.qrcode {
    width: 100px;
    height: 150px;
    display: inline-block;
    margin: 10px;
    font-size: 16px;
    line-height: 20px;
}
.qrcode img {
    width: 100%;
}
.textarea {
    display: inline-block;
    width: calc(65% - 10px);
    float: left;
}



.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-row4 {
  display: -webkit-box;      /* 将对象作为弹性伸缩盒子模型显示 */
  -webkit-line-clamp: 4;     /* 限制在一个块元素显示的文本的行数 */
  -webkit-box-orient: vertical; /* 设置或检索伸缩盒对象的子元素的排列方式 */
  overflow: hidden; 
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
.ellipsis-box-row5 {
  display: -webkit-box;      /* 将对象作为弹性伸缩盒子模型显示 */
  -webkit-line-clamp: 5;     /* 限制在一个块元素显示的文本的行数 */
  -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;
}