body {
	text-align:center;
	
	background: url(images/bg.gif) repeat-x;
	font-family: Arial,Verdana, Helvetica, sans-serif;	

    font-size:14px;
	color: #3D3E40;
	margin:0;
}
form {
    margin:0; 
}
td,div{
	line-height:180%;
	font-size:12px;	

}
img {
border:none;
margin-top:0px;
margin-left:0px;
}
.img_class {
border:none;
margin-top:8px;
}
h1,h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}
h3{
	font-size:12px;
	margin:0px;
	color:#333;
	height:40px;
	line-height:40px;
}
h4{
	width:304px;/*原来是380*/
	font-size:14px;
	height:40px;
	line-height:40px;
	border:1px solid #dcdcdc;
	text-align:center;
}
h5{
	font-size:14px;
	height:24px;
	line-height:24px;
	border-top:2px solid #e8e8e8;
	background:#f5f5f5 url(images/icon_2.gif) no-repeat 0 4px;
	margin-top:10px;
	padding-left:15px;
}
table,div,td,th,p{

  
}
ul,li{
list-style:none;
margin:0;
padding: 0px;}
a:link,a:visited{	
    font-size:12px;
	color: #3D3E40;	
	text-decoration: none;
}
a:hover,a:active{	
	text-decoration: underline;
}

.header{
	background: url(images/top_bg.gif) no-repeat 0 4px;
	background-color:#E4EDFF;
	width:780px;/*原来是980*/
	text-align:center;
	margin:0;
}
.header_banner{
height:60px;
}
.header_lang{
text-align:right;
padding-right:10px;
height:30px;
}
.header_menu_en{
	background:#f5f5f5 url(images/bar_bg_en.gif) repeat-x;
	background-color:#FFFFFF;
	height:26px;
	width:110px;/*原来是980*/
	font-size:12px;
	text-align:center;
	margin:0;
	color:#DCDCDC;
}
.header_menu_right_en{
	width:340px;
	background:#f5f5f5 url(images/bar_bg_right_en.gif);
	background-color:#FFFFFF;
	height:26px;
	font-size:12px;
	text-align:center;
	margin:0;
	color:#DCDCDC;
}
a.header_menu_en_link:link,a.header_menu_en_link:visited{
  font-size:12px;
  color:#DCDCDC;
  font-weight:normal;
}
a.header_menu_en_link:hover,a.header_menu_en_link:active{
  font-size:12px;
  color:#FFF;
  font-weight:normal;
  text-decoration:underline;
}
a.header_lang_link:link,a.header_lang_link:visited{
  font-size:12px;
  color:#6F7072;
  font-weight:normal;
}
a.header_lang_link:hover,a.header_lang_link:active{
  font-size:12px;
  color:#6F7072;
  font-weight:normal;
  text-decoration:underline;
}
a.left_bg_link:link,a.left_bg_link:visited{
  font-size:12px;
  color:#dcdcdc;
  font-weight:normal;
}
a.left_bg_link:hover,a.left_bg_link:active{
  font-size:12px;
  color:#dcdcdc;
  font-weight:normal;
  text-decoration:underline;
}
.top_blank{
	height: 3px;
	background-color:#FFFFFF;
}
.top_blank_bg{
	background-color: #E7F3FA;
	width:200px;
}
.main,.footer{
	background-color:#FFFFFF;
	width:780px;/*原来是980*/
	text-align:center;
	margin:0;
}
.index_line{
height:5px;
width:98%;
border-top:1px dashed #FF0000;
}
/*尾文件*/
.footer{
	width:780px;/*原来是980*/
	margin: 0px;
	padding: 0px;
}
.footer li{
  text-align:center;
}
.footer_border_1{
  border-top:1px solid #ababab;
  border-bottom:1px solid #ababab;
  margin:0;
  }
.footer_border_2{
  border:2px solid #ffffff;
  background-color:#f4f4f4;
  text-align:center;
}

/*幻灯片*/
.slidepic{
  border:1px solid #ddd;
  padding:5px;
  text-align:center;
}
.slidepic_1{
  text-align:center;
}
.slidepic_title{
  border-top:5px solid #fff;
  background-color:#dcdcdc;
  font-weight:bold;
  height:24px;
  line-height:24px;
  text-align:center;
}

