* {
  margin: 0;
  padding: 0;
  color: #333;
  text-decoration: none;
  list-style-type: none;
  box-sizing: border-box;
}
body {
  width: 100%;
  overflow-x: hidden;
}
.gab-bg {
  min-width: 100vw;
  /* min-height: 100vh; */
  background-color: #f2f7f9;
  padding-bottom: 20px;
}
.gab-container {
  width: 1200px;
  margin: 0 auto;
  padding: 50px 0;
  overflow: hidden;
}
.gab-header {
  width: 100%;
  height: 460px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  background: url(headbg.png) no-repeat;
  background-size: 100% 100%;
}
.gab-header .head-container {
  width: 1100px;
  margin: 0 auto;
  position: relative;
  padding-top: 80px;
  height: 100%;
  box-sizing: border-box;
}
.gab-header .site-name {
  /* padding-left: 30px; */
  text-align: left;
}
.gab-header .site-name a {
  font-size: 40px;
  letter-spacing: 3px;
  font-weight: bold;
  color: #E30A05;
  text-shadow: 3px -3px 5px #fff;
}
.gab-header .wza-button {
  width: 160px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 24px;
  font-weight: bold;
  color: #007fff;
  border: 2px solid #007fff;
  position: absolute;
  right: 100px;
  top: 30px;
  cursor: pointer;
}
.gab-header .wza-button a{
  color: #007fff;
}
.gab-header .zzzq-button {
  width: 250px;
  height: 80px;
  position: absolute;
  bottom: 90px;
  left: 100px;
  border-radius: 80px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.cloumn-list-one {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.cloumn-list-one > li {
  width: calc((100% - 102px) / 3);
  height: 280px;
  border-radius: 15px;
  margin-right: 50px;
  margin-bottom: 50px;
  background-color: #fff;
  box-shadow: 0px 6px 15px 1px #eee;
}
.cloumn-list-one > li > a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cloumn-list-one > li > a .image-icon {
  width: 150px;
  height: 150px;
  margin-bottom: 30px;
}
.cloumn-list-one > li > a .image-icon img {
  width: 100%;
  height: 100%;
}
.cloumn-list-one > li > a .title-name {
  font-size: 36px;
  font-weight: bold;
  box-sizing: border-box;
  width: 90%;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: normal;
}
.cloumn-list-one > li:nth-of-type(3n){
  margin-right: 0;
}
.gab-container-two {
  width: 100%;
}
.gab-container-two .container-two-title {
  width: 100%;
  font-size: 48px;
  text-align: center;
  background: url(title_bg.png);
  font-weight: bold;
  color: #007fff;
  background-size: 100% 100%;
  margin-bottom: 50px;
}
.gab-container-two .cloumn-list-two {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.gab-container-two .cloumn-list-two > li {
  width: calc((100% - 52px) / 2);
  height: 180px;
  border-radius: 15px;
  margin-right: 50px;
  margin-bottom: 50px;
  background-color: #fff;
  box-shadow: 0px 6px 15px 1px #eee;
}
.gab-container-two .cloumn-list-two > li > a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px;
  box-sizing: border-box;
}
.gab-container-two .cloumn-list-two > li > a .image-icon-two {
  width: 120px;
  height: 120px;
}
.gab-container-two .cloumn-list-two > li > a .image-icon-two img {
  width: 100%;
  height: 100%;
}
.gab-container-two .cloumn-list-two > li > a .title-name-two {
  font-size: 36px;
  font-weight: bold;
  box-sizing: border-box;
  flex: 1;
  padding-left: 20px;
  text-align: left;
}
.gab-container-two .cloumn-list-two > li:nth-of-type(2n) {
  margin-right: 0;
}
  .list-fw-item{
    width: 100%;
  }
  .list-fw-item a{
    width: 100%;
    display: flex;
    font-size: 32px;
    line-height: 2.5;
    align-items: center;
    border-bottom: 2px  dashed #cde1ea ;
  }
  .list-fw-item a i{
    width: 10px;
    height: 10px;
    background-color:#0080ff ;
    border-radius: 20px;
  }
  .list-fw-item a .list-fw-title{
    flex: 1;
    padding: 0 60px 0 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .list-fw-item a .list-fw-time{
    font-size: 30px;
    color: #808080;
  }
@media screen and (max-width: 1200px) {
  html {
    overflow-x: hidden;
    font-size: 100px;
  }
  .gab-container {
    width: 100%;
    box-sizing: border-box;
    padding: 0.3rem 0.2rem;
  }
  .gab-header {
    width: 100%;
    box-sizing: border-box;
    height: 4rem;
    background-size: 225%;
    background-position: 35% 100%;
  }
  .gab-header .head-container {
    width: 100%;
    padding-top: 0.25rem;
  }
  .gab-header .site-name {
    font-size: 14px;
    padding-left: 0.2rem;
  }
  .gab-header .site-name a {
    font-size: 0.5rem;
  }
  .gab-header .wza-button {
    top: 1rem;
    right: 10px;
    /* display: none; */
    width: auto;
    min-width: 160px;
    padding: 0 10px;
  }
  .gab-header .zzzq-button {
    width: 2rem;
    height: 1.4rem;
    left: 1rem;
    bottom: 0.4rem;
  }
  .gab-header .zzzq-button img {
    width: 2rem;
    height: 0.8rem;
  }
  .cloumn-list-one {
    overflow: hidden;
    width: 100%;
  }
  .cloumn-list-one > li {
    width: calc((100% - 0.4rem) / 2) !important;
    margin-bottom: 0.3rem;
    margin-right: 0.4rem !important;
    height: 3rem;
  }
  .cloumn-list-one > li > a {
    font-size: 14px;
  }
  .cloumn-list-one > li > a .image-icon {
    width: 1.6rem;
    height: 1.6rem;
    margin-bottom: 0.2rem;
  }
  .cloumn-list-one > li > a .title-name {
    font-size: 0.48rem;
    font-weight: bold;
    box-sizing: border-box;
    width: 90%;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .cloumn-list-one > li:nth-of-type(2n) {
    margin-right: 0 !important;
  }
  .gab-container-two .container-two-title {
    font-size: 0.5rem;
    margin-bottom: 0.4rem;
    margin-top: 0.4rem;
  }
  .gab-container-two .cloumn-list-two {
    font-size: 14px;
  }
  .gab-container-two .cloumn-list-two > li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.3rem;
    height: 2rem;
  }
  .gab-container-two .cloumn-list-two > li > a {
    padding: 0 0.2rem;
  }
  .gab-container-two .cloumn-list-two > li > a .image-icon-two {
    width: 1.4rem;
    height: 1.4rem;
  }
  .gab-container-two .cloumn-list-two > li > a .title-name-two {
    font-size: 0.48rem;
    padding-left: 0.4rem;
  }

  .list-fw-item a i{
    width: 0.15rem;
    height: 0.15rem;
  }
  .list-fw-item a .list-fw-title{
    font-size: 0.42rem;
    padding-right: 0.2rem;
  }
  .list-fw-item a .list-fw-time{
    font-size: 0.38rem;
  }
}
/* 列表样式 */
.list-wrap {
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}
.list-table {
  margin: 30px 0;
}
.list-item {
  border-radius: 5px;
  background-color: #ffffff;
  padding: 15px;
  margin-right: 10px;
  margin-bottom: 30px;
  box-shadow: 1px 1px 8px 2px #f7f5f2;
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
.list-item-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.list-item-time {
  border-radius: 5px;
  width: 120px;
  padding: 10px;
  font-weight: bold;
  background-color: #f7f7f7;
  font-size: 32px;
  text-align: center;
  color: #808080;
  line-height: normal;
  word-break: break-all;
}
.list-item-content {
  padding: 10px 10px 10px 30px;
  font-size: 36px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  width: 80%;
  /* max-height: 110px; */
  line-height: 1.5;
  text-align: left;
}
.list-item .list-item-wrap:hover span,
.list-item .list-item-wrap:hover p {
  color: #51a3fd;
}
.list-item-icon {
  width: 40px;
  height: 40px;
  position: absolute;  
  right: 15px;
  background: url(list_xq1.png) no-repeat;
}
.list-item:hover .list-item-icon {
  background: url(list_xq2.png) no-repeat;
}
/* 页码 */
.page-list {
  text-align: center;
  color: #999;
  font-size: 28px;
  margin: 40px 0 35px 0;
}
.page-list a,
.page-list .lik {
  border: 1px solid #eee;
  margin: 0 3px;
  line-height: 60px;
  width: 60px;
  color: #999;
  border-radius: 3px;
  display: inline-block;
}
.page-list .on {
  background: #007fff;
  color: #fff;
}
.page-list input#num {
  width: 60px;
  height: 62px;
  border: 1px solid #ddd;
  text-align: center;
  margin: 0 6px;
  color: #999;
  font-size: 28px;
  display: inline-block;
  vertical-align: top;
}
.page-list input[type="submit"] {
  width: 100px;
  height: 60px;
  margin-left: 8px;
  background: #007fff;
  border: 0;
  cursor: pointer;
  border-radius: 3px;
  font-size: 28px;
  color: #fff;
  display: inline-block;

}
.page-list span {
  margin: 0 5px;
}
/* 列表头 */
.list-head {
  margin-top: 50px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.list-title {
  position: relative;
  /* width: calc(1200px - 110px); */
  width: 100%;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border-bottom: none;
}
.list-title img{
  vertical-align: middle;
}
.title-bg {
  vertical-align: middle;
}
.head-block {
  position: absolute;
  width: 100%;
  z-index: 999;
  top: 0;
}
.head-title {
  color: #51a3fd;
  font-weight: bold;
  font-size: 42px;
}
/* 列表头 */
@media screen and (max-width: 1200px) {
  .list-wrap {
    width: 100%;
    padding: 0.2rem;
  }
  /* .back {
    width: 60px;
    height: 45px;
  } */
  .list-title {
    height: 40px;
    line-height: 40px;
    /* width: calc(100% - 75px); */
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
  }
  .title-bg {
    width: 96%;
  }
  .list-head {
    margin-top: 0.1rem;
    margin-bottom: 0.3rem;
    flex-wrap: wrap;
  }
  .list-table {
    margin: 0.1rem auto;
  }
  .head-title {
    font-size: 0.5rem;
  }
  .list-title img{
    width: 100%;
  }
  .list-item {
    margin-bottom: 0.2rem;
  }
  .list-item-time {
    font-size: 0.4rem;
    line-height: normal;
    width: 1.6rem;
  }
  .list-item-content {
    width: 76%;
    font-size: 0.45rem;
    padding: 0 0.4rem;
    line-height: normal;
    -webkit-line-clamp:1
  }
  .list-item-icon{
    width: 0.5rem;
    height: 0.5rem;
    background-size: 100% 100%!important;
  }
  .page-list a,
  .page-list .lik {
      line-height: normal;
      width: auto;
      font-size: 0.4rem;
      padding: 0 10px;
      margin-bottom: 10px;
  }

  .page-list input#num {
      line-height: 54px;
      width: 50px;
      font-size: 0.4rem;
      padding: 0 10px;
      height: 54px;
      border-radius: 2px;
  }

  .page-list input[type="submit"] {
      height: auto;
  /* vertical-align: middle; */
  font-size: 0.4rem;
  min-width: 50px;
  padding: 0 10px;
  border-radius: 2px;

  }
  .pager-box {
    flex-wrap: wrap;
  }
  .pager-box > a {
    margin: 8px;
    font-size: 28px;
    box-sizing: border-box;
  }
}
/* 详情 */
.view-wrap {
  width: 1200px;
  margin: 60px auto;
  background-color: #fff;
  padding: 20px;
}
.gab-datail-box .gab-detail-title {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  box-sizing: border-box;
  padding: 0 60px;
  margin-top: 85px;
  margin-bottom: 80px;
  line-height: normal;
}
.gab-datail-box .gab-detail-soure {
  width: 100%;
  min-height: 50px;
  background-color: #F3F3F3;
  box-sizing: border-box;
  padding-left: 145px;
  font-size: 24px;
  color: #666666;
  display: flex;
  align-items: center;
  margin-bottom: 45px;
  justify-content: center;
  position: relative;
  padding-right: 150px;
}
.gab-datail-box .gab-detail-soure .detail-soure {
  margin-right: 100px;
}
.gab-detail-soure div {
  font-size: 24px;
  line-height: normal;
}

.operate-icon {
  width: 85px;
  height: 24px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 19px;
}

.operate-icon .controlBtn {
  display: block;
  width: 24px;
  height: 24px;
  background: url(https://www.tjwq.gov.cn/images/gerl-icon.png) no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}

.operate-icon .icon1 {
  left: 0;
  background-position: 0 1px;
}

.operate-icon .icon2 {
  left: 32px;
  background-position: -31px 0;
}

.operate-icon .icon3 {
  left: 60px;
  background-position: -61px 0;
}
.TRS_UEDITOR{
  font-size:28px;
  }
  .XAPPENDIX{
    font-size: 26px;
  }
  .TRS_UEDITOR p,
  .TRS_UEDITOR span{
  line-height: 2em;
  font-size:28px!important;
  }
  .detail-article img,
  .detail-article iframe{
  max-width:100%;
  }
  .detail-article table{
  max-width:100%;
  text-align: center;
      margin: 0 auto;
  }
  
  @media screen and (max-width: 1200px){
    .TRS_UEDITOR p,
  .TRS_UEDITOR span{
  font-size:0.4rem!important;
  }
  
  }
@media screen and (max-width: 1200px) {
  .view-wrap {
    width: 100%;
    padding: 0.2rem;
    margin-top: 0;
    box-sizing: border-box;

  }
  .gab-datail-box .gab-detail-title {
    font-size: 0.5rem;
    padding: 0;
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
    text-align: justify;
    text-align: center;
  }
  .gab-datail-box .gab-detail-soure {
    width: 100%;
    height: auto;
    background-color: #F3F3F3;
    box-sizing: border-box;
    padding: 0.1rem;
    font-size: 24px;
    color: #666666;
    display: flex;
    flex-wrap: wrap;
    align-items: center;

  }
  .gab-datail-box .gab-detail-soure .detail-soure {
    margin-right: 0.1rem;
    font-size: 0.4rem;
  }
  .gab-datail-box .gab-detail-soure .detail-pubtime {
    font-size: 0.4rem;
  }
  .detail-article div{
    font-size: 0.4rem;
  }
}
body a:hover{
  text-decoration: none;
}

/* 企事业列表 */
.qsy-list-container{
  display: flex;
  width: 100%;
  margin: 30px 0;
}
.qsy-list-left{
  width: 25%;
  font-weight: bold;
  background-color: #ebf3f6;
}
.qsy-list-left .qsy-left-title{
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
  font-size: 36px;
  color: #fff;
  background-color: #91c7fd;
  border-radius: 15px;
  height: 110px;
  line-height: 110px;
  text-align: center;
}

.left-nav li .left-nav-title{
  font-size: 36px;
  height: 110px;
  line-height: 110px;
  background-color: #fff;
  border-radius: 15px;
  text-align: center;
  position: relative;
  margin-bottom: 20px;

}
.qsy-list-left .rmore{
  display: block;
   width: 40px;
   height: 40px;
   position: absolute;
   right: 10px;
   top: 50%;
   transition: all 0.3s;
   -moz-transition: all 0.3s;
   -webkit-transition: all 0.3s;
   -ms-transition: all 0.3s;
   transform: translateY(-50%) rotate(0deg);

}
.qsy-list-left .left-nav>li>ul{
width: 100%;
color: #333;
background-color: unset;
}
.left-nav .left-child-title {
  position: relative;
  cursor: pointer;
  line-height: 100px;
  font-size: 36px;
  font-weight: 400;
  padding-left: 0!important;
  text-align: center;
  border-bottom: none;
  border-radius: 15px;
  margin-bottom: 20px;
  background-color: #fff;
  border-radius: 15px;
  font-weight: bold;
}
.left-nav >.list >ul>.list>ul>.list >.left-child-title.left-last-title{
  color: #808080;
  background-color: #f9f9f9;
  line-height: 80px;
  font-weight: bold;
  font-size: 26px;
}
.left-nav .left-child-title.selected{
  color: #007fff!important;
}

.left-nav>li.current>.left-nav-title .rmore, .left-nav>li.current ul li.current>.left-child-title .rmore{
  -webkit-transform: translateY(-50%) rotate(90deg);
  -moz-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  -o-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
.qsy-list-right{
  flex: 1;
  background-color: #fff;
  border-radius: 15px;
  width: 78%;
  max-height: 1300px;
}
.qsy-list-title{
  width: 100%;
  /* border-bottom: #ddd 2px solid; */
  padding: 0 30px;
  position: relative;
}
.qsy-list-title> a{
  display: inline-block;
  border-bottom: 4px solid #007fff;
  color: #007fff;
  font-size: 36px;
  font-weight: bold;
  height: 100%;
  line-height: 2;
}
.qsy-list-title .menu-icon{
  position: absolute;
  right: 20px;
  top: 50%;
  z-index: 1;
}
.qsy-list-title .menu-icon img{
width: 0.5rem;
height: 0.5rem;
}
.hidden {
  display: none;
}

  .qsy-list-title .menu-icon .two-menu {
    position: absolute;
    right: 0;
    top: 0.5rem;
    width: 3rem;
    z-index: 99;
  }
  .qsy-list-title .menu-icon .two-menu .left-nav {
    max-height: 8rem;
    overflow-y: scroll;
    background-color: #fff;
  }
  .qsy-list-title .menu-icon .two-menu a{
    display: block;
      background-color: #DFEDF8;
      color: #333;
    font-size: 2rem;
    line-height: normal;
    text-align: center;
    font-weight: normal;
    margin-bottom: 0.1rem;
    padding: 10px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    
  }
.qsy-list-title .menu-icon .two-menu a{
  display: block;
    background-color: #DFEDF8;
    color: #333;
  font-size: .4rem;
  line-height: normal;
  text-align: center;
  font-weight: normal;
  margin-bottom: 0.017rem;
  padding: 10px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  
}
.qsy-list-con{
  padding: 20px 30px 20px 40px;
}
/* 政策文件左侧 */
.zcwj-left-nav{
  width: 100%;
}
.zcwj-left-nav li {
  width: 100%;
  line-height: 110px;
  border-radius: 15px;
  font-size: 34px;
  text-align: center;
  letter-spacing: 2px;
}

.zcwj-left-nav li.selected {
 background-color: #007fff;
 position: relative;
 width: 110%;
 left: -5%;
 z-index: 9;
}
.zcwj-left-nav li.selected a{
  color: #fff;
  
}
@media screen and (max-width: 1200px) {
  .qsy-list-left{
    display: none;
  }
  .qsy-list-right{
    width: 100%;
    margin-top: 0.3rem;
    max-height: none;
  }
  .qsy-list-title{
    font-size: 14px;
    position: relative;
    padding: 15px 0;
  }
  .qsy-list-title a{
    font-size: 0.48rem;
  }
}

.footer *{
  color: #fff;
}
.mshow{
  display: none;
}
.mhide{
  display: block;
}
@media screen and (max-width: 1200px) {
  .mshow{
    display: block;
  }
  .mhide{
    display: none;
  }
}