.page-detail{
  /* padding-bottom: 200px; */
}
a:link{
  color: inherit!important;
}
.detail-title{
  border-bottom: 1px solid #d7e3ef;
  padding-bottom: 30px;
}
.detail-title .detail-mtitle{
  font-size: 30px;
  text-align: center;
  line-height: 2;
}
.detail-title .detail-ftitle{
  font-size: 20px;
  text-align: center;
  line-height: 2;
}
.detail-title .detail-source{
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.detail-title .detail-source>span{
  width: 30%;
  text-align: center;
  margin-right: 20px;
}
.detail-title .detail-source .font-set{
  margin-right: 0;
}
.font-set img{
  margin-right: 10px;
  cursor: pointer;
}
.detail-con{
  padding: 20px 0;
}
.detail-con img,
.detail-con iframe,
.detail-con video{
  max-width: 100%;
  margin: 0 auto;
}
.detail-con table {
  margin:  0 auto;
}
.detail-con table td{
  border: 1px solid #333;
  padding:  5px;
  
}
.detail-con p,
.detail-con span{
  line-height: normal;
}
.detail-fj{
  margin-top: 30px;
  display: flex;
  line-height: 2;
  flex-wrap: wrap;
  
}
.detail-fj-list a{
  color: #205da1;
}

/* 政务访谈详情START */
.detial-zcyw-video{
  margin:  0 auto;
  text-align: center;
}
.detail-zwft-change{
  margin-top: 50px;
}
.detail-zwft-change .zwft-tab-title{
  border-bottom: 1px solid #d7e3ef;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 10px;
}
.zwft-tab-title span{
  font-size: 20px;
  font-weight: bold;
  width: 15%;
  text-align: center;
}
.zwft-tab-title .active{
  color: #205da1;
}
.zwft-tab-con{
  padding: 30px;
  line-height: 2;
}
.zwft-tab-con>ul{
  display: none;
}
.zwft-tab-con ul:first-child{
  display: block;
}
.zwft-tab-zbjj li{}
.zwft-tab-zbjj li>span{
  font-weight: bold;
}
.zwft-tab-pic img{
  display: block;
  margin: 0 auto;
  padding: 20px 0;
  max-width: 100%;
}
.zwft-tab-pic p{
  text-align: center;
  color: #205da1;
}
/* 政务访谈详情END */

/* 移动端 */
@media screen and (max-width: 1200px) {
  .page-detail .page-content,
  .page-zcyw-detail .page-content{
    padding:  0 10px;
  }
  .detail-title{
    padding-bottom: 10px;
  }
  .detail-title .detail-mtitle{
    line-height: 1.5;
    margin-bottom: 10px;
    font-size: 22px;
  }
  .detail-title .detail-ftitle{
    line-height: 1.5;
    font-size: 18px;
  }
  .detail-title .detail-source{
    flex-wrap: wrap;
  }
  .detail-title .detail-source>span{
    width: 100%;
    margin-bottom: 10px;
  }
  .detail-title .detail-source .font-set{
    display: none;
  }
  .detail-share{
    display: none;
  }
  .zwft-tab-title span{
    width: 30%;
  }
}