a:hover {
  text-decoration: none !important;
}

.container-list {
  width: 100% !important;
}

.button-info {
  background-image: url(/template/pc/skin/images/footer212.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  height: 190px;
}

.button-info .mainbox {
  margin: 0 auto;
  width: 1200px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  height: 100%;
}

.button-info .mainbox .item {
  display: flex;
  align-items: center;
  height: 40px;
  background-color: #283F7C;
  color: #FFFFFF;
  padding: 25px 60px;
  border-radius: 10px;
}

.button-info .mainbox .item img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.dream_nav_list {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.dream_nav_list .on {
  color: #073e74;
  border-bottom: #073e74 solid 3px;
}

.dream_nav_list a {
  padding: 10px 25px;
  /*margin: 0 35px;*/
  line-height: 50px;
  text-align: center;
  font-size: 16px;
}

.content {
  background-color: #FFFFFF !important;
  padding: 60px;
  margin-top: 30px;
  margin-bottom: 30px;
}
