.nav-item a {
  color: #fff;
}
.ztzl-float-item a:hover{
  color: #FFFFFF;
}

.special-page {
  width: 100%;
  min-height: 950px;
  display: flex;
  padding-bottom: 1rem;
  background-color: #F2F2F2;

}

.special-left {
  flex: 1;
  background-color: #F2F2F2;
}
.special-c{
  width: 1200px;
  background-color: #F2F2F2;

}
.special-c-top{
width: 100%;
height: 44px;
line-height: 44px;
background: #FFFFFF;
margin-top: 22px;
color: #636363;
font-size: 16px;
padding-left: 23px;
cursor: default;
}
.special-c-content{
  width: 100%;
  min-height: 765px;
  background: #FFFFFF;
  margin-top: 23px;
}

.special-content-wrap{
  padding: 30px 45px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.special-content-img{
  width: 523px;
  height: 160px;
  margin-top: 50px;
}
.special-right {
  flex: 1;
  background-color: #F2F2F2;
}

/* 网站地图 */
.webMap-c-content{
  width: 100%;
  min-height: 765px;
  background: #FFFFFF;
  margin-top: 23px;
  padding: 30px 45px;

}

.article-block {
  margin-bottom: 30px;
  margin-top: 30px;
}

.article-block-header {
  height: 34px;
  margin-bottom: 40px;
  position: relative;
  box-sizing: border-box;
}

.article-block-header>.dotted-line {
  width: 100%;
  height: 1px;
  border-top: 1px dotted #d2d2d2;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -0.5px;
}

.article-block-header>.title {
  width: 192px;
  font-size: 32px;
  height: 34px;
  line-height: 34px;
  color: #414141;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -96px;
  z-index: 1;
  text-align: center;
  background-color: #fff;
}

.article-block-list>.list-li {
  background-color: #3382d966;
}

.article-block-list>.list-li {
  width: 250px;
  height: 58px;
  /* background-color: #ffeded; */
  margin-right: 36px;
  margin-bottom: 30px;
}

.article-block-list>.list-li:nth-child(4n) {
  margin-right: 0;
}

.fleft {
  float: left;
}

.article-block-list>.list-li>a {
  line-height: 58px;
  text-align: center;
  display: block;
  font-size: 18px;
  color: #4f4f4f;
}


/* 搜索页面 */
.search-c-content{
  width: 100%;
  min-height: 765px;
  background: #FFFFFF;
  margin-top: 23px;
  padding: 30px 45px;
  border: 1px solid #FFFFFF;

  border-top: 4px solid #0C6DD2;
}
.search-c-content {
  width: 100%;
  /* height: 1056px; */
  background: #FFFFFF;
  padding: 20px 26px;
}
.search-c-content-r-item a:hover{
  color: #0C6DD2 !important;
}
.search-c-content-r-list {
  width: 100%;
  min-height: 90px;
  /* background: #F3FAFF; */
  border-bottom: 1px solid #F8F8F8;
  /* margin-top: 20px; */
  font-size: 18px;
  /* font-weight: bold; */
  color: #636363;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  padding-left: 14px;
  cursor: pointer;
  padding: 0.2rem 0;
}

.search-c-content-r-list:last-child {
  border: none;
}

.search-c-content-r-list:hover {
  background: #F3FAFF;
  color: #0C6DD2;

}

.search-span {
  font-size: 25px;
  color: #B5B5B5;
  margin-right: 5px;
}

.search-c-content-r-item a {
  width: 100%;
  line-height: 26px;
}


.search-c-content-r-time {
  font-size: 16px;
  color: #919191;
  font-weight: 400;
  cursor: default;
  margin-top: 5px;

}


.search-paging {
  text-align: center;
  margin-top: 50px;
}

.search-paging a:hover {
  color: #0C6DD2 !important;
}

