﻿.channel_list dl.on {
  background: #349f2d;
}

.channel_list dl.on dt a span {
  color: #fff !important;
}

.channel_second {
  background-color: #eee;
  display: none;
  border: 1px solid #ddd;
}

.channel_second h3:first-child {
  border-top: 0;
}

.channel_second h3 {
  height: 40px;
  line-height: 40px;
  padding-left: 25px;
  border-top: 1px solid #e3e3e3;
  cursor: pointer;
  font-size: 16px;
}

.channel_second h3.on em {
  background-position: 16px -57px;
}

.channel_second ul {
  background-color: #acacac;
  color: #999;
  display: none;
}

.channel_second ul li {
  height: 40px;
  line-height: 40px;
  padding-left: 40px;
  border-top: 1px solid #e3e3e3;
  font-size: 16px;
  color: #fff;
}

.channel_second ul li a::before {
  margin-right: 5px;
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(/template/pc/skin/images/channel_arc.png) no-repeat center 5px;
}

.channel_second ul li a {
  color: #fff;
}

.channel_first {
  line-height: 20px;
  font-weight: normal;
  border-top: 0px solid #ffffff;
  border-bottom: 0px solid #d2d2d2;
  background: transparent;
}

.channel_second h3.on {
  color: #349f2d;
}