﻿/* CSS Document */
body,div,ul,li,a,img,form,menu{
	border:0px;
	margin:0px;
	padding:0px;
}
ul,li{
	list-style: none;
}
a{
	text-decoration:none;
	cursor:pointer;		
}
a:hover{
	color:red;	
}
body {
	text-align: center;	
	background-image:url(../images/111.jpg);
	background-repeat:repeat-x;
}
#all{
	width:1100px;
	height:1541px;
	margin: 0 auto;	
	font-family:'宋体';
}

#all #top{
	height:110px;
       
}
#top .top1{
	height:83px;
}
#top .top1 li{
	float:left;	
	height:40px;
	line-height:40px;
	width:110px;
	font-family:'微软雅黑';
	font-weight:bold;
	font-size:16px;
}
#top .top1 li a{
	color:white;	
}
#top .top1 .menu1{
	width:110px;	
}
#top .top1 .menu1_on{
	background-color:#FFCC33;
	background-repeat:repeat-x;
	width:110px;	
}
#top .top1 li a:hover{
	color:black;	
}
#top .top2{
	height:27px;
	display:none;
}
#top .top2 .menu2{
	width:130px;	
	height:27px;
	line-height:27px;
	font-family:'宋体';
	font-size:16px;
	float:left;
}
#top .top2 .menu2 a{
	color:#FFCC33;	
}
#top .top2 .menu2 a:hover{
	color:white;
}
/**/

#all #book{
	height:1431px;
	width:1100px;
}
#book .index_img{
	height:400px;	
}
#book .news{
	width:1100px;
	height:501px;	
	float:left;
	background-image:url(../images/news_bg.jpg);
	background-repeat:no-repeat;
}
#book .left{
	float:left;
	width:300px;	
	height:501px;
}
#book .left .left_b li{
	height:42px;	
}
#book .left .left_b li a{
	font-family:'微软雅黑';
	font-size:14px;
	font-weight:bold;
	color:#000;
	float:left;
	line-height:41px;
	padding-left:45px;
}
#book .left .left_b li span{
	font-size:12px;
	color:#A9A9A9;	
	float:right;
	padding-top:16px;
	padding-right:30px;
}

#book .middle{
	float:left;
	width:546px;	
	height:501px;
}
#book .middle .mid_top{
	background-image:url(../images/left_bg1.jpg);
	background-repeat:repeat-x;
	height:29px;
	width:460px;
	margin:30px auto 0;
}
#book .middle .mid_top ul .tag_on{
	float:left;
	height:23px;
	width:77px;
	background-color:#FF3333;
	background-repeat:no-repeat;
}
#book .middle .mid_top ul .tag_on span{
	color:#FFF;	
	font-size:12px;
	line-height:23px;
	*line-height:20px;	
	_line-height:22px;
}
#book .middle .mid_top ul .tag_off{
	float:left;
	height:23px;
	width:77px;
	background-image:url(../images/tag_off.jpg);
	background-repeat:no-repeat;
}
#book .middle .mid_top ul .tag_off span{
	color:#005fae;
	font-size:12px;
	line-height:23px;
	*line-height:20px;	
	_line-height:22px;	
}
#book .middle .content li{
	margin:0 auto;
	height:25px;
	width:460px;
	background-image:url(../images/red.jpg);
	background-repeat:no-repeat;	
	text-align:left;
}
#book .middle .content li a{
	line-height:25px !important;
	line-height:22px;
	padding-left:25px;
	font-size:12px;
	color:#26507a;	
}
#book .middle .content li a:hover{
	color:red;	
}
#book .middle .content .date{
	color:#646464;
	font-size:12px;	
}

#book .right{
	float:right;
	width:252px;
	height:501px;	
}
#book .right .right_top{
	background-image:url(../images/right_bg1.jpg);
	background-repeat:no-repeat;
	height:29px;
	width:180px;
	margin:0 auto;
}
#book .right .right_content{
	margin-top:6px;
}
#book .right_b .right_content{
	margin-left:42px;
	margin-top:6px;	
}
#book .right_b .right_content span{
	float:left;
	width:90px;
	height:25px;
	line-height:25px;
	margin:2px;
	background:url(../images/index_button.jpg) no-repeat;	
}
#book .right_b .right_content span a{
	color:#255480;
	font-size:12px;	
}
#book .right .right_top span{
	font-family:'微软雅黑';
	font-size:14px;
	font-weight:bold;
	float:left;
	color:#FF3333;	
	line-height:29px;
	padding-left:12px;
}

/**/
#book .flash{
	width:1100px;
	height:130px;
	float:left;
}

/**/
#bottom{
  	border-top:1px solid #CCC;
	background-color:#D4082C;
	height:100px;
}
#bottom .b_text{
	padding:15px 12px;
}
#bottom .b_text span{
	font-size:13px;
	color:white;
    line-height:20px;
}