﻿.header {
  background-image: url(../images/hmhqzc-zqskzchb-top-bg.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 595px;
}

.header .logo-mini {
  margin-top: 40px;
}

.header .page-title {
  margin: 40px auto;
  display: block;
}

.header .search-container {
  width: 823px;
  height: 62px;
  line-height: 62px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 2px;
  margin: 0 auto;
}

.header .search-container .search-input {
  float: left;
  width: 90%;
  height: 100%;
  border: 0;
  padding-left: 15px;
  color: #fff;
  background: none;
  font-size: 16px;
}

.header .search-container input::-webkit-input-placeholder {
  color: #fff;
}

.header .search-container input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
}

.header .search-container input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
}

.header .search-container input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}

.header .search-container .search-btn {
  float: right;
  height: 100%;
  padding: 16px;
  box-sizing: border-box;
  cursor: pointer;
}

.page-content {
  margin-top: -94px;
  position: relative;
}

.page-content .description {
  height: 187px;
  padding: 40px;
  border-radius: 3px;
  box-shadow: 0 0 9px 1px rgba(15, 125, 214, 0.25);
  background-color: #fff;
  box-sizing: border-box;
}

.page-content .description>span {
  width: 55px;
  height: 100%;
  padding: 15px;
  border-radius: 3px;
  background-color: #157fd1;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: justify;
  float: left;
  box-sizing: border-box;
}

.page-content .description>p {
  line-height: 2.11;
  letter-spacing: 0.9px;
  text-align: justify;
  color: #333;
  font-size: 18px;
  float: left;
  width: 88.5%;
  margin-left: 24px;
}

.page-content .items {
  margin-bottom: 60px;
  position: relative;
}

.page-content .items>.item {
  margin-top: 50px;
  width: 48.35715%;
  height: 195px;
  line-height: 195px;
  background: url(../images/hmhqzc-zqskzchb-item-bg.png) no-repeat;
  background-size: 100% 100%;
  float: left;
  margin-left: 3.2857%;
  overflow: hidden;
  position: relative;
  display: block;
  transition: all 0.2s;
  border-radius: 8px;
}

.page-content .items>.item::after {
  display: block;
  content: '';
  clear: both;
}

.page-content .items>.item:first-child,
/* .page-content .items > .item:first-child + .item + .item,
.page-content .items > .item:first-child + .item + .item + .item + .item  */
.page-content .items>.item:nth-child(odd) {
  margin-left: 0;
}

.page-content .items>.item:hover {
  box-shadow: 0 0 9px 1px rgba(15, 125, 214, 0.25);
}

.items>.item>span {
  float: left;
  z-index: 1;
}

.items>.item>span:first-child {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  margin-left: 42px;
}

.items>.item>span:first-child+span {
  font-size: 26px;
  color: #fff;
}

.items>.item>img {
  position: absolute;
  top: 18px;
  right: 18px;
}