/*Rounded Corners*/
/*Box Shadow*/
/*Transition*/
ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.content-category.cc-first {
  width: 25%;
}
.content-category.cc-first .ccf-item {
  font-size: 12px;
  padding: 10px;
}
.content-category.cc-first .ccf-item.active {
  background: #fff;
}
.content-category.cc-third {
  background: #fff;
  margin-left: 25%;
  width: 75%;
}
.content-category.cc-third .cct-part {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 20px 10px;
  visibility: hidden;
  opacity: 0;
}
.content-category.cc-third .cct-part.active {
  -moz-transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  opacity: 1;
  visibility: visible;
}
.content-category.cc-third .cct-item {
  width: 33.33%;
  float: left;
  text-align: center;
  font-size: 12px;
  margin-bottom: 10px;
}
.content-category.cc-third .cct-item a {
  display: block;
  color: #333;
}
.content-category.cc-third .cct-item a img {
  width: auto;
  height: 64px;
}
.content-category.cc-third .cct-item a span {
  display: block;
  line-height: 22px;
}