.float_left{
float:left;
width:8px;/*原来是10*/
clear:right;
}
.float_right{
float:right;
}
.float_middle{
border-top:1px dashed #CCC;
height: 6px;
overflow:hidden;
margin: 5px 0px 0px 0px;
width: 98%;
}

/*****频道样式*****/
ul.TabBarLevel1{
    margin:0;
    padding:0;
    height:29px;
    background-image:url(images/m_level.gif);
    padding:0px 0px 0px 50px;
}
ul.TabBarLevel1 li{
    float:left;
    height:29px;
    margin-right:0px;
	margin-left:-1px;
    background:url(images/gray_l.gif) left top no-repeat;
}
ul.TabBarLevel1 li a{
    display:block;
    line-height:29px;
    padding:0 15px;/*这个0用来控制文字上端到导航栏上端的距离*/
	              /*这个15用来控制两边空余量的*/
    color:#684615;
    background:url(images/gray_r.gif) right top no-repeat;
    white-space: nowrap;
    text-decoration:none;
}
ul.TabBarLevel1 li.Selected{
    background:url(images/m_l.gif) left top no-repeat;
}
ul.TabBarLevel1 li.Selected a{
    background:url(images/m_r.gif) right top no-repeat;
}
ul.TabBarLevel1 li a:link,ul.TabBarLevel1 li a:visited{
    color:#333;
}
ul.TabBarLevel1 li a:hover,ul.TabBarLevel1 li a:active{
	color:FFF;
    text-decoration:dashed;
	font-weight:normal;
}
ul.TabBarLevel1 li.Selected a:link,ul.TabBarLevel1 li.Selected a:visited{
    color:#FFF;
	font-weight:bold;
}
ul.TabBarLevel1 li.Selected a:hover,ul.TabBarLevel1 li.Selected a:active{
    color:#FFF;
    text-decoration:dashed;
	font-weight:normal;
}
.nav_top{
background:url(images/morlab_today_1.gif) left no-repeat center center;
height:27px;
text-align:right;
padding-right:15px;
vertical-align:bottom;
}
.nav_middle{
background:#4987c5;
height:6px;
}
.nav_bottom{
background:#FFFFFF url(images/morlab_1.gif) left no-repeat center center;
height:25px;
}
.left{
width:200px;
}
.space{
width:5px;
}
.right{
width:575px;
}
.list_article_bg{
background:url(images/list_article_bg.gif) left repeat-x center center;
}
.mar_3{
  margin-top:3px;
}
.mar_0{
  margin-top:0px;
  margin-left:0px;
  margin-right:0px;
}
.mar_5{
  margin-top:5px;
  margin-left:0px;
  margin-right:0px;
}
.mar_10{
  margin-top:10px;
}
.padding_10{
  padding:10px;
}
/**************文章*************/
.border_1{
border:1px solid #caccd9;
padding:3px 5px;
font-size:12px;
}
.border_2{
border:1px solid #caccd9;
background-color:#f8f8f8;
padding:0 5px;
line-height:16px;
}
.border_4{
border:3px solid #D1EBF8;
}
.border_6{
width:776px;/*原来是970*/
border:1px solid #dcdcdc;
text-align:center;
}
.border_7{
border-bottom:1px dotted #dcdcdc;
}
/*中间搜索框*/
.middle_search{
border:0px solid #DCDCDC;
border-top:0px solid #DCDCDC;
background-color: #E7F3FA;
border-collapse: collapse; 
text-align:center;
}
/*首页中间*/
.middle_bg{
border-top:1px solid #EBEBEB;
border-left:1px solid #EBEBEB;
border-right:1px solid #EBEBEB;
border-bottom:1px solid #EBEBEB;
background-color:#FFFFFF;
text-align:center;
}
.middle_bg1{
border-top:1px solid #EBEBEB;
border-left:1px solid #EBEBEB;
border-right:1px solid #EBEBEB;
border-bottom:1px solid #EBEBEB;
background:url(images/rz_bg.gif) left top repeat-x;
background-color:#FFFFFF;
text-align:center;
}
.middle_td_index{
background:url(images/lists.gif) left no-repeat center center;
border-bottom:1px solid #EBEBEB;
height:20px;
line-height:20px;
padding-left:10px;
}
.middle_td_renzheng{
border-bottom:1px dashed #FF6600;
height:2px;
}
.rz_bg{
background:url(images/lists.gif) left no-repeat center center;
border-bottom:0px dashed #FF6600;
padding-left:15px;
height:2px;
}
.middle_td_index1{
background:url(images/ico_list.png) left no-repeat center center;
border-bottom:1px solid #EBEBEB;
border-top:1px solid #EBEBEB;
border-left:1px solid #EBEBEB;
border-right:1px solid #EBEBEB;
padding-left:30px;
height:26px;
line-height:26px;
}
.middle_td_index_other{
background:url(images/ico_list.png) left no-repeat center center;
border-bottom:1px solid #EBEBEB;
border-left:0px solid #1E6BE9;
height:22px;
line-height:22px;
padding-left:35px;
}
.index_span{
margin-left:30px;
padding-left:30px;
height:25px;
line-height:25px;
}
.index_span1{
margin-left:20px;
padding-left:30px;
height:25px;
line-height:25px;
}
.index_span2{
margin-left:10px;
padding-left:10px;
height:22px;
line-height:22px;
}
.middle_td_index2{
border-bottom:0px solid #EBEBEB;
border-top:0px solid #EBEBEB;
border-left:0px solid #EBEBEB;
border-right:0px solid #EBEBEB;
height:5px;
line-height:5px;
}
/*右边侧栏背景*/
.right_bg{
border:1px dashed #3162C8;
background-color:#FFFFFF;
text-align:center;
}
.right_bg_1{
border:0px dashed #3162C8;
background-color:#FFFFFF;
text-align:center;
}
/*左边栏目样式*/
.left_bg_header{
border:0px dashed #3162C8;
background-color:#FFFFFF;
text-align:center;
}
.left_bg{
border:0px solid #DCDCDC;
background-color:#DCEDFE;
text-align:center;
width:200px;
}
.today_height{
height:300px;
}

