@charset "utf-8";
/*图片占位符*/
/***
16:9[56.25%]
4:3[75%]
3:2[66.666667%]
 ***/
 .imgratio{position: relative; z-index: 2; display: block; padding-top: 56.25%; height: 0; overflow: hidden;}
 .imgratio .imgratio-imgbox{position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1; display: block; overflow: hidden;}
 .imgratio .imgratio-imgbox .imgratio-img{display: block; width: 100%; height: 100%;}
 .imgratio.free .imgratio-imgbox .imgratio-img{height: auto; min-height: 100%; object-fit: cover;}
 
/* 单行省略号 */
.elli-s{display: block; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden; max-width: 100%;}
/* 多行省略号 */
.elli-m{display: -webkit-box; overflow: hidden; white-space: normal; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-break: break-all;}
@media (min-width: 768px) {
  .elli-xs-s{display: block; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden; max-width: 100%;}
  .elli-xs-m{display: -webkit-box; overflow: hidden; white-space: normal; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-break: break-all;}
}
@media (min-width: 992px) {
  .elli-sm-s{display: block; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden; max-width: 100%;}
  .elli-sm-m{display: -webkit-box; overflow: hidden; white-space: normal; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-break: break-all;}
}
@media (min-width: 1280px) {
  .elli-md-s{display: block; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden; max-width: 100%;}
  .elli-md-m{display: -webkit-box; overflow: hidden; white-space: normal; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-break: break-all;}
}

.header{background: url(../images/szf/header-bg.png) center; background-size: 1920px 100%;}

.title { font-size: 48px; font-weight: bold; text-align: center; margin-top: 20px; letter-spacing: 5px; text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3); }

