.banner {
  position: relative;
  min-width: 1200px;
}
.banner img {
  width: 100%;
}
.banner .bank-name {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -20px;
  margin-bottom: 0;
  text-align: center;
  font-weight: normal;
  color: #333;
  font-size: 34px;
  line-height: 40px;
}
.list-wrap {
  min-width: 1200px;
  background: #f4f4f9;
}
.list-wrap .inner {
  width: 1200px;
  margin: 0 auto;
  padding: 30px 0;
}
.search {
  /*border: 1px solid #eee;*/
}
.search .top {
  line-height: 50px;
  background: #f1f1f1;
}
.search .top .title {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  color: #0a0a0a;
  padding: 0 20px;
  margin-right: 40px;
}
.search .top .title:before {
  content: '';
  position: absolute;
  left: 0;
  top: 16px;
  bottom: 16px;
  width: 4px;
  background: #118cec;
}
.search .top .input {
  width: 300px;
  padding: 0 20px;
}
.search .filter-box {
  padding: 20px 10px;
  background: #fff;
}
.search .filter-box .bin-divider-dashed {
  margin: 20px 0;
}
.search .filter-box .filter {
  padding: 0 10px;
}
.search .filter-box .filter .title {
  font-weight: bold;
  color: #333;
  margin-right: 30px;
  padding: 4px 10px;
}
.search .filter-box .filter > span {
  padding: 4px 10px;
  margin-right: 20px;
  color: #666;
  cursor: pointer;
  transition: all 0.2s;
}
.search .filter-box .filter > span:hover {
  color: #12c8b2;
}
.search .filter-box .filter > span.on {
  background: #12c8b2;
  color: #fff;
}
.total {
  padding: 25px 0;
}
.light {
  color: #fbaf03;
}
.list {
  margin-left: -10px;
  margin-right: -10px;
}
.list .item {
  display: inline-block;
  width: 33.3%;
  padding: 0 10px 20px;
}
.list .item .box {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 20px;
  transition: all 0.3s;
  color: #666;
}
.list .item .box .top {
  margin-bottom: 30px;
}
.list .item .box .top .img {
  font-size: 0;
  /*width: 80px;*/
  height: 80px;
  border-radius: 4px;
  overflow: hidden;
  background: #f5f5f5;
}
.list .item .box .top .img img {
  /*width: 100%;*/
  height: 100%;
}
.list .item .box .top .right {
  padding-left: 20px;
}
.list .item .box .top .right h2,
.list .item .box .top .right h4,
.list .item .box .top .right h5 {
  margin: 0;
}
.list .item .box .top .right > h2 {
  line-height: 30px;
  color: #333;
  font-size: 20px;
}
.list .item .box .top .right > h4 {
  color: #333;
  margin: 10px 0;
  font-weight: normal;
}
.list .item .box .top .right > h5 {
  color: #999;
  font-weight: normal;
}
.list .item .box .line1,
.list .item .box .line2,
.list .item .box .line3,
.list .item .box .line4 {
  position: absolute;
  background: #83c3ff;
  opacity: 0;
  transition: all 0.3s;
}
.list .item .box .line1 {
  left: 0;
  top: 0;
  height: 1px;
  width: 0;
}
.list .item .box .line2 {
  right: 0;
  top: 0;
  width: 1px;
  height: 0;
}
.list .item .box .line3 {
  right: 0;
  bottom: 0;
  height: 1px;
  width: 0;
}
.list .item .box .line4 {
  left: 0;
  bottom: 0;
  height: 0;
  width: 1px;
}
.list .item .box:hover {
  box-shadow: 0 0 15px #ccc;
  transform: translateY(-5px);
}
.list .item .box:hover .line1,
.list .item .box:hover .line3 {
  width: 100%;
  opacity: 1;
}
.list .item .box:hover .line2,
.list .item .box:hover .line4 {
  height: 100%;
  opacity: 1;
}
.list-line .item {
  padding-bottom: 4px;
}
.list-line .item .box {
  background: #fff;
  padding: 20px;
  color: #666;
  transition: all 0.3s;
}
.list-line .item .box .left {
  width: 45%;
}
.list-line .item .box .left .img {
  font-size: 0;
  width: 75px;
  height: 75px;
  border-radius: 4px;
  overflow: hidden;
  background: #f5f5f5;
}
.list-line .item .box .left .img img {
  width: 100%;
  height: 100%;
}
.list-line .item .box .left .right {
  padding-left: 20px;
}
.list-line .item .box .left .right h2,
.list-line .item .box .left .right h5 {
  margin: 0;
}
.list-line .item .box .left .right > h2 {
  color: #333;
  font-size: 20px;
}
.list-line .item .box .left .right > h5 {
  color: #999;
  font-weight: normal;
  margin: 10px 0;
}
.list-line .item .box .center {
  width: 45%;
}
.list-line .item .box .right {
  width: 10%;
}
.list-line .item .box p {
  margin: 0;
  line-height: 24px;
}
