.container {
  width: 100%;
  height: 100%;
  min-width: 1336px;
  max-width: 1920px;
  background: #F5F4F7;

  position: relative;
}
.container .bg img {
  width: 100%;
  min-width: 1336px;
  max-width: 1920px;
  height: 1300px;
}

.container .search-input {
  width: 750px;
  height: 75px;
  margin: 0px auto;

  position: absolute;
  top: 70px;
  left: 0px;
  right: 0px;
}
.container .search-input .input {
  width: 750px;
  height: 70px;

  font-size: 22px;
  padding-left: 21px;
  //padding-top: 5px;
  border-radius: 10px;
}
.container .search-input .input-submitbtn {
  width: 25px;
  height: 25px;
  position: absolute;
  right: 5px;
  top: calc((75px - 25px) / 2 - 1px);

  cursor: pointer;
  background-image: url(../../images/tzkg/search/search.png);
  background-size: 25px 25px;
}

.container .content {
  width: calc(1200px - 110px);
  height: calc(1300px - 218px);
  background: rgba(254,253,255,0.9);

  margin: 0px auto;
  position: absolute;
  top: 218px;
  right: 0px;
  left: 0px;
  z-index: 999;

  padding: 44px 55px;
}
.container .content .content-overview-txt {
  width: 975px;
  margin: 6px auto 50px;
  font-size: 12px;
  font-family: 'MicrosoftYaHeiLight';
  font-weight: lighter;
}
.container .content .content-list {
  width: 975px;
  margin: 0px auto;
  border-top: 1px solid #D1D1D1;
}
.container .content .content-list .conent-list-item {
  display: block;
  width: 975px;
  height: calc(60px - 22px * 2);
  padding: 22px 0px 22px 0px;
  font-size: 16px;
  color: #3E3A39;
  font-family: 'MicrosoftYaHeiLight';
  font-weight: lighter;
  border-bottom: 1px solid #D1D1D1;
}
.container .content .content-list .conent-list-item:hover {
  color: #EA5504;
  cursor: pointer;
}
.container .content .content-list .conent-list-item .search-title {
  padding-left: 16px;
}
.container .content .content-list .conent-list-item .search-title .search-title-date {
  display: inline-block;
  padding-right: 16px;
  float: right;
}

/* page */
.pagination {
  margin: 88px auto;
}

/* footer */
.reset-footer {
  width: 100%;
  height: 183px;
  position: relative;
}
