.right {
	width: 970px;
	float: left;
}

.r_left {
	width: 480px;
	float: left;
	margin-right: 8px;
}

.r_right {
	width: 480px;
	float: right;
}

/*modify by peng @2019.11.12*/
.channelme {
	width: 480px;
	float: left;
	height: auto;
	overflow: hidden;
	border: #E6E6E6 1px solid;
	border-radius: 10px;
	margin-bottom: 10px;
}

.channelme .t {
	background: url(img/er_i.jpg) repeat-x 100% 100%;
	/*background-image:-webkit-linear-gradient(top,#FAFAFA,#E6E6E6);*/
	border: #fff 2px solid;
	border-radius: 10px;
	color: #464646;
	text-indent: 30px;
	height: 30px;
}

.channelme .t span {
	float: right;
	padding-right: 10px;
	line-height: 30px;
}

.channelme .t span a:link {
	color: #0058ac;
}

.channelme .t span a:visited {
	color: #0058ac;
}

.channelme .t span a:hover {
	color: #0058ac;
	text-decoration: underline;
}

.channelme .t span a:active {
	color: #0058ac;
}

.channelme .t h3 {
	text-indent: 1.5em;
	color: #464646;
	line-height: 30px;
}

.ns_top {
	height: 34px;
	border-radius: 10px;
	line-height: 34px;
	margin-bottom: 10px;
}

.columnList {
	margin: 0.5em;
}

.zbxx {
	float: left;
	margin-left: 130px;
	z-index: 10000;
	margin-top: -28px;
}

.zbxx-item,
div.channelme .active {
	cursor: pointer;
	width: 110px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	color: #464646;
	margin-right: 6px;
	float: left;
	display: block;
	text-indent: 0em;
	padding: 0em;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.zbxx-item {
	background-image: -webkit-linear-gradient(top, #EDEDED, #EDEDED);
	background: -moz-linear-gradient(top, #EDEDED, #EDEDED);
	background: -webkit-linear-gradient(top, #EDEDED, #EDEDED);
	/* Safari 5.1+, Chrome 10+ */
	background: -o-linear-gradient(top, #EDEDED, #EDEDED);
	/* Opera 11.10+ */
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#EDEDED, endColorstr=#EDEDED);
	/*IE<9>*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#EDEDED, endColorstr=#EDEDED)";
	/*IE8+*/
}

div.channelme .active {
	background-image: -webkit-linear-gradient(top, #D4D4D4, #D4D4D4);
	background: -moz-linear-gradient(top, #D4D4D4, #D4D4D4);
	background: -webkit-linear-gradient(top, #D4D4D4, #D4D4D4);
	/* Safari 5.1+, Chrome 10+ */
	background: -o-linear-gradient(top, #D4D4D4, #D4D4D4);
	/* Opera 11.10+ */
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#D4D4D4, endColorstr=#D4D4D4);
	/*IE<9>*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#D4D4D4, endColorstr=#D4D4D4)";
	/*IE8+*/
}

.columnList.zbxxn {
	display: none;
}

.columnList.zbxxn.selected {
	display: block;
}

.zbxxclear {
	clear: both;
}

.channelscroll {
	display: block;
	border: #f00 0px solid;
	margin: 10px auto 22px;
	width: 450px;
	height: 235px;
}

.hzjltu img {
	width: 450px;
	height: 85px;
	margin: 10px auto;
	display: block;
}

/* 轮播图 */
.picScroll {
	float: left;
	width: 450px;
}

.bd {
	position: relative;
	width: 100%;
	height: 234px;
}

.pic li {
	position: absolute;
	top: 0;
	left: 0;
}

.pic li img {
	width: 450px;
	height: 234px;
}

/* 文本 */
.txt {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 450px;
	height: 27px;
	background-color: rgba(0, 0, 0, .7);
	filter: progid: DXImageTransform.Microsoft.gradient(startcolorstr=#b2000000, endcolorstr=#b2000000);
}

.txt li {
	position: absolute;
	/* display: none; */
}

.txt li a {
	display: block;
	padding-left: 1em;
	font-size: 16px;
	color: #fff;
	width: 420px;
	line-height: 27px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

/* 数字 */
.num {
	position: absolute;
	bottom: 27px;
	right: 0px;
	z-index: 22;
}

.num li {
	margin-right: 0px;
	float: left;
	width: 20px;
	height: 15px;
	font-size: 12px;
	color: #fff;
	line-height: 15px;
	text-align: center;
	cursor: pointer;
	background-color: #807d77;
}

.num li.on,
.num li:hover {
	background: #e2001e;
}