/* Header */
.top-bar {
  color: #fff;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    background: #487BC5;
}

.top-bar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top-bar-left a {
  color: #fff;
  padding-right: 5px;
}

.top-bar-right a {
  color: #fff;
  padding-right: 5px;
}
.old-icon{
  margin-right: 5px;
}
.header{
  width: 100%;
  height: 488px;
  background: url('https://tfile.dahe.cn/4105020005/img/headerbg.png') center no-repeat;
  /* overflow: hidden; */
      border-bottom: 5px solid #487BC5;
}
.header-main {
    width: 1280px;
    height: 100%;
    display: block;
    margin: 0 auto;
    padding-top: 20px;
    position: relative;
}
.search-box {
position: relative;
    margin: 0 auto;
    width: 600px;
    top: 270px;
}
.search-type {
    float: left;
    font-size: 16px;
    padding: 0 5px;
    color: #666666;
}

.upDown {
  width: 18px;
  height: 50px;
  display: block;
  float: left;
  background: url("https://tfile.dahe.cn/4105020005/img/updownarrow.png")center center no-repeat;
  background-size: 14px 14px;
  cursor: pointer;
}
.searchBoxMain {
  display: flex;
  height: 50px;
  background: url("https://tfile.dahe.cn/4105020005/img/search_bg.png")center center no-repeat;
  line-height: 50px;
  padding-left: 28px;
}
.searchBoxMain #searchInput {
    width: 453px;
    background-color: transparent;
    font-size: 16px;
    text-indent: 20px;
}

.searchBoxMain #searchBtn {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: url('https://tfile.dahe.cn/4105020005/img/search_icon.png') center  center no-repeat;
  background-position: 18px;
}



.search-box select {
  height: 40px;
  border: 1px solid #ccc;
  border-right: none;
  padding: 0 10px;
  border-radius: 20px 0 0 20px;
  background: #fff;
  outline: none;
}


.search-box button {
  width: 50px;
  height: 40px;
  background: #fff;
  border: 1px solid #ccc;
  border-left: none;
  border-radius: 0 20px 20px 0;
  cursor: pointer;
  color: #999;
}

/* Navigation */
.nav {
    position: relative;
    top: 310px;
}

.nav ul {
    display: flex;
    justify-content: space-between;
    /* padding: 0 18px; */
}

.nav li a {
 color: #487BC5;
 font-family: "Source Han Sans SC";
 font-size: 30px;
  display: flex;
  align-items: center;
  transition: color 0.2s ease;
}
.nav li .icon{
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-right: 8px;
    background: none !important;
    position: relative;
    overflow: visible;
}


.nav li:nth-child(1) a:hover .icon,
.nav li:nth-child(1) a.active .icon {
 background: url('https://tfile.dahe.cn/4105020005/img/nav1Active.png') no-repeat;
}
.nav li:nth-child(2) a:hover .icon,
.nav li:nth-child(2) a.active .icon {
 background: url('https://tfile.dahe.cn/4105020005/img/nav2Active.png') no-repeat;
}
.nav li:nth-child(3) a:hover .icon,
.nav li:nth-child(3) a.active .icon {
 background: url('https://tfile.dahe.cn/4105020005/img/nav3Active.png') no-repeat;
}
.nav li:nth-child(4) a:hover .icon,
.nav li:nth-child(4) a.active .icon {
 background: url('https://tfile.dahe.cn/4105020005/img/nav4Active.png') no-repeat;
}
.nav li:nth-child(5) a:hover .icon,
.nav li:nth-child(5) a.active .icon {
 background: url('https://tfile.dahe.cn/4105020005/img/nav5Active.png') no-repeat;
}
.nav li:nth-child(6) a:hover .icon,
.nav li:nth-child(6) a.active .icon {
 background: url('https://tfile.dahe.cn/4105020005/img/nav6Active.png') no-repeat;
}
.nav li a:hover,
.nav li a.active {
  color: #E24245;
  font-weight: 700;
}


.nav li .icon::before,
.nav li .icon::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 32px 32px;  
    transition: transform 0.35s cubic-bezier(0.2, 0.9, 0.4, 1.1), opacity 0.3s ease;
    will-change: transform, opacity;
}

.nav li .icon::before {
    transform: translateY(0);
    opacity: 1;
}
.nav li .icon::after {
    transform: translateY(100%);
    opacity: 0;
}

