.contentRight{
	width:970px;
	height:auto;
	padding-bottom: 120px;
	/*border:1px solid #e8e8e8;*/
	margin-left: -1px;
	position: relative;
}

.conr-top{
	width:949px;
	border-top:1px solid #e7e7eb;
	border-left:1px solid #e7e7eb;
}

.notic {
	height: 52px;
	line-height: 52px;
	margin-bottom: 20px;
	background: #fff0e1 url('../images/notice.png') no-repeat 22px center;
	background-color: #fff0e1;
	padding-left: 60px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	position: relative;
	user-select: none;
	overflow: hidden;
}
.trun {
	position: absolute;
	right: 20px;
	border: 6px solid transparent !important;
	cursor: pointer;
	user-select: none;
}

.trun-up {
	border-bottom-color: #ffc19c !important;
	top: 10px;
}

.trun-down{
	border-top-color: #ffc19c !important;
	bottom: 10px;
}
.nitice-wrap {
	position: relative;
	/*top: -52px;*/
	top: 0;
	width: 812px;
	overflow: hidden;
}
.nitice-wrap li{
	height: 52px;
	line-height: 52px;
	color: #000;
	position: relative;
}
.nitice-wrap li a span{
	color: red;
}
.action {
	display: block;
	width: 95px;
	height: 30px;
	background: #ff863d;
	line-height: 30px;
	text-align: center;
	color: #fff;
	border-radius: 15px;
	position: absolute;
	top: 11px;
	right: 0px;
}
.jedatebox .action{
	position: static;
}
/*头部 导航*/
	.conr-toplist{
		border-right:1px solid #e7e7eb;
		border-bottom:1px solid #e7e7eb;
		width:315px;
		height:65px;
		float:left;
	}
	.conr-toplist a{
		height:48px;
		display:inline-block;
		text-align: left;
		line-height:28px;
		padding:8px 0 8px 50px;
		margin:0 0 0 56px;
		background:url('../images/icon_c01.png') no-repeat;
		color:#676767;
		font-weight:bolder;
		font-size:16px;
	}
	.conr-toplist a:hover{
		color:#000;
	}
	.conr-toplist a span{
		display:block;
		font-size: 14px;
		font-weight: 500;
		line-height:20px;
	}

	.conr-toplist .icon-c08{
		background-position:-10px -70px;
	}
	.conr-toplist .icon-c09{
		background-position:-10px -135px;
	}
	.conr-toplist .icon-c10{
		background-position:-10px -200px;
	}
	.conr-toplist .icon-c11{
		background-position:-10px -330px;
	}
	.conr-toplist .icon-c12{
		background-position:-10px -395px;
	}
	.conr-toplist .icon-c13{
		background-position:-10px -460px;
	}
/*头部 导航*/

/*标题栏*/
	.conr-tab{
		margin: 20px 0;
		width:100%;
	}
	.conr-tab li{
		width:10%;
		float:left;
		text-align:center;
		height:30px;
		line-height:30px;
		border:1px solid #e7e7e7;
	}
	.conr-tab li.b_r_n{
		border-right:0 none;
	}
	.conr-tab li a{
		display:block;
		width:100%;
		height:100%;
		color:#222;
	}
	.conr-tab li a:hover{
		background:#1dd2af;
		color:#fff;
	}
/*标题栏*/

