@charset "utf-8";
/*全局重置*/
* {
	margin: 0;
	padding: 0;
}
ul, ol, li {
	list-style-type: none;
}
.clearfix {
	clear: both;
}
a {
	text-decoration: none;
}

/*头部导航菜单*/
#headerNav {
	float: left;
	width: 100%;
	position: relative;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}
/*通配*/
#nav-holder {
	width: 100%;
	height: 36px; margin:6px 0 0 0;
	overflow: hidden;
}
#nav-wrapper {
	overflow: hidden;
	float: left;
}
#nav-scroller {
	overflow: hidden;
}
#nav-scroller li.selected{width: 72px; color: #fff; background:#fff; border:solid 1px #ff6600; height: 28px; -moz-border-radius:15px; -wbkit-border-radius:15px; border-radius:15px; float:left;}
#nav-scroller li a{ font-size:14px; line-height:26px;}

#nav-scroller li.selected a{color: #ff6600; font-size:14px;}

@media screen and (max-width:320px){
#nav-scroller li a,#nav-scroller li.selected a{ font-size:12px; }
}
.channel-topbar {
	overflow: hidden;
}
.channel-topbar ul {
	height: 40px;
	display: inline-block;
	white-space: nowrap;
}
.channel-topbar ul li {
	display: inline-block;
	text-align: center;
	width: 78px; text-overflow:ellipsis;overflow:hidden;white-space:nowrap; word-wrap:nowrap;
	height: 28px;
	font-family: "微软雅黑";
	color: #212121;
	font-weight: normal; float:right;
}
.channel-topbar > ul li:first-child {
	border-right: none;
}
.channel-topbar > ul li:nth-child(1),.channel-topbar > ul li:nth-child(2),.channel-topbar > ul li:nth-child(3) { float:left;
}

.mlego-toolbar {
	display: -webkit-box;
	-webkit-box-align: stretch;
	/*-webkit-box-pack: center;*/
}
.topbar {
	width: 100%;
	height: 40px;
	font-size: 17px;
	color: #000;
}
#nav-wrapper a {
	color: #4b4b4b;
	text-decoration: none;
	display: inline-block;
}
#nav-scroller a {
	color: #4b4b4b;
}
#nav-scroller a:active {
	color: #4b4b4b;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.ui-bar-a {
	background: url(../images/headerBg.png) repeat-x;
	opacity: 1;
	text-shadow: 0 /*{a-bar-shadow-x}*/ 0px /*{a-bar-shadow-y}*/ 0 /*{a-bar-shadow-radius}*/ #000 /*{a-bar-shadow-color}*/;
	border-bottom: 0px #c5c5c5 solid;
}
#headerTitle {
	padding: .0em 0px;
	line-height: 41px;
	margin: 0;
	font-family: "微软雅黑";
	font-size: 17px;
	font-weight: normal;
}
/*头部左侧图标*/
.ui-icon-left-access {
	background-image: url(../images/access.png);
	background-size: 18px 18px;
}
/*头部导航菜单结束*/
.ui-content {
	clear: both;
	position: relative;
}
#newsToggle {
	float: left;
	cursor: pointer;
}
#account {
	float: right;
	cursor: pointer;
}
/*C主题的改造部分*/
/* C
-----------------------------------------------------------------------------------------------------------*/
.ui-btn-up-c {
	border: 0;
	border-bottom: 1px solid #e4e4e4 /*{c-bhover-border}*/;
	background: #f0f0f0 /*{c-bhover-background-color}*/;
	font-weight: bold;
	color: #222 /*{c-bhover-color}*/;
	text-shadow: 0 /*{c-bhover-shadow-x}*/ 1px /*{c-bhover-shadow-y}*/ 0 /*{c-bhover-shadow-radius}*/ #fff /*{c-bhover-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #f0f0f0 /*{c-bhover-background-start}*/), to( #f0f0f0 /*{c-bhover-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #f0f0f0 /*{c-bhover-background-start}*/, #f0f0f0 /*{c-bhover-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image: -moz-linear-gradient( #f0f0f0 /*{c-bhover-background-start}*/, #f0f0f0 /*{c-bhover-background-end}*/); /* FF3.6 */
	background-image: -ms-linear-gradient( #f0f0f0 /*{c-bhover-background-start}*/, #f0f0f0 /*{c-bhover-background-end}*/); /* IE10 */
	background-image: -o-linear-gradient( #f0f0f0 /*{c-bhover-background-start}*/, #f0f0f0 /*{c-bhover-background-end}*/); /* Opera 11.10+ */
	background-image: linear-gradient( #f0f0f0 /*{c-bhover-background-start}*/, #f0f0f0 /*{c-bhover-background-end}*/);
}
.ui-li-thumb {
	margin-top: .7em;
	margin-left: .7em;
}
.ui-li-heading {
	font-family: "微软雅黑";
	font-weight: normal;
	color: #323232;
	margin:0;
	padding:0;
}
.ui-li-desc {
	font-size: 14px;
	font-weight: normal;
	display: block;
	margin: -.5em 0 .6em;
	overflow: hidden;
	white-space: normal;
	word-break: break-all;
	color: #818181;
	text-overflow: ellipsis;
	margin:0;
	line-height:1.5em;

}
.ui-btn-hover-c {
	border: 0;
	border-bottom: 1px solid #e4e4e4 /*{c-bhover-border}*/;
	background: #f0f0f0 /*{c-bhover-background-color}*/;
	font-weight: bold;
	color: #222 /*{c-bhover-color}*/;
	text-shadow: 0 /*{c-bhover-shadow-x}*/ 1px /*{c-bhover-shadow-y}*/ 0 /*{c-bhover-shadow-radius}*/ #fff /*{c-bhover-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #f0f0f0 /*{c-bhover-background-start}*/), to( #f0f0f0 /*{c-bhover-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #f0f0f0 /*{c-bhover-background-start}*/, #f0f0f0 /*{c-bhover-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image: -moz-linear-gradient( #f0f0f0 /*{c-bhover-background-start}*/, #f0f0f0 /*{c-bhover-background-end}*/); /* FF3.6 */
	background-image: -ms-linear-gradient( #f0f0f0 /*{c-bhover-background-start}*/, #f0f0f0 /*{c-bhover-background-end}*/); /* IE10 */
	background-image: -o-linear-gradient( #f0f0f0 /*{c-bhover-background-start}*/, #f0f0f0 /*{c-bhover-background-end}*/); /* Opera 11.10+ */
	background-image: linear-gradient( #f0f0f0 /*{c-bhover-background-start}*/, #f0f0f0 /*{c-bhover-background-end}*/);
}
#leftpanel ul .ui-btn-up-a{ background:#202020;}

/*C主题的改造部分*/
/*新闻详细内容页*/
#header2{
	background: url(../images/headerBg2.png) repeat-x;
	opacity: 1;
	text-shadow: 0 /*{a-bar-shadow-x}*/ 0px /*{a-bar-shadow-y}*/ 0 /*{a-bar-shadow-radius}*/ #000 /*{a-bar-shadow-color}*/;
	border-bottom: 0px #c5c5c5 solid;
}
#article .articleContent p{ font-size:15px; color:#5b5b5b; line-height:1.5em;}
.articleTitle{ color:#525252; font-family:"微软雅黑"; font-size:17px;line-height:2.5em;}