/* 首页 */
div{
  box-sizing: border-box;
}
.dag-index{
  /* padding-top: 0; */
  background: url(dag-bg.png);
}
.index-gcjs{
  width: 100%;
  background: url(frame1.png) no-repeat;
  padding: 30px;
  background-size: 100% 100%;
  margin-bottom: 30px;
  
}
.gcjs-img{
  height: 500px;
  width: 100%;
  border: 1px solid #4f76ae;
}
.gcjs-con{
  margin-top: 20px;
  display: flex;
  align-items: flex-start;
}
.gcjs-text{
  line-height: 2;
  margin-left: 10px;
  font-size: 16px;
}
.todetail{
  display: inline-block;
  text-align: right;
  width: 100%;
  color: #1971ce;
  font-size: 14px;
}
/* 信息动态 */
.index-xxdt{
  margin-bottom: 30px;
}
.xxdt-slide{
  width: 100%;
  height: 500px;
  position: relative;
}
.xxdt-slide .bd{
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.xxdt-slide .slide-item{
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.slide-item .item-left{
  float: left;
  height: 500px;
  background: url(frame2.png) no-repeat;
  background-size: 100% 100%;
  width: 600px;
  padding: 30px;
}
.slide-item .item-left  img{
  width: 100%;
  height: 100%;
}
.slide-item .item-right{
  float: right;
  width: 560px;
  padding-top: 10px;

}
.item-right .item-title{
width: 100%;
}
.item-right .item-con{
  margin-top: 40px;
}
.item-right .item-bt{
  font-size: 24px;
 line-height: 2;
 overflow:hidden;
text-overflow:ellipsis;
display:-webkit-box;
-webkit-box-orient:vertical; 
-webkit-line-clamp:2;
}
.item-right .item-text{
  font-size: 16px;
  line-height: 2;
  margin-top: 30px;
  overflow:hidden;
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-box-orient:vertical; 
  -webkit-line-clamp:5;
}
.xxdt-slide .prev,
.xxdt-slide .next{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 40px;
  background-color: #416c9c;
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  font-weight: lighter;
}
.xxdt-slide .prev{
  left: -35px;
}
.xxdt-slide .next{
  right: -35px;
}

/* 数据检索 */
.index-sjjs{
  overflow: hidden;
  margin-bottom: 30px;
}
.index-sjjs .index-cdzn{
  float: left;
  width: 360px;
  height: 280px;
  background: url(cdzn_img.png) no-repeat;
  background-size: 100% 100%;
  padding: 30px;
}
.cdzn-con{
  width: 100%;
  margin-top: 10px;

}
.cdzn-con .cdzn-item{
  width: 100%;
  display: flex;
  align-items: center;
}
.cdzn-con .cdzn-item .cdzn-item-icon{
  border: 1px solid #fff;
  border-radius: 4px;
  padding:  3px;
  /* float: left; */
}
.cdzn-item .cdzn-item-icon span{
  display: block;
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 2px;

}
.cdzn-item p{
  line-height: 2;
  margin: 5px;
  font-size: 16px;
  color: #fff;
  margin-left: 10px;
}

.index-sjjs .sjjs-right {
  float: right;
  width: 810px;
  height: 280px;
  background: url(sjjs_img.png) no-repeat;
  background-size: 100% 100%;
  padding: 30px;
  text-align: center;
}
.sjjs-right .sjjs-con{
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sjjs-iptbox{
  width: 540px;
  height: 80px;
  background: url(sjjs_srk.png) no-repeat;
  background-size: 100% 100%;


}
.sjjs-iptbox input{
  background: none;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  font-size: 18px;
  color: #416c9c;
  font-weight: bolder;
}
.sjjs-iptbox input::placeholder {
  color: #416c9c;
  font-weight: bolder;
}
.sjjs-con .sjjs-btn{
  margin-left: 10px;
  width: 130px;
  height: 80px;
  background: url(sjjs_btn.png) no-repeat;
  background-size: 100% 100%;
  line-height: 80px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
}

/* 网上展览 */
.dag-container{
  width: 100%;
  overflow: hidden;
  max-width: 2000px;
  margin:  0 auto;
}
.wszl-slide{
  width: 100%;
  margin-bottom: 50px;

}
.wszl-slide .bd .tempWrap{
  width: 100%!important;
}
.wszl-item{
  width: 540px;
  margin-right: 30px;
  position: relative;
}
.wszl-item .wszl-img{
  width: 100%;
  height: 400px;
}
.wszl-item .wszl-icon{
  position: absolute;
  left: 20px;
  top: 20px;
}
.wszl-item .wszl-text{
  background-color: #fff;
  padding: 5px;
  height: 100px;
  font-size: 20px;
  line-height: 1.5;
}
.wszl-item .wszl-text p{
  box-sizing: border-box;
  height: 100%;
  padding: 15px;
  border-left: 1px solid #d4e4f6;
  border-right: 1px solid #d4e4f6;
  position: relative;
  overflow:hidden;
text-overflow:ellipsis;
display:-webkit-box;
-webkit-box-orient:vertical; 
-webkit-line-clamp:2;
}

.wszl-item .wszl-text p:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 35%;
  height: 1px;
  background-color: #d4e4f6
}
.wszl-item .wszl-text p:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0px;
  width: 35%;
  height: 1px;
  background-color: #d4e4f6
}
/* VR展览 */
.index-vrzl{
  height: 800px;
  position: relative;
  margin-bottom: 30px;
}
.index-vrzl .vrzl-bg{
  width: 100%;
  height: 100%;
}
.index-vrzl .vrzl-title{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.index-vrzl .vrzl-icon{
  position: absolute;
  top: 30px;
  left: 30px;
}
.index-slby{
  margin-bottom: 30px;
  background: url(njml_bg.png) no-repeat;
  background-position:left top ;
  position: relative;
  height: 680px;
}
.bycg-title{
  /* position: absolute; */
}
.index-slby .wrap{
  display: flex;
  padding-top: 190px;
  /* align-items: center; */
  height: 100%;
}
.bycg-title{
  margin-left: 65px;
}
.njml-title{
  margin-left: 130px;
}
.njml-con{
  width: 70%;
  margin: 0 120px 0 100px;
  
}
.njml-slide{
  width: 100%;
  position: relative;
}
.njml-item{
  width: 210px;
  text-align: center;
  margin-right: 45px;

}
.njml-item .item-top{
  width: 200px;
  height: 170px;
  background: url(njml_bg1.png) no-repeat;
  background-size: 100% 100%;
  font-size: 40px;
  color: #4e78a5;
  text-align: center;
  line-height: 1.5;
  padding: 25px 10px;

}
.njml-item .item-bottom{
  margin: 20px auto 10px;
  background: url(njml_bg2.png) no-repeat;
  background-size: 100% 100%;
  font-size: 24px;
  width: 53px;
  height: 55px;
  line-height: 55px;

}
.njml-item .item-line{
  height: 50px;
  width: 2px;
  background-color: #416c9c;
  margin:0 auto;

}
.njml-item .img{
  /* padding: 5px 10px; */
  display: inline-block;
  position: relative;
  z-index: 1;
  /* background: #fff; */
  /* background-color: rgba(239, 243, 247,0.5); */
}
.njml-item .img::before{
  height: 2px;
  width: 30px;
  background-color: #416c9c;
  margin:0 auto;
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  left: -35px;
}
.njml-item .img::after{
  height: 2px;
  width: 95px;
  background-color: #416c9c;
  margin:0 auto;
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  right: -100px;
}
.njml-item .img img{

}
.njml-slide .prev,
.njml-slide .next{
  position: absolute;
  bottom: -115px;
  z-index: 1;

}
.njml-slide .next{
right: 35px;
}
.njml-slide .prev img,
.njml-slide .next img{
  width: 40px;
  height: 40px;
}
.njml-slide .item-line2{
  position: absolute;
  /* width: 90%;
  border-top: 2px solid #416c9c;
  left: 5%;
  bottom: 20px;
  z-index: 0; */
  left: 35px;
}

.njml-slide .bd{
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
/* 数字档案展览 */
.szda-title{
  text-align: center;
}
.szda-con {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.szda-item{
  height: 720px;
  width: 200px;
  background: url(szdayl_bg.png);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.szda-item a{
  text-align: center;
  /* writing-mode: vertical-lr; */
  font-size: 30px;
  /* line-height: 2.5; */

  padding: 0 88px;
  width: 100%;
  box-sizing: border-box;
  color: #507db1;
  font-weight: bold;
  word-wrap:break-word;
  font-size: 24px;
}
.szda-item:nth-of-type(2),
.szda-item:nth-of-type(4){
  margin-top: 60px;
}
.szda-item:nth-of-type(3){
 margin-top: 120px;
}
.pj-slide{
  position: fixed;
  right: 0;
  top: 550px;
  background: url(pj.png) no-repeat;
  width: 150px;
  height: 100px;
  text-align: center;
  line-height: 100px;
  font-size: 24px;
  color: #fff;
  background-size: 100% 100%;
}
/* 首页END */


/* 列表Start */
.dag-list-con{
  width: 100%;
  padding-top: 20px;
}
.dag-list-item{
  width: 100%;
  background-image: url(list-bg.png);
  height: 120px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-bottom: 20px;
  padding: 0 50px 0 30px;
  font-size: 18px;
}
.dag-list-item a{
  display: flex;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;

}
.dag-list-item .item-left{
  width: 75%;
  display: flex;
  align-items: center;
}

.dag-list-item a p{
  width: 100%;
  margin-left: 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.dag-list-item a:hover p{
  font-weight: bolder;
  color: #0068b7;
}
.dag-list-item .item-time{
  width: 10%;
  text-align: right;
}
/* 列表END */

/* 详情页Start */
.view .ue_table table {
  margin: 0 auto;
}
table {
  margin: 0 auto;
  border: 1px solid #000;
  border-spacing: 0;
  border-collapse: collapse;
}

tr {
  border: 1px solid #000;
}

td {
  border: 1px solid #000;
  border-spacing: 0;
}

.news_title1_xtitle {
  font-size: 14px;
  line-height: 22px;
  padding: 5px 0;
  text-align: center;
}

.news_title1_ftitle {
  font-size: 14px;
  line-height: 22px;
  padding: 5px 0;
  text-align: center;
}
.dag-detail-con .news_header .news_info{
background-color: unset;
color: #33699f;
}

.dag-detail-con .news_header .news_info .sm_big span .smaller {
  background: url(dag_font-.png) no-repeat center center;
}
.dag-detail-con .news_header .news_info .sm_big span .bigger {
  background: url(dag_font+.png) no-repeat center center;
}
.dag-detail-con .news_header .news_info .sm_big span .puter{
  background: url(dag_print.png) no-repeat center center;
}
.detail-line{
  width: 100%;
}

/* 分享 */
.dag-detail-con .dag-share{
  margin: 20px 0 40px;
}
.dag-detail-con #share{
  float: none;
  padding-left: 0;
}
.dag-detail-con .share-box{
  vertical-align: middle;
}
.dag-detail-con .share-box a.gwds_weixin{
  background: url(dag_wx.png) no-repeat center;
  width: 24px;
  height: 21px;
  background-position:left center!important;
  background-size: 100% 100%;

}
.dag-detail-con .share-box a.gwds_tsina{
  background: url(dag_wb.png) no-repeat center;
  width: 23px;
  height: 21px;
  background-position:left center!important;
  background-size: 100% 100%;


}
.dag-detail-con .share-icon {
  background: url(dag_share.png) no-repeat center;
  width: 21px;
  height: 21px;
  background-size: 100% 100%;

}
.page_info video,
.page_info img,
.page_info iframe{
  max-width: 100%;
}

/* 详情页End */

/* 搜索页START */
.search-top{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.search-top .crumbs{
  width: 55%;
  flex: 1;
}
.search-box{
  width: 45%;
  margin-left: 20px;
  height: 45px;
  background: url(search-frame.png) no-repeat;
  background-size: 100% 100%;
  position: relative;

}
.search-box input{
  height: 45px;
  width: 100%;
  padding: 0 50px 0 20px;
  background-color: transparent;
}
.search-box .search-icon{
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.dag-list2-con{
  width: 100%;
  background-color: #f2f8fc;
  padding: 10px 20px;
  margin-top: 30px;
}
.dag-list2-item{
  padding: 25px 0;
  border-bottom: 1px dashed #0068b7;
}
.dag-list2-item >a{
  display: flex;
  width: 100%;
  align-items: center;
  margin-bottom: 15px;
}
.dag-list2-item .lm-title{
  height: 32px;
  background: url(lm-frame.png) no-repeat;
  background-size: 100% 100%;
  padding:0 10px;
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
  line-height: 32px;
}
.dag-list2-item .item2-title{
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  font-weight: bolder;
  padding-right: 40px;
}
.dag-list2-item .item2-con{
  line-height: 2;
  overflow:hidden;
text-overflow:ellipsis;
display:-webkit-box;
-webkit-box-orient:vertical; 
-webkit-line-clamp:2;
}
.tstitle{
  display: none;
}
/* 搜索分页 */
.dag-list2-con .page-list{
  text-align: center;
  margin: 30px 0 40px;
}
.dag-list2-con .whj_jqueryPaginationCss-2 div{
  box-sizing: content-box;
}
.dag-list2-con .whj_jqueryPaginationCss-2 .whj_btn{
  background-color: unset;
  color: #9F9F9F;
}

.dag-list2-con .whj_jqueryPaginationCss-2 .whj_border{
  border-color: #9F9F9F;
  border-radius: 0;
}
.dag-list2-con .whj_jqueryPaginationCss-2 div, .dag-list2-con  .whj_jqueryPaginationCss-2 input, .dag-list2-con  .whj_jqueryPaginationCss-2 select{
  margin: 5px;
}
.dag-list2-con .whj_jqueryPaginationCss-2 .whj_hover:hover {
  color: #333;
  cursor: pointer;
  border-color: #076fbe;
  background-color: unset;
}
.dag-list2-con .whj_jqueryPaginationCss-2 .whj_btn:hover{
  background-color: unset;
  color: #9F9F9F;
  border-color: #9F9F9F;
}
/* 搜索页END */

/* 图文展示详情页START */
/* 轮播 */
.dag-detail-twzs .swiper-container {
  width: 100%;
  height: 100%;
  border: 1px #0068b7 solid;
  padding: 30px;
  text-align: center;
  background: #fff;
}
#twzs-swiper{
  /* position: relative; */
}
.dag-detail-twzs{
  width: 100%;
  overflow: auto;
}
.dag-detail-twzs .swiper-wrapper{
  position: relative;
}
.dag-detail-twzs .swiper-slide{
  width: 100%;
  height: 650px;
}
.dag-detail-twzs .swiper-slide img{
  width: 100%;
  height: 100%!important;
}

.dag-detail-twzs .swiper-pagination{
  width: auto;
  padding: 0px 20px;
  background-color: #e3eaf5;
  display: inline-block;
  position: relative;
  bottom: 0;
  margin-top: 20px;
  color: #0068b7;
  text-align: center;
  border-radius: 25px;
  line-height: 1.5;
  
}

.dag-detail-twzs .swiper-button-next, .dag-detail-twzs .swiper-button-prev{
  position: absolute;
  width: 45px;
  height: 64px;
  top: 50%;
  /* transform: translateY(-50%); */
}
.dag-detail-twzs .swiper-button-prev{
  background-image: url(https://www.tjhd.gov.cn/images/left_1.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: -50px;
}
.dag-detail-twzs .swiper-button-next{
  background-image: url(https://www.tjhd.gov.cn/images/right_1.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  right: -50px;
}
.dag-detail-twzs .swiper-button-prev.swiper-button-disabled{
  background-image: url(https://www.tjhd.gov.cn/images/left_0.png);
  opacity: 1;
}
.dag-detail-twzs .swiper-button-next.swiper-button-disabled{
  background-image: url(https://www.tjhd.gov.cn/images/right_0.png);
  opacity: 1;

}
/* 图文展示详情页END */


/* 移动端START*/
@media screen and (max-width: 1200px) {
  /* 首页Start */
  .gcjs-img{
    height: 24rem;
  }
  .index-gcjs{
    padding: 1.5rem;
  }
  .gcjs-con{
    flex-wrap: wrap;
  }
  .gcjs-con >img{
    margin:  0 auto;
    width: 30%;
  }
  .slide-item .item-left{
    width: 100%;
    height: 20rem;
    padding: 1.5rem;
  }
  .slide-item .item-right{
    width: 100%;
  }
  .item-right .item-title{
    text-align: center;
  }
  .item-right .item-title img{
    width: 90%;
  }
  .item-right .item-con{
    margin-top: 2rem;
    padding: 0 2rem;
  }
  .item-right .item-bt{
    line-height: normal;
  }
  .item-right .item-text{
    margin-top: 1.5rem;
  }
  .xxdt-slide .prev, .xxdt-slide .next{
    width: 20px;
    height: 30px;
    line-height: 30px;
    top: 65%;
  }
  .xxdt-slide .prev{
    left: -10px;
  }
  .xxdt-slide .next{
    right: -10px;
  }
  .xxdt-slide{
    min-height: 500px;
    height: auto;
  }
  .index-sjjs .index-cdzn{
    width: 100%;
    height: 20rem;
    padding:1.5rem 3rem;
    margin-bottom: 1.5rem;
  }
  .cdzn-item p{
    margin: 0 5px 0;
  }
  .index-sjjs .sjjs-right{
    width: 100%;
    padding: 3rem 1.5rem ;
    height: 20rem;

  }
  .sjjs-iptbox{
    width: 80%;
    height: 5rem;
    flex: 1;
  }
  .sjjs-con .sjjs-btn{
    height: 5rem;
    width: 20%;
    line-height: 5rem;

  }
  .wszl-slide{
    padding: 0 1.5rem;
    overflow: hidden;
    margin-bottom: 3rem;
    width: 96%;
  }
  .wszl-item{
    width: 100%;
    margin-right: 1.5rem;
  }
  .wszl-item .wszl-img{
    height: 20rem;
  }
  .wszl-item >a{
    display: block;
    width: 100%;
  }
  .wszl-item .wszl-text{
    height: 8rem;
  }
  .wszl-item .wszl-text p{
    padding: 1rem;
    font-size: 1.8rem;
  }
  .index-vrzl{
    /* padding: 0; */
    height: 30rem;
  }
  .index-vrzl .vrzl-title{
    width: 30%;
  }
  .index-slby{
    height: auto;
    background-size: 140%;
    background-position: 80% top;
  }
  .index-slby .wrap{
    padding-top: 2rem;

  }
  .bycg-title{
    margin-left: 1.5%;
    margin-top: 2.5rem;
  }
  .njml-title{
    margin-left: 11%;
    margin-top: 2.5rem;

  }
  .bycg-title img,
  .njml-title img{
    width: 16px;
  }
  .njml-con{
    margin: 1rem 0 2rem 8%;
    width: 90%;
  }

  .njml-item{
    width: 32%;
    margin-right: 0.5rem;
  }
  .njml-item .item-top{
    width: 100%;
    height: 8rem;
    font-size: 16px;
    padding: 1.8rem 0;
  }

  .njml-item .item-bottom {
    margin: 5px auto 5px;
    background-size: 100% 100%;
    font-size: 16px;
    width: 30px;
    height: 30px;
    line-height: 30px;
}
  .njml-slide .item-line2{
    position: relative;
    left: 7%;

  }
  .njml-slide .item-line2,
  .njml-slide .item-line2 img{
    width: 92%;
  }
  .njml-slide .prev, .njml-slide .next{
    bottom: -5px;
  }
  .njml-slide .prev img, .njml-slide .next img{
    width: 25px;
    height: 25px;
  }
  .njml-slide .next{
    right: 0;
  }
  .szda-title img{
    width: 100%;
  }
  .szda-con{
    width: 100%;
    /* margin-top: 20px; */
  }
  .szda-con .szda-item{
    width: 17%;
    margin-right: 2%;
    height: 27rem;
    background-size: 100% 100%;
  }
  .szda-item a{
    font-size: 16px;
    /* line-height: 1.5; */
    padding: 0 18px;
  }
  /* 评价 */
  .pj-slide {
    top: 12rem;
    width: 7rem;
    height: 5rem;
    line-height: 5rem;
    font-size: 1.6rem;
  }
  /* 移动端首页END */

  /* 列表START */
  .dag-list-con{
    padding-top: 0;
  }
  .dag-list-item{
    height: 6rem;
    margin-bottom: 1rem;
    font-size: 1.4rem;
    padding: 0 2rem 0 1rem;
  }
  .dag-list-item .item-time{
    width: 40%;
  }
  .dag-list-item .item-left{
    flex: 1;
    width: 60%;
  }
  /* 列表页END */

  /* 详情页分享START */
  .dag-detail-con .dag-share{
    display: none;
  }
  /* 详情页END */

  /* 搜索页START */
  .search-top{
    flex-wrap: wrap;
  }
  .search-box{
    width: 100%;
    margin-left: 0;
    /* margin-bottom: 2rem; */
  }
  /* 搜索页END */

  /* 图文详情START */
  #twzs-swiper{
    padding: 10px;
  }
  .dag-detail-twzs .swiper-container{
    /* width: 90%; */
    /* padding: 10px; */
    box-sizing: con;
  }
  .dag-detail-twzs .swiper-slide{
    height: 24rem;
    width: 290px;
  }
  /* .dag-detail-twzs .swiper-slide img{} */
  .dag-detail-twzs .swiper-button-next, .dag-detail-twzs .swiper-button-prev{
    width: 20px;
    height: 32px;
    top: 70%;
  }
  .dag-detail-twzs .swiper-button-next{
    right: 0;
  }
  .dag-detail-twzs .swiper-button-prev{
    left: 0;
  }
  /* 图文详情END */


}