﻿@charset "utf-8";

/* 全局设置 */
body {text-align: center; font:12px "宋体", arial;margin:0; padding:0; background: #FFF; }
div,form,img,
h1,h2,h3,h4,h5,h6,
ul,ol,li,dl,dt,dd		{margin:0; padding:0;}
table,td,tr,th,
h1,h2,h3,h4,h5,h6,
input,select,textarea 	{font-size:12px;}
img	{border: 0;}
ul 	{list-style: none;}

/* 默认链接颜色 */
a:link		{color: #4b4b4b; text-decoration:none;}
a:visited	{color: #4b4b4b; text-decoration:none;}
a:hover		{color: #282ea3; text-decoration:underline;}
a:active	{color: #4b4b4b;}

/* 分隔空白块  */
.blank1		{height:1px; background:#fff; font-size:1px; clear:both; overflow:hidden;}
.blank2		{height:2px; background:#fff; font-size:1px; clear:both; overflow:hidden;}
.blank3		{height:3px; background:#fff; font-size:1px; clear:both; overflow:hidden;}
.blank4		{height:4px; background:#fff; font-size:1px; clear:both; overflow:hidden;}
.blank5		{height:5px; background:#fff; font-size:1px; clear:both; overflow:hidden;}
.blank6		{height:6px; background:#fff; font-size:1px; clear:both; overflow:hidden;}
.blank7		{height:7px; background:#fff; font-size:1px; clear:both; overflow:hidden;}
.blank8		{height:8px; background:#fff; font-size:1px; clear:both; overflow:hidden;}
.blank9		{height:9px; background:#fff; font-size:1px; clear:both; overflow:hidden;}
.blank10	{height:10px; background:#fff; font-size:1px; clear:both; overflow:hidden;}

/* 整体布局 */
.wrapper 	{text-align: left;}


/* Banner广告 */
.adBanner	{width: 950px; margin: 0 auto; text-align: center;clear: both;}


/* 公共头部 */
#channel_top {width:950px; margin: 0 auto; height:29px; border-bottom:1px solid #d0d0d0;}
#channel_top .top {width:950px; margin:0 auto; }
#channel_top .top .zrlogo {	margin:0 0 0 5px;float:left;background: url(../images/channel_zrlogo.png) no-repeat left top;	height: 26px;width: 129px;display: inline;}
#channel_top .top .zrlogo a {display: block;height: 27px;width: 125px;}
#channel_top .top .zzlogo {float:left;background: url(../images/channel_logo.png) no-repeat left top;height: 26px;width: 83px;display: inline;}
#channel_top .top .zzlogo a {display: block;height: 27px;width: 80px;}
#channel_top .top ul {float:right; padding-right:12px; overflow:hidden; white-space: nowrap}
#channel_top .top ul li { float:left; color:#868585; padding:0 5px; line-height:29px;}
#channel_top .top ul li a,
#channel_top .top ul li a:visited {color:#868585;}
#channel_Nav {  width:950px;margin:0 auto; line-height:30px; text-align:center; color:#868585}
#channel_Nav a,
#channel_Nav a:visited {padding-right:5px;color:#868585}
#channel_Nav a:hover {color:#c00;}
/*    */
.articleMain {
	width: 950px;
	margin: 0 auto;
	background: #FFF url(../images/article_mainBg.png) repeat-y;
	text-align: left;
}
.articleMain_line {
	background: url(../images/article_mainLine_300.png) no-repeat right top;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	overflow: hidden;
	clear: both;
}
.mainContent {
	width: 640px;
	display: inline;
	float: left;
}
.mainContent .location {
	padding-left: 20px;
	line-height: 25px;
	margin: 0 1px;
	background: #dde7fd;
	border-top: 1px solid #D0D0D0;
	border-bottom: 1px solid #E5E5E5;
}

.mainContent .articleTitle 		{padding: 1em 1.5em 0;}
.mainContent .articleTitle h1.title		{color: #2d2da8;font: bold 25px/140% "黑体";margin: 15px 0; text-align: center; letter-spacing:-1px}
.mainContent .articleTitle h2.SubTitle	{color: #2d2da8;font: bold 16px/100% "黑体";margin: 10px 0; text-align: center;}
.mainContent .articleTitle .text	{font-family:Aria, Helvetica, sans-serif;background: #FFF;color:#3E3626;border-bottom: 1px solid #D4D4D4;line-height:25px; text-align: center;padding-right: 6px; padding-bottom:2px;}
.mainContent .articleTitle span	{float: left;padding-left: 6px;}

.articleContent {font-size: 14px; line-height: 200%;margin: 20px 1.5em 0; padding-bottom: 3em; clear:both; min-height: 300px;}
.mainContent .comment	{background:url(../images/con_bg_standard_001.gif) no-repeat 188px -90px;float:right;font-size:12px;width:368px;text-align:right;overflow:hidden; padding-right:20px;}

#page {
	text-align: center;
	font-size: 14px;
	margin: 0;
	padding-top: 10px;
}
#page a {font-family: 宋体; font-size: 12px; padding: 3px 5px; background:#FBFBFB; border: 1px solid #D3D3D3;margin: 2px; vertical-align:middle;text-decoration: none}
#page a:hover {background: #D7DFFF;text-decoration: underline;color: #C00;}
#page .current {font-size: 14px; background: #006DC3;border: 0; font-weight:bold;color: #FFF;padding: 3px 5px;margin: 2px;}

/* 搜索 */
.articleSearch {
	border: 1px dashed #CCC;
	margin: 0 1.5em 6px;
	background: url(../images/article_img.png) no-repeat -230px -30px;
	padding: 5px 0 5px 80px;
	color: #006B33;
}
.articleSearch .input {
	width: 200px;
	border: 1px solid #7F9DB9;
}
.articleSearch .submit {
	width: 40px;
	height: 21px;
	border: 0;
	margin-left: 50px;
	background: url(../images/article_img.png) no-repeat -260px 0;
}

/*--文章发布时间来源等--text_descript--*/
.text_descript dd a,.share_collect_cont li span{background:url("http://www.zredu.org/zr_images/pages/share_collect.png") no-repeat 0 0}
.text_descript{ float:right; width:600;height:35px; position:relative}
.text_descript dl{ float:left; padding:10px 20px 5px 5px}
.text_descript dt,.text_descript dd{ float:left}

/*2011-3-18 edit start*/
.text_descript dd a{display:inline-block;display:-moz-inline-stack;*display:inline;*zoom:1;width:16px;height:17px; overflow:hidden; vertical-align:middle;/*for chrome*/line-height:100px; margin:1px 0 0 4px;}
.text_descript dd a.renren2{background-position:-275px -164px; width:37px; height:22px;}/*大图片*/
.text_descript dd a.qzone2{background-position:-312px -163px; width:21px; height:22px;}/*大图片*/
.text_descript dd a.bdsc2{background-position:-353px -163px; width:24px; height:22px;}/*大图片*/
.text_descript dd a.baidusc2{background-position:-333px -163px; width:20px; height:22px;}/*大图片*/
.text_descript dd a.xlwb{background-position:-103px -226px; width:22px; height:22px;}/*大图片*/
.text_descript dd a.scmore{background-position:-283px -146px; width:58px;}

.text_descript dd a.tsina{background-position:-352px -33px;}
.text_descript dd a.qqwb{background:url("http://www.zredu.org/zr_images/pages/qqwb.gif") no-repeat 0 0;}
.text_descript dd a.shwb{background-position:-272px -109px;}
.text_descript dd a.renren{background-position:-336px -33px; }
.text_descript dd a.bdsc{background-position:-320px -33px;}
.text_descript dd a.baidusc{background-position:-272px -33px;}
.text_descript dd a.kaixin{background-position:-368px -33px;}
.text_descript dd a.qzone{background-position:-384px -33px;}

.text_descript dd a.renren-false{background-position:-65px -226px; width:37px; height:22px;}/*大图片*/
.text_descript dd a.qzone-false{background-position:-234px -163px; width:21px; height:22px;}/*大图片*/
.text_descript dd a.bdsc-false{background-position:-390px -189px; width:24px; height:22px;}/*大图片*/
.text_descript dd a.baidusc-false{background-position:-255px -163px; width:20px; height:22px;}/*大图片*/
.text_descript dd a.xlwb-false{background-position:-124px -226px; width:21px; height:24px;}/*大图片*/
.text_descript dd a.scmore-false{background-position:-225px -129px; width:58px;}
/*--text_descript--*/
/*--分享列表share_collect_cont--*/
.share_collect_cont{text-align:left;display:none; width:170px;position:relative;bottom:-1px;right:-180px;border:1px #6595c3 solid; background:#eff8ff; padding:15px 20px; height:auto;padding: 8px 10px 5px;}
.share_collect_cont li{ float:left; width:85px; line-height:17px;height: 17px;overflow:hidden;margin:5px 0}
.share_collect_cont li span{ float:left; height:17px; width:10px; margin:0 4px 0 0; cursor:pointer}
.share_collect_cont li.sc span{ background-position:-320px -33px; }
.share_collect_cont li.qqsq span{background-position:-304px -33px; }
.share_collect_cont li.qzone span{background-position:-384px -33px; }
.share_collect_cont li.ggsq span{background-position:-288px -33px; }
.share_collect_cont li.bdsc2 span{background-position:-353px -163px; }
.share_collect_cont li.bdsc span{background-position:-320px -33px; }
.share_collect_cont li.baidusc span{background-position:-272px -33px;}
.share_collect_cont li.wrli span{background-position:-256px -33px; }
.share_collect_cont li.xlvv span{background-position:-240px -33px; }
.share_collect_cont li.shbs span{background-position:-224px -33px; }
.share_collect_cont li.yhsc span{background-position:-352px -109px; }
.share_collect_cont li.hxwz span{background-position:-336px -109px; }
.share_collect_cont li.mysp span{background-position:-320px -109px; }
.share_collect_cont li.tjwz span{background-position:-304px -109px; }
.share_collect_cont li.wyco span{background-position:-288px -109px; }
.share_collect_cont li.shwb span{background-position:-272px -109px; }
.share_collect_cont li.wywb span{background-position:-256px -109px; }
.share_collect_cont li.douban span{ background-position:-400px -33px; }
.share_collect_cont li.tsina span{ background-position:-352px -33px; }
.share_collect_cont li.kaixin span{ background-position:-368px -33px; }
.share_collect_cont li.qqwb span{ background:url("http://www.zredu.org/zr_images/pages/qqwb.gif") no-repeat 0 0; }
/*2011-3-18 edit end*/

.clear{ zoom:1;clear:both}
.clear:after{ display:block;content:"\0020";overflow:hidden;height:0; clear:both}
/*--share_collect_cont--*/

/* 相关新闻 */
.aboutNews {
	margin: 0 1.5em 6px;
}
.aboutNews h2 {
	background: #D7DFFF;
	border: 1px solid #CCC;
	line-height: 22px;
	padding-left: 1em;
}
.aboutNews h2 .keyw {
	color: #F00;
	margin: 0 .5em;
}
.aboutNews ul {
	margin: 6px 0 0 12px;
}
.aboutNews ul li {
	background: url(../images/article_dot.png) no-repeat 4px 9px;
	line-height: 16px;
	padding: 3px 0 3px 1em;
}
/*讨论区*/
.endDeliver {
	border-top: 1px solid #CCC;
	padding: 10px 1.5em 0;
}
.endDeliver .title {
	line-height: 21px;
	height: 25px;
}
.endDeliver .title .tip {
	background: url(../images/article_img.png) no-repeat 0 -35px;
	height: 25px;
	width: 87px;
	margin-right: 1em;
	float: left;
	text-align: center;
}
.endDeliver .title .tip a {
	color: #666;
	font-weight: bold;
	display: block;
	width: 100%;
}
.endDeliver .title .text {
	font-size: 14px;
	float: left;
}
.endDeliver .title .text .num {
	font-weight: bold;
	color: #C00;
	padding: 0 5px;
}
.endDeliver .title .textBu {
	float: right;
	background: url(../images/article_img.png) no-repeat -182px 0;
	width: 68px;
	height: 19px;
	text-align: center;
}
.endDeliver .title .textBu a, .endDeliver .title .textBu a:visited {
	font-weight: bold;
	color: #C00;
}
.endDeliver .title .textBu a:hover {
	color: #E56C00;
}
.endDeliver .loginTip {
	clear: both;
}
.endDeliver .loginTip .textBox {
	clear: both;
	padding-top: 5px;
}
.endDeliver .loginTip .textBox textarea {
	width: 650px;
	height: 100px;
	border: 1px solid #999;
}
.endDeliver .loginTip .sendInput {
	float: right;
	width: 68px;
	height: 19px;
	border: 0;
	margin-top: 5px;
	background: url(../images/article_img.png) no-repeat -182px 0;
}
.endDeliver .login {
	float: left;
	padding-top: 3px;
}
.endDeliver .input {
	border: 1px solid #999;
	width: 90px;
}
.endDeliver .loginInput {
	width: 68px;
	height: 19px;
	border: 0;
	background: url(../images/article_img.png) no-repeat -182px 0;
}


.googlead {
	text-align: center;
	margin: 0 1.5em;
	border-top: 3px double #CCC;
	padding: 10px 0;
	clear: both;
}

/*    */
.mainSide {
	width: 300px;
	float: right;
}
.mainSide .blank5 {
}
.mainSide .module {
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
.mainSide .module .title {
	width: 300px;
	margin: 0 auto;
	height: 25px;
	line-height: 25px;
	position: relative;
	border-bottom: 1px solid #85a7f9;
}
.mainSide .module .title h2 {
	color: #000;
	padding: 0 0 0 12px;
}
.mainSide .module .more {
	position: absolute;
	top: 0;
	right: 10px;
	color: #333;
}
.mainSide .module .title2 {
	height: 25px;
	line-height: 25px;
	position: relative;
	border-bottom: 1px solid #CCC;
}
.mainSide .module .title2 h2 {
	color: #000;
	position: absolute;
	height: 26px;
	margin-left: 1px;
	width: 85px;
	text-align: center;
	background: url(../images/article_img.png) no-repeat 0 -70px;
}
.mainSide .module .content {
	padding: 8px 6px 6px;
	margin: 0 1px;
	font-size:13px;
}
		#commend .content {background: url(../images/article_img.png) no-repeat right bottom;}
		#commend .content li {font-weight: bold;padding: 5px 0 5px 1em;}

.mainSide .module .list {
	margin: 0 6px;
}
.mainSide .module .list li {
	background: url(../images/article_dot.png) no-repeat 4px 9px;
	line-height: 18px;
	padding: 3px 0 3px 1em;
}
.module dl{
	height: 120px;
	text-align: center;
	overflow: hidden;
	border-bottom: 1px dashed #CCCCCC;
}
.module dl dd{
	width:138px;
	float:left;
	display: inline;
	margin-left: 3px;
}
.module dl dd span{
	text-align: center;
	line-height: 25px;
}
.module dl img{
	border: 1px solid #999999;
	padding:2px;
	width:118px;
	height:88px;
}

.squareAd {
	text-align: center;
}


/* 页脚 */
#copyright {width: 950px;text-align: center;margin: 7px auto 0;padding: 5px 0 10px;border-top: 1px solid #c8c8c8;}
#copyright .link {margin-top: 10px; margin-bottom: 5px;text-align: center;}
#copyright .link a, #copyright .link a:visited {color: #07519A;}
#copyright .link a:hover {color: #C00;}
#copyright p {font-family: Tahoma;line-height: 20px;text-align: center;padding:0;margin:0}