.leftcat{
margin:0px;
background:#DCEDFE url(images/bg_st5.gif) repeat-x;
height:27px;
line-height:27px;
padding:0 0 5 0px;设置右边侧栏栏目两边的空余宽度
}
.leftcat h1 {
	font-size:12px;
	color:#4F4F4F;
	padding-left:15px;
	text-decoration: none;
	background-image: url(images/icon_3.gif);
	background-repeat: no-repeat;
	text-align: left;
}
.more{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	padding-top:6px;
	color: #333333;
	text-align: right;
	float:right;
}
.leftcat h2{
float:right;
font-size:12px;
width:40px;/*原来是50*/
}
.leftcat_header{
background-image:url(images/bg_st4.gif);
background-repeat:repeat-x;
border-top:0px solid #FF0000;
height:27px;
line-height:27px;
padding:0 5px;
border:0px solid #ffffff;/*设置右边侧栏栏目两边的空余宽度*/
}
.leftcat_header h1{
background:url(images/icon_2.gif) no-repeat 2 5px;
float:left;
font-size:12px;
color:#4F4F4F;
padding-left:15px;
}
.leftcat_header h2{
float:right;
font-size:12px;
width:40px;/*原来是50*/
}
/*首页右边侧栏栏目样式*/
.righttop{
background-image:url(images/bg_st4.gif);
background-repeat:repeat-x;
border-top:1px solid #FF0000;
height:27px;
line-height:27px;
padding:0px;
border:0px solid #ffffff;/*设置右边侧栏栏目两边的空余宽度*/
}
.righttop h1{
background:url(images/icon_2.gif) no-repeat 2 5px;
float:left;
font-size:12px;
color:#4F4F4F;
padding-left:15px;
}
.righttop h2{
float:right;
font-size:12px;
width:40px;/*原来是50*/
}
.news{
background-image:url(images/bg_news.gif);
background-repeat:repeat-x;
margin:0px;
float:left;
}
/*--------------------------------------------
/*右边侧栏栏目样式*/
.rightcats{
background-image:url(images/bg_st.jpg);
background-repeat:repeat-x;
border-bottom:0px solid #FF0000;
height:22px;
line-height:22px;
padding:0 5px;
border:0px solid #ffffff;/*设置右边侧栏栏目两边的空余宽度*/
}
.rightcats h1{
background:url(images/ico_8.gif) no-repeat 2 4px;
float:left;
font-size:12px;
color:#000;
padding-left:20px;
}
.rightcats h2{
float:right;
font-size:12px;
width:40px;/*原来是50*/
}
/*首页中间栏目块*/
.middle_block{
margin:0px;
background-image:url(images/bg_st4.gif);
background-repeat:repeat-x;
height:26px;
line-height:26px;
padding:0 5px;/*设置右边侧栏栏目两边的空余宽度*/
}
.middle_block h1{
font-size:12px;
color:#000;
padding-left:20px;
text-decoration: none;
text-align: left;
}
.middle_block h2{
float:right;
font-size:12px;
width:40px;/*原来是50*/
}


