body {
  background: #f5f7fc;
}

.cms-box {
  min-height: calc(100vh - 2.45rem - .95rem);
  width: 12.8rem;
  margin: 0 auto;
  display: flex;
  gap: .5rem;
  margin-top: .107rem;
}

.cms-left-link {
  width: 1.85rem;
}

.cms-right-content {
  width: calc(100% - 2.35rem)
}

.cms-left-link-item {
  display: block;
  width: 100%;
  height: .44rem;
  color: #2B5D9F;
  font-family: AlibabaPuHuiTi;
  font-weight: 400;
  font-size: .16rem;
  text-align: center;
  line-height: .42rem;
  border-bottom: .01rem solid #E1E3E7;
  border-top: .01rem solid transparent;
  cursor: pointer;
}

.cms-left-link-item:first-child {
  border-top: .01rem solid #E1E3E7;
}

.cms-left-link-item:hover {
  background: #2B5D9F;
  color: #fff;
  border-radius: .02rem;
  border-color: #2B5D9F;
}

.current-link {
  background: #2B5D9F !important;
  color: #fff;
  border-radius: .02rem;
  border-color: #2B5D9F;
}

.cms-right-title {
  line-height: .4rem;
  font-family: AlibabaPuHuiTi;
  font-size: .21rem;
  font-weight: 500;
  line-height: normal;
  color: #2B5D9F;
  height: .4rem;
}

.cms-right-content-item {
  display: flex;
  align-items: center;
  width: 100%;
  cursor: pointer;
  color: #000;
}

.cms-right-content-item i {
  width: .04rem;
  height: .04rem;
  border-radius: 50%;
  background-color: #000;
  margin-left: .05rem;
}

.cms-right-content-item-font {
  font-family: AlibabaPuHuiTi;
  font-size: .16rem;
  font-weight: normal;
  line-height: .48rem;
  color: #565656;
  flex: 1;
  margin: 0 .08rem 0 .15rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.cms-right-content-item-time {
  font-family: AlibabaPuHuiTi;
  font-size: .14rem;
  font-weight: normal;
  line-height: .48rem;
  text-align: right;
  color: #979797;
  width: 1.3rem;
}

.cms-right-content-item:hover .cms-right-content-item-font {
  color: #5087f4;
}

.cms-news-content {
  background: #fff;
  color: #5E5C66;
  border-radius: .1rem;
  padding: .2rem;
  margin-bottom: .2rem;
}

.cms-news-content-title {
  margin-bottom: .1rem;
  font-size: .22rem;
  font-weight: 700;
  text-align: center;
}

.cms-news-content-from {
  color: #666;
  font-size: .14rem;
  margin-bottom: .3rem;
  text-align: center;
}

.cms-news-content-from>span {
  padding: 0 .1rem;
}

.cms-base-box {
  min-height: 5rem;
}