/* 导航 */
.nav-wrap { background-color: #fff; padding-bottom: 26px; }
.nav-row { overflow: hidden; margin-bottom: 15px; }
.nav-label { float: left; width: 133px; height: 36px; line-height: 36px; text-align: center; background-color: #0e65b0; color: #fff; font-size: 16px; font-weight: normal; position: relative; }
.nav-label:before { content: ""; display: inline-block; width: 22px; height: 22px; vertical-align: middle; margin-right: 15px; background-position: center; background-repeat: no-repeat; }
.nav-row:nth-child(1) .nav-label:before { background-image: url(/default/xhtml/public/2025xzzfgs/images/icon1.png); }
.nav-row:nth-child(2) .nav-label:before { background-image: url(/default/xhtml/public/2025xzzfgs/images/icon2.png); }
.nav-row:nth-child(3) .nav-label:before { background-image: url(/default/xhtml/public/2025xzzfgs/images/icon3.png); }
.nav-list { padding: 5px 0 10px 0; overflow: hidden; }
.nav-list a { float: left; margin: 0 8px 10px 0; padding: 3px 10px; transition: all 0.3s; position: relative; font-size: 18px; }
.nav-list a:after { content: "|"; color: #ccc; position: absolute; right: -8px; top: 2px; }
.nav-list a.no-separator:after { content: ""; display: none; }
.nav-list a:first-child { font-weight: bold; }
.nav-list a.active { color: #f60; font-weight: bold;}
.nav-list a:hover { color: rgb(237, 114, 32); }
.nav-list a.active:hover { color: #f60; }

/* 图片新闻 */
.tpxw-wrapper{margin: 50px auto;}
.tpxw-box{float: left; width: 57%;}
.infolist-box{float: right; width: 41%;}

.tpxw-swiper .swiper-slide{position: relative;}
.tpxw-swiper .swiper-slide .txt{position: absolute; left: 0; right: 0; bottom: 0; height: 62px; padding-left: 10px;  padding-right: 120px; background: rgba(0, 0, 0, 0.6); z-index: 2; color: #fff; line-height: 62px;}
.tpxw-swiper .swiper-slide .txt a{color: #fff;}

.swiper-pagination.right{left: auto !important; right: 20px; bottom: 19px !important; width: auto !important;}
.swiper-pagination span{transition: .3s all;}

.swiper-pagination-circle{text-align: right !important; padding-bottom: 10px; margin-right: 10px;}
.swiper-pagination-circle span{width: 10px; height: 10px; box-sizing: border-box; opacity: 1; background: #fff;}
.swiper-pagination-circle .swiper-pagination-bullet-active{background: #226DB1;}

.infolist{clear: both;}
.infolist li{position:relative; padding-top: 20px; padding-bottom: 20px; line-height:28px; overflow:hidden; vertical-align: top; border-bottom:dashed 1px #C7C7C7;}
.infolist li:first-child{padding-top: 0;}
.infolist li:last-child{padding-bottom: 0; border-bottom: none;}
.infolist li > a{float: left; position: relative;  max-width: 100%; font-size: 16px; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden;}
.infolist li, .infolist li a{-moz-box-sizing: border-box; -welit-box-sizing: border-box; box-sizing: border-box;}
.infolist li .time{position:absolute; right:0; top: 0; bottom: 0; height: 28px; margin: auto 0; color:#808080;}
.infolist li a br{display: none;}
.infolist li:hover a, .infolist li a:hover{color:#f60;}
.infolist li:hover span{color:#f60;}
.infolist.md li{padding-right:60px;}
.infolist.ymd li{padding-right:110px;}

.infolist.dot li > a{padding-left: 15px;}
.infolist.dot li > a:before{content:''; position:absolute; left:0; top: 50%; margin-top: -2px; width: 3px; height: 3px; background: #7C7C7C; transition: .3s all; }
.infolist.dot li:hover > a:before{background:#f60;}

/* 内容区域 */
.main-content { background-color: #fff; margin-bottom: 46px; }
.content-title { position: relative; margin-bottom: 45px; height: 67px; background: url(../images/szf/title_bg.png) center center no-repeat; text-align: center; }
.content-title span { line-height: 67px; font-size: 36px; font-weight: bold; color: #fff;}

/* 表格 */
.table-wrap { width: 100%; overflow-x: auto; }
.info-table { width: 100%; border-collapse: collapse; text-align: center; }
.info-table th { background-color: #0074ED; color: #fff; height: 50px; font-weight: bold;  font-size: 18px;}
.info-table td { padding: 15px 10px; word-break: break-all; font-size: 18px;}
.info-table tr { border-bottom: 1px solid #eee; }
.info-table tbody tr:nth-child(odd) { background-color: #ffffff; }
.info-table tbody tr:nth-child(even) { background-color: #E8F1FF; }
.info-table tbody tr:hover { background-color: #f5f7fa; }

/* 可点击行样式 */
.clickable-row {
    cursor: pointer;
    transition: all 0.3s ease;
}
.clickable-row:hover {
    background-color: #e6f3ff !important;
}

/* 分页 */
.pagination { text-align: center; margin-top: 20px; margin-bottom: 20px; font-size: 14px; color: #333; height: 40px; line-height: 40px; white-space: nowrap; }
.pagination-info { display: inline-block; text-align: left; vertical-align: middle; }
.pagination-center { display: inline-block; margin: 0 20px; text-align: center; vertical-align: middle; }
.pagination-jump { display: inline-block; text-align: right; vertical-align: middle; }
.pagination-index, .pagination-num { display: inline-block; margin: 0 3px; padding: 0 12px; height: 34px; line-height: 32px; border: 1px solid #ddd; background-color: #fff; color: #333; border-radius: 4px; transition: all 0.3s; cursor: pointer; vertical-align: middle; min-width: 34px; text-align: center; }
.pagination-num.active { background-color: #337ab7; color: #fff; border-color: #337ab7; font-weight: bold; }
.pagination-index:hover, .pagination-num:hover { background-color: #f5f5f5; border-color: #ccc; }
.pagination-num.active:hover { background-color: #337ab7; border-color: #337ab7; }
.pagination-input { width: 40px; height: 34px; border: 1px solid #ddd; text-align: center; border-radius: 4px; vertical-align: middle; margin: 0 5px; padding: 0 5px; display: inline-block; }
.pagination-go { display: inline-block; background-color: #eee; border: 1px solid #ddd; padding: 0 12px; height: 34px; line-height: 32px; border-radius: 4px; color: #333; text-decoration: none; vertical-align: middle; margin-left: 5px; cursor: pointer; }
.pagination-go:hover { background-color: #e0e0e0; }



/* 响应式设计 */

@media (max-width: 1200px) {
    .title { font-size: 42px; }
}
@media (max-width: 992px) {
    .header{height: 260px; background-size: 100% 100%;}
    .title { font-size: 36px; }
    .nav-label { float: none; display: block; width: 100%; margin-bottom: 5px; }
    .nav-list { margin-left: 0; }
    .footer-card.wzbs span#__ideConac img{vertical-align: middle;}
    
}
@media (max-width: 768px) {
    .tpxw-wrapper{margin: 25px auto;}
    .tpxw-box{float: none; width: 100%;}
    .swiper-pagination-circle{padding-bottom: 0;}
    .tpxw-swiper .swiper-slide .txt{height: 40px; line-height: 40px;}
    .infolist-box{float: none; width: 100%;}
    .infolist li:first-child{padding-top: 20px;}

    .title { font-size: 30px; }
    .pagination { height: auto; margin: 20px 0; padding: 0; text-align: center; white-space: nowrap; }
    .pagination-info, .pagination-jump { display: none !important; }
    .pagination-center { display: block; width: 100%; text-align: center; margin: 0; }
    .pagination-index, .pagination-num { display: inline-block; padding: 0 8px; margin: 0 5px; font-size: 14px; height: 38px; line-height: 36px; min-width: auto; border-radius: 4px; background-color: #f8f8f8; }
    .pagination-num.active { background-color: #337ab7; color: #fff; border-color: #337ab7; }
}
@media (max-width: 480px) {
    .header{height: 150px;}
    .pagination { padding: 0; margin: 15px 0; }
    .pagination-index, .pagination-num { padding: 0 3px; margin: 0 3px; font-size: 14px; height: 34px; line-height: 32px; }
}
@media (max-width: 431px) {
    .title { font-size: 24px; }
    .nav-wrap { padding: 10px 0; }
    .content-title {  margin-bottom: 15px; }
    .content-title span { font-size: 24px;  }
    .main-content { margin-bottom: 20px; }
    .table-wrap { overflow-x: auto; }
    .info-table th, .info-table td { padding: 10px 5px; font-size: 12px; }
    .nav-list a { font-size: 14px; padding: 3px 5px; }
}