/*文章首页自定义栏目*/
.cat_box{
	width:280px;/*原来是373*/
	height:160px;
	text-align: left;
}
/*商城*/
.cat_box_2{
width:294px;/*原来是368*/
}
/*图片首页自定义栏目*/
.cat_box,.cat_box_1,.cat_box_2{
float:left;
border:1px solid #c0ccc9;
border-top-width:0;
text-align:center;
margin-bottom:10px;
}
,.cat_box_3{
float:left;
border:0px solid #c0ccc9;
border-top-width:0;
text-align:center;
margin-bottom:10px;
}

/*标题背景*/
.cat_title{
border-top:1px solid #c0ccc9;
background-image:url(images/bg_st5.gif);
background-repeat:repeat-x;
height:27px;
line-height:27px;
padding:0 5px;
border:0px solid #ffffff;/*设置右边侧栏栏目两边的空余宽度*/
clear:both;
}
/*标题栏左侧样式标题名称*/
.cat_name{
background:url(images/ico_1.gif) no-repeat 2 4px;
float:left;
font-size:12px;
font-weight:bold;
height:27px;
line-height:27px;
padding-left:20px;
}
/*标题栏右侧样式*/
.cat_url{
float:right;
font-size:12px;
font-weight:normal;
height:27px;
line-height:27px;
}
.tdborder{
padding:0 5px;
border:1px solid #c0ccc9;
border-top-width:0;
}
/*子栏目导航*/
.subnav{
  width:567px;
  border:1px solid #B5D8FB;
  background-color:#DCEDFE;
  color:#006C8C;
  font-weight:normal;
  margin:0 auto 5px;
  padding:3px;
}
.introduce {
padding:5px;
border:#CCCCCC 1px dotted;
}
/*文章内容页*/
.content{
	border:0px solid #ababab;
	padding:5px 10px;
	font-family: "宋体";
	font-size: 12px;
	color: #000000;
}
/*主标题*/
.content h1{
  font-size:18px;
  font-weight:bold;
  text-align:center;
}
/*副标题*/
.content h2{
text-align:right;
padding-right:100px;
font-weight:normal;
height:20px;
  }
/*责任编辑*/
.content h3{
text-align:right;
font-weight:normal;
}
/*引用地址*/
.font_1{
background-color:#EEEEEE;
color:#0099EE;
padding: 0 4px;
height:17px;
line-height:17px;
}

/*文章基本信息*/
#property{
text-align:center;
padding:3px;
border-top:1px solid #eee;
border-bottom:1px solid #eee;
margin-top:5px;
color:#666666;
}

/*简介*/
#description{
margin-top:10px;
  line-height:100%;
  border:1px dotted #999;
  font-size:14px;
  padding:5px;
  }
/*正文*/
.content_text{
	font-family: Arial,Verdana, Helvetica, sans-serif;	
	text-align:justify;
  font-size:14px;
  padding-top:10px;
  }
.content_text_jobs{
  font-size:14px;
  padding-top:10px;
  width:500px;
  }