.nav li:not(.active) a:hover .icon::before {
    transform: translateY(-100%);
    opacity: 0;
}
.nav li:not(.active) a:hover .icon::after {
    transform: translateY(0);
    opacity: 1;
}

.nav li.active .icon::before {
    transform: translateY(0);
    opacity: 1;
}
.nav li.active .icon::after {
    transform: translateY(100%);
    opacity: 0;
}
.nav li.active a:hover .icon::before {
    transform: translateY(0);
    opacity: 1;
}
.nav li.active a:hover .icon::after {
    transform: translateY(100%);
    opacity: 0;
}


.nav li:nth-child(1) .icon::before {
    background-image: url('https://tfile.dahe.cn/4105020005/img/nav1.png');
}
.nav li:nth-child(1) .icon::after {
    background-image: url('https://tfile.dahe.cn/4105020005/img/nav1Active.png');
}

.nav li:nth-child(2) .icon::before {
    background-image: url('https://tfile.dahe.cn/4105020005/img/nav2.png');
}
.nav li:nth-child(2) .icon::after {
    background-image: url('https://tfile.dahe.cn/4105020005/img/nav2Active.png');
}

.nav li:nth-child(3) .icon::before {
    background-image: url('https://tfile.dahe.cn/4105020005/img/nav3.png');
}
.nav li:nth-child(3) .icon::after {
    background-image: url('https://tfile.dahe.cn/4105020005/img/nav3Active.png');
}

.nav li:nth-child(4) .icon::before {
    background-image: url('https://tfile.dahe.cn/4105020005/img/nav4.png');
}
.nav li:nth-child(4) .icon::after {
    background-image: url('https://tfile.dahe.cn/4105020005/img/nav4Active.png');
}

.nav li:nth-child(5) .icon::before {
    background-image: url('https://tfile.dahe.cn/4105020005/img/nav5.png');
}
.nav li:nth-child(5) .icon::after {
    background-image: url('https://tfile.dahe.cn/4105020005/img/nav5Active.png');
}

.nav li:nth-child(6) .icon::before {
    background-image: url('https://tfile.dahe.cn/4105020005/img/nav6.png');
}
.nav li:nth-child(6) .icon::after {
    background-image: url('https://tfile.dahe.cn/4105020005/img/nav6Active.png');
}


.nav li.active:nth-child(1) .icon::before {
    background-image: url('https://tfile.dahe.cn/4105020005/img/nav1Active.png');
}
.nav li.active:nth-child(2) .icon::before {
    background-image: url('https://tfile.dahe.cn/4105020005/img/nav2Active.png');
}
.nav li.active:nth-child(3) .icon::before {
    background-image: url('https://tfile.dahe.cn/4105020005/img/nav3Active.png');
}
.nav li.active:nth-child(4) .icon::before {
    background-image: url('https://tfile.dahe.cn/4105020005/img/nav4Active.png');
}
.nav li.active:nth-child(5) .icon::before {
    background-image: url('https://tfile.dahe.cn/4105020005/img/nav5Active.png');
}
.nav li.active:nth-child(6) .icon::before {
    background-image: url('https://tfile.dahe.cn/4105020005/img/nav6Active.png');
}

