
/* CSS Document */
*{margin:0;
  padding:0;
}
body {
  background:#FFF;
  font-size:14px;
  font-family:"微软雅黑";
  color:#4e4e4e;
}
 ul{
	 list-style-type:none;
 }
 a{
    text-decoration:none;
 }

.header{

	width:100%;
	height:198px;
	background:url(http://www.chinakongzi.org/style/images/kzyj/header-bg.jpg);
	background-position:center top ;
	background-repeat: no-repeat;
	margin:0 auto;
}
.container{
	position:relative;
	width:1170px;
	margin:0 auto;

}
.container{zoom:1;}
	   .container:after{
		   content:"";
		   display:block;
		   visibility:hidden;
		   height:0;
		   clear:both;
	   }

#header-logo{
	position:relative;
	padding-top:60px;
	padding-left:40px;
}

.nav{
	width:100%;
	height:49px;
	background:url(http://www.chinakongzi.org/style/images/kzyj/nav-bg.jpg) repeat-x
}
  .nav-col1{
	  width:1170px;
	  margin:0 auto;
  }
    .nav-col1 ul{
		 position:relative;

	 }
      .nav-col1 ul li{
		  display:inline;
		  line-height:49px;
	   }

	      .nav-col1 ul li a{
			display:inline-block;

			color:#FFF;
			font-size:16px;
			padding:0 25px;
			background:url(http://www.chinakongzi.org/style/images/kzyj/nav-line.png) no-repeat right center;
		 }
	          .nav-col1 ul li a:hover{
				 color:#5c2400;
				 background:#FFF;
			  }
/*内容板块1*/
.content-box1{
	width:100%;
	height:430px;
	background:#ebe6e0;
	margin:0 auto;
}
/*孔子研究*/
  #kzyj{
	  background:#f6f6f6;
	  width:868px;
	  float:left;
	  height:373px;
	  margin-top:28px;
	  margin-right:30px;
	  border:1px #d8d7d7 solid;
  }
      #kzsj-cover{
		  width:269px;
		  height:100%;
		  background:#C69;
		  float:left;
		  margin-right:30px;

	  }

	   #kzsj-content{
		  width:569px;
		  height:100%;
		  background:#f6f6f6;
		  float:left;
	   }
	    #kzsj-content-top{
				 height:90px;
				 background:url(http://www.chinakongzi.org/style/images/kzyj/kzyj-icon2.png) no-repeat right center;
				 border-bottom:1px #e3e3e3 solid;

		}
	   #kzsj-content-top h2{
		     margin-top:28px;
			 float:left;
			 color:#88451a;
			 font-size:24px;
			 background:url(http://www.chinakongzi.org/style/images/kzyj/kzyj-icon.png) no-repeat left center;
		 }
		   #kzsj-content-top h2 b{
			   margin-left:40px;
		   }


			 	 #kzsj-content p{
					 color:#5d5c5c;
				     line-height:34px;
				     font-size:16px;
				     text-indent:2em;
					 padding:16px 3px;
				     overflow:hidden;
					 background:#f6f6f6;
					 border-bottom:1px #e3e3e3 solid;
                 }


/*在线投稿*/

  #zxtg{
	  margin-top:28px;
	  background:#f6f6f6;
	  width:268px;
	  height:375px;
	  float:left;
	  border:1px #d8d7d7 solid;
	  }
	 #zxtg-icon-center{
	     width:169px;
		 margin:40px auto;

	 }

	 #zxtg a{
		 color:#FFF;
		 background:#88451a;
		 display:block;
		 width:213px;
		 height:52px;
		 border:1px #d8d7d7 solid;
		 text-align:center;
		 font-size:18px;
		 line-height:52px;
		 margin:0 auto;
	 }
	 #zxtg a:hover{
		 font-weight:bold;

		 }



