@charset "gb2312";
/* CSS Document */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1;}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}li{list-style:none}table{width:100%;line-height:1.5em;border-collapse:collapse;border-spacing:0}
.clearfix:after, .container:after{content:'\0020';display:block;height:0;clear:both;visibility:hidden;max-height:0;}
.clearfix, .container{display:inline-block;}
* html .clearfix, * html .container{height:1%;}
.clearfix, .container{display:block;}
.clearer{background:none;border:0;clear:both;display:block;float:none;font-size:0;list-style:none;margin:0;padding:0;overflow:hidden;visibility:hidden;width:0;height:0}
html{color:#555;font-size:12px;font-family:Helvetica, Arial,sans-serif;text-align:left;background-color:#f7f7f7;}
strong, th, thead td, h1, h2, h3, h4, h5, h6{font-weight:bold;}
h1{font-size:1.9em;}h2{font-size:1.7em;}h3{font-size:1.5em;}h4{font-size:1.3em;}h5{font-size:1.2em;}h6{font-size:1em;}
cite, em, dfn{ font-style: normal;}
code, kbd, samp, pre, tt, var, button, input, select, textarea{font-family:Helvetica, Arial,sans-serif;}
a{color:#444;text-decoration:none;outline:none;}
a:hover{color:#b00;text-decoration:underline;}
hr{background:#ddd;color:#ddd;clear:both;float:none;width:100%;height:.1em;margin:.5em 0;border:none;}
hr.space{background:#fff;color:#fff;}
table{border-top:1px solid #eee;border-left:1px solid #eee;}
th, td{padding:5px;border-bottom:1px solid #eee;border-right:1px solid #eee;vertical-align:top;}
th{font-weight:bold;text-align:center;background:#f8f8f8;}
textarea, input[type='text'], input[type='password'], select{padding:4px;background:#fff url('imgtext_input_bg.gif') repeat-x left top;border-width:1px;border-style:solid;border-color:#bbb #ddd #ddd #bbb;}
input[type='text'], input[type='password']{width:16em;}
textarea:hover, input[type='text']:hover, input[type='password']:hover, select:hover{ border-color: #aaa;}
textarea:focus, input[type='text']:focus, input[type='password']:focus, select:focus{ border-color: #888;outline:none;}
input, select{cursor:pointer;}input[type='text'],input[type='password']{cursor:text;}label{cursor:pointer;}

/*页面整体css

body {
	background: url(imagespysjtopimg.jpg) no-repeat top center;
}*/
/* CSS空白 */
.blank1 { margin:0 auto; height:1px; font-size:1px; clear:both; overflow:hidden }
.blank2 { margin:0 auto; height:2px; font-size:1px; clear:both; overflow:hidden }
.blank3 { margin:0 auto; height:3px; font-size:1px; clear:both; overflow:hidden }
.blank5 { margin:0 auto; height:5px; font-size:1px; clear:both; overflow:hidden }
.blank8 { margin:0 auto; height:8px; font-size:1px; clear:both; overflow:hidden }
.blank10 { margin:0 auto; height:10px; font-size:1px; clear:both; overflow:hidden }
.blank11 { margin:0 auto; height:11px; font-size:1px; clear:both; overflow:hidden }
.blank12 { margin:0 auto; height:12px; font-size:1px; clear:both; overflow:hidden }
.blank13 { margin:0 auto; height:13px; font-size:1px; clear:both; overflow:hidden }
.blank14 { margin:0 auto; height:14px; font-size:1px; clear:both; overflow:hidden }
.blank15 { margin:0 auto; height:15px; font-size:1px; clear:both; overflow:hidden }
.blank20 { margin:0 auto; height:20px; font-size:1px; clear:both; overflow:hidden }
.blank25 { margin:0 auto; height:25px; font-size:1px; clear:both; overflow:hidden }
.blank30 { margin:0 auto; height:30px; font-size:1px; clear:both; overflow:hidden }



/*左右浮动*/
.fl {
	float:left;
}
.fr {
	float:right;
}
.allbox {
	width:100%;
	overflow:hidden;
	background: url(imagespysjall-bg.jpg) top center repeat-x #e8e8e8;
}
.box {
	width:1000px;
	margin:0 auto;
	text-align:left;
}
/*统一文字list*/
.list {
	position:relative;
}
  .list ul {
  }

  .list ul li {
	  font-size:12px;
	  line-height:28px;
      text-overflow:ellipsis;
	  white-space:nowrap;
	  overflow:hidden;
	  list-style:disc inside;
  }
  .list ul li a {
	  color:#3f3f3f;
  }
/*顶部*/   
#top {
	width:100%;
	background: url(imagespysjtopimg.jpg) center top no-repeat;
}
#top .box {
	width:1000px;
	height:384px;
	
}
/*菜单*/
#menu {
	width:100%;
	height:38px;
	background:#fade99;
	border-bottom:2px solid #be3f00;
	overflow:hidden;
}
  #menu ul {
	  width:950px;
	  margin:8px auto;
  }
  #menu ul li {
	  width:128px;
	  float:left;
	  text-align:center;
	  line-height:20px;
	  font-size:14px;
	  border-right:1px solid #be3f00;
	  _display:inline;/*ie6*/
  }
  #menu ul li a {
	  color:#be3f00;
  }

/*主体内容*/
#main {
	width:100%;
	overflow:hidden;
	margin:0 auto;
}
  #main .box {
	  width:1000px;
	  margin:0 auto;
	  text-align:left;
	  position:relative;
	  background:#FFF;
	  overflow:hidden;
  }

.M_Lbox {
	width:717px;
	margin-left:12px;
	margin-top:15px;
}

/*右侧部分*/
.M_Rbox {
	width:257px;
	background:#FFF;
	margin-top:15px;
	margin-right:12px;
	border-left:1px solid #ccc;
}
.M_Rbox .rbox {
	width:244px;
	margin:0 auto; 
	
}
.L1 {
	width:710px;
	overflow:hidden;
}


/**/
.fox {
	width:347px;
	height:273px;
}
.fox .code{ height:auto; padding:20px; border:1px solid #9EC9FE; background:#ECF3FD;}
.fox .code pre{ font-family:"Courier New";font-size:14px;}
.fox .info{ font-size:12px; color:#666666; font-family:Verdana; margin:20px 0 50px 0;}
.fox .info p{ margin:0; padding:0; line-height:22px; text-indent:40px;}
.fox h2.title{ margin:0; padding:0; margin-top:50px; font-size:18px; line-height:23px; font-family:"微软雅黑",Verdana;}
.fox h3.title{ font-size:16px; font-family:"微软雅黑",Verdana;}
.fox .importInfo{ font-family:Verdana; font-size:14px;}
#LR1 {
	width:350px;
}
/*标题1*/
#LR1 .title1 {
	width:350px;
	height:32px;
	position:relative;
	background:url(imagespysjtitle1-bg.png) repeat;
}
#LR1 .title1 .name {
	width:101px;
	height:36px;
	text-align:center;
	color:#be3f00;
	background:#FFF;
	position:absolute;
	border-left:2px solid #fae0a0;
	z-index:10;
	left:0;
	line-height:36px;
	font-size:16px;
	font-weight:bold;
}
/*#LR1 .title1 .namer {
	width:4px;
	height:36px;
	background: url(imagespysjtitle1_nameBG.png)  bottom;
	position:absolute;
	left:101px;
	top:0;
	z-index:100;
}*/
#LR1 .title1 .more {
	position:absolute;
	line-height:32px;
	right:0;
	font-size:10px;
	padding-right:3px;
}
#LR1 .title1 .more a {
	color: #be3f00;
}

