/* 走进朔州 */
.impression-left:hover {
  position: relative;
  z-index: 3;
  transition: all 0.3s ease-in-out;
}
/* 政务公开 */
/* 政策文件库检索: */
/* 文件检索 */
.gazette-box {
  height: 390px;
}
.file-search-box {
  background: #f8fcff url(https://www.shanxi.gov.cn/images/bg-zcwjk.png) left
    center no-repeat;
  background-size: auto 100%;
  padding: 10px 0;
}
.file-search-box .file-search_dl01:first-child + .file-search_dl01,
.file-search-box
  .file-search_dl01:first-child
  + .file-search_dl01
  + .file-search_dl02,
.file-search-box
  .file-search_dl01:first-child
  + .file-search_dl01
  + .file-search_dl02
  + .file-search_dl02 {
  display: none;
}
.gazette-ul01 li {
  /* float: left; */
  width: 150px;
  margin: 24px auto 14px;
  /* border: 1px solid #e3e6ea; */
  float: unset;
}
.gazette-ul01 li img {
  max-height: 168px;
}
.gazette-ul01 li:nth-child(2) {
  display: none;
}
.file-search-box {
  height: 58px;
}
.file-search_dl01 {
  float: left;
  width: 96%;
  height: 38px;
  margin: 10px 2%;
}
.file-search_dl01 dt {
  width: 200px;
  line-height: 38px;
  height: 38px;
  font-size: 24px;
  margin-left: 10%;
  color: #b6cfe2;
  font-family: '楷体';
}
.file-search_dl01 dd {
  float: left;
  width: unset;
  font-size: 0;
  overflow: hidden;
  height: 38px;
  line-height: 38px;
}
.file-search_dl01 dd input {
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  background-color: #fcfeff;
  width: 360px;
}
.file-search_dl01 dd input,
.file-search_dl01 dd div {
  display: inline-block;
  vertical-align: top;
  height: 38px;
  line-height: 38px;
  box-sizing: border-box;
  outline: none;
  font-size: 16px;
}
.file-search_dl01 dd div {
  background: #2771d6;
  border: 0;
  color: #fff;
  margin-left: 20px;
  padding: 0 10px;
  border-radius: 5px;
  cursor: pointer;
}