/*内容*/
	/*轮播*/
	.mainbox{
		width:460px;
		height:206px;
		overflow:hidden;
		position:relative;
		border:1px solid #e7e7eb;
	}
	.mainbox .flashbox{
		width:9900px;
		height:206px;
		overflow: hidden;
		position:relative;
	}
	.mainbox .flashbox li{
		float: left;
		cursor: pointer;
	}
	.flashbox{
		left: -0px;
	}
	.flashbox li img{
		border-style: none;
		width:460px;
		height:204px;
	}

	.numbox{
		position:absolute;
		bottom: 0px;
		z-index:999px;
		width:460px;
		height:32px;
		background:url(../images/focus/tm.png);
	}
	.numbox li{
		width:18px;
		height:18px;
		line-height:18px;
		margin: 4px 10px 0 0;
		float:right;
		text-align: center;
		cursor:pointer;
		padding:2px;
		background:#99cee4;
		opacity: 0.7;
		filter:alpha(opacity=70);
		-moz-opacity:0.7;
		-khtml-opacity:0.7;
		color:#007db2;
	}
	.numbox li.current{
		background:#0000ff;
		opacity: 1;
		filter:alpha(opacity=100);
		-moz-opacity:1;
		-khtml-opacity:1;
		color:#fff;
	}
	/*轮播结束*/

	/*公共部分*/
	.cont_common{
		border:1px solid #e7e7eb;
		/*border-bottom:0 none;*/
		/*margin-left:26px;*/
		width:473px;
		line-height:35px;
	}
	.cont_common ul{
		padding: 12px 0;
		min-height: 175px;
	}
	.cont_common a:hover{
		color:#1dd2af;
	}
	.cont_common .cont_common_title{
		/*background: #f4f5f9;*/
		border-bottom:1px solid #e7e7eb;
		height:53px;
	}
	.cont_common .cont_common_title a{
		line-height:53px;
	}
	.cont_common .cont_common_title a:hover{
		color:#1dd2af;
	}
	.cont_common .cont_common_title li:hover{
		color:#1dd2af;
	}
	.cont_common .cont_common_title span{
		/*padding:0 25px;*/
		font: bolder 16px "微软雅黑";
		line-height:51px;
		margin-left: 25px;
		color: #2EC9B3;
		border-bottom: 2px solid #2EC9B3;
	}
	.cont_common .cont_common_title .nr_more{
		padding:0 25px;
		color:#808080;
	}

	.cont_common .cont_common_c li{
		padding: 0 30px 0 33px;
		/*border-bottom:1px solid #e7e7eb;*/
		overflow:hidden;
		white-space: nowrap;
		text-overflow:ellipsis;
		background: url(../images/listD.png) 19px 15px no-repeat;
	}
	.cont_common .cont_common_c li a{
		display:block;
		/*display:inline;*/
		width:100%;
		height:100%;
		overflow:hidden;
		white-space: nowrap;
		text-overflow:ellipsis;
	}
	.cont_common .xtTipList li{
		white-space: normal;
	}
	.cont_common .xtTipList li a{
		white-space: normal;
		display: inline;
	}
	.cont_common .cont_common_c li a.xkBtn i{
		color: #2EC9B3;
	}
	.cont_common .classList li span.status{
		width: 42px;
		height: 23px;
		font-size: 11px;
		text-align: center;
		line-height: 23px;
		display: inline-block;
		color: #368DF7;
		background: #d4e4ff;
		margin-right: 7px;
		border-radius: 4px;
		float: left;
        margin-top: 6px;
	}
	.cont_common .classList li a{
		display: inline-block;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		max-width: 359px;
		float: left;
	}
	.cont_common .classList li{
		background: none;
	}
	.cont_common .cont_common_c li.pray{
		/*background:#f9f9f9;*/
	}
    .cont_common .listRank li{
		background: none;
		padding: 0 30px 0 19px;
	}
    .cont_common .listRank li i{
		color: #CCCCCC;
		font-size: 14px;
		display: inline-block;
		width: 10px;
	}
	.cont_common .listRank li i.one{
		color: #FC9419;
	}
	.cont_common .listRank li i.two{
		color: #999999;
	}
	.cont_common .listRank li i.three{
		color: #FC7F42;
	}
	.cont_common .listRank li img{
		width: 24px;
		height: 24px;
		margin-left: 12px;
		border-radius: 50%;
	}
	.cont_common .listRank li span{
		font-size: 14px;
		margin-left: 5px;
		color: #333333;
	}
	.cont_common .listRank li em{
		float: right;
		color: #333333;
		font-size: 14px;
	}
	/*最近访客*/
	.list_fk{
		border:1px solid #e7e7eb;
		/*width:98%;*/
		
	}
	.fk_title{
		/*background:#f4f5f9;*/
		border-bottom:1px solid #e7e7eb;
		line-height:40px;
	}
	.fk_title{
		padding:0 25px;
		font: bolder 15px "微软雅黑";
		line-height:53px;
		height: 53px;
	}
	.fk_title span{
		font: bolder 16px "微软雅黑";
		line-height: 51px;
		color: #2EC9B3;
		border-bottom: 2px solid #2EC9B3;
		float: left;
	}
	.fk_title a{
		color: #999999;
		font-size: 13px;
	}
	.kf_cont{
		padding-bottom:20px;
	}
	.kf_cont li{
		width:58px;
		padding:0 10px;
		margin-top:20px;
		float: left;
		text-align: center;
	}
	.kf_cont li img{
		width:52px;
		height:52px;
		border-radius: 50%;
	}
	.kf_cont li p{
		height:20px;
		line-height:20px;
		font-size:12px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		text-align: center;
	}
/*内容*/