﻿/* 栏目列表 start*/
.channel_list_main {
  float: left;
  width: 230px;
  margin-right: 70px;
  overflow: hidden;
  text-align: center;
}
.channel_list_main .channel_name {
  width: 230px;
  height: 100px;
  background-image: url(list-channel-bg.png);
  text-align: center;
  line-height: 100px;
  font-size: 28px;
  color: #fff;
}
.channel_list_main .channel_list li {
  height: 30px;
  line-height: 30px;
  margin-top: 15px;
}
.channel_list_main .channel_list li a {
  font-size: 20px;
  color: #222222;
}
.channel_list_main .channel_list li:hover,
.channel_list_main .channel_list .active {
  background-image: url(active-channel-icon.png);
  background-repeat: no-repeat;
  background-position: 20px center;
}
.channel_list_main .channel_list li:hover a,
.channel_list_main .channel_list .active a {
  color: #1e4dc7;
}
/* 栏目列表 end*/
/* 栏目内容 start */
.channel_info_main {
  float: left;
  width: 900px;
  margin-top: 20px;
}
.channel_info_main .channel_title {
  width: 100%;
  height: 37px;
  padding-bottom: 20px;
  background-image: url(list-line.png);
  background-position: 0 bottom;
  background-repeat: no-repeat;
  overflow: hidden;
}
.channel_info_main .channel_title .title {
  float: left;
  background: url(left-line.png) no-repeat;
  padding-left: 25px;
  font-size: 28px;
  color: #222222;
}
.channel_info_main .channel_title .cur_location {
  float: right;
  line-height: 40px;
}
.channel_info_main .channel_title .cur_location img {
  width: 19px;
  height: 20px;
}
.channel_info_main .channel_title .cur_location span {
  font-size: 16px;
}
.channel_info_main .channel_title .cur_location a {
  font-size: 16px;
  color: #222222;
}
.channel_info_main .channel_list {
  margin-top: 30px;
}
.channel_info_main .channel_list li {
  width: 100%;
  line-height: 24px;
  margin-top: 15px;
  overflow: hidden;
}
.channel_info_main .channel_list li .img {
  float: left;
  margin-right: 15px;
  width: 7px;
  height: 10px;
}
.channel_info_main .channel_list li span {
  font-size: 16px;
  color: #222222;
}
.channel_info_main .channel_list li .title {
  float: left;
  width: 750px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.channel_info_main .channel_list li .timer {
  font-size: 16px;
  float: right;
  color: #999999;
}
.channel_info_main .channel_list .line {
  border-top: 1px dashed #e7e7e7;
}
/* 栏目内容 end */