@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	word-wrap:break-word;
	color: #000000;
}
body {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 1.5;
	text-decoration: none;
	text-align: center;/* IE5.5\6居中 */
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
ul { margin: 0px;padding: 0px; }
div {	*overflow: hidden;}
li { list-style-type: none; }
p {
	line-height: 1.5;
	margin-top: 5px;
	margin-bottom: 5px;
}
h1 {
	font-size: 20px;
	font-weight: bold;
	font-family: "微软雅黑";
}
a {
	color: #333333;
	text-decoration: none;
}
a:hover {color: #FF9900;}
a:visited {
	color: #666666;
}
.float {
	clear: both;
}
.ten {
	margin-bottom: 10px;
}
.smalltxt {
	font-size: 12px;
}

.titlebox {
	font-size: 14px;
	text-align: left;
	line-height: 25px;
	text-indent: 10px;
}
.whitetxt,.whitetxt a,#channel_name a:visited{
	color: #FFFFFF;
}

.redlink a {color: #CC3300;}
.blackbg {
	background-color: #000000;
}
.graybg {
	background-color: #e6e6e6;
}
.greenbg {
	background-color: #006666;
}

.simplebox {
	padding: 5px;
	border: 1px solid #ECECEB;
}
.simplebox ul {
	margin: 5px;
}
.txtlist li {
	text-align: left;
	text-indent: 10px;
	background-image: url(imgs/ico04.gif);
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 25px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #ECECEB;
	list-style-type: none;
}
.ico2 li{
	background-image: url(imgs/ico01.gif);
	text-indent: 20px;
}
.read {
	text-align: left;
	line-height: 1.5;
	overflow: auto;
	overflow-x: hidden;
	margin: 0px;
	padding: 5px;

}
.text {
	padding: 25px;
	margin: 0px;
	text-align: left;
	font-size: 14px;
	color: #333333;
	line-height: 1.5;
	border: 1px solid #F0F0F0;
}
.text p {
	padding-top: 5px;
	padding-bottom: 5px;
}


/*定义所有新旧日期显示效果*/
/*------------------------------------------------------------------*/
.newDate {
	color:#009999;
}
.time {
	font-family: Tahoma;
	font-size: 11px;
}

.oldDate {
	color:#999999;
	font-style:normal;
}
/*日期右对齐*/
li span.globalDate {float:right;margin:0 2px;}
.globalRight {float:right;margin:0 2px;}
.globalMoreRight {float:right;}
.moreLinks {float:right;margin:5px 2px 0;}
.moreLinks a, .moreLinks a:hover {color:#555;font-size:10px;font-weight:normal;}
.clear {clear:both;}
