.fl {
  float: left;
}
.fr {
  float: right;
}
/* base end */
.main {
  background: url('../images/body_bg.png') top center no-repeat;
  padding: 82px 0 0px;
  min-width: 1200px;
  min-height: 100%;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  position: relative;
}
.main .container {
  width: 1200px;
  margin: 0 auto;
  min-height: 100%;
  position: static;
}
.header-box .tip {
  height: 48px;
}
.header-box .tip span {
  display: block;
  width: 251px;
  height: 48px;
  font-size: 22px;
  font-weight: 400;
  color: #fff;
  line-height: 48px;
  background: url('../images/tip.png') no-repeat;
  padding-left: 40px;
}
.header-box h1 {
  height: 69px;
  font-size: 70px;
  font-family: FZXiaoBiaoSong-B05S;
  font-weight: 400;
  color: #fff;
  line-height: 69px;
  margin-top: 76px;
  text-align: center;
}
.search {
  margin-top: 124px;
}
.search .input-box input {
  width: 1012px;
  height: 74px;
  border: 5px solid #2e62dd;
  border-radius: 4px;
  padding: 20px 70px 20px 24px;
  font-size: 18px;
  font-weight: 400;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.search .input-box img {
  width: 40px;
  position: absolute;
  top: 17px;
  right: 23px;
  cursor: pointer;
}
.search .hot-box {
  width: 1012px;
  margin: 27px auto 0;
}
.search .hot-box span {
  display: inline-block;
  width: 120px;
  height: 42px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  line-height: 42px;
  padding-left: 35px;
  background: url('../images/search/hot.png') no-repeat;
  background-position: 4px 4px;
}
.search .hot-box ul {
  display: inline-block;
  width: auto;
}
.search .hot-box ul li {
  display: inline-block;
  margin-left: 22px;
  margin-bottom: 10px;
  height: 42px;
  background: rgba(217, 238, 255, 0.3);
  border-radius: 21px;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  line-height: 42px;
  padding: 0 18px;
  cursor: pointer;
}
.search .total-box {
  margin-top: 126px;
}
.search .total-box .total-item img {
  margin: 0 auto 20px;
  display: block;
}
.search .total-box .total-item div {
  font-size: 26px;
  font-weight: 400;
  color: #fff;
  text-align: center;
}
.search .total-box .total-item div span {
  font-size: 38px;
}
.search .total-box .total-item.center {
  margin: 0 320px;
}
.list {
  margin-top: 378px;
  padding-bottom: 206px;
}
.list .type-box {
  margin-bottom: 23px;
}
.list .type-box ul {
  border-bottom: 2px solid;
  border-image: linear-gradient(-90deg, rgba(52, 119, 180, 0) 0%, #3477b4 100%) 2 2 2 2;
  padding-bottom: 14px;
  position: relative;
}
.list .type-box ul span {
  display: block;
  width: 24px;
  height: 24px;
  background: #9ee6ff;
  border-left: 2px solid #3477b4;
  border-bottom: 2px solid #3477b4;
  position: absolute;
  bottom: -13px;
  left: 44px;
  transform: rotateZ(-45deg);
  transition: left 0.2s ease-out;
}
.list .type-box ul li {
  position: relative;
  z-index: 1;
  display: inline-block;
  height: 29px;
  font-size: 28px;
  font-weight: bold;
  color: #1658a0;
  line-height: 29px;
  opacity: 0.6;
  margin-right: 47px;
  cursor: pointer;
  transition: all 0.2s ease-out;
}
.list .type-box ul li.ac,
.list .type-box ul li:hover {
  color: #333;
  opacity: 1;
}
.list .data-box ul li {
  height: 52px;
  line-height: 52px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333;
  cursor: pointer;
}
.list .data-box ul li a {
  display: inline-block;
  width: 1000px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list .data-box ul li a::before {
  content: '';
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #7ecef4;
  border-radius: 50%;
  margin-right: 8px;
  transform: translateY(-4px);
}
.list .data-box ul li span {
  display: inline-block;
  vertical-align: top;
}
.list .more {
  width: 106px;
  height: 35px;
  background: #296db6;
  border-radius: 18px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 35px;
  text-align: center;
  cursor: pointer;
  margin-top: 16px;
}
.link {
  margin-top: 50px;
  position: absolute;
  bottom: 54px;
  /* padding-bottom: 54px; */
  width: 1200px;
  /* margin-left   : -15px; */
  /* margin-right  : -15px; */
  font-size: 0;
}
.link img {
  width: 380px;
  height: 94px;
  margin-top: 12px;
  /* margin-left : 15px; */
  /* margin-right: 15px; */
  /* margin-right: 26px; */
}
.link .needRight {
  margin-right: 30px;
}
/* .link a:first-child,
.link a:nth-child(2) {
  margin-right: 26px;
 
} */
@media (min-width: 1920px) {
  .main {
    background-size: 100% 100%;
  }
}
@media (max-width: 768px) {
  .main {
    min-width: 100%;
  }
  .main .container {
    width: 100%;
    min-height: 12rem;
  }
  .main .container .header-box {
    width: 100%;
  }
  .main .container .header-box h1 img {
    width: 80%;
  }
  .main .container .header-box .tip span {
    display: block;
    width: 6.693333rem;
    height: 1.28rem;
    font-size: 0.586667rem;
    font-weight: 400;
    color: #fff;
    line-height: 1.28rem;
    background: url(../images/tip.png) no-repeat;
    padding-left: 0.533333rem;
  }
  .main .container .search .input-box {
    width: 80%;
    font-size: 0;
  }
  .main .container .search .input-box input {
    width: 100%;
    height: 1.466667rem;
    border-radius: 0.053333rem;
    padding: 0.266667rem 0.933333rem 0.266667rem 0.32rem;
    font-size: 0.36rem;
  }
  .main .container .search .input-box img {
    width: 0.8rem;
    top: 0.266667rem;
    right: 0.306667rem;
  }
  .main .container .link {
    width: 100%;
    display: inline-block;
    text-align: center;
  }
  .main .container .link img {
    width: 3.066667rem;
    height: auto;
  }
  .main .container .link .needRight {
    margin-right: 1%;
  }
}
