.banner {
	height: 339px;
	width: 100%;
	background: url(../images/channel_banner.jpg) center no-repeat;
	margin-top: 5px;
}
.con {
    
    height: auto;
    overflow: hidden;
    padding-bottom: 50px;
}
.chanselect {
	padding: 30px 0 0 0;
}

.chanselect li {
	line-height: 30px;
	margin-bottom: 13px;
	border-bottom: 1px solid #dddddd;
	padding-bottom: 13px;
}

.chanselect .chanselect_left {
	width: 100px;
	display: block;
	float: left;
	font-size: 16px;
	color: #333333;
}

.fl {
	float: left;
}

.chanselect .chanselect_right {
	color: #666666;
    position: relative;
}
.chanselect_platform .chanselect_right a:nth-child(4){
	/* display:none; */
}
.chanselect li .all {
	
	color: #fff;
	background: #66ccff;
	padding:5px 20px;
	border-radius: 20px;
	margin:0;
	cursor:pointer;
}
.chanselect .chanselect_more .all{
	padding:0 20px;
}
.chanselect .chanselect_more .fl .all{
	padding:5px 20px;
}
.chanselect li a {

	padding: 0px 9.5px;
	margin: 0 14px;
	
	
}
.chanlist{
	width: 100%;
	height: auto;
	overflow: hidden;
}

.chanlist li {
	width: 16.6%;
	float: left;
	text-align: center;
	position: relative;
	height: 180px;
}

.chanlist li .img-font {
	position: absolute;
	top: 25px;
	width: 120px;
	height: 120px;
	border-radius: 20px;
	margin: 0 auto;
	display: table;
	text-align: center;
	background: #7ecef4;
	color: #bbbaba;
	overflow: visible;
	left: 39px;
}

.chanlist li .img-font-cell {
	display: table-cell;
	vertical-align: middle;
}

.chanlist li .img-font-text {
	width: 100%;
	font-size: 16px;
}

.chanlist li img {
	position: relative;
	top: 25px;
}

.chanlist_text {
	position: relative;
	top: 35px;
}
.chanselect_action{
	color:#66ccff;
	cursor:pointer;
	position:absolute;
	right:0;
	top: 1px;
}
.chanselect_action:hover{
	color:#66ccff;
}
.chanselect_fri{
	
	width: 1020px;
}
.chanselect_sec{
	display:none;
	padding-top: 31px;
}
.chanselect_more{
	height: 50px;
}
.chanselect_more .fl{
	width:1000px;
	height:30px;
	overflow:hidden;
}

/*翻页*/

.page {
	text-align: center;
	line-height: 30px
}
.page>div{
	display:inline-block;
}
.page a,
.page span {
	display: inline-block;
	border-radius: 3px;
	font-size: 14px;
	color: #999;
	line-height: 35px;
	padding: 0 15px;
	vertical-align: middle;
	transition: all 0.3s linear
}

.page a:hover {
	background: #EEE
}

.page .updow {
	font-family: "宋体"
}

.page span {
	background: #7ecef4;
	color: rgba(255, 255, 255, 0.8)
}

.page a,
.page span {
	display: inline-block;
	border-radius: 3px;
	font-size: 12px;
	line-height: 12px;
	color: #333;
	padding: 6px 12px;
	transition: all 0.3s;
	background-color: #fafafa;
	border: 1px solid #7ecef4;
	margin: 0 5px;
}

.page span,
.page a:hover,
.page a.on {
	background-color: #7ecef4;
	color: #fff;
	border-color: #7ecef4;
}