.zmhd-one{
  padding: 30px 0;
}
.zmhd-title{
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid  #d7e3ef;
  margin-bottom: 10px;
}

.zmhd-title .zmhd-title-tab{
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
  
}
.zmhd-title .zmhd-title-tab a{
  padding-bottom: 16px;
  border-bottom: 4px solid transparent;
  margin-right: 40px;
}
.zmhd-title .zmhd-title-tab .active{
  color: #2660a7;
  border-bottom: 4px solid #2660a7;
}

.zmhd-title .zmhd-title-box img{
  vertical-align: baseline;
}
.zmhd-title .zmhd-more{
  font-size: 15px;
  color: #999999;
}
.zmhd-one-con{
  margin-top: 30px;
}
.zmhd-con-zwft{
  padding: 20px;
  background-color: #f4f8fd;
  border: 1px solid #d7e3ef;
  border-top: #205da1 2px solid;
  display: flex;

}
.zmhd-con-zwft .zwft-left{
  width: 410px;
  height: 290px;
  margin-right: 15px;
}
.zwft-one-right {
  position: relative;
  flex: 1;
}
.zwft-one-right .zmhd-zwft-title{
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}
.zwft-one-right  .zmhd-zwft-text{
  line-height: 2;
}
.zwft-one-right .zmhd-zwft-bottom{
  position: absolute;
  bottom: 0px;
}
.zwft-one-right .zwft-bottom-more{
  display: inline-block;
  padding: 15px 0;
  width: 160px;
  /* line-height: 160px; */
  color: #205da1;
  text-align: center;
  background-image: url(zwft_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-right: 20px;
}

/* 第二部分 */
/* 决策意见征集 */
.zmhd-two{
  margin-bottom: 30px;
}
.zmhd-two .zmhd-two-left{
  width: 590px;
}
.zmhd-two .zmhd-two-right{
  width: 590px;
}
.zmhd-two-con{
  width: 100%;
  /* display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap; */
}
.zmhd-two-con .jcyjzj-item{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px dashed #e5e5e5;
  width: 100%;
  margin-right: 30px;
}
/* .zmhd-two-con .jcyjzj-item:nth-of-type(2n){
  margin-right: 0;
} */
.zmhd-two-con .jcyjzj-item >span{
  border: 1px solid #bfbfbf;
  border-radius: 4px;
  padding: 2px 10px;
  color: #999999;
  font-size: 15px;
  margin-right: 25px;

}
.zmhd-two-con .jcyjzj-item >span.yjzjing{
  color: #07ad69;
  border-color: #07ad69;
}
.zmhd-two-con .jcyjzj-item >p{
  flex: 1;
  width: 90%;
  line-height: 26px;
}
.zmhd-two-con .jcyjzj-item >p:hover{
  color: #205da1;
}
/* 第三部分 */
.zmhd-three{
  margin-bottom: 30px;
}
/* 问答库 */
.zmhd-three-left{
  width: 590px;
}

.zmhd-wdk .zmhd-wdk-box{
  width: 100%;
  border: 1px dotted #c1deff;
  margin-top: 20px;
}


.zmhd-wdk-box .art-title{
  display: flex;
  height: auto;
  align-items: center;
  padding: 10px 15px;
  background: #f6faff;
}
.zmhd-wdk-box .art-title > img{
  padding-right: 20px;
  height: 28px;
}
.zmhd-wdk-box .art-title .tit{
  line-height: 30px;
  font-size: 18px;
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.zmhd-wdk-box .art-title .tit:hover{
color: #205da1;
}


.zmhd-wdk-box .art-con{
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  margin-top: 20px;
  padding: 10px 15px;

}
.zmhd-wdk-box .art-con > img{
  width: 27px;
  height: 29px;
  margin-right: 20px;
}
.zmhd-wdk-box .art-con > p{
  position: relative;
 width:100%;
 line-height: 1.5;
}
.zmhd-wdk-box .art-con > p span{
  text-align: justify;
  word-wrap: break-word;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  color: #8C8C8C;
  line-height: 1.5;
  height: 72px;
  font-size: 16px;
}
.zmhd-wdk-box .art-con > p a{
  display: block;
  position: absolute;
  right: 18px;
  bottom: 12px;
  color: #1e90ff;
 font-size:14px;
}
.zmhd-wdk-box .art-date{
  margin-left: 60px;
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-right: 15px;
  margin-bottom: 15px;
  background: #f5f5f5;
  padding: 3px;
}
.zmhd-wdk-box .art-date span{
  color: #8C8C8C;
  font-size: 12px;
  display: flex;
  height: 100%;
  margin-right: 10px;
  line-height: normal;
  align-items: center;
}
.zmhd-wdk-box .art-date span img{
  vertical-align: middle;
  margin-right: 5px;
  height: 100%;
  background: #f5f5f5;
}
.zmhd-three-right{
  width: 590px;
}
.zmhd-three-top{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.zmhd-three-top .zmhd-three-item{
  position: relative;
  width: calc((100% - 22px) /2);
  margin-right: 20px;
}
.zmhd-three-top .zmhd-three-item:last-of-type{
  margin-right: 0;
}
.zmhd-three-top .zmhd-three-item img{
  height: 135px;
  width: 100%;
}
.zmhd-three-top .zmhd-three-item p{
  position: absolute;
  bottom: 20px;
  text-align: center;
  width: 100%;
  font-weight: bold;
}
.zmhd-three-top .zmhd-three-item p:hover{
  color: #205da1;
}
.zmhd-three-bottom{
  width: 100%;
  height: 115px;
  background-image: url(zmhd_xmt.png);
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;

}
.zmhd-three-bottom .zmhd-xmt-item{
  width: 50%;
  padding-left: 22%;
  color: #205da1;
  font-size: 14px;
  position: relative;
}
.zmhd-three-bottom .zmhd-xmt-item .site{
  font-size: 18px;
}
.zmhd-three-bottom .xmt-wx-box{
  position: absolute;
  width: 150px;
  height: 150px;
  left: 44%;
  top: 50px;
  display: none;
  z-index: 10;
}
.zmhd-three-bottom .zmhd-xmt-item:hover .xmt-wx-box{
  display: block;
}
.zmhd-three-bottom .xmt-wx-box img{
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1200px) {

  .page-zmhd .page-content{
    padding:  0 10px;
  }
  .zmhd-title .zmhd-title-tab{
    font-size: 20px;
  }
  .zmhd-con-zwft{
    flex-wrap: wrap;
  }
  .zmhd-con-zwft .zwft-left{
    width: 100%;
    margin-bottom: 20px;
  }
  .zwft-one-right{
    width: 100%;
    padding-bottom: 60px;
  }
  .zwft-one-right .zmhd-zwft-bottom{
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .zwft-one-right .zwft-bottom-more {
    width: 100px;
    margin-right: 8px;
  }
  .zwft-one-right .zwft-bottom-more:last-of-type{
    margin-right: 0;
  }
  .zmhd-two .zmhd-two-left{
    width: 100%;
  }
  .zmhd-two .zmhd-two-right{
    width: 100%;
  }
  .zmhd-two-con .jcyjzj-item{
    width: 100%;
    margin-right: 0;
  }
  .zmhd-three-left{
    width: 100%;
    margin-bottom: 30px;
  }
  .zmhd-wdk-box .art-date{
    flex-wrap: wrap;
  }
  .zmhd-wdk-box .art-date span{
    width: 100%;
  }
  .zmhd-three-right{
    width: 100%;
  }
  .zmhd-three-top .zmhd-three-item img{
    height: 100px;
  }
  .zmhd-three-top .zmhd-three-item p{
    bottom: 10px;
  }
  .zmhd-three-bottom{
    height: 100px;
  }
  .zmhd-three-bottom .xmt-wx-box{
    left: 10%;
    top: 75px;
  }
}