/*icon*/
.iconbox{
text-align:center;
background-color:#ffffff;
margin:10px auto 5px;
padding:3px;
border-top:1px solid #eee;
border-bottom:1px solid #eee;
}
/*发表评论*/
.comment_icon,.favorites_icon,.friend_icon,.print_icon,.close_icon,.top_icon{
padding-left:25px;
height:20px;
line-height:20px;
width:72px;/*原来是90*/
}
.comment_icon{
background: url(images/comment.png) no-repeat 0 0;
}
/*加入收藏*/
.favorites_icon{
background: url(images/favorites.png) no-repeat 0 0;
}
/*告诉好友*/
.friend_icon{
background:url(images/friend.png) no-repeat 0 0;
}
/*打印本页*/
.print_icon{
background:url(images/print.png) no-repeat 0 0;
}
/*关闭窗口*/ 
.close_icon{
background:url(images/close.png) no-repeat 0 0;
}
/*返回顶部*/
.top_icon{
background:url(images/top.png) no-repeat 0 0;
}
/********************************************下载频道******************************************/
/*****评论*****/
.comment_header{
border-top:5px solid #f1f1f1;
}
.comment_header h1{
float:left;
background:url(images/comment.gif) no-repeat;
width:84px;/*原来是105*/
font-size:14px;
color:#990000;
height:25px;
line-height:25px;
}
.comment_header h2{
float:right;
color:#990000;
height:25px;
line-height:25px;
}
.commentbox{
width:100%;
margin:0 auto 9px;
border:1px solid #c1ccc9;
background-color:#FFFFFF;
}
.comment_title{
  border:1px solid #ffffff;
  background:#f5f5f5 url(images/ico_2.gif) no-repeat 5px 3px;
  padding-left:30px;
  height:23px;
  line-height:23px;
  letter-spacing:1px;
}
.comment_title a{
font-weight:bold;
}
.comment_content{
  padding:8px;
  }
/*评论回复*/
.comment_quote{
border:1px solid #dcdcdc;
padding:5px;
margin:10px;
}
/*评论列表*/
.comment_list{
border:1px solid #c1ccc9;
margin-bottom:10px;
}
.comment_list h1{
font-size:18px;
background-color:#f8f8f8;
text-align:center;
height:36px;
line-height:36px;
 }
.comment_list h2{
text-align:right;
 font-size:12px;
 font-weight:normal;
padding-right:50px;
 }
a.commenturl:link,a.commenturl:visited{
}
a.commenturl:hover,a.commenturl:active{
}
.comment_reply{
color:blue;
}
/******表 单*******/
input{
  font-size:12px;
  background-color: #FCFDFE;
  border:1px solid;
  border-color:#C6EBF8;
}
textarea {
  font-size: 12px;
  background-color: #F9F9F9;
  vertical-align: middle;
  color: #000;

}
select {
  font-size:12px;
  height: 18px;
  background-color: #E7F3FA;
  vertical-align: middle;
  border:1px solid;
  border-color:#E7F3FA;
  }
.radio{
  border:0px;
}
/*按钮样式*/
.btn{
  border:1px solid #666;
  height:20px;
  line-height:20px;
  background-image:url(images/bg_btn.gif);
  background-repeat:repeat-x;
  cursor:pointer;
}

/********************************************留言本******************************************/

.guestbook_title {
  background-image:url(images/bg_tb.jpg);
  background-repeat:repeat-x;
  line-height:25px;
  height:25px;
  }
.left_line {
  border-right: 1px solid #dcdcdc;
}
.left_line li{
text-align:center;
}
.guestbook_text{
  border:5px solid #fff;
  font-size:14px;
}
.dot_pane {
  border:1px dotted #999;
  width:576px;/*原来是720*/
  margin:5px auto;
  font-size:12px;
  padding:5px;
}
/*header登录框*/
.bg_login{
  background-image:url(images/bg_loginbox.jpg);
  line-height:24px;
  height:24px;
  font-size:12px;
  color:#000;
  border:1px solid #ccc;
}


a.list:link,a.list:visited{
  color:#000;
}
a.list:hover,a.list:active{
  color:#039;
  text-decoration:underline;
}

a.white:link,a.white:visited{
  font-size:12px;
  text-decoration:none;
  color:#fff;
}
a.white:hover,a.white:active{
  text-decoration:underline;
}

/*登陆页面登陆框*/
.loginbox{
  border:3px solid #f4f4f4;
  background-color:#ffffff;
  margin:0 auto
}

/*频道下属栏目菜单*/
.submenu{
  background-color:#7CC2E9;
  padding:0 20px;
  height:24px;
  color:#fff;
}

/****************************搜索***********************************/
/*搜索页*/
.search{
width:780px;/*原来是980*/
border:1px solid #caccd9;
margin:0 auto;
}
.search h1{
font-size:14px;
text-align:center;
background-color:#f8f8f8;
border:1px solid #ffffff;
border-bottom:1px solid #dcdcdc;
height:28px;
line-height:28px;
}
.search h2{
float:left;
}

