#app-search {
  height: 495px;
  background: url("../images/banner-1.png") no-repeat center;
  background-size: cover;
}

#app-search .search-main {
  width: 821px;
  height: 244px;
  padding: 117px 45px 0 36px;
  margin-top: 78px;
  background: url("../images/welcome.png") rgba(0, 20, 121, .5) no-repeat center 47px;
  background-size: 615px auto;
  box-shadow: 0 16px 42px 1px rgba(129, 219, 253, 0.35);
}

#app-search .search-form {
  margin-bottom: 16px;
}

#app-search .search-form .form-control {
  border-radius: 0;
  height: 48px;
  background-clip: border-box;
  background-color: rgba(255, 255, 255, .9);
  border-color: #dfe3ff;
}

#app-search .search-form .btn {
  width: 170px;
  height: 48px;
  border-radius: 0;
  background-color: #0aa9ff;
  border-color: #0aa9ff;
}

#app-search .search-form .btn:hover {
  background-color: #008fdd;
  border-color: #008fdd;
}

#app-search .keywords {
  font-size: 16px;
  color: #ffffff;
}

#app-search .keywords a {
  color: inherit;
}

#app-search .keywords a + a {
  margin-left: 36px;
}

.app-box-shadow {
  position: relative;
}

.app-box-shadow:before, .app-box-shadow:after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 15px;
  left: 10px;
  width: 190px;
  height: 66px;
  box-shadow: 0 15px 10px #bebebe;
  transform: rotate(-5deg);
}

.app-box-shadow:after {
  right: 10px;
  left: auto;
  transform: rotate(5deg);
}

#page-index {
  width: 1200px;
  margin: 40px auto 0;
}

.index-card-box {
  width: 380px;
  background-color: #ffffff;
  border-radius: 5px;
  border: solid 1px #e9e9e9;
  padding: 20px;
  margin-bottom: 30px;
}

.index-card-box.large {
  width: 790px;
}

.index-card-title {
  border-bottom: 1px solid #f0f0f0;
  height: 26px;
  margin-bottom: 20px;
}

.index-card-title h6 {
  margin: 0;
  height: 26px;
  border-bottom: 2px solid #2278fa;
}

.index-card-title h6 a {
  text-decoration: none;
  color: inherit;
}

.index-card-title h6 a:hover .blue {
  color: #009aee;
}

.index-card-title .blue {
  color: #2278fa;
}

.index-card-title .btn {
  width: 80px;
  height: 20px;
  background-color: #f0f0f0;
  border-radius: 10px;
  font-size: 12px;
  padding: 0;
  color: #009aee;
}

.index-card-title .btn:hover {
  background-color: #009aee;
  color: #ffffff;
}

.index-card-body {
  height: 240px;
}

.news-right-block {
  width: 380px;
  height: 328px;
  margin-bottom: 30px;
}

.banner-block-1 {
  display: block;
  margin-bottom: 30px;
}

.banner-block-1 img {
  display: block;
  width: 100%;
  height: auto;
}

#page-index .notice-block {
  height: 100%;
}

#page-index .notice-item {
  padding-left: 13px;
  position: relative;
  margin-bottom: 20px;
}
#page-index .notice-item:before {
  content: '';
  display: inline-block;
  width: 3px;
  height: 15px;
  background-color: #5b92e4;
  position: absolute;
  left: 0;
  top: 5px;
}

#page-index .notice-item a {
  display: block;
}

#page-index .notice-item a:hover {
  color: #2278fa;
  text-decoration: none;
}

#page-index .notice-item .date {
  font-size: 14px;
  color: #a3a3a3;
}

#page-index .search-block {
  background: url("../images/dfbzcx.png") no-repeat center;
  background-size: 100%;
  padding: 0 30px;
}

#page-index .search-block form {
  display: block;
  width: 100%;
}

#page-index .search-block label {
  color: #ffffff;
}

#page-index .search-block .btn {
  background-color: #19a4ef;
  color: #ffffff;
}
#page-index .search-block .btn:hover {
  background-color: #009aee;
}
#page-index .new-block {
  height: 203px;
}
#page-index .help-block .small-img {
  display: block;
  width: 110px;
  height: 110px;
  margin-bottom: -10px;
}

#page-index .new-block .img-new {
  height: 203px;
  width: 374px;
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}

#page-index .new-block .img-new .img {
  /*width: 100%;*/
  /*height: auto;*/
  height: 100%;
  width: auto;
  transform: translateX(-50%);
  left: 50%;
  position: relative;
}

#page-index .new-block .shade {
  height: 30px;
  line-height: 30px;
  padding-left: 10px;
  position: absolute;
  z-index: 1;
  background-color: rgba(0, 0, 0, .7);
  color: #ffffff;
  bottom: 0;
  width: 100%;
}

#page-index .new-item .date {
  width: 78px;
  height: 88px;
  background-image: linear-gradient(0deg, #00c7f2 0%, #3478dd 100%);
  border-radius: 5px;
  color: #ffffff;
  text-align: center;
}
#page-index .new-item .year {
  font-size: 24px;
  font-weight: bold;
}
#page-index .new-item .title {
  width: 250px;
}

#page-index .rule-item {
  border-bottom: 1px dashed #d2d2d2;
  padding: 8px 0 8px 17px;
  position: relative;
}

#page-index .rule-item:before {
  content: '';
  display: block;
  position: absolute;
  width: 4px;
  height: 4px;
  background-color: #bfbfbf;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

#page-index .rule-item a {
  display: inline-block;
  width: 500px;
}
.date {
  color: #a7a6a6;
}
#page-index .rule-block {
  margin-bottom: 9px;
}
#page-index .rule-block .img-container {
  width: 180px;
  height: 110px;
  border-radius: 4px;
  overflow: hidden;
}
#page-index .rule-block img {
  width: 100%;
  height: auto;
}
#page-index .rule-block .content {
  width: calc(100% - 200px);
}
#page-index .rule-block .rule-title {
  font-weight: bold;
  display: block;
}
#page-index .rule-block .content p {
  font-size: 14px;
  margin-bottom: 0;
  padding: 8px 0;
}
#page-index .idea-item .date {
  font-size: 14px;
  float: right;
}
#page-index .idea-block img {
  display: block;
  width: 335px;
  height: 120px;
}

.scale {
  overflow: hidden;
  display: block;
}

.scale img {
  transition: 0.5s;
  transform: translate3d(0, 0, 0);
}

.scale:hover img {
  transform: scale(1.1);
}

.transform-up {
  transition: 0.5s transform;
}

.transform-up:hover {
  transform: translate3d(0, -4px, 0);
}
