.sbox{
  min-height: 350px;
}
.sbox a {
  text-decoration: none;
  color: inherit;
}
.sbox ul {
  margin: 0;
  padding: 0;
}
.sbox ul li {
  list-style: none;
}
.newborder{
  width: 400px;
  margin: 100px auto 50px;
  background-color: #fff;
  border: 1px solid #ccc;
}
.scroll-txt {
  width: 400px;
  height: 40px;
  color: #484848;
  position: relative;
  overflow: hidden;
}
.scroll-txt .font-inner {
  position: absolute;
  left: 8px;
  top: 0;
}
.scroll-txt .font-inner li {
  height: 40px;
  line-height: 40px;
}
.scroll-txt .dot {
  position: absolute;
  right: 10px;
  top: 5px;
  font-size: 18px;
  font-weight: bold;
}
.scroll-txt a:hover {
  color: #0C6796;
}
.sbox .title{font-size: 22px;text-align: center; color: #000; margin-top: 20px;margin-bottom: 90px}