/*内容板块2*/
.content-col-left{
	width:770px;
	margin-right:30px;
	float:left;

}
  .content-col-letop{
	  background:#FFF;
	  height:80px;
	  border-bottom:1px #d8d7d7 solid;
  }
    .content-col-letop h3{
		color:#88451a;
	    font-size:24px;
		background:url(http://www.chinakongzi.org/style/images/kzyj/col-icon.png) no-repeat left bottom;
		width:170px;
		height:62px;
		font-weight:normal;
		float:left;
		line-height:98px;

	}
	.content-col-letop h3 b{
		text-decoration:none;
		font-weight:normal;
		margin-left:25px;


	}

  .more a{
	  display:block;
	  background:url(http://www.chinakongzi.org/style/images/kzyj/more.png) right no-repeat;
	  width:30px;
	  height:60px;
	  float:right;
	  margin-top:20px;
  }
	   .more a:hover{
		   background:url(http://www.chinakongzi.org/style/images/kzyj/more2.png) right no-repeat;
	   }

  .content-col-list{
	  width:100%;
	  background:#FFF;
	  float:left;
	  margin-top:20px;
  }

	 .content-col-list span{
		 display:inline-block;
		 width:88px;
		 height:191px;
		 border:1px #d8d7d7 solid;
		 float:left;
	 }
	 .content-col-liword{
		 float:left;
		 width:470px;
		 margin-left:30px;
	 }

	 .content-col-list ul li{
		 line-height:32px;
		white-space:nowrap;
		text-overflow:ellipsis;
		overflow:hidden;

	 }

		 .content-col-list ul li a{
			 font-size:14px;
			 font-family:"微软雅黑";
			 color:#747576;
		 }
	         .content-col-list ul li a:hover{
				 color:#bb3c15;
				 text-decoration:underline;
			 }

.content-col-right{
	width:370px;
	float:left;
}
.content-col-img{
	width:270px;
	height:191px;
	float:left;

}
/*经学研究*/
.bottom-first-box{
	border:1px #d8d7d7 solid;
	width:330px;
	float:left;
	padding:0 20px;
	margin-right:30px;
	margin-top:45px;
	margin-bottom:45px;
	height: 305px;

}
  .more-three a{
	  display:block;
	  background:url(http://www.chinakongzi.org/style/images/kzyj/more.png) right no-repeat;
	  width:30px;
	  height:50px;
	  float:right;
	  margin-top:10px;
  }
	   .more-three a:hover{
		   background:url(http://www.chinakongzi.org/style/images/kzyj/more2.png) right no-repeat;
	   }

  .bottom-first-box h3{
	  font-weight:normal;
	  font-size:18px;
	  color:#92420f;
	  padding:26px 0 26px 10px;
  }

  .bottom-box-word{
	  width:100%;

	  padding-bottom:36px;

  }
	.bottom-box-word ul li{
		line-height:32px;
		white-space:nowrap;
		text-overflow:ellipsis;
		overflow:hidden;


	}
	  .bottom-box-word ul li a{
		   font-size:14px;
		   font-family:"微软雅黑";
		   color:#747576;
	  }
	  .bottom-box-word ul li a:hover{
				 color:#bb3c15;
				 text-decoration:underline;
			 }
.bottom-second-box{
	border:1px #d8d7d7 solid;
	width:323px;
	float:left;
	padding:0 20px;
	margin-top:45px;
	margin-bottom:45px;
}
	.bottom-second-box h3{
	  font-weight:normal;
	  font-size:18px;
	  color:#92420f;
	  padding:26px 0 26px 20px;
  }

/* 登录搜索*/

.denglu_nr{ width:100%; height:40px; line-height:40px;  margin:0 auto; background:#efefef;}
.denglu_nr ul{ width:1180px; margin:0 auto;text-align:right;color: #696969;
font-size: 12px; }
.denglu_nr ul li{ float:right; margin:0 5px; line-height:40px;font-size:12px;}
.denglu_nr ul li a{color: #696969;}
