
li{
  list-style: none;
}
.dag-index{
  font-size: 18px;
}
.dag-index{
  background-image: url(dag_bg.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.dag-head{
  width: 100%;
}
.dag-head img{
  width: 100%;
}
.page-content{
  margin-top: 40px;
}
.dag-one{
  margin-bottom: 80px;
}
.dag-one-left{
  width: 640px;
}
.dag-one-left img{
  width: 100%;
}
.dag-one-right{
  width: 540px;
}
.dag-one-title{
  background-image: url(dag_titlebg1.png);
  background-repeat: no-repeat;
  /* background-size: 100% 100%; */
  font-size: 34px;
  font-weight: bold;
  color: #115db2;
  font-family: "Source Han Serif CN";
  background-position: 0%;
  /* display: inline-block; */
  text-indent: 36px;
  margin-bottom: 40px;
  letter-spacing: 10px;
}
.dag-one-con{
  line-height: 2;
  text-indent: 2em;
  position: relative;
}
.dag-one-con .dag-one-more{
  position: absolute;
  bottom: 0;
  right: 0;

}
.dag-two{
  margin-bottom: 50px;
}
.dag-two-left{
  width: 640px;
  background-image: url(gnzx_bg.png);
  background-repeat: no-repeat;
  padding: 30px 50px;
  background-size: 100% 100%;
}

.dag-two-title a{
  display: flex;
  align-items: center;
  justify-content: center;

  color: #115db2;
  font-size: 30px;
  font-weight: 700;
}

.icon{
  display: inline-block;
  width: 6px;
height: 6px;
transform: rotate(-45deg);
background: #115DB2;
}
.dag-two-title span{
  padding:  0 10px;
}
.dag-two-ul{
  margin-top: 20px;
}
.dag-two-item {
  width: 100%;
}
.dag-two-item a{
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  line-height: 2;
  
}
.dag-two-item a p{
  flex: 1;
  width: 90%;
  margin-left: 12px;
}

.dag-two-right{
  width: 530px;
}
.dag-two-top{
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: space-between; */
  margin-bottom: 30px;
}
.dag-two-box{
  /* width: calc((100% - 31px) / 2); */
  background-image: url(cd1_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  text-align: center;
  padding: 50px 0px;

}
.dag-two-search{
  width: 100%;
  background-image: url(search_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 30px ;
  /* text-align: center; */
}
.dag-search-box{
  margin-top: 20px;
  background-image: url(seaript_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 80%;
  margin: 20px auto 0 auto;
  height: 55px;
  padding:5px 5px ;
  display: flex;
  align-items: center;

}
.dag-search-ipt{
  height: 100%;
  padding: 0 20px;
  font-size: 18px;
  flex: 1;
  background-color: transparent;
}
.dag-search-btn{
  background-image: url(searbtn_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 85px;
  text-align: center;
  height: 100%;
  font-size: 18px;
  color: #fff;

}

.dag-three{
  margin-bottom: 50px;
}
.dag-com-title{
  width: 100%;
  background-image: url(dag_titlebg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  text-align: center;
  color: #115db2;
  font-size: 34px;
  font-weight: 900;
  letter-spacing: 10px  ;
  line-height: 1.5;
  padding-top: 14px;
  margin-bottom: 50px;
 
}
.dag-three-con{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dag-gczy-slide{
  position: relative;
  width: 100%;
}

.dag-gczy-slide .swiper-button-prev3{
  position: absolute;
  left: -50px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;

}

.dag-gczy-slide .swiper-button-next3{
  position: absolute;
  right: -50px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.dag-three-item{
  width: calc((100% - 62px) /3);
  margin-right: 30px;
  background-image: url(gczy_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 25px 30px;
}
.dag-three-item:last-of-type{
  margin-right: 0;
}
.dag-three-title{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;

}
.dag-three-title span{
  padding: 0 10px;
  color: #115db2;
  font-size: 20px;
  font-weight: 600;
  line-height: 2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dag-three-text{
  line-height: 2;
  margin-bottom: 15px;
  overflow:hidden;
text-overflow:ellipsis;
display:-webkit-box;
-webkit-box-orient:vertical; 
-webkit-line-clamp:2;
}
.dag-three-img{
  width: 100%;
  height: 215px;
  border: 4px solid #B5D3EF;
  margin-bottom: 10px;
}
.dag-three-img img{
  width: 100%;
  height: 100%;
}
.dag-four{
  margin-bottom: 50px;
}
.dag-four-con {
  background-image: url(dakf_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 90px 100px 70px 100px;
}
.dag-four-con{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.dag-four-item{
  margin-right: 80px;
  width: calc((100% - 80px) / 2);
}
.dag-four-item:nth-of-type(2n){
  margin-right: 0;
}

.dag-four-item a{
  display: flex;
  align-items: center;
  margin-bottom: 32px;
  line-height: 2;
  
}
.dag-four-item a p{
  flex: 1;
  width: 90%;
  margin-left: 12px;
}

.dag-five{
  margin-bottom: 90px;
}

.dag-five-title{
  width: 100%;
  background-image: url(dag_titlebg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  text-align: center;
  color: #115db2;

  letter-spacing: 10px  ;
  line-height: 1.5;
  padding-top: 14px;
  margin-bottom: 50px;
  position: relative;


  display: flex;
  align-items: center;
  justify-content: center;
  
 
}
.dag-five-tab{
  font-size: 34px;
  font-weight: 900;
}

.dag-five-title li>a{
  display: none;
}
.dag-five-title li>a.active{
  display: inline-block;
}
.dag-five-tab2{
  font-size: 30px;
  position: absolute;
  margin-left: 30px;
  z-index: 99;
  top: 0;
  left: 63%;
  font-weight: normal;
  float: right;
}
.dag-five-con{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dag-five-item{
  width: calc((100% - 31px) / 2 ) ;
  margin-right: 30px;
  height: 516px;
}
.dag-five-item:last-of-type{
  margin-right: 0;
}
.dag-five-item a{
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.dag-five-item a img{
  width: 100%;
  height: 100%;
}
.dag-five-item .five-item-title{
  position: absolute;
  top: 0;
  left: 15px;
  background-image: url(zt_titlebg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 100%;
  padding: 42px 12px 32px 12px;
  font-size: 26px;
  color: #fff;
  writing-mode: vertical-lr;
  letter-spacing: 10px;
}
.dag-five-item2{
  width: 100%;
  height: 516px;
  position: relative;

}
.dag-five-item2 .vrzl-img{
  height: 100%;
  width: 100%;
}
.dag-five-item2 .vrzl-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.dag-five-item2 .vrzl-icon {
  position: absolute;
  top: 30px;
  left: 30px;
}
.dag-six{
  margin-bottom: 50px;
}
.dag-six-info{
  line-height: 2;
  margin-bottom: 32px;
  text-indent: 2em;
}
.dag-six-slide{
  position: relative;
  width: 100%;
}

.swiper-container{
  overflow: hidden;

}
.dfz-slide-item{
  background-image: url(dfz_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 35px 25px;
  /* width: 375px; */
  /* float: left; */
  /* margin: 0 15px ; */
  /* box-sizing: content-box; */

}
.dfz-slide-item .dfz-silde-top{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}

.dfz-silde-top img{
  width: 55%;
  height: 210px;
  margin-right: 35px;
}

.dfz-silde-top p{
  color: #115db2;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 10px;
  writing-mode: vertical-lr;
  height: 210px;
}
.dfz-slide-text{
  line-height: 2;
  overflow:hidden;
text-overflow:ellipsis;
display:-webkit-box;
-webkit-box-orient:vertical; 
-webkit-line-clamp:4;
height: 150px;
}
.dag-six-slide .swiper-button-prev{
  position: absolute;
  left: -50px;
  top: 50%;
  transform: translateY(-50%);
}

.dag-six-slide .swiper-button-next{
  position: absolute;
  right: -50px;
  top: 50%;
  transform: translateY(-50%);
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
  content: '';
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
  content: '';
}



.dag-seven{
  margin-bottom: 50px;
}

.dag-seven-slide{
  position: relative;
  width: 100%;
}
.nj-slide-item{
  background-image: url(nj_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 35px 25px;
  /* width: 330px;
  float: left;
  margin-right: 35px;
  box-sizing: content-box; */

}
.nj-slide-item a{
  display: flex;
  justify-content: center;
  align-items: center;
}
.nj-slide-item a p{
  padding: 0 12px;
}


.dag-seven-slide .swiper-button-prev2{
  position: absolute;
  left: -50px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;

}

.dag-seven-slide .swiper-button-next2{
  position: absolute;
  right: -50px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.dag-eight{
  padding-bottom: 50px;
}
.dag-eight-con{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.dag-eight-item{
  margin-right: 80px;
  width: calc((100% - 82px) / 2);
  line-height: 2;
  margin-bottom: 32px;
}
.dag-eight-item:nth-of-type(2n){
  margin-right: 0;
}

.dag-eight-item a{
  display: flex;
  align-items: center;
}
.dag-eight-item p{
  max-width: 50%;
  padding-left: 12px;
}
.dag-eight-item .divider{
  border-bottom: 1px dashed #115DB2;
  flex: 1;
  margin: 0 20px;
}
.dag-eight-item .time{
  color: #666666;
}

/* 搜索列表页 */
.pag-dagsear .page-content{
  padding-bottom: 10px;
}
.search-top{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dag-search{
  width: 50%;
  margin: 27px 0  30px 20px;
  background-image: url(seaript_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 55px;
  padding:5px 5px ;
  position: relative;
  
}
.dag-search .dag-ipt{
  height: 100%;
  padding: 0 40px 0 20px;
  font-size: 18px;
  width: 100%;
  background-color: transparent;
}
.dag-search .search-img{
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
}
.dag-search-list {
  width: 100%;
  background-color: #f2f8fc;
  padding: 10px 20px;
  margin-bottom: 50px;
}
.tstitle{
  text-align: center;
}
.search-list-item {
  padding: 25px 0;
  border-bottom: 1px dashed #0068b7;
}

.search-list-item >a {
  display: flex;
  width: 100%;
  align-items: center;
  margin-bottom: 15px;
}
.search-list-item .lm-title {
  height: 32px;
  background: #0068b7;
  padding: 0 10px;
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
  line-height: 32px;
  border-radius: 6px;
}
.search-list-item .item-title {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bolder;
  padding-right: 40px;
}
.search-list-item em {
  color: red;
}
.search-list-item .item-con {
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 16px;
}
.dag-bay{
  position: fixed;
  right: 100px;
  bottom: 6%;
  text-align: right;
  z-index: 9;
}
.dag-ewm{
  margin-bottom: 15px;
}











@media screen and (max-width: 1200px) {
  .dag-index{
    font-size: 0.24rem;
  }
  .page-content{
    padding: 0 0.3rem;
  }
  .dag-one-left{
    width: 100%;
  }
  .dag-one-right{
    width: 100%;
  }
  .dag-one-con .dag-one-more{
    display: block;
    text-align: right;
    position: static;
  }
  .dag-two-left{
    width: 100%;
    margin-bottom: 30px;
  }
  .dag-two-right{
    width: 100%;
  }
  .dag-three-con{
    flex-wrap: wrap;
  }

  .dag-three-item{
    width: calc((100% - 30px ) /2);
    margin-bottom: 30px;
    /* margin-right: 0; */
  }
  .dag-three-item:nth-of-type(2n){
    margin-right: 0;
  }
  .dag-three-title span{
    font-size: 0.3rem;
  }
  
  .dag-five-con{
    flex-wrap: wrap;
    justify-content: flex-start;

  }
  /* .dag-five-item{
    width: calc((100% - 62px) /3);
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .dag-five-item:nth-of-type(3n){
    margin-right: 0;
  } */

  .dag-six-slide .swiper-button-prev{
    left: 0;
    z-index: 9;

  }
  .dag-six-slide .swiper-button-next{
    right: 0;
    z-index: 9;

  }

  .dag-seven-slide .swiper-button-prev2{
    left: 0;
    z-index: 9;
  }
  .dag-seven-slide .swiper-button-next2{
    right: 0;
    z-index: 9;

  }
  .dag-gczy-slide .swiper-button-prev3{
    left: 0;
    z-index: 9;
  }
  .dag-gczy-slide .swiper-button-next3{
    right: 0;
    z-index: 9;

  }
  .dag-eight-item{
    width: 100%;
    margin-right: 0;
  }
  .search-list-item .item-con{
    font-size: 0.22rem;
  }
  .dag-bay{
    display: none;
  }
}