/* --------------------------------------------------------------------全局css定义开始 */
/**/
body,div,form,iframe,img,ul,ol,li,dl,dt,dd,p,table,td,tr,h1,h2,h3,h4,h5,h6 { margin: 0; padding: 0; border:0;}
body,table,td,tr,th,select,input,textarea,button {font-size: 12px; font-family: "宋体", Arial, Verdana, Geneva, Helvetica, sans-serif;}
li  { list-style-type: none; }
hr  { height:1px;color:#755111;}
select,input{vertical-align:middle}

img { border:0;}

/* 整个页面链接颜色 */
a:link    {text-decoration:none;}
a:visited {text-decoration:none;}
a:hover   {text-decoration:underline;}
a:active  {text-decoration:none;}
/**/

/* 颜色属性 [定义规则，小写c加颜色名称] */
.cred,a.cred:link,a.cred:visited{ color:red;}
.cblue,a.cblue:link,a.cblue:visited{color:#1f3a87;}
.cdred,a.cdred:link,a.cdred:visited{ color:#bc2931;}
.cgray,a.cgray:link,a.cgray:visited{ color: #4f544d;}
.cdgray,a.cdgray:link,a.cdgray:visited{ color: #666;}
.cblack,a.cblack:link,a.cblack:visited{color:#000;}
a.cblack:hover{color:#bc2931;}
.cyellow,a.cyellow:link,a.cyellow:visited{color:#ff0;}

/* 字体属性 [定义规则，小写f加属性名称] */
.fb {font-weight: bold;}
.fi {font-style: italic;}

/* 字体大小*/
.f12px{ font-size:12px;}
.f14px{ font-size:14px;}

/* 其他属性 */
/* .left{ float: left;} */
/* .right{ float: right;} */

.hidden { display: none;}
.unline ,.unline a{text-decoration: none;}
.nobold {font-weight: normal;}
.clear  { clear: both; font-size:1px; width:1px; height:0px; overflow:hidden; visibility: hidden;}

.blank1 { height:1px; clear:both; overflow:hidden; font-size:1px;}
.blank3 { height:3px; clear:both; overflow:hidden; font-size:1px;}
.blank4 { height:4px; clear:both; overflow:hidden; font-size:1px;}
.blank5 { height:5px; clear:both; overflow:hidden; font-size:1px;}
.blank9 { height:9px; clear:both; overflow:hidden; font-size:1px;}
.blank6 { height:6px; clear:both; overflow:hidden; font-size:1px;}

.blank4noclear { width: 182px; height:4px; margin: 0px 0px 0px 0px; float: left;}
.hr8coloreee { height:8px; clear:both; overflow:hidden; font-size:1px; background-image:url(6-2.gif); }
.bg104x79 { background-image:url(bg104x79.gif); text-align:center;}
/* --------------------------------------------------------------------全局css定义结束 */

h1,h2,h3,h4,h5,h6{ font-size:14px;}
h1               { font-size:24px; font-weight:bold; margin-bottom:0px;}
h3               { font-size:14px; float:left; margin-left:6px; display:inline;}
.com_titleclass1         { font-size:12px; font-weight:bold; color: #ff0000;  }
.com_titleclass0         { font-size:12px; font-weight:bold; }
.com_titleclass-1        { font-size:12px;                   color: #999999; }

.title_text{ font-size:14px; float:left;       margin-left:4px; font-weight:bold; cursor:pointer;}
.more      { float:right; padding-right:5px; font-size:12px; cursor:pointer;}
.infodate  { float:right; text-align:right; padding-right:5px; color:#999999;}
/*****新闻大标题*********************/
.bignews {font-size: 18px; font-family: "黑体"; color: #d80100; text-align:center;}
.bignews_Intro {/*新闻大标题的简介*/ LINE-HEIGHT: 140%; color: #555555;}
.li_point li{ background:url(li_point.gif) 10px 6px no-repeat;}



/*旗下网站头部导航 Start*/
#QixiaTopNav    { margin-bottom:15px; height: 29px; background: url(QixiaTopNav/QixiaTopNav_bg.gif) #f3f5fc repeat-x left top; overflow: hidden; border-bottom: #a3a2b3 1px solid; font-size: 12px; color: #333; font-family: arial, helvetica, sans-serif, "宋体"}
#QixiaTopNav ul {margin: 0px; padding-top: 4px; list-style-type: none;}

#QixiaTopNav li.noborder  { background: none transparent scroll repeat 0% 0%}
#QixiaTopNav input,button { font-size: 12px; font-family: Arial, Helvetica, sans-serif,"宋体";}
#QixiaTopNav input        { border-top: #333 1px solid; border-right: #f5f5f5 1px solid;  border-bottom: #f5f5f5 1px solid; border-left: #333 1px solid; vertical-align: middle;}
#QixiaTopNav a       { padding: 2px 2px; height: 22px; line-height: 22px;color: #333; text-decoration: none;}
#QixiaTopNav a:hover { border-right: #808080 1px solid; border-top: #fff 1px solid; border-left: #fff 1px solid; border-bottom: #808080 1px solid; text-decoration: none;}
#QixiaTopNav a.close { padding-left:  2px; background: url(QixiaTopNav/btn_close.gif) no-repeat 3px 2px; width: 20px; text-indent: -9999px;}
#QixiaTopNav .login  { margin: 1px; padding-left: 17px; background: url(QixiaTopNav/QixiaTopNav_icon_login.gif) no-repeat 3px 2px;vertical-align: middle; cursor: pointer; height: 22px; line-height: 22px; border-style: none;}
#QixiaTopNav .logout { margin: 1px; padding-left: 17px; background: url(QixiaTopNav/QixiaTopNav_icon_login.gif) no-repeat 3px 2px;vertical-align: middle; cursor: pointer; height: 22px; line-height: 22px; border-style: none;}

#QixiaTopNav .menus li  { float: left; display: block; line-height: 24px; border-style:none;}
#QixiaTopNav .Qright    { float: right; width: 450px;height: 29px; text-align:right;}
#QixiaTopNav .Qright a  { padding: 3px 1px; height: 22px; line-height: 22px;color: #333; text-decoration: none; }
/*旗下网站头部导航 End*/

/*频道公共导航 Start*/
#ChannelPublicNav		{ width:948px; height:50px; clear:both; padding:0; margin:0;
						font-size:12px; text-align:center; background:#fff; line-height:12px; border:1px solid #D6D7D6;}
#ChannelPublicNav .Left 	{ width:178px; height:50px; float:left; margin:0; padding:0; overflow:hidden;}
#ChannelPublicNav .Right	{ width:750px; height:50px; float:right;margin:0; padding:0;
						font-size:12px;text-align:center; background:#fff;line-height:12px; vertical-align: middle;}
#ChannelPublicNav .Right ul	{ width:750px; list-style:none;margin:0;padding:0;}

#ChannelPublicNav .Right li  	{ color:#bbb; margin:0px 8px 0px 0; padding:8px 0px 0px 0px; } 
#ChannelPublicNav .Right li .gtEnd{color:black;}
#ChannelPublicNav .Right li a	{ color:#333; line-height:12px;text-decoration:none;}
#ChannelPublicNav .Right li a:hover{color:red;line-height:12px;}
#ChannelPublicNav .Right li a.reds{color:red;}
/*频道公共导航 End*/

/* Start*/ 
#header { width: 950px; margin: 0px auto;}
#header .CityUnionSite { position: relative; display:inline;}
#header .CityUnionSite .menuSiteList   { position:absolute;top:12px;left:0px;width: 50px;z-index:9999;visibility:hidden; padding:0px 5px; background-color:#FFFFFF; border: #E8E8E8 1px solid; text-align:left;}
#header .CityUnionSite .menuSiteList li{ border-bottom: 1px solid #E8E8E8; padding: 5px 0; height:15px;line-height:15px;}

/*网站顶部登陆条*/
#header .headerNav { height:25px; line-height:25px; background:url(SpaceMenuNav/bg_btn.png); border: #DAD7CF 1px solid;}
#header .headerNav .l{float: left;}
#header .headerNav .r{float:right;}
#header .headerMain  { width: 948px; height:60px; margin: 0px auto; border:1px solid #DAD7CF; background-image:url(SpaceMenuNav/bg_header.png)}


/*----站点展示----*/
.siteshow{background:url(Search_Index/bg.jpg) no-repeat;height:80px;width:950px;}
.siteshow .l{float: left;height:78px;width:200px;padding:5px 0 0 10px;}
.siteshow .r{float:right;height:78px;width:200px;}
.siteshow .l ul li{float:left;color: #fff; list-style-type:none;}
.siteshow .l ul li div {width:10px;height:7px;overflow:hidden;margin:2px 2px;border:1px solid;cursor:pointer;}

/*----搜索search_index----*/
/*.search_index         {width:534px;height:70px; margin:0 auto;}*/
.search_index         {float:left;width:534px;height:70px;}
.search_nav 	      {float:left;width:500px;height:31px;margin-top:5px;padding-left:31px;}
.search_off,.search_on{float:left;width: 57px;height:26px;line-height:23px;text-align:center;cursor:pointer;color:#fff;}/**/
.search_on	          {font-size:14px;font-weight:bold;background: url(Search_Index/sousuo.gif) left top;color:#333;}

.noneBox 		{display:none;}

.search_content	{float:left;height:20px;line-height:20px;width:500px;margin-left:7px;}/**/
.search_content select{width:65px;background-color:#f5f5f5;}/**/
.search_content .btn  { background-color:#f5f5f5;}/**/
.search_content a{margin-left:1px;}/**/

.search_content a:link					{color:#333333;text-decoration:none;}
.search_content a:visited				{color:#333333;text-decoration:none;}
.search_content a:hover					{color:#FF0000;text-decoration:underline;}
.search_content a:active				{color:#333333;}
/*----搜索search_index----*/


/*-------首页片区导航----------------*/
.index_area_navbar     {width:950px;height:40px;background:url(navbar_bg.jpg) 0 0 no-repeat;color:#fff; overflow: hidden; margin: 0px auto;}
.index_area_navbar h3  {float:left; width:160px;height:40px;margin:0;padding:0;}
.index_area_navbar span{float:right;font-size:12px;line-height:40px; padding-right:10px;}
.index_area_navbar a   {color:#fff;}


/* -- 装修博士 */
#bossnav		   { width: 950px; height: 36px;}
#bossnavlogo           { width: 118px; height: 36px; float: left;background-image: url(bossnav/home_boss.gif) }
#bossnavbar            { width: 832px; float: right; margin-top: 4px;background-image: url(bossnav/bg.gif);}
#bossnavbar li         { float: left;}
#bossnavbar li a       { padding-right: 4px; padding-left: 5px; display: block; font-size: 12px; background: url(bossnav/news_navbg.gif); float: left; padding-bottom: 0px; height: 32px; line-height:32px; text-decoration: none; color: #FFFFFB;}
#bossnavbar li a:hover { background: url(bossnav/news_navbg_on.gif); color: #ffff00;}

#bossnavsearch         { width: 948px; height: 29px; line-height:29px; text-align:left; border: #cccccc 1px solid;}
/* -- 装修博士 */

/* -- 头部导航 */
.top_menu    { width:950px; height:27px; background-image:url(top_menu_bg.gif);}
.top_menu ul { padding-top: 4px;}
.top_menu li { margin-right: 2px}
.top_menu li a:hover   {color: #333}
.top_menu li a:visited {color: #333}

.top_menu_zi           { width: 950px; height:27px; background-color: #ebebeb; border-right: #cccccc 1px solid; border-left: #cccccc 1px solid;border-bottom: #cccccc 1px solid;}
.top_menu_zi a:link    {color: #333}
.top_menu_zi a:hover   {color: #333}
.top_menu_zi a:active  {color: #333}
.top_menu_zi a:visited {color: #333}
.top_menu_zi li {padding-top: 5px; text-align:center;}

.menu_14_0           {font-weight: bold; background: url(top_menu_0.gif); float: left; overflow: hidden; width: 68px; cursor: pointer; color: #333; line-height: 23px; height: 23px; text-align: center}
.menu_14_0 a:link    {color: #000000}
.menu_14_0 a:hover   {color: #000000}
.menu_14_0 a:active  {color: #000000}
.menu_14_0 a:visited {color: #000000}
.menu_14_1           {font-weight: bold; background: url(top_menu_1.gif); float: left; overflow: hidden; width: 68px; cursor: pointer; line-height: 23px; height: 23px; text-align: center}
.menu_14_1 a:link    {color: #333}
.menu_14_1 a:hover   {color: #333}
.menu_14_1 a:active  {color: #333}
.menu_14_1 a:visited {color: #333}
/* -- 头部导航 */

/* --------------------------------------------------------------------页面结构属性开始 */

.tab_max              {/* -0*/ width: 950px; overflow: hidden;  margin: 0px auto;}
.tab_max .title       {/* -2*/ width: 948px; margin: 0; height:24px; line-height:24px; overflow:hidden; background-image:url(title_bg.gif); /*background-color: #eee;*/ border:1px solid #DDD4CD; border-bottom: #ccc 0px solid;}
.tab_max .other       {/* -2*/ width: 948px; margin: 0; clear: both; float: left; /* 加这个dreanweaver 好看*/ padding:0 0 0 0px;          overflow:hidden; border:1px solid #DDD4CD; border-top: #ccc 0px solid;}


/**/
.tab_650_0000                   {/* -0*/ width: 650px; margin: 0px 0px 0px 0px; float: left;}
/**/
.tab_640_00010                  {/* -0*/ width: 640px; margin: 0px 0px 0px 10px; float: left; display:inline;}
.tab_640_00010 .title           {/* -2*/ width: 638px; margin: 0; height:24px; line-height:24px; overflow:hidden; background-image:url(title_bg.gif); /*background-color: #eee;*/ border:1px solid #DDD4CD; border-bottom: #ccc 0px solid;}
.tab_640_00010 .other           {/* -2*/ width: 638px; margin: 0; clear: both; float: left; /* 加这个dreanweaver 好看*/ padding:0 0 0 0px;          overflow:hidden; border:1px solid #DDD4CD; border-top: #ccc 0px solid;}


/**/
.zhaobiao502 .l1 { width: 60px;  float: left; height: 22px; line-height:22px; overflow:hidden;}
.zhaobiao502 .l2 { width:120px;  float: left; height: 22px; line-height:22px; overflow:hidden;}
.zhaobiao502 .l3 { width: 60px;  float: left; height: 22px; line-height:22px; overflow:hidden;}
.zhaobiao502 .l4 { width: 60px;  float: left; height: 22px; line-height:22px; overflow:hidden;}
.zhaobiao502 .l5 { width: 60px;  float: left; height: 22px; line-height:22px; overflow:hidden;}
.zhaobiao502 .l6 { width: 60px;  float: left; height: 22px; line-height:22px; overflow:hidden;}
.zhaobiao502 .l7 { width: 60px;  float: left; height: 22px; line-height:22px; overflow:hidden;}
.zhaobiao502 .l9 { width:100px;  float: left; height: 22px; line-height:22px; overflow:hidden;}
.zhaobiao502 .l8 { width: 55px;  float: left; height: 22px; line-height:22px; overflow:hidden;}

.zhaopinTable .l1 { width: 68px;  float: left; height: 22px; line-height:22px; overflow:hidden;}
.zhaopinTable .l2 { width: 190px; float: left; height: 22px; line-height:22px; overflow:hidden;}
.zhaopinTable .l3 { width: 40px;  float: left; height: 22px; line-height:22px; overflow:hidden;}
.jobTable .l1 { width: 68px;  float: left; height: 22px; line-height:22px; overflow:hidden;}
.jobTable .l2 { width: 190px; float: left; height: 22px; line-height:22px; overflow:hidden;}
.jobTable .l3 { width: 40px;  float: left; height: 22px; line-height:22px; overflow:hidden;}

/**/
.tab_300_0000                   {/* -0*/ width: 300px; margin: 0px 0px 0px 0px; float: left;}
.tab_300_0000 .title            {/* -2*/ width: 298px; margin: 0; height:24px; line-height:24px; overflow:hidden; background-image:url(title_bg.gif); /*background-color: #eee;*/ border:1px solid #DDD4CD; border-bottom: #ccc 0px solid;}
.tab_300_0000 .content          {/*-17*/ width: 283px; margin: 0; clear: both; float: left; /* 加这个dreanweaver 好看*/ padding:10px 5px 10px 10px; overflow:hidden; border:1px solid #DDD4CD; border-top: #ccc 0px solid; text-align:left;}
.tab_300_0000 .content p        {padding:3px 10px;line-height:24px;text-indent:22px;}
.tab_300_0000 .other            {/* -2*/ width: 298px; margin: 0; clear: both; float: left; /* 加这个dreanweaver 好看*/ padding:0 0 0 0px;          overflow:hidden; border:1px solid #DDD4CD; border-top: #ccc 0px solid;}
.tab_300_0000 .tit_list         {/* -2*/ width: 298px; margin: 0; clear: both; float: left; /* 加这个dreanweaver 好看*/ padding:0 0 0 0px;          overflow:hidden; border:1px solid #DDD4CD; border-top: #ccc 0px solid;}
.tab_300_0000 .tit_list li      {/*-22*/ width: 278px; margin: 0; height:22px; line-height:22px; overflow:hidden; padding:0 0 0 20px; }/*170+20*/
.tab_300_0000 .other    li      {/*-12*/ width: 288px; margin: 0; height:22px; line-height:22px; overflow:hidden; padding:0 0 0 10px; }/*170+10*/


.tab_300_0000 .tpxw             {/* -2*/ width: 298px; margin: 0; clear: both; float: left; /* 加这个dreanweaver 好看*/ padding:0 0 0 0px;     overflow:hidden; border-left: #cccccc 1px solid; border-right: #cccccc 1px solid; }
.tab_300_0000 .tpxw_pic         {/* 70*/ width: 68px;  margin: 2px 0px 0px 4px;  display:inline; float:left;height:83px; overflow:hidden; border:1px solid #DDD4CD; padding-top:1px; text-align:center;}
.tab_300_0000 .tpxw_pic img     {        width: 66px; height:66px; }
.tab_300_0000 .tpxw_pic p       {        font-size: 12px; height:20px; line-height:20px; }
.tab_300_0000 .tpxw_tit_Intro   {/*-86*/ width: 214px; float:left; overflow:hidden; line-height:22px; text-align:left; padding:0 5px 0 5px;}
.tab_300_0000 .tpxw_tit_list    {/*-76*/ width: 224px; float:left; overflow:hidden;}
.tab_300_0000 .tpxw_tit_list li {/*-96*/ width: 204px; height:22px; line-height:22px; overflow:hidden; padding:0 0 0 20px; }

.tab_300_0000 .tab_149                   {/* -0*/ width: 149px; margin: 0px 0px 0px 0px; float: left;}
.tab_300_0000 .tab_149 .tit_list2        {/* -1*/ width: 148px; margin: 0; clear: both; float: left; /* 加这个dreanweaver 好看*/ padding:0 0 0 0px;          overflow:hidden; border-right:1px dashed #DDD4CD;}
.tab_300_0000 .tab_149 .tit_list2 li     {/*-21*/ width: 128px; margin: 0; height:22px; line-height:22px; overflow:hidden; padding:0 0 0 20px; }

/**/
.tab_315_00010                  {/* -0*/ width: 315px; margin: 0px 0px 0px 10px; float: left; display:inline;}
.tab_315_00010 .title           {/* -2*/ width: 313px; margin: 0; height:24px; line-height:24px; overflow:hidden; background-image:url(title_bg.gif); /*background-color: #eee;*/ border:1px solid #DDD4CD; border-bottom: #ccc 0px solid;}
.tab_315_00010 .content         {/*-17*/ width: 298px; margin: 0; clear: both; float: left; /* 加这个dreanweaver 好看*/ padding:10px 5px 10px 10px; overflow:hidden; border:1px solid #DDD4CD; border-top: #ccc 0px solid; text-align:left;}
.tab_315_00010 .content p       {padding:3px 10px;line-height:24px;text-indent:22px;}
.tab_315_00010 .other           {/* -2*/ width: 313px; margin: 0; clear: both; float: left; /* 加这个dreanweaver 好看*/ padding:0 0 0 0px;          overflow:hidden; border:1px solid #DDD4CD; border-top: #ccc 0px solid;}
.tab_315_00010 .tit_list        {/* -2*/ width: 313px; margin: 0; clear: both; float: left; /* 加这个dreanweaver 好看*/ padding:0 0 0 0px;          overflow:hidden; border:1px solid #DDD4CD; border-top: #ccc 0px solid;}
.tab_315_00010 .tit_list li     {/*-22*/ width: 293px; margin: 0; height:22px; line-height:22px; overflow:hidden; padding:0 0 0 20px; }/*170+20*/
.tab_315_00010 .other    li     {/*-12*/ width: 303px; margin: 0; height:22px; line-height:22px; overflow:hidden; padding:0 0 0 10px; }/*170+10*/


.tab_315_00010 .tpxw            {/* -2*/ width: 313px; margin: 0; clear: both; float: left; /* 加这个dreanweaver 好看*/ padding:0 0 0 0px;     overflow:hidden; border-left: #cccccc 1px solid; border-right: #cccccc 1px solid; }
.tab_315_00010 .tpxw_pic        {/* 70*/ width: 68px;  margin: 2px 0px 0px 4px; display:inline; float:left;height:83px; overflow:hidden; border:1px solid #DDD4CD; padding-top:1px; text-align:center;}
.tab_315_00010 .tpxw_pic img     {       width: 66px; height:66px; }
.tab_315_00010 .tpxw_pic p      {        font-size: 12px; height:20px; line-height:20px; }
.tab_315_00010 .tpxw_tit_Intro  {/*-86*/ width: 229px; float:left; overflow:hidden; line-height:22px; text-align:left; padding:0 5px 0 5px;}
.tab_315_00010 .tpxw_tit_list   {/*-76*/ width: 239px; float:left; overflow:hidden;}
.tab_315_00010 .tpxw_tit_list li{/*-96*/ width: 219px; height:22px; line-height:22px; overflow:hidden; padding:0 0 0 20px; }




/**/
.tab_156_0000                   {/* -0*/ width: 156px; margin: 0px 0px 0px 0px; float: left;}
.tab_156_0000 .tit_list2        {/* -1*/ width: 155px; margin: 0; clear: both; float: left; /* 加这个dreanweaver 好看*/ padding:0 0 0 0px;          overflow:hidden; border-right:1px dashed #DDD4CD;}
.tab_156_0000 .tit_list2 li     {/*-21*/ width: 135px; margin: 0; height:22px; line-height:22px; overflow:hidden; padding:0 0 0 20px; }/*170+20*/
/**/





.VoteQuestionPic1 p    {/* 118x7*/ width: 112px; height:90px; margin: 4px 0px 0px 4px; float:left; display:inline; border:1px solid #ddd ; padding-top:4px; overflow:hidden; text-align:center;}
.VoteQuestionPic1 img  { width: 104px; height:70px; border:0px;}
.VoteQuestionPic1 span { font-size: 12px; height:20px; line-height:20px; }



/**/
.tab_950_link          { width: 948px; margin: 0; clear: both; float: left; /* 加这个dreanweaver 视窗里好看*/ padding:2px 0px 2px 0px; overflow:hidden; border-left: #cccccc 1px solid; border-right: #cccccc 1px solid; border-bottom: #cccccc 1px solid;}
.tab_950_link ul       { width: 948px; margin: 0; clear: both; float: left; /* 加这个dreanweaver 视窗里好看*/ padding-left:5px;}
.tab_950_link .pic li  { width: 94px; float: left; height:33px; line-height:33px; overflow:hidden; text-align:center; }
.tab_950_link .pic img { width: 88px; height:31px; border:1px solid #cccccc; }/* (95+2)x8 图片最大宽为95 */
.tab_950_link .txt li  { width: 93px; float: left; height:16px; line-height:16px; overflow:hidden; border-right: 1px solid #FEFEFE; border-bottom: 1px solid #FEFEFE; color:#666;}
.tab_950_link .txt li a:link    { color:#666;}
.tab_950_link .txt li a:visited { color:#666;}

/*Video Start*/
.scrollCont a           {/* 105x7*/ float: left; width: 98px; height:118px; margin: 4px 0px 0px 5px; padding-top:4px; display:inline; overflow:hidden; border:1px solid #DDD; background-color:#FFFFFF; text-align:center;}
.scrollCont a:hover     {           border:1px solid #999 ; background-color:#EFEFEF; text-decoration: none;}
.scrollCont img         {           width: 90px; height:114px; border:0px;}
.scrollCont span.caption{           width: 90px; height: 20px; line-height: 20px; overflow:hidden; margin: -20px auto;        display:block; background:#000; filter:Alpha(opacity=70);opacity:0.7; color:#fff; font-weight:normal; text-align:center;}
.scrollCont span        {           width:  50px; height: 18px; line-height: 18px; overflow:hidden; margin: -80px 0px 0px 70px;display:block; font-weight:normal; cursor:pointer;}
.scrollCont span.end    {           color:#fff;}/*background:#000;*/
.scrollCont a       span.icon {display:none;}
/*.scrollCont a:hover span.icon {display:block;width: 31px;height: 31px;position:absolute;z-index:2;margin:15px 0px 0px 40px; background:url(player2.png) left top no-repeat;}*/

.LeftArr_01,.RightArr_01  { width:18px; height:18px; margin-top:2px;display:block;}
a.LeftArr_01        { background:url(ImgBg.gif) -40px 0px no-repeat;}
a.RightArr_01       { background:url(ImgBg.gif) -17px 0px no-repeat;}
a:hover.LeftArr_01  { background:url(ImgBg.gif)   0px 0px no-repeat;}
a:hover.RightArr_01 { background:url(ImgBg.gif) -57px 0px no-repeat;}
/*Video End*/




/* --------------------------------------------------------------------各模板颜色等变化开始 */
/*表格边线：		#DDD4CD*/


/* 整个页面背景颜色及字体颜色 */
body {color: #333;}
body {background: url(bodybg.gif) no-repeat center top;}

/* 整个页面链接颜色 */
a:link    {color: #333;}
a:visited {color: #333;}
a:hover   {color: #333;}
a:active  {color: #333;}



/* 栏目标题颜色 */

h2       { }
.more,a.more:link,a.more:visited,a.more:hover,a.more:active{ color:#333333;}
.cur_SZM {font-size: 24px; color:#FF0000; font-weight:bold;}

/**/
.top_menu_zi { background-color: #feeab9; border-right: #eedb88 1px solid; border-left: #eedb88 1px solid;border-bottom: #eedb88 1px solid;}

