.content-main {
  padding: 40px 0;
}
.side {
  width: 90%;
  background-color: #e4e2e2;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
}
.side li a {
  padding: 8px 0;
  display:block
}
.this {
  background-color: rgb(89, 127, 196);
}
.this a {
  color: #fff;
}
.this a:hover {
  color: #fff;
}
.text {
  font-size: 16px;
  line-height: 40px;
}
.layui-tab .layui-tab-title li {
  color: rgb(89, 127, 196);
  font-size: 16px !important;
  font-weight: 600 !important;
  letter-spacing: 2px;
}
.star {
  color: red;
  padding-right: 5px;
}
.layui-tab {
  margin: 0 !important;
}
.layui-nav .layui-nav-itemed {
    background-color: rgb(89, 127, 196) !important;
    color:#fff
}