#LR1 .zy {
	width:350px;
	margin-top:10px;
}
#LR1 .zy h5 {
	width:350px;
	margin:0 auto;
	line-height:24px;
}
#LR1 .zy h5 a {
	font-size:16px;
	font-weight:bold;
	color:#be3f00;
}
#LR1 .zy p {
	height:46px;
	margin-top:6px;
	line-height:24px;
	overflow:hidden;
}
#LR1 .zy p a {
	color:#5e5e5e;
}

#LR1 .list {
	margin-top:5px;
	border-top:1px dashed #ccc;  
}
#LR1 .list ul {
	margin-top:10px;
}
#LR1 .list li {
	font-size:12px;
	width:340px;
}
/*下方添加内容 中共中央关于文化体制改革重大决定--推进文化体制机制创新*/
#H2_box {
	width:1000px;
	overflow:hidden;
	margin:0 auto;
}
  #H2_box .H2main {
	  width:954px;
	  position:relative;
	  margin:10px auto;
  }
	#H2_box .H2main p {
		text-indent:2em;
		line-height:26px;
		font-size:14px;
		color:#323232;
	}
	#H2_box .H2main a {
		width:108px;
		display:block;
		height:43px;
		background:url(imagespysjmore2.jpg) center no-repeat;
		float:right;
		position:relative;
		bottom:15px;
	}

.L2box {
	width:346px;
	overflow:hidden;
}

.title2 {
	width:344px;
	height:28px;
	line-height:28px;
	border-bottom:1px solid #d6d6d6;
}

.title2 .name2 {
	width:100px;
	text-align:center;
	color:#be3f00;
	line-height:28px;
	font-weight:bold;
	font-size:16px;
	border-bottom:2px solid #be3f00;
	margin-top:-1px;
}
.title2 .more {
	width:150px;
	text-align:right;
}
.title2 .more a img {
	margin-top:10px;
}

.L2list {
	width:320px;
	margin:10px auto;
}


.title3 {
	width:244px;
	height:34px;
}
.title3 .name3 {
	width:85px;
	font-size:16px;
	text-align:center;
	float:left;
	margin-top:10px;
	font-weight:bold;
	color:#be3f00;
	margin-bottom:10px;
}

.title3 .more {
	float:right;
	font-size:10px;
	line-height:12px;
	width:48px;
	height:12px;
	margin-top:9px;
	background:#fade99;
	text-align:center;
	margin-bottom:10px;
}
.title3 .more a {
	color:#be3f00;
}


.title4 {
	width:1000px;
	height:51px;
	background:url(imagespysjtitle2_BG.jpg) center no-repeat;
}


.Rlist {
	width:230px;
	overflow:hidden;
	margin:10px auto; 
}

/*视频部分 */
.video {
	width:257px;
	height:181px;
	margin:0 auto;
	position:relative;
}
.video .img {
	width:228px;
	height:171px;
	margin:10px auto;
	background:#C03;
}


.bq {
	width:600px;
	margin:20px auto;
}

.bq  p span {
	padding:5px 10px;
}