html {
  background: #f7f7f7;
  color: #666;
}

.us-container {
  background: #fff;
  border: 1px solid #ddd;
  margin: 20px auto;
  z-index: 1;
  overflow: hidden;
}

.us-container .icon {
  font-size: 130%;
}

.us-left {
  width: 180px;
  padding: 30px 0 0 0;
  float: left;
}

.us-left h3 {
  font-weight: bold;
  padding: 0 0 0 35px;
  font-size: 18px;
  color: #333;
}

.us-nav {
  margin: 20px 0 0 0;
}

.us-nav a {
  display: block;
  color: #666;
  line-height: 50px;
  border-bottom: 1px solid #ddd;
  padding-left: 36px;
}

a.hover-color:hover, a.hover-color.active, a.hover-color:hover .icon {
  color: #66BE8C;
}
.us-nav a.hover-color.active {
  font-weight: bold;
}

.us-right {
  width: 959px;
  min-height: 700px;
  border-left: 1px solid #ddd;
  padding: 30px;
  float: right;
}
.us-right h4.mt30 {
  margin-top: 30px;
}

.btn.lit {
  padding: 0px 25px;
  line-height: 26px;
}

.btn.bg-cc:hover {
  background: #1EB25E!important;
}
.btn:active {
  color: #fff;
}

.list-nodata {
  line-height: 26px;
  margin: 30px 0;
  text-align: center;
  color: #f5694b;
}

.list-nodata .icon {
  font-size: 200%;
  vertical-align: middle;
}

