.main .w {
	padding: 40px 25px;
	box-sizing: border-box;
}

.left_list {
	width: 24%;
	height: auto;
}

.right_list {
	width: 71%;
}

/* 左 */
.channelpname {
	padding: 26px 0;
	width: 100%;
	color: white;
	font-weight: bold;
	font-size: 28px;
	text-align: center;
	background-image: url(menu_01.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.channel_contain {
	box-shadow: 0 3px 10px rgb(0, 0, 0, 0.1);
}

.channel_contain li a div{
	width: 100%;
	border-left: 4px solid #1764ce;
	color: #333333;
	font-size: 18px;
	text-align: center;
	padding: 26px 0;
	border-bottom: 1px solid #f7f7f7;
	cursor: pointer;
}
.channel_contain li a{
	display: block;
}
.click {
	border-left: 4px solid #ffaa00 !important;
	color: #ffaa00 !important;
	font-weight: bold;
	background-image: url(menu_02.png);
	background-repeat: no-repeat;
	background-position: 85% 50%;
}

/* 右 */
.r_ul li{
	margin-bottom: 17px;
}
.text{
	padding-left: 15px;
	font-size: 16px;
	color: #454545;
	width: 70%;
	background-image: url(menu_03.png);
	background-repeat: no-repeat;
	background-position:0 50%;
}
.time{
	color: #999999;
}
.r_ul li:hover .text{
	color: #ffaa00;
	background-image: url(menu_04.png);
}
.r_ul li:hover .time{
	color: #ffaa00;
}
 .on{
      margin-top: 20px;
      border-top: 1px dashed #cccccc;
      padding-top:20px;
}