.main {
  padding: 17px 0 90px;
}

.section-title {
  position: relative;
  margin-bottom: 9px;
}
.section-title .more {
  font-size: 16px;
  color: #999999;
  position: absolute;
  bottom: 20px;
  width: 44px;
  right: 10px;
}

.section-title .more:hover {
  color: #2c60c2;
}

.top-section {
  overflow: hidden;
}
.leader-box,
.policy-box {
  width: 706px;
}
.leader-content {
  display: flex;
  background: #f7faff;
  border-radius: 9px;
  padding: 32px 0 0 18px;
  height: 330px;
}

.leader-left {
  text-align: center;
  width: 300px;
}

.leader-photo {
  width: 135px;
  height: 186px;
  background: #2c60c2;
  margin: 8px auto 9px;
}
.leader-photo img {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.leader-name {
  font-size: 20px;
  color: #333333;
  cursor: pointer;
}
.leader-duty {
  font-size: 15px;
  color: #333333;
  margin-top: 14px;
}
.leader-position {
  font-size: 14px;
  color: #666;
  margin-top: 5px;
}

.leader-right {
  flex: 1;
}

.leader-list {
  font-size: 16px;
  color: #333;
  line-height: 2;
}
.leader-list a:hover{
  color: #2c60c2;
}
.meetings-box {
  width: 555px;
}
.meeting-list {
  height: 330px;
  background: #f7faff;
  border-radius: 9px;
  padding: 35px 32px 0 32px;
}
.meeting-list li {
  display: flex;
  gap: 15px;
  align-items: flex-start;
  background: #fff;
  margin-bottom: 16px;
  border-radius: 8px;
  padding: 10px 30px;
  height: 76px;
}

.meeting-list li:last-child {
  border-bottom: none;
}

.meeting-date {
  text-align: center;
  min-width: 62px;
  color: #2c60c2;
  font-size: 22px;
  line-height: 28px;
}

.meeting-date .month {
  font-size: 26px;
}

.meeting-title {
  font-size: 18px;
  color: #333;
  line-height: 1.5;
  flex: 1;
}

.meeting-title:hover {
  color: #2c60c2;
}

/* Middle Section */
.middle-section {
  margin-top: 40px;
  margin-bottom: 40px;
  overflow: hidden;
}

.policy-header {
  display: flex;
  gap: 0;
  margin-bottom: 20px;
  border-bottom: 2px solid #e0e0e0;
}

.policy-tab {
  padding: 10px 25px;
  cursor: pointer;
  font-size: 15px;
  color: #666;
  position: relative;
  border: 1px solid transparent;
  border-bottom: none;
  margin-bottom: -2px;
}

.policy-tab.active {
  color: #2c60c2;
  border-color: #e0e0e0;
  border-top: 2px solid #2c60c2;
  background: #fff;
  font-weight: bold;
}
.hdcon {
  height: 366px;
  margin-top: 21px;
}
.hdcon .hd {
  overflow: hidden;
  zoom: 1;
  width: 51px;
  float: left;
}

.hdcon .hd li {
  text-align: center;
  width: 51px;
  height: 183px;
}
.hdcon .hd li:first-child {
  background: url(https://tfile.dahe.cn/4105020005/img/xxgk/zfwj.png) no-repeat;
}
.hdcon .hd li:last-child {
  background: url(https://tfile.dahe.cn/4105020005/img/xxgk/zcjd.png) no-repeat;
}
.hdcon .hd li:first-child.on {
  background: url(https://tfile.dahe.cn/4105020005/img/xxgk/zfwj_on.png) no-repeat;
}
.hdcon .hd li:last-child.on {
  background: url(https://tfile.dahe.cn/4105020005/img/xxgk/zcjd_on.png) no-repeat;
}
.hdcon .hd li a {
  display: inline-block;
  width: 51px;
  height: 183px;
}
.hdcon .bd {
  width: 655px;
  float: left;
  padding: 8px 22px;
  border: 1px solid #bfcfed;
  border-left: none;
  height: 100%;
}
.hdcon .bd .tab-pal {
  display: none;
}
.hdcon .bd .tab-pal.on {
  display: block;
}
.policy-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.policy-item {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  background: #f7faff;
  border-radius: 10px;
  height: 80px;
  padding: 10px 25px 10px 15px;
}

.policy-badge {
  width: 70px;
  font-size: 16px;
  color: #2c60c2;
  letter-spacing: 0;
  text-align: center;
  line-height: 22px;
}

.policy-text {
  flex: 1;
  font-size: 18px;
  color: #333333;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; 
  overflow: hidden; 
  text-overflow: ellipsis;
}

.policy-text:hover {
  color: #2c60c2;
}
.policy-date-con {
  background: url(https://tfile.dahe.cn/4105020005/img/xxgk/date.png) no-repeat;
  width: 57px;
  height: 59px;
  text-align: center;
}
.policy-date {
  display: inline-block;
  font-size: 16px;
  color: #ffffff;
  height: 30px;
  line-height: 30px;
}

.policy-date-con .year {
  font-size: 16px;
  color: #2c60c2;
  height: 29px;
  line-height: 29px;
}

.info-column {
  width: 555px;
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 33px;
  margin-top: 39px;
}

.info-item {
  text-align: center;
  cursor: pointer;
}

.info-icon {
  width: 48px;
  height: 48px;
  margin: 0 auto 7px;
}
.info-icon img,
.area-icon img  {
  width: 100%;
  height: 100%;
  transition: all 1s;
}
.info-item:hover img,.area-item:hover img,
.info-icon:hover img,.area-icon:hover img{transform: rotateY(360deg);-ms-transform: rotateY(360deg);-moz-transform: rotateY(360deg);-webkit-transform: rotateY(360deg);-o-transform: rotateY(360deg);}

.info-text {
  font-size: 16px;
  color: #333;
  line-height: 1.5;
}
.info-item:hover .info-text,.area-item:hover .area-text{
  color:#2c60c2;
}
/* Quick Links */
.links-con {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-bottom: 50px;
}
.links-hd .next,
.links-hd .prev {
  width: 10px;
  height: 56px;
  cursor: pointer;
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
}
.links-hd .next {
  right: 0px;
  background: url(https://tfile.dahe.cn/4105020005/img/xxgk/right.png) center center no-repeat;
}

.links-hd .prev {
  left: 0px;
  background: url(https://tfile.dahe.cn/4105020005/img/xxgk/left.png) center center no-repeat;
}
.quick-links {
  width: 100%;
  height: 82px;
}
.quick-links ul {
          margin: 0 30px !important;
}
.quick-link {
  border-radius: 4px;
  text-align: center;
  border: 1px solid #e0e0e0;
  cursor: pointer;
  transition: all 0.3s;
  float: left;
  margin-right: 30px;
  width: 223px;
  height: 82px;
  
}

.quick-link:hover {
  border-color: #2c60c2;
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.1);
}
.quick-link a{
display: flex;
    height: 82px;
    align-items: center;
    justify-content: center;
}
.quick-link-icon {
  width: 32px;
  height: 32px;
  margin-right: 12px;
}

.quick-link-text {
  font-size: 22px;
  color: #2C60C2;
  text-align: center;
}

.areas-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 27px;
  margin-top: 18px;
}

.area-item {
  text-align: center;
  cursor: pointer;
}

.area-icon {
  width: 88px;
  height: 88px;
  /* background: #f3f7fc; */
  margin: 0 auto 10px;
  display: flex;
}

.area-text {
  font-size: 16px;
  color: #333;
}

.topics-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  margin-top: 33px;
}

.topic-item {
  padding: 14px 20px;
  background: #f7faff;
  border-radius: 12px;
  text-align: center;
  font-size: 18px;
  color: #2c60c2;
  border: 1px solid #bfcfed;
  cursor: pointer;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.topic-item:hover {
  background: #2c60c2;
  color: #fff;
  border-color: #2c60c2;
}

/* 重点领域信息公开 */
.banner {
  background: url(https://tfile.dahe.cn/4105020005/img/zdlyxxgk/banner.png) 100% no-repeat;
  height: 440px;
  overflow: hidden;
}

.zdly .main {
  padding: 70px 0;
}

.zdly-areas-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 70px 150px;
  margin: 0 auto;
}

.zdly-area-item {
  text-align: center;
  cursor: pointer;
  transition: transform 0.3s;
}

.zdly-area-item:hover {
  transform: translateY(-5px);
}

.zdly-area-icon {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin: 0 auto 27px;
  transition: all 1s;
}

/* .zdly-area-item:hover .zdly-area-icon {
  background: #1a5fb4;
  color: #fff;
} */
.zdly-area-item:hover .zdly-area-icon{transform: rotateY(360deg);-ms-transform: rotateY(360deg);-moz-transform: rotateY(360deg);-webkit-transform: rotateY(360deg);-o-transform: rotateY(360deg);}


.zdly-area-text {
  font-size: 18px;
  color: #333;
}

/* Carousel dots */
.carousel-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 15px;
}

.dot {
  width: 20px;
  height: 4px;
  background: #e0e0e0;
  border-radius: 2px;
  cursor: pointer;
}

.dot.active {
  background: #2c60c2;
}
/* 政民互动 */
.zmhd-main {
  padding: 25px 0 90px;
}
.zmhd-main .section-title{
  margin-bottom: 18px;
}
.consultation-section {
  margin-bottom: 30px;
}

.consultation-content {
  overflow: hidden;
  height: 329px;
}

.consultation-left {
  width: 553px;
  height: 100%;
  background: url(https://tfile.dahe.cn/4105020005/img/zxbg.png) no-repeat;
  overflow: hidden;
  padding: 33px 5px 10px 20px;
}

.consultation-title {
  margin-bottom: 13px;
}

.chart-container {
    margin-top: -85px;
}
.chart-btn{
    margin-left: -33px;
}
.chart-btn a{
  margin-right: 20px;
}
.chart-box {
  width: 270px;
  height: 260px;
}

.chart-circle {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: conic-gradient(#1a5fb4 0deg 216deg, #90caf9 216deg 360deg);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.chart-circle::before {
  content: "";
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
}

.chart-legend {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.legend-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #666;
}

.legend-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.legend-dot.blue {
  background: #1a5fb4;
}

.legend-dot.light-blue {
  background: #90caf9;
}


.consultation-right {
  width: 705px;
  height: 100%;
  background: url(https://tfile.dahe.cn/4105020005/img/zxtablebg.png) no-repeat;
  overflow: hidden;
  padding: 25px;
}

.consultation-table {
  width: 100%;
  color: #333;
  font-size: 18px;
  line-height: 1.5;
}

.table-header {
  display: flex;
  font-weight: bold;
  margin-bottom: 5px;
}

.table-row {
  display: flex;
  padding: 8px 0;
  align-items: center;
}

.col-content {
  flex: 1.5;
  /* display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;  */
  overflow: hidden; 
  text-overflow: ellipsis;
  white-space: nowrap;
}
.col-content:hover {
  color: #2c60c2;
}
.col-status {
  flex: 1;
  text-align: center;
}

.col-date {
  flex: 1;
  text-align: center;
}

/* Bottom Section */
.bottom-section {
  overflow: hidden;
}
.bottom-section-left{
  width: 49%;
  overflow: hidden;
  /* padding: 25px; */
}
.bottom-section-right{
  width: 49%;
  overflow: hidden;
  /* padding: 33px 5px 10px 20px; */
}
.section-titles{
  overflow: hidden;
}
.section-content{
  height: 330px;
  border-radius: 17px;
  background: #F7FAFF;
  padding: 31px 20px;
  overflow: hidden;
}

.suggestion-title {
  font-size: 18px;
  color: #1a5fb4;
  font-weight: bold;
  margin-bottom: 20px;
}

.suggestion-list li {
 margin-bottom: 13px;
}
.suggestion-item,
.qa-item{
  display: flex; 
  align-items: center; 
  gap: 10px;
  color: #333333;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 7px;
}
.suggestion-item:hover,
.qa-item:hover{
  color: #2c60c2;
}
.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;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; 
}


.interaction-date {
 color: #66666666;
 font-size: 16px;
 text-align: right;
 height: 25px;
}

/* QA Section */

.qa-icon {
  width: 24px;
  height: 24px;
  background: #ffebee;
  color: #d32f2f;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: bold;
  flex-shrink: 0;
}

.qa-content {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.qa-text{
  flex: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; 
  margin-right: 10px;
}
.qa-text::before {
  content: "";
  width: 24px;
  height: 24px;
  line-height: 1.5;
  background: url(https://tfile.dahe.cn/4105020005/img/wen.png) center center no-repeat;
  display: inline-block;
  position: relative;
  margin-right: 8px;
  top: 6px;
}

.qa-date {
  color: #666;
  font-size: 13px;
  white-space: nowrap;
}




.oldModel .section-title .more{
  width: auto;
}
.oldModel .chart-container{
    margin-top: 36px;
}
.oldModel .consultation-content{
  height: 470px;
}
.oldModel .consultation-left{
  background-size: 100% 100%;
}
.oldModel .consultation-right{
  background-size: 100% 100%;
}
.oldModel .suggestion-box,
.oldModel .qa-box {
  width: 100%;
}

.oldModel .leader-box,.oldModel .meetings-box, .oldModel .policy-box,.oldModel .info-column{
  width: 100%;
}
.oldModel .leader-content{
  height: auto;
}
.oldModel .hdcon .bd{
  width: 95%;
}
.oldModel .policy-item{
  height: auto;
}
.oldModel .policy-date-con{
  width: 82px;
  height: 85px;
  background-size: 100% 100%;
}
.oldModel .policy-date {
  height: 36px;
  line-height: 36px;
}
.oldModel .policy-date-con .year {
  height: 36px;
  line-height: 36px;
}
.oldModel .policy-badge{
  width: 100px;
  line-height: 32px;
}
.oldModel .hdcon{
  height: 512px;
}
.oldModel .section-content{
  height: auto;
}
.oldModel .bottom-section-left{
  width: 100%;
}
.oldModel .bottom-section-right{
  width: 100%;
  margin-top: 25px;
}