.second-main-body{
	position: relative;
}
.secondBodySlide{
    background: url("../images/home-body-slide-bg.jpg") repeat-x;
    height: 484px;
    width: 100%;
    position: absolute;
    z-index: -1;
}
.main-body{
}
/**navpath begin**/
.nav-path{
    line-height: 28px;
    padding: 13px 0;
    color: #C2AEC9;
    display: block;
}
.nav-path .current{
    color: #FFFFFF;
    font-size: 12px;
	text-shadow:0px 0px 12px #000;
}
.nav-path a{
	text-shadow:0px 0px 12px #000;
    color:#c2aec9;
    font-size: 12px;
    line-height: 21px;
}
.nav-path a:HOVER{
    text-decoration: underline;
    color:#68C1EF;
}
/**navpath end**/
.switch {
    position: absolute;
    top: 19px;
    right: 0px;
    height: 20px;
    width:40px;
    background: url("../images/switch.png") 0 0 no-repeat;
}
.switch-news {
    background: url("../images/news-switch.png") 0 0 no-repeat;
}
.switch-list{
    background-position: 0 -20px;
}
.switch-list a{
    float: right;
}
.switch a{
    display:block;
    line-height:20px;
    height:20px;
    width:20px;
}
.main-body-box .top,.main-body-box .bottom{
	height: 3px;
    width: 100%;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
}
.main-body-box .top{
	background: url("../images/content-top-bg.png") no-repeat;
}
.main-body-box .bottom{
	background: url("../images/content-bottom-bg.png") no-repeat;
}
.main-body-box .middle{
	background: url("../images/content-middle-bg.png") repeat-y;
	padding: 28px 0;
}
.middle .leftNav{
	padding: 0 18px;
	width: 184px;
	height: 300px;
}
.middle .content{
	padding-left: 27px;
	position: relative;
	overflow: hidden;
}
.middle .content .chnlName{
	border-top: 4px solid #DDD4E7;
	text-align:center;
}
.middle .content .chnlName .flower{
	height:22px;
	background: url("../images/2-col-flower.png") center center no-repeat;
}
.middle .content .chnlName h3{
    font-weight: normal;
    font-family: 'Trajan pro bold';
    font-size: 22px;
    color: #54446F;
    line-height: 23px;
    padding:11px 0; 
    
}
.main-content{
	width: 510px;
	margin-right: 27px;
	overflow: hidden;
	position: relative;
}
.main-content .date{
	color: #D0C6AE;
	font-size: 14px;
	text-align: center;
}
.separator{
	top:0px;
	right:241px;;
	bottom: 0px;
	background-color: red;
	border-left: 1px solid #D5D5D9;
	border-right: 1px solid #fff;
	width: 0px;
	position: absolute;
}
.right-bar{
    padding:0 21px;
    width: 198px;	
    overflow: hidden;
}
.body-slide-fixed{
    position: fixed;
    top: 56px;
}
