#app .container .search-warpper {
  position: relative;
  padding: 40px 20px;
  margin: 20px;
  height: 110px;
  background: url("../../resources/images/search_bg.jpg") no-repeat 0 0;
  background-size: 100% 100%;
  overflow: hidden;
}
#app .container .search-warpper .btn-group {
  display: flex;
  justify-content: center;
}
#app .container .search-warpper .btn-group > button {
  border: none;
  padding: 6px 20px;
  border-radius: 3px;
  margin: 0 50px;
  background: none;
  letter-spacing: 2px;
  font-size: 15px;
}
#app .container .search-warpper .btn-group .btn-xzxk {
  background: #409eff;
  color: #fff;
  cursor: pointer;
}
#app .container .search-warpper .btn-group .btn-xzcf {
  color: #fff;
  cursor: pointer;
}
#app .container .search-warpper .search-box {
  margin: 20px auto 0 auto;
  width: 680px;
}
#app .container .search-warpper .search-box .search-txt {
  width: 550px;
  height: 40px;
  color: #666;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: none;
  vertical-align: middle;
  padding: 0 10px;
}
#app .container .search-warpper .search-box .search-btn {
  width: 100px;
  height: 40px;
  color: #fff;
  display: inline-block;
  background: #409eff;
  border: none;
  outline: none;
  margin: 0 0 0 -10px;
  vertical-align: middle;
  align-content: center;
  cursor: pointer;
}
#app .container .search-warpper .search-box .tip-info {
  padding-top: 20px;
  text-align: center;
  color: #999;
}
#app .container .content {
  border: 1px solid #dfdfdf;
  padding: 10px 20px;
  margin: 20px;
  background: #fafafa;
}
#app .container .content >ul li {
  position: relative;
  padding: 30px 0;
  border-bottom: 1px solid #dfdfdf;
}
#app .container .content ul li h2 {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 26px;
}
#app .container .content ul li h2 a {
  color: #5396f3;
}
#app .container .content ul li h2:hover {
  text-decoration: underline;
}
#app .container .content ul li p {
  color: #999;
}
#app .container .content ul li .btn {
  position: absolute;
  right: 5px;
  top: 50px;
  line-height: 30px;
  color: #fff;
  background-color: #5578a7;
  border-radius: 3px;
  text-align: center;
  padding: 0px 20px;
  cursor: pointer;
  font-size: 16px;
}
