@charset "utf-8";
/* 新版新课标css */
* { margin: 0; padding: 0;} 
body { margin: 0; padding: 0; border: none; background: #f3ebd9; color: #777; font: normal 12px/1.6 "宋体", Arial; font-family: "微软雅黑",Helvetica,Arial,Verdana,sans-serif; text-align:left;  min-width:1200px;}
a:link, a:visited { color:#565752; text-decoration: none; }
a:hover { color: #B59667; text-decoration: none; }
ul, ol, li { list-style: none; }
p { margin:0; padding: 0; }
a img { border: none; }
select{ height:20px; line-height:18px;}
.clear { clear: both; }
.left {float:left;}
.right {float:right;}

/* header */
.header{width:100%; background:#f3ebd9;}
.header_content{width:1200px; margin: 0 auto;}
.logo{float:left; width:410px; }
.logo_more{float:left; width:275px;}
.logo_400{float:right; width:309px;}
/* menu */
.menu{width:100%; background:#4d2b04; height:40px;}
.menu_content{width:1200px; margin: 0 auto;}
.menu_content li{width:171px; float:left; text-align:center; line-height:36px; font-size:18px;}
.menu_content li a{ color:#ffffff; font-family:"微软雅黑";}
/* banner */
.banner{background:url('banner.jpg') top center; height:510px;}
.banner a{width:100%; height:100%; display:inline-block;}
/* content */
.content{width:1200px; margin: 10px auto 0px auto;}
.index_info_1{width:850px; float:left;}
.index_info_bg_a{background:#ddd1b1; width:415px; float:left;}
.index_info_bg_b{background:url('index_bg_01.jpg') repeat-x; padding:25px 30px 0px 30px;}
.index_info_bg_bb{background:url('index_bg_011.jpg') repeat-x; padding:25px 30px 0px 30px;}
.index_info_2{width:330px; float:right;}


/*分页*/
.page_div{ padding:10px 0;}
.list_page{border-left:1px solid #d8d8d8;font:bold 14px/24px "宋体";float:right;}
.list_page .disabled,.list_page .current,.list_page a,.list_page .gap{padding:0 10px;border:1px solid #d8d8d8; border-left:0; display:inline-block;height:30px; line-height:30px;color:#666; float:left}
.list_page .current{color:#f50101}
.list_page .disabled{color:#b4b4b4}
.page_div_h{height:50px}


.pages,.pageback{float:right;padding:2px 0;}
.pages a,.pages strong,.pageback a{float:left;padding:0 10px;margin-right:2px;height:30px;border:1px solid;line-height:30px;overflow:hidden;}
.pages a,.pageback a{border-color:#a97a44; background-color:#a97a44;color:#FFFFFF;}
.pages a:hover,.pageback a:hover{text-decoration:none;}
.pages strong{border-color:#633b0e;background-color:#633b0e;color:#FFF;font-weight:700;}
.pages a.prev,.pages a.next{background-repeat:no-repeat;}
.pages a.prev{padding-left:16px;background-image:url(arrow_left.gif);background-position:10% 50%;}
.pages a.next{padding-right:16px;background-image:url(arrow_right.gif);background-position:90% 50%;}
.pageback a{padding-left:16px;background:#FFF url(arrow_left.gif) no-repeat 0 50%;}
.pages a:hover,.pageback a,.pages a.next{border-color:#633b0e;}