@charset "gb2312";
/* CSS Document */
  
  /*background transform*/
  @-webkit-keyframes bg_red_anim
  {
      from { background-color:#ffffff}
      to { background-color:#bb996c}
  }
  
  @-moz-keyframes bg_red_anim
  {
      from { background-color:#ffffff}
      to { background-color:#bb996c}
  }
  
  @keyframes bg_red_anim
 {
    from { background-color:#ffffff}
    to { background-color:#bb996c}
  }
  
  
  /*sacle transform*/
  
  @-webkit-keyframes scale_anim
  {
      from { -webkit-transform:scale(.5,.5);opacity:0}
      to { -webkit-transform:scale(1,1);opacity:1}
  }
  
  @-moz-keyframes scale_anim
  {
      from { -moz-transform:scale(.5,.5);opacity:0}
      to { -moz-transform:scale(1,1);opacity:1}
  }
  
  @keyframes scale_anim
 {
    from { transform:scale(.5,.5);opacity:0}
      to { transform:scale(1,1);opacity:1}
  }




*{ margin:0; padding:0;}
html{ background-color:#FFF; margin:0; padding:0;}
body{ font-family:"微软雅黑"; font-size:12px; line-height:20px; background-color:#FFF; word-break:break-all; min-width:960px; /*_width:expression(this.clientWidth<1000?"1000px":"null");*/}
h1,h2,h3,h4,h5,h6,font{ font-size:100%; font-weight:100; overflow:hidden;}
img,fieldset,iframe,table{ border:0;}
input,button,textarea,select{ font-size:12px;}
li{ list-style:none; overflow:hidden;}
b{ font-weight:100; overflow:hidden;}
em{ font-style:normal; overflow:hidden;}
a{ color:#343434; text-decoration:none;}
a:hover{ color:#bb996c; text-decoration:none;}
.clearf{ zoom:1;}
.clearf:after{ content:'.'; display:block; visibility:hidden; clear:both; width:1px; height:1px;}
.clear{ clear:both;}
.red{ color:#f00;}
.red a{ color:#f00;}
.red a:hover{ color:#ff6600;}
.left{float:left;}
.right{ float:right;}
.pos_rel{ position:relative;}
.pos_abs{ position:absolute;}
.content{ margin:0px auto; overflow:hidden; width:1000px;}
.border{ border:1px solid #dcdcdc; width:998px;}
.border02 { width:960px; height:10px; border-bottom:#e8d2ab 1px solid; margin:0px auto; clear:both; margin-bottom:10px;}
.mar_t5{ margin-top:5px;}
.mar_t10{ margin-top:10px;}
.mar_t20{ margin-top:20px;}
.mar_t30{ margin-top:30px;}
.pad_b5{ padding-bottom:5px;}
.pad_b10{ padding-bottom:10px;}
.line { width:100%; height:1px; margin:0px auto; clear:both; border-bottom:#d9d9d9 1px solid; margin-top:10px;}

.head{ height:38px; line-height:39px; min-width:1000px; _width:expression(this.clientWidth<1000?"1000px":"null");}
.head ul{ height:38px; overflow:hidden;}
.head li{ height:38px; float:left; padding-right:7px; color:#744332;}
.head li font{ color:#333;}
.head li img{ float:left; margin-top:12px;}
.head li a{ color:#744332;}
.head li a:hover{ color:#744332;}
.head span{ width:1px; height:1px; position:relative; display:block; float:right;}
.head span ul{ width:80px; position:absolute; top:37px; right:0px; border:1px solid #c2c2c2; background:#fff; height:auto; display:none;}
.head span li{ width:70px; height:21px; line-height:21px; padding:0 5px;}
.head0{ overflow:visible;}

.bottom{
	height:38px;
	line-height:39px;
	min-width:1000px;
_width:expression(this.clientWidth<1000?"1000px":"null");
    text-align:center;
	color:#fff;
	background-color:#000;
	padding:0 5px;
	font-size:13px;
	font-family:"宋体", Arial, Helvetica, sans-serif;
}
.bottom a{ color:#fff;}
.bottom a:hover{ color:#fff;}

.foot{ height:90px; text-align:center; color:#545d5a; padding-top:15px; line-height:22px;}
.foot a{color:#FFF;}
.foot a:hover{ color:#FFF;}

.sg_content { width:100%; margin:0px auto; clear:both; text-align:center;}
.sg_content_zt { width:100%; margin:0px auto; clear:both; background-color:#ececec;}
.sg_content_l { width:960px; float:left;}
.sg_content_r { width:300px; float:right;}
.sg_content_r_b { width:300px; float:right; padding-top:45px;}


/*通用页头*/

.top { width:100%; height:66px; background-color:#FFF;}
.top_c { width:100%; height:66px; margin:0px auto; clear:both; center;}
.logo_index { width:100%; height:34px; text-align:center; top:50%;left:50%;margin-top:16px;margin-bottom:16px}
.logo_index img { width:164px; height:34px;}
.top_an { width:250px; height:25px; float:right; padding-top:28px;}
.top_an li { height:25px; position:inherit; overflow:hidden; margin-left:10px; float:right;}

/*导航*/
.sg_nav { width:auto; height:27px; float:left; clear:both; margin-top:-12px; position:relative;}
.sg_nav li { display:inherit; overflow:hidden; position:inherit; float:left; text-align:center; font-size:14px; }
.sg_nav_a {height:27px;color:#000;margin-top:12px;padding-top:5px;margin-right:83px;}
.sg_nav_a_line { float: left;}
.sg_nav_a a{ color:#000;}
.sg_nav_a a:hover{color: #bb996c;}
.sg_nav_a_line:hover{  border-bottom: #bb996c 4px solid;float: left;}

.sg_nav_b {color:#bb996c;margin-top:12px;padding-top:5px;margin-right:83px;}
.sg_nav_b_line {  border-bottom: #bb996c 4px solid;float: left;}
.sg_nav_b a{ color:#bb996c;}
.sg_nav_b a:hover{ color:#bb996c;}
.sg_nav_tu { width:60px; height:21px; position:absolute; top:0px; left:500px;}
.sg_nav_tu img { width:60px; height:21px;}

/*搜索*/
.search_area{border-top: #333 2px solid; border-bottom: #555 1px solid; width:100%;}    
.search_index { width:960px; height:27px; margin:0px auto; clear:both;}
.search_div {float:right;padding-top:0px;}
.search_div li {position:inherit;float:left;height:27px;line-height:27px;}
.search_div .search_form{float:left;}
.search_bd { width:167px; height:27px; padding-top:0px;}
.search_bd2 { width:162px; height:27px; border-top:#333 2px solid; border-bottom:#333 2px solid; font-size:14px; color:#343434; text-align:left; padding-left:5px; padding-top:0px; background-color:#ddd; }

.search_an { width:18px; }
.search_an img { height:18px;width:18px; margin-top:6px; }


.dl_tu { width:29px; height:29px; border:#e1e1e1 1px solid; text-align:center; margin-left:20px; margin-right:20px;}
.dl_tu img { width:25px; height:25px; margin:0px auto; clear:both; margin-top:2px;}
/*.dl_txt { width:80px; font-size:12px; text-align:left; color:#000; padding-top:5px; word-break:keep-all; white-space:nowrap; display:block; overflow:hidden; text-overflow:ellipsis;}*/
.dl_txt {
	font-size:12px;
	text-align:left;
	color:#000;
	word-break:keep-all;
	white-space:nowrap;
	display:block;
	overflow:hidden;
	text-overflow:ellipsis;
	margin-right:15px;
	max-width:72px;
	_width:50px;
	overflow:hidden
}

.dl_txt a{ color:#818181;}
.dl_txt a:hover{ color:#818181;}
/*.dl_txt2 { width:40px; font-size:12px; text-align:left; color:#818181; padding-top:5px;}*/
.dl_txt2 {
	font-size:12px;
	text-align:left;
	color:#818181;
}

.dl_txt2 a{ color:#818181;}
.dl_txt2 a:hover{ color:#818181;}

/*.dl_txt3 {width:120px;font-size:12px; text-align:right; color:#818181; padding-top:5px;}*/
.dl_txt3 {
	font-size:12px;
	text-align:right;
	color:#818181;
	margin-left:10px;
}

.dl_txt3 a{ color:#818181;}

/*发布查询 & 翻页*/

.fy01 { width:668px; height:25px; margin:0px auto; clear:both; margin-top:25px;}
.fy01_l { width:54px; height:25px; float:left; cursor:pointer; background:url(/img/ver2012/images/sg2012_img15.jpg) top left no-repeat; padding-left:30px; font-size:16px; text-align:left; color:#2c2c2c;}
.fy01_l a{ color:#2c2c2c;}
.fy01_l a:hover{ color:#2c2c2c;}

.fy01_c { width:500px; height:25px; float:left;}
.fy01_c ul { width:100%; margin:0px auto; text-align:center;}
/*.fy01_c li { width:24px; height:23px; display:inline-block; _display:inline; *display:inline; zoom:1; margin:0px 2px; padding-top:1px;}*/
.fy01_c li {
	width:24px;
	height:24px;
	display:inline-block;
	_display:inline;
	*display:inline;
	zoom:1;
	margin:0px 2px;
	line-height:24px;
}

.fy01_c_a { background:url(/img/ver2012/images/sg2012_img22.jpg) top center no-repeat; text-align:center; font-size:12px; color:#FFF;}
.fy01_c_a a{ color:#FFF;}
.fy01_c_a a:hover{ color:#FFF; text-decoration:none;}

.fy01_c_b { background:url(/img/ver2012/images/sg2012_img23.jpg) top center no-repeat; text-align:center; font-size:12px; color:#535353;}
.fy01_c_b a{
	color:#535353;
	display:block;
	width:24px;
	height:24px;
}
.fy01_c_b a:hover{ color:#535353; text-decoration:none;}

.fy01_r { width:64px; height:25px; float:left; cursor:pointer; background:url(/img/ver2012/images/sg2012_img16.jpg) top right no-repeat; padding-right:20px; font-size:16px; text-align:left; color:#2c2c2c;}
.fy01_r a{ color:#2c2c2c;}
.fy01_r a:hover{ color:#2c2c2c;}

.q_fb { width:80px; height:20px; float:left; background:url(/img/ver2012/images/sg2012_img15.jpg) top left no-repeat; padding-left:30px; font-size:16px; text-align:left; color:#2c2c2c;}
.q_fb a{ color:#2c2c2c;}
.q_fb a:hover{ color:#2c2c2c;}

.list_qb01 { width:50px; height:25px; background:url(/img/ver2012/images/sg2012_img16.jpg) top left no-repeat; font-size:14px; color:#000; float:right; clear:both; padding-left:30px;}
.list_qb01 a{ color:#000;}
.list_qb01 a:hover{ color:#000;}


/*侧边栏内容-随便看看*/

.sbk01 { width:282px; height:93px; margin-top:20px; border-top:#d9d9d9 1px solid; border-right:#d9d9d9 1px solid; border-left:#d9d9d9 1px solid; padding:8px;}
.sbk01_l { width:117px; height:93px; float:left; padding-right:20px;}
.sbk01_l li { position:inherit; overflow:hidden; display:inherit; float:left;}
.sbk01_l_month { width:117px; height:30px; font-size:26px; line-height:26px; color:#7d7d7d; text-align:left;}
.sbk01_l_date { width:35px; height:30px; font-size:26px; line-height:26px; color:#7d7d7d; text-align:left;}
.sbk01_l_years { width:70px; height:20px; font-size:12px; line-height:12px; color:#7d7d7d; text-align:left; padding-top:10px;}
.sbk01_tu { width:145px; height:95px; float:left;} .sbk01_tu img { width:145px; height:95px;}
.sbk01_an { width:300px; height:45px; margin:0px auto; clear:both;} .sbk01_an img { width:300px; height:45px;}

/*关键词*/

/*.gjc01 { width:578px; height:22px; float:left; padding:10px 10px 0px 10px;}*/
.gjc01 {
	width:578px;
	float:left;
}
/*.gjc01 li { height:22px; float:left; margin-right:10px; border:#a1a1a1 1px solid; font-size:12px; color:#363636; text-align:center; position:inherit; overflow:hidden; display:inherit;}
.gjc01_a { height:22px; border:#a1a1a1 1px solid; font-size:12px; color:#363636; text-align:center; padding:0px 6px 0px 6px; }
.gjc01_a a{ color:#363636;}
.gjc01_a a:hover{ color:#363636; text-decoration:none;}
.gjc01_b { height:22px; border:#a1a1a1 1px solid; font-size:12px; color:#fff; text-align:center; background-color:#c10000; padding:0px 6px 0px 6px; }
.gjc01_b a{ color:#fff;}
.gjc01_b a:hover{ color:#fff; text-decoration:none;}*/

.ly01 { width:608px; height:24px; float:right; margin-top:20px; border-bottom:#d9d9d9 1px solid;}
.ly01 li { position:inherit; overflow:hidden; float:left;}
/*.ly01_txt { width:408px; height:24px; padding-left:10px; font-size:12px; color:#343434; text-align:left;}*/
/* .ly01_txt {
	width:408px;
	height:24px;
	padding-left:10px;
	font-size:12px;
	color:#ccc;
	text-align:left;
} */
.ly01_pl_none { width:25px; height:22px; margin-right:10px; padding:2px 10px 0px 30px;}
.ly01_pl_sina { width:65px; height:22px; line-height:22px; background:url(/img/ver2012/images/sg2012_img12.jpg) top center no-repeat; margin-right:10px; cursor:pointer; padding:2px 0 0 0; font-size:10px; color:#424242;}
.ly01_pl_sina a{
	color:#424242;
	display:block;
	margin-left:23px;
	text-align:center;
}
.ly01_pl_sina a:hover{ color:#424242; text-decoration:none;}
.ly01_pl_qq { width:65px; height:22px; line-height:22px; background:url(/img/ver2012/images/sg2012_img13.jpg) top center no-repeat ; margin-right:10px; cursor:pointer; padding:2px 0 0px 0; font-size:10px; color:#424242;}
.ly01_pl_qq a{
	color:#424242;
	display:block;
	margin-left:23px;
	text-align:center
}
.ly01_pl_qq a:hover{ color:#424242; text-decoration:none;}

/*.pl01 { width:20px; height:27px; float:left; background:url(/img/ver2012/images/sg2012_img14.jpg) top center no-repeat; font-size:10px; color:#FFF; margin-top:20px; cursor:pointer; padding:2px 0px 0px 40px;}*/
.pl01 {
	width:60px;
	height:27px;
	float:left;
	background:url(/img/ver2012/images/sg2012_img14.jpg) top center no-repeat;
	font-size:10px;
	color:#FFF;
	margin-top:20px;
	cursor:pointer;
    padding:2px 0px 0px 0;
}

.pl01 a{
	color:#FFF;
	display:block;
	margin-left:33px;
	text-align:center
}
.pl01 a:hover{ color:#FFF; text-decoration:none;}

/*.yd01 { width:60px; height:23px; float:left; margin-top:5px; background:url(/img/ver2012/images/sg2012_img11.jpg) top center no-repeat; font-size:12px; text-align:left; color:#FFF; padding-left:10px; padding-top:2px; cursor:pointer;}*/
.yd01 a{ color:#fff;}
.yd01 a:hover{ color:#fff; text-decoration:none;}

.yd02 { width:60px; height:23px; margin-left:598px; margin-top:10px; background:url(/img/ver2012/images/sg2012_img11.jpg) top center no-repeat; font-size:12px; text-align:left; color:#FFF; padding-left:10px; padding-top:2px; cursor:pointer;}
.yd02 a{ color:#fff;}
.yd02 a:hover{ color:#fff; text-decoration:none;}

.gjc02_title { width:100%; height:20px; margin-bottom:20px;}
.gjc02_title_l { width:100%; height:20px;  font-size:14px; color:#999; text-align:left; float:left; margin-top:40px;}
.gjc02_title_l1 { width:430px; height:20px;  font-size:30px; color:#333; text-align:left; float:left; margin-top:10px;}
.gjc03_title_r { width:40px; height:20px; background:url(/img/ver2012/images/sg2012_img16.jpg) top right no-repeat; padding-right:30px; font-size:12px; color:#2c2c2c; text-align:left; float:right; cursor:pointer;}



.gjc02 { width:100%; margin:0px auto; clear:both; padding-top:20px;}
/*.gjc02 li { height:22px; float:left; margin-right:10px; margin-bottom:10px; border:#a1a1a1 1px solid; font-size:12px; color:#363636; text-align:center;}
.gjc02_a { height:22px; border:#a1a1a1 1px solid; font-size:12px; color:#363636; text-align:center; padding:0px 6px 0px 6px; }
.gjc02_a a{ color:#363636;}
.gjc02_a a:hover{ color:#363636; text-decoration:none;}
.gjc02_b { height:22px; border:#a1a1a1 1px solid; font-size:12px; color:#fff; text-align:center; background-color:#c10000; padding:0px 6px 0px 6px; }
.gjc02_b a{ color:#fff;}
.gjc02_b a:hover{ color:#fff; text-decoration:none;}*/

.gjc03 { width:100%; height:22px; float:left;}
/*.gjc03 li { height:22px; float:left; margin-right:10px; border:#a1a1a1 1px solid; font-size:12px; color:#363636; text-align:center; position:inherit; overflow:hidden; display:inherit;}*/
.v_tags{}
.v_tags li {
	float:left;
	margin-right:10px;
	font-size:14px;
	color:#333333;
	text-align:center;
	position:inherit;
	overflow:hidden;
	display:inherit;
	margin:0 5px 5px 0;
	background:#ffffff;
	*float:none;
	display:inline;
	zoom:1
}
.v_tags li a{
	color:#666;
	display:block;
	padding:3px 8px;
	white-space:nowrap
}
.v_tags li:hover,
.v_tags li.highlight{
	color:#fff;
	background:#bb996c;
	animation: bg_red_anim .6s;
    -moz-animation: bg_red_anim .6s;
    -webkit-animation: bg_red_anim .6s;
}

.v_tags li:hover a,
.v_tags li.highlight a{
	color:white;
	text-decoration:none;
}

/*.gjc03_a { height:22px; border:#a1a1a1 1px solid; font-size:12px; color:#363636; text-align:center; padding:0px 6px 0px 6px; }*/
/*.gjc03_a a{ color:#363636;}
.gjc03_a a:hover{ color:#363636; text-decoration:none;}*/
/*.gjc03_b { height:22px; border:#a1a1a1 1px solid; font-size:12px; color:#fff; text-align:center; background-color:#c10000; padding:0px 6px 0px 6px; }*/
/*.gjc03_b a{ color:#fff;}
.gjc03_b a:hover{ color:#fff; text-decoration:none;}*/

/*图标按钮*/

.list_tb { width:100%; height:25px; margin:0px auto; clear:both; padding-top:8px;}
.list_tb li { width:13px; height:15px; margin-top:10px; float:left; margin-right:10px; display:inherit; position:inherit; overflow:hidden;}
.list_tb li img { width:13px; height:13px;}

/*侧边栏内容-我的lifestyle*/

.mylife { width:260px; height:170px; margin:0px auto; clear:both; background:url(/img/ver2012/images/sg2012_img18.jpg) top center no-repeat; padding:103px 19px 82px 21px; font-size:14px; color:#7d7d7d; text-align:left; line-height:24px; overflow:hidden; margin-top:30px;}
.mylife a{ color:#7d7d7d;}
.mylife a:hover{ color:#7d7d7d;}

/*侧边栏内容-日历*/

/*.rl01 { width:300px; height:293px; margin:0px auto; clear:both; margin-top:20px;}*/
.rl01 { width:300px; margin:0px auto; clear:both; margin-top:40px;}

/*侧边栏内容-ad*/

.r_ad01 { width:298px; height:498px; margin:0px auto; clear:both; border:#ededed 1px solid; margin-top:20px;}

.r_ad02 { width:1240px; margin:0px auto; clear:both; margin-top:40px;}
.r_ad02_title { width:300px; height:70px; margin:0px auto; clear:both;} .r_ad02_title img { width:300px; height:70px;}
.r_ad02_con { width:298px; height:504px; margin:0px auto; clear:both; border:#e2e2e2 1px solid;}
.r_ad02_con2 { width:248px; height:504px; clear:both; margin:0px auto; float:left;}
.r_ad02_con2 li { position:inherit; overflow:hidden; float:left;}
.r_ad02_con2_xh { width:76px; height:154px;} .r_ad02_con2_xh img { width:76px; height:110px; float:left; clear:both;}
.r_ad02_con2_tu { width:248px; height:252px;} .r_ad02_con2_tu img { width:248px; height:252px;}
.r_ad02_con2_txt { width:248px; height:252px; font-size:12px; color:#343434; text-align:left; line-height:18px; padding-top:10px;}
.r_ad02_con2_txt a{ color:#343434;}
.r_ad02_con2_txt a:hover{ color:#343434;}

.main{ 
 clear:both; 
 padding:0px;  
} 
#tabs0 {  
 width:300px;
 height:530px;
 margin-top:20px;
} 
.menu0{ 
 width:90px;
 height:30px;
 margin:0px auto;
 clear:both;
 padding-left:210px;
} 
.menu0 li{
	display:block;
	float:left;
	padding:5px 0px 0px 0px;
	width:30px;
	height:20px;
	text-align: center;
	cursor:pointer;
	font-size:14px;
	color:#d1d1d1;
} 
.menu0 li.hover{ font-size:14px; color:#5e5e5e;} 
#main0 ul{ display: none;}
#main0 ul.block{ display: block; }

.r_ad03 { width:298px; height:498px; margin:0px auto; clear:both; border:#ededed 1px solid;}


/*侧边栏内容-报刊轮播*/

/*.r_lb01 { width:278px; height:238px; border:#d9d9d9 1px solid; margin-top:20px; padding:10px;}*/
.r_lb01 {
	width:278px;
	height:238px;
	border:#d9d9d9 1px solid;
	margin-top:40px;
	padding:10px;
	overflow:hidden
}
/*.r_lb02 { width:278px; height:202px; margin:0px auto; clear:both;}*/
.r_lb02 {
	width:298px;
	height:202px;
	margin:0px auto;
	float:left
}
.r_lb02 li { position:inherit; overflow:hidden; display:inherit; float:left;}
.r_lb02_tu { width:140px; height:202px; margin-right:10px;}
.r_lb02_title { width:126px; height:30px; font-size:16px; color:#343434; font-weight:bold; text-align:left; padding-top:16px;}
.r_lb02_title a{ color:#343434;}
.r_lb02_title a:hover{ color:#343434; font-weight:bold;}
.r_lb02_txt { width:126px; height:60px; font-size:12px; color:#7d7d7d; text-align:left; line-height:20px;}
.r_lb02_an { width:126px; height:50px; margin-top:25px;}
/*.r_lb03 { width:178px; height:15px; margin-top:20px; padding-left:100px;}*/
.r_lb03 {
	width:178px;
	height:15px;
	margin-top:20px;
	padding-left:100px;
}
.r_lb03 li.on{
	background:url(/img/ver2012/images/sg2012_img20.jpg);
}
/*.r_lb03 li { width:10px; height:15px; margin-right:10px; display:inherit; float:left;}*/
.r_lb03 li {
	cursor:pointer;
	width:10px;
	height:10px;
	margin-right:10px;
	display:inherit;
	float:left;
	background:url(/img/ver2012/images/sg2012_img21.jpg);
}

.r_lb03 li img { width:10px; height:10px; cursor:pointer;}

/*侧边栏内容-最新发布*/

.r_zxfb01 { width:268px; height:100%; padding:15px; margin-top:20px; border:#d9d9d9 1px solid;}
.r_zxfb01_title { width:100%; height:30px; text-align:left; font-size:14px; color:#000;}
.r_zxfb01_div { width:268px; height:95px; margin:0px auto; clear:both; padding-bottom:20px;}
.r_zxfb01_div li { position:inherit; overflow:hidden; float:left; display:inherit;}
.r_zxfb01_div_tu { width:95px; height:95px; margin-right:10px;} .r_zxfb01_div_tu img { width:95px; height:95px;}
.r_zxfb01_div_title { width:160px; height:50px; font-size:16px; text-align:left; color:#343434; padding-top:5px;}
.r_zxfb01_div_title a{ color:#343434;}
.r_zxfb01_div_title a:hover{ color:#343434;}
.r_zxfb01_div_posted { width:160px; height:40px; font-size:12px; color:#949494; font-family:"微软雅黑"; font-style:italic; text-align:left;}

.date_list03 { width:668px; height:20px; margin-bottom:40px;}
.date_list03 a{ color:#343434;}
.date_list03 a:hover{ color:#343434;}
.date_list03_l { width:90px; height:20px; float:left; font-size:16px; color:#2c2c2c; text-align:left; padding-left:30px; background:url(/img/ver2012/images/sg2012_img15.jpg) top left no-repeat;}
.date_list03_r { width:90px; height:20px; float:right; font-size:16px; color:#2c2c2c; text-align:right; padding-right:30px; background:url(/img/ver2012/images/sg2012_img16.jpg) top right no-repeat;}

.clearf{
	zoom:1;
	clear:both;
}
.clearf:after{
	content:'.';
	display:block;
	font-size:0;
	visibility:hidden;
	clear:both;
}
  .fleft{
	  float:left;
  }
  .fright{
	  float:right;
  }


/*日历 s*/
  .sch_wrapper{
	  width:288px;
	  border:solid 1px #e2e2e2;
	  padding:5px;
  }
  .sch_head{
	  background:black;
	  color:white;
	  background:url(/img/ver2012/images/sch_bg.png);
	  height:60px;
	  position:relative
  }
  .sch_head .sch_prev,
  .sch_head .sch_next{
	  width:20px;
	  height:20px;
	  line-height:100px;
	  overflow:hidden;
	  margin:6px 7px;
	  cursor:pointer;
  }
  .sch_head .sch_prev:hover,
  .sch_head .sch_next:hover{
	  border:solid 1px white
  }
  .sch_head .sch_cur{
	  width:220px;
	  margin:6px 0;
	  text-align:center;
	  position:absolute;
	  left:35px;
	  font-size:16px;
	font-family:"微软雅黑";
	  font-style:italic
  }
  .sch_main{
	  position:relative;
	  margin:12px 3px;
	  height:200px;
  }
  .sch_date,
  .sch_space{
	  width:40px;
	  height:40px;
	  line-height:40px;
	  text-align:center;
	  font-style:italic;
	  font-size:14px;
	  font:Arial, Helvetica, sans-serif;
	  border:solid 1px white;
	  float:left;
	  margin-right:-1px;
	  margin-bottom:-1px;
	  cursor:pointer;
	  position:absolute;
	  background:#dee773;
	  animation:scale_anim .6s;
      -moz-animation:scale_anim .6s;
      -webkit-animation:scale_anim .6s;
  }
  .sch_low{
	  background:#dee773
  }
  .sch_middle{
	  background:#93e6ff
  }
  .sch_high{
	  background:#ff9ab7
  }
  .sch_date:hover{
	  opacity:.7;
	  filter:alpha(opacity=70);
  }
  .sch_space{
	  border:solid 1px white;
  }
  .sch_tipper{
	  padding:5px;
	  background:white;
	  border:solid 5px #d8d8d8;
	  font-size:16px;
	  width:90px;
	  font-weight:bold;
	  position:absolute;
	  z-index:3;
	  box-shadow:2px 2px 2px #666;
	  border-radius:3px;
  }
  .sch_tipper .time{
	  display:block;
	  padding-bottom:2px;
	  font-style:italic;
	  font-size:12px;
	  font-weight:normal
  }
  .sch_tipper .talk{
	  background:url("/img/ver2012/images/sch_bg.png") no-repeat 0 -59px;
	  position:absolute;
	  left:-5px;
	  top:-14px;
	  width:50px;
	  height:20px;
  }
/*日历 e*/


/* error */

.error_con { width:100%; clear:both; background:url(/img/ver2012/images/sg2012_img34.jpg) repeat;}
.error_con_p { width:1000px; height:450px; margin:0px auto; clear:both;}
.error_con_p img { width:1000px; height:450px;}
.error_con_t { width:1000px; height:30px; margin:0px auto; clear:both; font-size:16px; color:#919191; text-align:center; margin-top:20px;}
.error_con_t a{ color:#919191;}
.error_con_t a:hover{ color:#919191;}

/* 浮层 */

.pos_div01 { width:998px; margin:0px auto; clear:both; margin-top:20px; background-color:#f2f2f2; border:#e9e9e9 1px solid;}
.pos_div02 { width:292px; float:left; padding:20px 0px 20px 30px;}
.pos_div02 li { position:inherit; overflow:hidden; color:#343434;}
.pos_div02 li a{ color:#343434;}
.pos_div02 li a:hover{ color:#343434;}
.pos_div02_tu { width:292px; height:132px; text-align:center;}
.pos_div02_tu img { width:292px; height:132px; margin:0px auto; clear:both;}
.pos_div02_title { width:292px; height:28px; font-size:14px; text-align:left; font-weight:bold; padding-top:10px;}
.pos_div02_txt { width:292px; height:60px; font-size:12px; text-align:left; line-height:18px;}


/* _focus */
.slides{width:100%;height:500px;position:relative;overflow:hidden;}
.slideInner{height:500px;position:relative;left:0;margin-left:0;}
.slideInner a{display:block;height:500px;background-size:cover;background-position:center center;position:relative;text-align:center;z-index:1;}
.slideInner a div.img1{width:1240px;position:absolute;left:50%;margin-left:-620px;}

.navBar {width:1240px;position:relative;left:50%;margin-left:-620px;display:none;}
.navBar a{display:block;width:44px;height:88px;opacity:.4;z-index:9;}
.navBar a.prev{position:absolute;left:0;top:-250px;margin-top:-58px;background:url(#) no-repeat;}
.navBar a.next{position:absolute;right:0;top:-250px;margin-top:-58px;background:url(#) no-repeat;}
 
/* footer  */  
.footer{

padding-top: 30px;
text-align: center;
height: 195px;
width: 960px;
margin: 0 auto;
overflow: hidden;
font-family:"微软雅黑";
}

.footer section {
 margin-right: 20px;
 float: left;
 line-height: 1.8;
 text-align: left;
 font-size: 12px;
 color: #333;
}

.sec1{width:120px;margin-right:0px;float:left;line-height:1.5;text-align:left;}
.sec2{width:240px;margin-right:40px;float:left;line-height:1.5;text-align:left;}
.sec3{width:250px;margin-right:0px;float:left;line-height:1.5;text-align:left;}
.sec4{margin-left:30px; margin-bottom:20px; float:right;}

.navlogo{
    font-size:18px;
    color:#333;
    padding-bottom: 15px;	
}
.hbar{ width:50px; height:1px; border-bottom:1px solid #ddd; clear:both; margin-bottom:15px;}

.copyright{
    padding-top: 40px;
    height: 98px;    font-family:"微软雅黑";                                                                                                                                                 
    background: #333;
    color: #999;
    text-align: center;
    font-size:12px;
    line-height: 1.8;
}
.footer-nav{                         
        font-size: 12px;
            color: #555;   
}


