#channel_content{
	width: 1000px;
	margin: 0 auto;
	height:100%;
	position: relative;
	background-color: white;
}

.channels{
	width:100%;
	background-color: #FFF;
	min-height: 400px;
}

.channels .right-content{
	width: 800px;
	float: right;
	padding-left: 10px;
	padding-top: 5px;
}

.channels .right-content ul{
	list-style: none;
	padding-left: 0px;
}

.channels .right-content ul li{
	height:32px;
	line-height: 32px;
}

.channels .right-content ul li a{
	text-decoration: none;
	color: #000;
	cursor: pointer;
	font-size: 13px;
}

.channels .right-content ul li a:hover{
	text-decoration: underline;
}

.channels .right-content .ar-title{
	width: 685px;
	height:73px;
	background: url("../../../res/images/common/channel/right_title.jpg") no-repeat;
	padding-top: 18px;
	padding-left: 15px;
	color: #E7A600;
	font-weight: bold;
	font-size: 24px;
}

.channels .right-content .article .title{
	text-align: left;
	display: inline-block;
	float: left;
}

.channels .right-content .article .title:hover{
	text-decoration: underline;
}

.channels .right-content .article .time:hover{
	text-decoration: underline;
}

.channels .right-content .article .time{
	display: inline-block;
	text-align: right;
	float: right;
	padding-right: 10px;
}

.channels .left-menu{
	padding: 5px 0px;
	width: 180px;
	font-size: 12px;
	float: left;
	margin-left: 3px;
}

.channels .left-menu a{
	text-decoration: none;
}

.channels .left-menu .footer{
	height: 7px;
}

.channels .left-menu .body{
	padding-top: 7px;
	padding-bottom: 20px;
}

.channels .left-menu .body ul{
	margin: 0px;
}

.channels .left-menu .title{
	background-color: rgb(46, 110, 174);
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	color: #FFF;
	font-weight: bold;
	border-bottom: 2px solid #aaa;
	text-align: center;
	width: 180px;
}

.channels .left-menu ul{
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.channels .left-menu ul li{
	list-style: none;
}

.channels .left-menu .lowlev{
	height: 40px;
	padding-left: 25px;
	background:url("../../../res/images/common/verbar_li_bg.jpg") no-repeat;
}
.channels .left-menu .lowlev:HOVER{
	background:url("../../../res/images/common/verbar_mov_bg.png") no-repeat;
}
.channels .left-menu .lowlev:HOVER a{
	color: #fff;
}

.channels .left-menu .lowlev a{
	line-height: 25px;
	font-size: 12px;
	display: block;
	width: 100%;
	color:#444;
}

.channels .left-menu .selected{
	background:url("../../../res/images/common/verbar_foc_bg.png") no-repeat;
}
.channels .left-menu .selected a{
	color: #fff;
}