.searchresult{
background-color:#f5f5f5;
text-align:center;
height:28px;
line-height:28px;
}
.searchtitle{
height:20px;
line-height:20px;
padding:0 10px;
}
a.search_title:link,a.search_title:visited{
  color:#121212;
  font-size:14px;
  }
a.search_title:hover,a.search_title:active{
color:#0066ff;
}
.search_txt{
color:#454545;
padding:0 10px 25px;
}
.search_l{
border-bottom:1px solid #f5f5f5;
border-right:1px solid #f5f5f5;
  text-align:right;
  padding-right:15px;
  height:30px;
  line-height:30px;
}
.search_r{
border-bottom:1px solid #f5f5f5;
  padding-left:10px; 
}
/*公告*/
.announce{
border:1px solid #dcdcdc;
padding:5px;
}
.announce h1{
background:url(images/member_h1.png) no-repeat 0 3px;
float:left;
font-size:14px;
padding-left:25px;
}
.announce p{
padding:10px;
}

/*位置导航*/
.position{
	font-family: Arial,Verdana, Helvetica, sans-serif;	
  background:url(images/ico_1.gif) no-repeat 5px 5px;
  border-top:1px solid #ababab;
  padding-left:25px;
  table-layout:fixed;
  height:24px;
  line-height:24px;
  text-align:left;
  }
.position_1{
	font-family: Arial,Verdana, Helvetica, sans-serif;	
  background:url(images/ico_1.gif) no-repeat 5px 5px;
  float:right;
  padding-left:27px;
  table-layout:fixed;
  margin-bottom:0px; 
  text-align:right;
}
.position_today{
  background:url(images/ico_1.gif) no-repeat 5px 5px;
  float:right;
  padding-left:25px;
  table-layout:fixed;
  height:24px;
  line-height:24px;
  text-align:right;
  }
/*分页*/
.pages{
  margin:5px auto 0;
  background-color:#f4f4f4;
  text-align:center;
  border-top:1px solid #dcdcdc;
  padding:5px;
}
/*版权链接*/
.copyright{
  text-align:center;
}
/*字体颜色*/
.font_red{
color:#FF0000;
}
.font_orange{
color:#ff6600;
}
.font_blue_1{
color:#006699;
}
a.blue:link,a.blue:visited{
  color:#006699;
  }
a.blue:hover,a.blue:active{
  color:#006699;
  }
a.red:link,a.red:visited{
  color:#ff0000;
  }
a.red:hover,a.red:active{
  color:#ff0000;
  }
.gray{
  background-color:#f6f6f6;
  padding-left:20px;
}
/*****标签样式*****/
.tag_box{
margin:0px;
width:100%;
text-align:left;
}
a.tag_title_link:link,a.tag_title_link:visited{
font-size:12px;
  color:#3D3E40;
}
a.tag_title_link:hover,a.tag_title_link:active{
  color:#000000;
font-size:12px;
}
a.tag_catlist:link,a.tag_catlist:visited{
  color:#000000;
  font-size:12px;
}
a.tag_catlist:hover,a.tag_catlist:active{
  color:#000000;
  font-size:12px;
}
.tag_description {
  color:#666666;
}
/*日期时间*/
.datetime{
font-size:11px;
}
.f_r{
	float:right;
}
.f_r_1{
	float:right;
	padding-right:150px;
}
/**********会员中心左侧**********/
.member{
margin: 5px auto;
width:780px;/*原来是980*/
}
.left{
background-color:#f8f8f8;
width:168px;/*原来是210*/
text-align:center;
border:1px solid #c1ccd9;
}
/*会员基础信息*/
.basicinfomation{
width:128px;/*原来是160*/
margin:5px auto; 
}
.basicinfomation_content{
border-left:1px solid #666666;
border-right:1px solid #666666;
background:#ffffff url(images/member_4.gif) no-repeat right bottom;
text-align:left;
}
.clearboth{
margin:2px 0;
clear:both;}
/*会员中心功能列表*/
.functionlist{
width:128px;/*原来是160*/
}
.functionlist li{
background:#f8f8f8 url(images/membertitle_bg.jpg) repeat-x 1px 1px;
text-align:left;
border:1px solid #999999;
margin:5px auto;
display:block;
}
.functionlist li a{
height:20px;
line-height:25px;
padding-left:18px;
font-size:12px;
text-decoration: none;
}
.functionlist li a:hover{
background:#ffffff url(images/function_li_bg.gif) no-repeat 5px 2px;
color:#CC0000;
display:block;
}
/**********会员中心右侧**********/
/*右侧宽度*/
.right{
width:592px;/*原来是740*/
}
/*右侧标题栏*/
.right h1{
background:#f8f8f8 url(images/member_h1.png) no-repeat 2px 0;
padding-left:30px;
color:#454555;
border-bottom:1px solid #eeeeff;
}
.membercatslist{
float:left;
}
.membercatslist ul{
margin:0;
padding:5px;
}
.membercatslist li{
display:inline;
height:22px;
line-height:22px;
}
.membercatslist li a{
float:left;
background: url(images/membercatlist_left.gif) no-repeat left top;
}
.membercatslist li a:hover{
background-position:left -22px;
}
.membercatslist li a span{
margin:0 0 0 7px;
padding:5px 15px 3px 7px;
background: url(images/membercatlist_right.gif) no-repeat right top;
}
.membercatslist li a:hover span{
background-position:right -22px;
}

