﻿@charset "utf-8";
/* CSS Document */

/* 全局样式 ------------------------------------------------------------------*/
body, h1, h2, h3, p, dl, dd, ol, ul, th, td, form, fieldset, input, button, textarea{ margin:0; padding:0; box-sizing:border-box;}
html{ -webkit-text-size-adjust:none; word-wrap:break-word;}
h1, h2, h3{ font-size:100%; font-weight:normal;}
ol, ul{ list-style:none;}
fieldset, img{ border:0;}
cite, em, s, i, b{ font-style:normal;}
input, button, textarea, select{ font-size:100%;}
body, input, button, textarea, select, option{ font-size:normal;}
a, a:link, input, textarea{ text-decoration:none; outline:0; font-weight:normal;}
li, img, label, input{ vertical-align:middle;}
body{ font-size:20px; font-family:"Microsoft Yahei",helvetica,arial; background:#f3f3f3; background-size:100%; min-height:101%;  overflow-x:hidden; width:100%; padding:0;}
.reds{ color:#d52629;}.txmore{ padding:1em 0; font-size:1.2em;}
.clear {display: block;clear: both;height: 0;overflow: hidden;}

/*表单样式*/
textarea,select,input[type="text"],input[type="search"],input[type="number"],input[type="password"]{ padding:0.4em 0.8em; width:100%; height:auto; border-radius:0.2125em; font-family:"Microsoft Yahei",helvetica,arial; color:#666; font-size:1em; line-height:1.5em; border:none;}
.tellbg{ background:url(../images/tell.png) no-repeat left top; background-size:100%;}
.passbg{ background:url(../images/pass.png) no-repeat left top; background-size:100%;}
.btn{ position:relative; z-index:1; padding:0.4em 1em; display:block; background:#fff; color:#353535 !important; font-size:1.2em; font-family:"Microsoft Yahei",helvetica,arial; line-height:1.3em; text-align:center; border:0.13em solid #ddd; border-radius:0.2125em; letter-spacing:0.2em; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; cursor:pointer; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
.btn.full{ width:100%;}
.btn.gray{ color:#000; background:#b7b9b8; border-color:#b7b9b8;}

/*页面头部-------------------------------------------------------------------*/
.header-wrap{ position:fixed; width:100%; margin:0; padding:0; background:#484848; height:5.2em; z-index:9999;}
.header-wrap>h2{ margin:0; padding:0; text-align:center; color:#fff; font-size:1.7em; line-height:3.0em;}

.main{ margin:0; padding-top:46px; position:relative; width:100%; overflow:hidden;}

/*焦点图样式*/
#slider{ padding-bottom:2em;}
.swiper-container{margin:0 auto;position:relative;overflow:hidden;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-o-backface-visibility:hidden;backface-visibility:hidden;/* Fix of Webkit flickering */z-index:1;}
.swiper-wrapper{position:relative;width:100%;-webkit-transition-property:-webkit-transform, left, top;-webkit-transition-duration:0s;-webkit-transform:translate3d(0px,0,0);-webkit-transition-timing-function:ease;-moz-transition-property:-moz-transform, left, top;-moz-transition-duration:0s;-moz-transform:translate3d(0px,0,0);-moz-transition-timing-function:ease;-o-transition-property:-o-transform, left, top;-o-transition-duration:0s;-o-transform:translate3d(0px,0,0);-o-transition-timing-function:ease;-o-transform:translate(0px,0px);-ms-transition-property:-ms-transform, left, top;-ms-transition-duration:0s;-ms-transform:translate3d(0px,0,0);-ms-transition-timing-function:ease;transition-property:transform, left, top;transition-duration:0s;transform:translate3d(0px,0,0);transition-timing-function:ease;}
.swiper-free-mode > .swiper-wrapper{-webkit-transition-timing-function: ease-out;-moz-transition-timing-function: ease-out;-ms-transition-timing-function: ease-out;-o-transition-timing-function: ease-out;transition-timing-function: ease-out;margin: 0 auto;}
.swiper-slide{float: left;}
.swiper-wp8-horizontal{-ms-touch-action: pan-y;}
.swiper-wp8-vertical{-ms-touch-action: pan-x;}
.swiper-container{/* Specify Swiper's Size: */margin:0; z-index:0; position:relative;}
.swiper-wrapper{/*position:relative; overflow:hidden;*/height:auto !important;}
.swiper-slide{/*position:relative; width:100%;*/height:auto !important;}
.swiper-slide img{width:100%; height:auto; display:block;}
.swiper-slide-active{/* Specific active slide styling: */}
.swiper-slide-visible{/* Specific visible slide styling: */}
.pagination{ position:absolute; left:0; bottom:.5em; width:100%; text-align:center;}
.swiper-pagination-switch{/* Stylize pagination button: */	display:inline-block; margin:0 5px; width:30px; height:3px; border-radius:1px; background:rgba(171,180,181,0.8); box-shadow:1px #000; cursor:pointer; overflow:hidden; font-size:0;}
.swiper-active-switch{/* Specific active button style: */	background:rgba(225,72,63,0.8);}
.swiper-visible-switch{/* Specific visible button style: */}

/*图标导航样式*/
#featureContainer1 { padding:0 2%;}
.spec-scroll{ margin:0; width:100%; ZOOM: 1; position: relative; height:10em; overflow:hidden;}
.spec-scroll .prev,.spec-scroll .prevyes,.spec-scroll .prevno{ background:url(../images/left.png) no-repeat 0px 0px; background-size:100%; left:0px; float:left; width:3em; CURSOR:pointer; position:absolute; TOP:3.5em; height:3em; z-index:9999;}
.spec-scroll .next,.spec-scroll .nextno,.spec-scroll .nextyes{ right:0; background:url(../images/right.png) no-repeat; background-size:100%; float:right; width:3em; CURSOR:pointer; position:absolute; TOP:3.5em; height:3em; z-index:9999;}
.items{ width:100%; position:relative;}
.items ul{ padding:0; zoom:1; position:absolute; width:88em;}
.items ul:after{ content:"."; display:block; height:0; clear:both; visibility:hidden;}
.items ul li{ float:left; width:8.8em;}
.items ul li .wrap{ background:#fff; -moz-box-shadow:1px 1px 2px #cecbcc; -webkit-box-shadow:1px 1px 2px #cecbcc; box-shadow:1px 1px 2px #cecbcc; border-radius:0.2em; padding:1.2em 0; border-bottom:0.1em solid #e4e6e5; width:8.1em; margin-right:.7em;}
.items ul li a{ display:block; text-align:center;}
.items ul li a img{ display:block; margin:auto; max-width:68%;}
.items ul li a span{ display:block; margin:0 auto; width:98%; font-size:1.2em; font-weight:normal; color:#666; line-height:2em; padding-top:.5em; white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}
.items ul li a p{ white-space:nowrap; color:#666; font-size:.8em; margin:0 auto; width:98%;}

.navfast{ position:relative; margin:0; padding:0; background:#e0e0e0;}
.navfast ul:after,.navfast ul li .wrap:after,.navfast ul li .wrap .chart:after{ content:"."; display:block; height:0; clear:both; visibility:hidden;}
.navfast ul li{ position:relative;}
.navfast ul li .wrap{ position:relative; margin:0; background:#ccc; box-shadow:0 1px 4px rgba(0,0,0,.2); padding:.5em 0; border-bottom:0.1em solid #939393;}
.navfast ul li .wrap.bg{ background:url(../images/point.png) #ccc 95% 2em no-repeat; background-size:2.4%; cursor:pointer;}
.navfast ul li img{ display:inline-block; max-width:10%; float:left; width:9%; padding:0 2.5% 0 3%;}
.navfast ul li span{ float:left; display:inline-block; width:18%; float:left; padding-top:.6em;}
.navfast ul li span a{ font-size:1.2em; font-weight:normal; color:#666; line-height:2em; padding-top:.5em; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; text-align:left;}
.navfast ul li p{ display:inline-block; width:50%; text-align:left; float:left; padding-top:1em;}
.navfast ul li p a{ color:#666; font-size:.8em;}
.navfast ul li .wrap .chart{ clear:both; background:#f4f4f4; width:98%; padding:2% 0 0 2%;}
.navfast ul li .wrap .chart em{ display:inline-block; width:48%; background:#ccc; text-align:center; float:left; margin:0 2% 2% 0; padding:.5em 0; background:url(../images/point1.png) #ccc 95% center no-repeat; background-size:3%; text-align:left; text-indent:1em;}
.navfast ul li .wrap .chart em.em1{ text-align:center; width:98%; margin:0 2% 2% 0; background:url(../images/point1.png) #ccc 97.8% center no-repeat; background-size:1.5%;}
.navfast ul li .wrap .chart em a{ display:block; font-size:1em; color:#666;}


.fast{ position:relative; margin:0; padding:0; background:#e0e0e0;}
.fast ul:after{ content:"."; display:block; height:0; clear:both; visibility:hidden;}
.fast ul li{ position:relative; float:left; width:33%; border-right:0.15em solid #a4a4a4; padding:1.5em 0;-moz-box-shadow:1px 0px 2px #b8b8b8; -webkit-box-shadow:1px 0px 2px #b8b8b8; box-shadow:1px 0px 2px #b8b8b8;}
.fast ul li.li1{ background:url(../images/n8.png) 95% center no-repeat; background-size:35%;}
.fast ul li.li2{ background:url(../images/n9.png) 95% center no-repeat; background-size:35%;}
.fast ul li.li3{ background:url(../images/n10.png) 95% center no-repeat; background-size:35%; border-right:none;}
.fast ul li a h2{ white-space:nowrap; color:#666; font-size:.9em; padding-left:.8em;}
.fast ul li a p{ white-space:nowrap; color:#666; font-size:.7em; padding:.2em 0 0 1em;}

.search1bg{background:#b8b8b8; padding:1em 2em;}
.search1{ border-radius:4px;position:relative;}
.search1 .text{width:100%;border:none;height:2.2em;line-height:2.2em;outline:none;font-size:1.3em; padding:0;color:#b6b7b9;display:block; padding:0 .5em;}
.search1 .submit{width:3.5em;height:2.8em;position:absolute;right:0px;top:0em;background:url(../images/search.png) #fff center center no-repeat; background-size:50%; border:none; border-radius:4px; cursor:pointer; z-index:5;}


.foot{ text-align:center; color:#fff; background:#585858; padding:1em 0;}
.foot p{ font-size:.9em; line-height:1.8em; color:#cbcbcb;}
.foot p a{ font-size:13px; margin:0 .5em; color:#cbcbcb;}

.search2{ padding:2em 4.6em;background:url(../images/srbg.png) #cfcfcf center center no-repeat; background-size:80%;}
.search2c{position:relative;}
.search2c .text{ background:none; width:100%;border:none;height:2.2em;line-height:2.2em;outline:none;font-size:1em; padding:0;color:#b6b7b9;display:block; padding:0 .5em .5em .5em;}
.search2c .submit{width:2.3em;height:2.2em;position:absolute;right:0px;top:0em; background:none; border:none; cursor:pointer;}

/*响应式布局----------------------------------------------*/
@media only screen and (max-width:300px){
	body{ font-size:8.33333px;}
}
@media only screen and (max-width:310px) and (min-width:300px){
	body{ font-size:8.33333px;}
}
@media only screen and (max-width:320px) and (min-width:310px){
	body{ font-size:8.88889px;}
}
@media only screen and (max-width:360px) and (min-width:320px){
	body{ font-size:8.88889px;}
}
@media only screen and (max-width:360px) and (min-width:350px){
	body{ font-size:10px;}
}
@media only screen and (max-width:480px) and (min-width:360px){
	body{ font-size:10px;}
}
@media only screen and (max-width:480px) and (min-width:470px){
	body{ font-size:13.33333px;}
}
@media only screen and (max-width:560px) and (min-width:480px){
	body{ font-size:13.33333px;}
}
@media only screen and (max-width:570px) and (min-width:560px){
	body{ font-size:15.83333px;}
}
@media only screen and (max-width:640px) and (min-width:570px){
	body{ font-size:15.83333px;}
}
@media only screen and (max-width:640px) and (min-width:630px){
	body{ font-size:17.77778px;}
}
@media only screen and (max-width:710px) and (min-width:640px){
	body{ font-size:17.77778px;}
}
.page{ text-align:center; height:86px; line-height:85px; margin:0 auto; overflow:hidden;}
.page a{display: inline-block;color: #428bca;display: inline-block;height: 25px;	line-height: 25px;	padding: 0 10px;border: 1px solid #b4b4b4;	margin: 0 2px;border-radius: 4px;vertical-align: middle; text-decoration:none}
.page span{display: inline-block;height: 25px;line-height: 25px;padding: 0 10px;margin: 0 2px;color: #ffffff;background-color: #2f2f2f;	border: 1px solid #b4b4b4;border-radius: 4px;vertical-align: middle;}
.page .pgempty{ color:#aaa; border-color:#ccc;}

/*===快捷菜单按钮 开始===*/
.plug-div {position:fixed;bottom:0;left:0px;z-index:900;}
.phone {width:100%; height:480px; border: #000 solid 1px; position:relative; }
.plug-menu {	width:36px;	height:36px;	border-radius:36px;
    position: absolute;	bottom:16px;left: 16px;	z-index:999;
	-moz-box-shadow:0 0 0 4px #FFFFFF, 0 2px 5px 4px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow:0 0 0 4px #FFFFFF, 0 2px 5px 4px rgba(0, 0, 0, 0.25);
	box-shadow:0 0 0 4px #FFFFFF, 0 2px 5px 4px rgba(0, 0, 0, 0.25);
	background-color: #B70000;
	background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #FF0000), color-stop(100%, #B70000));
	background-image:-webkit-linear-gradient(top, #FF0000, #B70000);
	background-image:-moz-linear-gradient(top, #FF0000, #B70000);
	background-image:-o-linear-gradient(top, #FF0000, #B70000);
	background-image:linear-gradient(top, #FF0000, #B70000);
}
.plug-menu span {	display: block;	width:28px;height:28px;	background: url(../images/plugmenu.png) no-repeat;
	background-size: 28px 28px;	text-indent: -999px;	position:absolute;	top:50%;	left:50%;
	margin-top:-14px;	margin-left: -14px;	overflow: hidden;
}
.plug-btn {	width:32px;	height:32px; border-radius:32px;
	-moz-box-shadow:0 0 0 3px #FFFFFF, 0 2px 5px 3px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow:0 0 0 3px #FFFFFF, 0 2px 5px 3px rgba(0, 0, 0, 0.25);
	box-shadow:0 0 0 3px #FFFFFF, 0 2px 5px 3px rgba(0, 0, 0, 0.25);
	background:#333333;	position:absolute;	bottom:0;
	left:0;	margin-bottom:20px;	margin-left:20px;	z-index:998;
}
.plug-btn span {	display: block;width: 24px;height: 24px;	text-indent: -999px;position: absolute;
	top: 50%; left: 50%; margin-top: -12px;	margin-left: -12px;
	overflow: hidden;	background-repeat: no-repeat;	background-size: 24px 24px;
}
.plug-phone .plug-useless {background:#e2e2e2;}
.plug-btn {-webkit-transition: -webkit-transform 200ms;}

.plug-menu span {-webkit-transition: -webkit-transform 200ms;}
.plug-menu span.open {-webkit-animation-name: open;-webkit-transform: rotate(135deg);}
.plug-menu span.close {-webkit-animation-name: close;-webkit-transform: rotate(0deg);}
.plug-btn1.open {-webkit-transform: translate(0, -100px) rotate(720deg);}
.plug-btn1.close {-webkit-transform: translate(0, 0) rotate(0deg);}

.plug-btn2.open {-webkit-transform: translate(47px, -81px) rotate(720deg);}
.plug-btn2.close {-webkit-transform: translate(0, 0) rotate(0deg);}
.plug-btn3.open {-webkit-transform: translate(81px, -45px) rotate(720deg);}
.plug-btn3.close {-webkit-transform: translate(0, 0) rotate(0deg);}
.plug-btn4.open {-webkit-transform: translate(100px, 0) rotate(720deg);}
.plug-btn4.close {-webkit-transform: translate(0, 0) rotate(0deg);}
.plug-btn5.open {	display: block;width:310px;	height:310px;	border-radius:310px;
	background-color:rgba(255, 255, 255, 0);	-moz-box-shadow: none;	-webkit-box-shadow:none;
	box-shadow:none;	z-index:997;	left:-170px;	top:-170px;overflow: hidden;
}
.plug-btn5.close {	display: none;}
.themeStyle{background:#DE270B} /*必须放在最后，覆盖前面定义的样式*/
/*===快捷菜单按钮 结束===*/

/*popmenu*/
#popmenu{cursor:pointer; display:block; position:relative;  text-align: center; width: 200px; margin:0 auto; line-height:48px;}
#popmenu:after {content: "";width: 0;height: 0;position: absolute;right: 50px;top: 50%;margin-top: -2px;border-width: 5px 5px 0 5px;border-style: solid;border-color: #9D9D9D transparent;}
#overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#fff;opacity:0;filter:alpha(opacity=0);display:none;z-index: 4;}
/*导航窗口*/
#window{position: fixed;top:55px;left:50%;width: 200px;margin:0 0 0 -100px; display:none; z-index: 5;}
.windowlist {  position: relative;	display:block;   margin: 0 auto;   padding: 5px; background-color: rgba(47, 47, 47, 1);
    -webkit-border-radius:7px; -moz-border-radius:7px; -o-border-radius:7px; border-radius: 7px;
    border: 1px solid rgba(0,0,0,0.15);
	-moz-box-shadow:0 0 10px 2px rgba(0, 0, 0, 0.15); -webkit-box-shadow:0 0 10px 2px rgba(0, 0, 0, 0.15);
	-o-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.15);box-shadow:0 0 10px 2px rgba(0, 0, 0, 0.15);
    cursor: pointer;   outline: none;list-style: none outside none;
}
.windowlist:after {content: "";width: 0;height: 0;position: absolute;bottom: 100%;right: 90px;border-width: 0 6px 6px 6px;border-style: solid;border-color: rgba(47, 47, 47, 0.9) transparent;    }
.windowlist:before {content: "";width: 0;height: 0;position: absolute;bottom: 100%;right: 88px;border-width: 0 8px 8px 8px;border-style: solid;border-color: rgba(0,0,0,0.1) transparent;    }
.windowlist li {background-color: rgba(58, 58, 58, 1);display: block;float: left;height: 37px;width: 50%;}
.windowlist li span{border-color: #494949 #181818 #181818 #494949;border-left:1px solid #494949;border-style:solid;border-width:1px;color:#FFFFFF;line-height: 37px;display: block;font-size:15px;height: 37px;text-align: center;text-shadow: 0 2px 2px #000000;width: 100%;}
.windowlist li:hover {background-color: rgba(0, 0, 0, 0.9);}

#ui-header { width: 100%; height: 46px; line-height:46px; z-index: 3; position: absolute; left: 0; top: 0; right:0; }
#ui-header .fixed { display: block; margin: 0 auto; min-width: 320px; height: 45px; top: 0; border-bottom: 1px solid #D1D1D1; box-shadow:0 0 5px 0 rgba(0, 0, 0, 0.15); -moz-box-shadow:0 0 5px 0 rgba(0, 0, 0, 0.15); -webkit-box-shadow:0 0 5px 0 rgba(0, 0, 0, 0.15); background-image:-webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f9f9f9)); background-image:-webkit-linear-gradient(#ffffff, #f9f9f9); background-image:-moz-linear-gradient(#ffffff, #f9f9f9); background-image:-ms-linear-gradient(#ffffff, #f9f9f9); background-image:-o-linear-gradient(#ffffff, #f9f9f9); background-image:linear-gradient(#ffffff, #f9f9f9);/*opacity: 0.95;*/}
.ui-title { min-height: 46px; text-align: center; font-size: 16px; font-weight:normal; display: block; margin: 10px 70px 0; padding: 0; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; outline: 0 !important; display:none; text-indent: -10px; }
.ui-btn-left { position:absolute; top:0px; left:0px; background:url(../images/menu.png) no-repeat center center; display:block; width:50px; height:44px; text-indent: -9999px; margin:0; padding:0; background-size:24px auto; }
.ui-btn-left_pre { position:absolute; top:0px; left:0px; background:url(../images/pre.png) no-repeat center center; display:block; width:50px; height:44px; text-indent: -9999px; margin:0; padding:0; background-size:24px auto; }
.ui-btn-right { position:absolute; top:0px; right:0px; background:url(../images/Refresh.png) no-repeat center center; display:block; width:50px; height:44px; text-indent: -9999px; margin:0; padding:0; background-size:28px auto; }
.ui-btn-right_menu { position:absolute; top:0px; right:0px; background:url(../images/menu.png) no-repeat center center; display:block; width:50px; height:44px; text-indent: -9999px; margin:0; padding:0; background-size:24px auto; }
.ui-btn-right_home { position:absolute; top:0px; right:0px; background:url(../images/home1.png) no-repeat center center; display:block; width:50px; height:44px; text-indent: -9999px; margin:0; padding:0; background-size:24px auto; }
/*****articlelist******/
.weimob-list-item {position: relative;display: block;height: 68px;width: 100%;background-image: -webkit-gradient(linear, left top, left bottom, from( #fff ), to( #f1f1f1 ));background-image: -webkit-linear-gradient( #fff , #f1f1f1 );background-image: -moz-linear-gradient( #fff , #f1f1f1 );background-image: -ms-linear-gradient( #fff , #f1f1f1 );background-image: -o-linear-gradient( #fff , #f1f1f1 );background-image: linear-gradient( #fff , #f1f1f1 );overflow: hidden;border-bottom: 1px solid #ccc;}
.weimob-list-item {-webkit-tap-highlight-color: rgba(0, 0, 0, 0.4);}
.weimob-list-item {height: 190px!important;overflow: hidden;}
.weimob-list-item-image {position: absolute;display: block;left: 6px;width: 48px;height: 48px;background-position: center;background-repeat: no-repeat;background-size: cover;background-image: url(../images/weimob-icons.png);top: 50%;margin-top: -24px;}
.weimob-list-item-line {display: table-cell;height: inherit;background-position: center;background-repeat: no-repeat;padding-left: 60px;vertical-align: middle;padding-right: 32px;}
.weimob-list-item-line {display: block;margin-top: 10px;}
.weimob-list-item-title {color: #000000;font-size: 16px;white-space: nowrap;zoom: 1;}
.weimob-list-item-title {white-space: normal!important;height: 27px;line-height: 27px;overflow: hidden;padding-right: 20px-webkit-box-sizing: border-box;}
.weimob-list-item-summary {max-height: 60px;line-height: 20px;font-size: 0.8rem;color: #666;margin-top: 3px;}

.baseinfotitle {font-size:20px;line-height: 1.5;color: #d0111c;padding: 10px;font-weight: bold; margin-top:10px;}
.time {font-size: 12px;color: #888;padding: 0 10px;}
.baseinfobox {padding: 10px;line-height: 2.0;}
.baseinfobox img{ max-width:100%;}

/*频道列表*/
.channellist{ width:99%;border:0px solid red; margin:0px auto;}
.channellist li{float:left;text-align: center; border:0px dashed blue; width:50%; }
.channellist li a{display:block; margin:5px;  padding-top:0px;background-color:#FFFFFF;border:1px solid #CCC ;
-webkit-border-radius:8px; -moz-border-radius:8px; -o-border-radius:8px; border-radius:8px;
-webkit-box-shadow: 0px 1px 3px rgb(190, 190, 190); -moz-box-shadow: 0px 1px 3px rgb(190, 190, 190);
-o-box-shadow: 0px 1px 3px rgb(190, 190, 190); box-shadow: 0px 1px 3px rgb(190, 190, 190);
}
.channellist li .ChannelName{ text-align:center;  height:22px; line-height:22px; border:0px dashed red; padding:5px; font-size:14px}
.channellist li .ChannelIcon{   text-align: center;	font-weight: bold;	overflow:hidden;	background: white center center no-repeat;
	padding: 0px;color:#FFFFFF;margin:auto;	border:0px solid red;
	-webkit-border-radius:8px 8px 0px 0px; -moz-border-radius:8px 8px 0px 0px; -o-border-radius:8px 8px 0px 0px; border-radius:8px 8px 0px 0px;
}
.channellist li .ChannelIcon img{ vertical-align:middle; width:99%;}
/*相册*/
#gbox{
padding: 11px 0 10px 0;
margin: 0 auto;
}
