.cation-content {
	width: 1370px;
    margin: 25px auto;
	border-radius: 16px;
	box-shadow: 0 2px 16px 0 rgba(0,0,0,.1);
	padding: 24px;
	background:#fff;
}

.cation-middle {
    background: #fff;
    font-size: 14px;
}

.cation-list {
    overflow: hidden;
	margin-bottom:0;
}
.cation-list:nth-child(1) {
    overflow: hidden;
	margin-bottom: 15px;
}

.cation-list dt {
   float: left;
  width: 84px;
  font-weight: 500;
  position: relative;
  color: #141e31;
  overflow: hidden;
  height: 35px;
  line-height: 35px;
}

.cation-list dd {
    margin-left: 84px;
	height: 35px;
	line-height:35px;
    overflow: hidden;
}

.cation-list dd a {
    font-size: 14px;
    line-height:35px;
    height: 35px;
    float: left;
    padding:0 18px;
	border-radius: 5px;
}

.cation-list dd a.active_hover, .cation-list a:hover {
   background: #e5f9f5;
   color: #00c29a;
}

.cation-list dd a:last-child {
    border-right: 0 none;
}

.cation-list:last-of-type dd {
    border-bottom: 0 none;
}