/* 文字悬停/激活样式保持原有效果 */
.nav li a:hover,
.nav li a.active {
    color: #E24245;
    font-weight: 700;
}
/* 确保过渡期间点击穿透正常 */
.nav li .icon::before,
.nav li .icon::after {
    pointer-events: none;
}
/* 兼容旧版: 隐藏原有的背景切换干扰 (确保无背景) */
.nav li a:hover .icon,
.nav li a.active .icon {
    background: none !important;
}
/* Headlines */
.headlines {
  background: url(https://tfile.dahe.cn/4105020005/img/ywtt.png) center 100% no-repeat;
  margin: 10px auto 20px;
  height: 148px;
}

.headlines-title {
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 150px;
  padding-right: 135px;
  color: #2c60c2;
  font-size: 28px;
  line-height: 39px;
  letter-spacing: 2.8px;
  text-align: center;
  justify-content: center;

}
.headlines-title a{
  color: #2c60c2;
}
/* News Section */
.sliderBox {
  width: 668px;
  height: 432px;
}
.sliderBox .bd img {
  width: 668px;
  height: 432px;
}

.sliderBox .bd li {
  position: relative;
}

.sliderBox .bd li p {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: url("https://tfile.dahe.cn/4105020005/img/p-bg.png") top left repeat-x;
  text-indent: 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  font-family: MicrosoftYaHei;
  font-size: 18px;
  color: #ffffff;
}
.sliderBox .bd li .xh{
    text-align: right;
    padding-right: 5px;
    font-style: italic;
    position: absolute;
    right: 5px;

}
.sliderBox .bd li .xh em{
  color: red;
}
.sliderBox {
  position: relative;
}

.sliderBox .prev,
.sliderBox .next {
  position: absolute;
  display: block;
  width: 43px;
  height: 85px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.sliderBox .prev {
  left: 0;
  right: auto;
  background: url(https://tfile.dahe.cn/4105020005/img/prev.png) center no-repeat;
}

.sliderBox .next {
  left: auto;
  right: 0;
  background: url(https://tfile.dahe.cn/4105020005/img/next.png) center no-repeat;
}

.sliderBox .prev:hover,
.sliderBox .next:hover {
  /* filter: alpha(opacity=100); */
  display: block;
  background-color: #999;
  opacity: 0.8;
}

.sliderBox .hd {
  position: absolute;
  bottom: 8px;
  right: 10px;
  z-index: 999;
}

.sliderBox .hd li {
  cursor: pointer;
  width: 25px;
  height: 25px;
  line-height: 25px;
  background: transparent;
  border-radius: 50%;
  display: inline-block;
  border: 0.5px solid #ffffff;
  color: #ffffff;
  font-size: 12px;
  opacity: 0.4;
  text-align: center;
}

.sliderBox .hd li.on {
  background: #1371de;
  border: none;
  opacity: 1;
}

.slideeTxtBox {
  width: 584px;
}

.tab_title ul {
  display: flex;
  justify-content: left;
}

.tab_title li {
  width: auto;
  padding-right: 30px;
}

.tab_title li a {
  color: #6c6c6c;
  font-family: "Source Han Serif CN";
  font-size: 30px;
  /* font-weight: 700; */
  display: block;
}

.tab_title li.on a {
  color: #2c60c2;
  font-weight: 700;
}

.tab_content {
  margin-top: 5px;
}

.tab_content .tab_content_items {
  display: none;
  height: 397px;
  overflow: hidden;
}

.tab_content .tab_content_items.on {
  display: block;
}

.tab_content .tab_content_items li {
  line-height: 43px;
}

.tab_content .tab_content_items li::before {
  content: "";
  width: 5px;
  height: 5px;
  background: #333333;
  border-radius: 1px;
  float: left;
  margin-top: 20px;
}

.tab_content .tab_content_items li a {
  width: 470px;
  display: block;
  font-family: MicrosoftYaHei;
  font-size: 18px;
  color: #333333;
  letter-spacing: 0;
  line-height: 43px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
  text-indent: 10px;
}

.tab_content .tab_content_items li span {
  font-family: MicrosoftYaHei;
  font-size: 18px;
  color: #333333;
  letter-spacing: 0;
  text-align: center;
  line-height: 43px;
}

.govpushinfo150203 li span {
  float: right;
}

.tab_content .tab_content_items li::after {
  content: "";
  clear: both;
  display: block;
}

.tab_content_items ul a:hover {
  color: #1a5fb4;
}

/* Banner Red */
.banner-red {
  margin-bottom: 17px;
}
.xxgk-section,.zwfw-section,.zmhd-section {
  margin-bottom: 14px;
}
.xxgk-section .section-title{
  text-align: center;
  margin-bottom: 4px;
}
.xxgk-pal {
  width: 100%;
  height: 104px;
  border-radius: 10px;
  background: #f7fbff;
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
.xxgk-tzgg {
  padding: 0 50px;
}
.xxgk-item {
  display: flex;
  align-items: center;
  width: 32%;
}

.xxgk-text {
  width: 268px;
  color: #333333;
  font-size: 18px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; 
  overflow: hidden; 
  text-overflow: ellipsis;
}

.xxgk-text:hover {
  color: #2c60c2;
}
.xxgk-date-con {
  background: url(https://tfile.dahe.cn/4105020005/img/tzgg_date.png) 100% 100% no-repeat;
  width: 58px;
  height: 61px;
  text-align: center;
  margin-right: 15px;
}
.xxgk-date {
  display: inline-block;
  font-size: 18px;
  color: #ffffff;
  height: 30px;
  line-height: 30px;
}

.xxgk-date-con .year {
  display:inline-block;
  height: 29px;
  line-height: 29px;
  color: #999999;
  font-size: 18px;
}
.zfxxgk_news_box {
  height: 442px;
}
.zfxxgkSlideBox {
  width: 520px;
  padding-top: 33px;
  height: 100%;
}
.zfxxgkSlideBox .tab_content .tab_content_items li a {
  width: 400px;
}
.zfxxgkSlideBox .tab_title ul {
  border-bottom: 2px solid #95afe0;
}
.zfxxgkSlideBox .tab_title li {
  padding-left: 30px;
  position: relative;
}
.zfxxgkSlideBox .tab_title li.on::after {
  content: "";
  display: inline-block;
  height: 6px;
  width: 100px;
  background: #2c60c2;
  margin: 0 8px;
  position: absolute;
  bottom: -4px;
}
.zfxxgkBox {
  background: url(https://tfile.dahe.cn/4105020005/img/zfxxgkbg.png) no-repeat;
  width: 730px;
  height: 100%;
}
.zfxxgkTop{
  height: 335px;
}
.zfxxgkTop ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px 45px;
  width: 635px;
  position: relative;
  top: 80px;
  left: 45px;
}
.zfxxgkTop ul li {
  width: 125px;
  height: 115px;
  text-align: center;
  display: flex;
  align-items: center;
}
.zfxxgkTop ul li a {
  display: inline-block;
  width: 100%;
}
.zfxxgkTop ul li img {
  margin-bottom: 12px;
  transition: all 1s;
}
.zfxxgkTop ul li:hover img,.xxgkBottom .bd ul li:hover img{transform: rotateY(360deg);-ms-transform: rotateY(360deg);-moz-transform: rotateY(360deg);-webkit-transform: rotateY(360deg);-o-transform: rotateY(360deg);}
.zfxxgkTop ul li:hover p,.xxgkBottom .bd ul li:hover p{color: #2c60c2;}
.xxgkBottom {
  width: 100%;
  /* height: 107px; */
  overflow: hidden;
  position: relative;
}

.xxgkBottom .hd .next,
.xxgkBottom .hd .prev {
  width: 56px;
  height: 56px;
  cursor: pointer;
  position: absolute;
  z-index: 1;
  top: 34%;
  transform: translateY(-50%);
}

.xxgkBottom .hd .next {
  right: 20px;
  background: url(https://tfile.dahe.cn/4105020005/img/xxgkNext.png) center center no-repeat;
}

.xxgkBottom .hd .prev {
  left: 20px;
  background:url(https://tfile.dahe.cn/4105020005/img/xxgkPrev.png) center center no-repeat;
}

.xxgkBottom .bd {
  width: 100%;
  height: 107px;
  padding: 0 60px;
}

.xxgkBottom .bd ul {
  height: 107px;
  overflow: hidden;
}

.xxgkBottom .bd ul li {
  float: left;
  margin-right: 15px;
  width: 110px;
  height: 107px;
}
.xxgkBottom .bd ul li a{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.xxgkBottom .bd ul li img {
  display: block;
  width: 70px;
  height: 70px;
  transition: all 1s;
}
.xxgkBottom .bd ul li p {
 color: #333333;
 text-align: center;
 font-size: 17px;
 line-height: 30px;
}

.zcztcBtn {
  width: 270px;
  height: 70px;
  display: block;
}

/* Government Service */
.zwfw-section .section-title{
  text-align: center;
  margin-bottom: 21px;
}
.gov-service {
  margin-bottom: 28px;
}


.service-content {
  overflow: hidden;
  height: 326px; 
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  width: 100%; 
  margin: 0 auto;
}


.service-card {
  display: block; 
  width: 215px; 
  height: 100%;
  transition: all 0.5s ease; 
  overflow: hidden;
  cursor: pointer;
  flex-shrink: 0;
}

.service-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.service-main {
  width: 0;
  height: 100%;
  display: block; 
  overflow: hidden;
  transition: all 0.5s ease; 
  opacity: 0;
  flex-shrink: 0;
  background-size: 100% 100% !important;
}
.service-main:nth-of-type(1) {
  background: url(https://tfile.dahe.cn/4105020005/img/grbson.png) 100% 100% no-repeat;
}

.service-main:nth-of-type(2) {
  background: url(https://tfile.dahe.cn/4105020005/img/frbson.png) 100% 100% no-repeat;
}
.service-main:nth-of-type(3) {
  background: url(https://tfile.dahe.cn/4105020005/img/bmfwon.png) 100% 100% no-repeat;
}
.service-card.service-card-on {
  width: 0;
  opacity: 0;
  pointer-events: none; 
}

.service-card.service-card-on + .service-main {
  width: 769px;
  opacity: 1;
}


.service-grid {
  display: flex;
  flex-wrap: wrap;
  padding: 40px 20px 0 200px; 
  gap: 20px 0;
  width: 769px; 
}

.service-item {
  width: 20%; 
  text-align: center;
  transition: transform 0.3s;
}

/* .service-item:hover {
  transform: translateY(-5px);
  
} */
.service-item:hover .service-icon{transform: rotateY(360deg);-ms-transform: rotateY(360deg);-moz-transform: rotateY(360deg);-webkit-transform: rotateY(360deg);-o-transform: rotateY(360deg);}
.service-icon {
  width: 50px;
  height: 50px;
  margin-bottom: 8px;
  transition: transform 1s;
}

.service-text {
 color: #333333;
 text-align: center;
 font-size: 16px;
 line-height: 30px;
}





/* Quick Links Bar */
.quick-links-bar {
  display: flex;
  gap: 55px;
}

.quick-link-card {
  flex: 1;
}

/* Interaction Section */
.zmhd-section .section-title {
  text-align: center;
  margin-bottom: 14px;
}
.interaction-content {
  display: flex;
  gap: 24px;
}

.interaction-left {
  width: 345px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}


.interaction-main {
  flex: 1;
}


.interaction-list li {
  margin-bottom: 20px;
}
.interaction-list li:last-child {
  margin-bottom: 0;
}
.interaction-list li a:hover{
  color: #2c60c2;
}
.interaction-item{
    color: #333333;
    font-size: 18px;
    line-height: 1.5;   
    height: 50px;
    display: inline-block;
}
.interaction-status {
  display: inline-block;
  background: url(https://tfile.dahe.cn/4105020005/img/yhf.png);
  width: 81px;
  height: 27px;
  position: absolute;
}
.interaction-status-pending{
  background: none;
  border: 1px solid;
  color: #CFCFCF;
  text-align: center;
  border-radius: 18px;
}
.interaction-content-text {
  text-indent: 90px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; 
  overflow: hidden; 
  text-overflow: ellipsis;
}

.interaction-date {
 color: #66666666;
 font-size: 16px;
 height: 25px;
 margin-bottom: 5px;
}
.text-right{
 text-align: right;
}
.text-center{
 text-align: center;
}
.interaction-right {
  width: 445px;
}

.suggestion-title {
  margin-bottom: 21px;
}
.interaction-right .more {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #999999;
    letter-spacing: 0;
    margin-top: 10px;
}
.suggestion-list{
  /* margin-top: 8px; */
}
.suggestion-list li {
 margin-bottom: 13px;
}
.suggestion-list li a:hover{
  color: #2c60c2;
}
.suggestion-item{
  display: flex; align-items: center; gap: 10px;
      color: #333333;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 5px;
}
.suggestion-item:last-child {
  margin-bottom: 0;
}
.suggestion-status {
  display: inline-block;
  background: url(https://tfile.dahe.cn/4105020005/img/jxz.png) no-repeat;
  width: 71px;
  height: 28px;
  margin-right: 3px;
}

.suggestion-status.complete {
 background: url(https://tfile.dahe.cn/4105020005/img/yjs.png) no-repeat;
}
.suggestion-text{
  flex: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; 
  overflow: hidden; 
  text-overflow: ellipsis;
}

/* 专题专栏 */
.ztzl-section {
  margin-bottom: 50px;
}
.ztzl-section .section-title {
  text-align: center;
  margin-bottom:33px;
}

.ztzlBox {
  width: 100%;
  height: 114px;
  position: relative;
  margin-top: 30px;
}

.ztzlBox .hd .next,
.ztzlBox .hd .prev {
  width: 28px;
  height: 28px;
  cursor: pointer;
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
}

.ztzlBox .hd .next {
  right: -40px;
   background:url(https://tfile.dahe.cn/4105020005/img/xxgkNext.png) center center no-repeat;
}

.ztzlBox .hd .prev {
  left: -40px;
   background:url(https://tfile.dahe.cn/4105020005/img/xxgkPrev.png) center center no-repeat;
}

.ztzlBox .bd {
  width: 100%;
  height: 114px;
}

.ztzlBox .bd ul {
  height: 114px;
  overflow: hidden;
}

.ztzlBox .bd ul li {
  float: left;
  margin-right: 30px;
  width: 298px;
  height: 114px;
}

.ztzlBox .bd ul li img {
  display: block;
  width: 298px;
  height: 114px;
}