/*会员中心右侧表格*/
.righttable{
  background-color:#ffffff;
  width:100%;
}
.righttable td{
height:24px;
border-bottom:1px solid #eeeeee;}
.td_center{
	text-align:center;
}
.td_left{
	text-align:left;
	padding-left:8px;
}
.td_right{
	text-align:right;
	padding-right:8px;
}
.td_right,.td_center,.td_left{
border-right:1px solid #eeeeee;
}
/*会员中心右侧列表边框*/
.memberborder_0{
margin:0;
padding:0px;
border:1px solid #c1ccd9;
background-color:#f8f8f8;
text-align:center;
width:700px;/*控制右侧表格宽度*//*原来是740*/
}
.memberborder_1{
margin:0;
padding:0px;
border:1px solid #c1ccd9;
background-color:#f8f8f8;
text-align:center;
width:552px;/*控制右侧表格宽度*//*原来是740*/
}

.memberborder_2{
border:5px solid #f8f8f8;
}
.memberborder_2 h1{
background:url(images/member_h1.png) no-repeat 0 0;
text-align:left;
font-size:12px;
color:#D4380E;
padding-left:25px;
margin:0;
}

.title{
   font-size:18px;
   font-weight:bold;
   text-align:center;
   padding:10px 0 0 0;
}

/*图片边框*/
.pic {
border:1px solid #dcdcdc;
padding:2px;
}
/*专题*/
.special{
padding:10px 0 0 0;
}
.special h1{
font-family:"黑体";
font-size:16px;
text-align:center;
font-weight:normal;
}
.special p{
margin-top:2px;
text-indent:20px;
line-height:100%;
}
.showbox{
clear:both;
width:340px;/*原来是475*/
border:1px solid #dcdcdc;
border-top-width:0;
}
.nav_1{
width:340px;/*原来是475*/
border-left:1px solid #dcdcdc;
}
.nav_1 li{
width:113px;/*原来是158*/
float:left;
height:23px;
line-height:23px;
text-align:center;
font-weight:normal;
}
.bg_nav{
background:#FFFFFF url(images/bg_anv.gif) no-repeat 0 0;
}
.bg_nav_current{
background:#FFFFFF url(images/bg_anv.jpg) no-repeat 0 0;
}

/*首页推荐部分开始*/
.showbox_index{
clear:both;
width:289px;/*原来是475*/
border:1px solid #dcdcdc;
border-top-width:0;
height:233px;
}
.nav_1_index{
width:289px;/*原来是475*/
border-left:1px solid #dcdcdc;
}
.nav_1_index li{
width:96px;/*原来是158*/
float:left;
height:23px;
line-height:23px;
text-align:center;
font-weight:normal;
}
.bg_nav_index{
background:#FFFFFF url(images/bg_anv_index.gif) no-repeat 0 0;
}
.bg_nav_current_index{
background:#FFFFFF url(images/bg_anv_index.jpg) no-repeat 0 0;
}
/*首页推荐部分结束*/
.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid black;
border-bottom-width: 0;
font:normal 11px Verdana;
line-height: 11px;
z-index: 100;
background-color: #FFFFFF;
width: 60px;
}

.anylinkcss a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
text-indent: 5px;
}