/* html {filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);} */



/* 网站链接总的CSS定义:可定义内容为链接字体颜色、样式等 */
a{text-decoration: none;} /* 链接无下划线,有为underline */ 
a:link {color: #333333;} /* 未访问的链接 */
a:visited {color: #333333;} /* 已访问的链接 */
a:hover{COLOR: #FF6600;} /* 鼠标在链接上 */ 
a:active {color: #333333;} /* 点击激活链接 */
/* 顶部频道文字链接的CSS定义－－将顶部频道文字链接与网站链接总的CSS定义分开，以后可以制作深底浅字的格式，如果要保持原来的设计样式，将此定义内容删除或定义成与网站链接总的CSS相同即可。调用代码为<a class='Channel' ***>***</a> */
a.Channel:link {color: #000000;font-size: 12px;}
a.Channel:visited {color: #000000;font-size: 12px;}
a.Channel:hover{
	COLOR: #660000;font-size: 12px;
	text-decoration: underline;
}
a.Channel:active {color: #333333;font-size: 12px;}
/* 顶部当前频道文字链接的CSS定义－－调用代码为<a class='Channel2' ***>***</a> */
a.Channel2:link {color: #FF9900;}
a.Channel2:visited {color: #FF9900;}
a.Channel2:hover{COLOR: #FF6600;}
a.Channel2:active {color: #333333;}
/* 底部版权信息文字链接的CSS定义－－与顶部频道文字链接定义的想法相同。可设置与顶科档牢淖至唇佣ㄒ宀煌奈淖盅丈衬诙ㄒ逡栽ち簟５饔么胛?a class='Bottom' ***>***</a> */
a.Bottom:link {color: #FFFFFF;}
a.Bottom:visited {color: #FFFFFF;}
a.Bottom:hover{COLOR: #000000;}
a.Bottom:active {color: #FFCC00;}
/* 文章栏目标题文字链接的CSS定义－－可设置与顶部频道文字链接定义不同的文字颜色，网页内定义以预留。要相同可不设置。调用代码为<a class='Class' ***>***</a> */
a.Class:link {color: #333333;}
a.Class:visited {color: #333333;}
a.Class:hover{COLOR: #FF6600;}
a.Class:active {color: #333333;}

/* Body的CSS定义:对应CSS中“BODY”，可定义内容为网页字体颜色、背景、浏览器边框等 */
BODY
{
	FONT-SIZE: 12px;
	background:url();
         line-height: 160%;
	text-decoration: none;
SCROLLBAR-FACE-COLOR: #259CC3; SCROLLBAR-HIGHLIGHT-COLOR: #259CC3; SCROLLBAR-SHADOW-COLOR:#259CC3; SCROLLBAR-3DLIGHT-COLOR: #F7F7F7; SCROLLBAR-ARROW-COLOR: #F7F7F7; SCROLLBAR-TRACK-COLOR: #F7F7F7; SCROLLBAR-DARKSHADOW-COLOR: #F7F7F7;
	margin: 0px;
	padding: 0px;
}
/* 单元格的CSS定义:对应CSS中的“TD”，这里为总的表格定义，为一般表格的的单元格风格设置，可定义内容为背景、字体颜色、样式等 */
TD
{
FONT-FAMILY:"宋体";FONT-SIZE: 9pt;line-height: 150%; 
}
/* 文本框的CSS定义:对应CSS中的“INPUT”，这里为文本框的风格设置，可定义内容为背景、字体、颜色、边框等 */
Input
{
BACKGROUND-COLOR: #ffffff; 
BORDER-BOTTOM: #666666 1px solid;
BORDER-LEFT: #666666 1px solid;
BORDER-RIGHT: #666666 1px solid;
BORDER-TOP: #666666 1px solid;
COLOR: #666666;
HEIGHT: 18px;
border-color: #666666 #666666 #666666 #666666; font-size: 9pt
}
/* 按钮的CSS定义:对应CSS中的“BUTTON”，这里为按钮的风格设置，可定义内容为背景、字体、颜色、边框等 */
Button
{
FONT-SIZE: 9pt;HEIGHT: 20px;
}
/* 下拉列表框的CSS定义:对应CSS中的“SELECT”，这里为下拉列表框的风格设置，可定义内容为背景、字体、颜色、边框等 */
Select
{
FONT-SIZE: 9pt;HEIGHT: 20px;
}
/* 顶部用户登录文字链接的CSS定义 */
.top_UserLogin
{
color: #037FA8;
}

/* ==频道通用表格CSS定义开始== */
.Channel_border /* 灰色表格边框背景颜色定义(760) */
{
border: 1px solid #cccccc;
}
.Channel_title /* 标题背景颜色定义(760) */
{
background: #cccccc;color: #037FA8;height: 27;text-align: center;font-weight:bold;
}
.Channel_tdbg /* 表格背景颜色定义(760) */
{
background:#FAFAFA;line-height: 120%;
}
.Channel_pager /* 分页表格背景颜色定义(760) */
{
background:#FAFAFA;line-height: 120%;
}

　　/* --评论显示页的CSS定义开始-- */
.Comment_border /* 蓝色表格边框背景颜色定义(760) */
{
border: 1px solid #449AE8;
}
.Comment_title /* 标题背景颜色定义(760) */
{
background:#449AE8;color: #ffffff;font-weight: normal;height: 25;
}
.Comment_tdbg1 /* 表格背景颜色定义(760) */
{
background:#FFFFFF;line-height: 120%;
}
.Comment_tdbg2 /* 留言显示1px表格背景颜色定义 */
{
background:#FAFAFA;
}
　　/* --评论显示页的CSS定义结束-- */
/* ==频道通用表格CSS定义结束== */ 

/* ==简短标题文字的CSS定义开始== */
/* [图文]简短标题文字的CSS定义 */
.S_headline1
{
color: #FF6600;
}
/* [组图]简短标题文字的CSS定义 */
.S_headline2
{
color: #FF6600;
}
/* [推荐]简短标题文字的CSS定义 */
.S_headline3
{
color: #FF6600;
}
/* [注意]简短标题文字的CSS定义 */
.S_headline4
{
color: red;
}
/* ==简短标题文字的CSS定义开始== */

/* ==top.asp中的CSS定义开始== */
.top_tdbgall /* 顶部表格总背景颜色定义 */
{
	width: 1002;
	background:#ffffff;
	border-right: none;
	border-left: none;
	border-top-style: none;
	border-bottom-style: none;
}
.top_Channel /* 频道表格背景、文字颜色定义 */
{
	background:#757575 url(/Skin/ffyy21/class_bg.jpg);
	color:#FFFFFF!important;
	text-align: right;
	height: 30;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-top-color: #000000;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.top_Announce /* 公告表格背景、文字颜色定义 */
{
background:url(/Skin/blue/top_nav_menu.gif);color: #333333;height: 30;
}
.top1_Announce /* 公告表格背景、文字颜色定义 */
{
text-align:
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
}
a.Announce:link {color: #ffffff;}
a.Announce:visited {color: #ffffff;}
a.Announce:hover{COLOR: #ffffff;}
a.Announce:active {color: #ffffff;}

}
.top_nav_menu /* 导航栏表格背景、文字颜色定义 */
{
background:url(/Skin/blue/top_nav_menu.gif);color: #333333;height: 30;
}
.top_Path /* 您现在的位置表格背景、文字颜色定义 */
{
	width: 1002;
	background:url(/Skin/ffyy21/fy_mqdh.jpg);
	border-right: none;
	border-left: none;
	height: 25;
	border-top-style: none;
	border-bottom-style: none;
}
.top_UserLogin /* 顶部用户登录文字链接的CSS定义 */
{
color: #037FA8
}


.xiahuaxian {
	text-decoration: underline;
}

/* ==top.asp中的CSS定义结束== */

/* ==网页中部中的CSS定义开始== */


/* 网页中部5象素分割始== */
.center_5px
{
	background-image: url(/Skin/ffyy21/fy_tablecenter2.gif);
	width: 4px;
	background-color: #CCCCCC;
}

.center_tdbgall /* 中部表格总背景颜色定义 */
{
	background:#ffffff;
	border-right: none;
	border-left: none;
	width: 1002px;
	border-top-style: none;
	border-bottom-style: none;
}
　　/* --网页中部左栏的CSS定义开始-- */
.left_tdbgall /* 左栏表格总背景颜色定义 */
{
	background:#f8f8f8;
    width: 200px;
}
.left_title /* 左栏标题表格背景、文字颜色定义 */
{
	background:url(/Skin/ffyy21/all_lm_bg.gif);
	color: #FFFFFF;
	text-indent: 32px;
	height: 32px;
	padding-top: 3px;
	letter-spacing: 2px;
}
.left_title2 /* 栏标题表格背景、文字颜色定义2 */
{
	background:url(/Skin/ffyy21/all_lm_bg_2.gif);
	color: #FFFFFF;
	text-indent: 32px;
	height: 32px;
	padding-top: 3px;
	letter-spacing: 2px;
}
.right_title /* 栏标题表格背景、文字颜色定义2 */
{
	
	color: #000000;
	text-indent: 30px;
	height: 22px;
	padding-top: 3px;
         font-weight: bold;
}

.right_title2 /* 有字母间距栏标题表格背景、文字颜色定义2 */
{
	background:url(/Skin/ffyy21/all_lm_bg_4b.gif);
	color: #FFFFFF;
	text-indent: 30px;
	height: 32px;
	padding-top: 3px;
	letter-spacing: 2px;
}

.left_tdbg1 /* 左栏内容表格背景、文字颜色定义 */
{
line-height: 150%;padding-left:4;padding-right:2;
}
.right_tdbgall /* 右栏表格总背景颜色定义 */
{
	background:#f8f8f8;
	width: 195px;
}

　　/* --网页中部左栏的CSS定义结束-- */
　　/* --网页中部中栏的CSS定义开始-- */
.main_tdbgall /* 中栏表格总背景颜色定义 */
{
background:#ffffff;
}
.main_shadow /* 中栏内容间隔表格背景颜色定义(575) */
{

}
.main_announce /* 中栏公告表格背景、文字颜色定义 */
{
color: 333333;height: 25;background:url(/Skin/blue/main_announce.gif);
}
.main_Search /* 中栏搜索表格背景、文字颜色定义 */
{
color: 333333;height: 25;background:#f7f7f7;
}
.main_top /* 中栏最新推荐表格背景颜色定义 */
{
background:url(/Skin/blue/main_top.gif);height: 187;
}
.main_title_575 /* 中栏标题表格背景、文字颜色定义(575) */
{
color: 333333;background:url(/Skin/ffyy21/fy_dhtp.gif);height: 28;
}
.main_tdbg_575 /* 中栏内容表格背景、文字颜色定义(575) */
{
line-height: 150%;text-align: left;
}
.main_title_282 /* 栏目文章列表标题表格背景、文字颜色定义(282) */
{
	background:url(/Skin/ffyy21/fy_dhtp.gif);
	color: 333333;
	height: 28;
}
.main_tdbg_282 /* 栏目文章列表内容表格背景、文字颜色定义(282) */
{
line-height: 150%;text-align: left;padding-left:5;padding-right:5;
}
.listbg /* --栏目文章列表内容间隔颜色的定义1-- */
{
background:#ffffff;
height: 26;
}
.listbg2 /* --栏目文章列表内容间隔颜色的定义2-- */
{
background:#f2f2f2;
height: 26;
}
　　/* --网页中部中栏的CSS定义结束-- */


.main_ArticleTitle /* 主标题文字颜色定义 */
{
color: ff0000;font-weight:bold;font-size: 18;line-height: 150%;
}
.main_ArticleSubheading /* 副标题文字颜色定义 */
{
color: 037FA8;font-weight:bold;line-height: 150%;
}
.main_title_760 /* 标题导航表格背景、文字颜色定义(760) */
{
background:url(/Skin/blue/main_title_760.gif);padding-left:5;height: 25;color: 037FA8;
}
.main_tdbg_760 /* 内容表格背景、文字颜色定义(760) */
{
padding: 8;
}
　　/* --文章显示页的CSS定义结束-- */
　　/* --留言频道CSS定义开始-- */
/* 留言栏目标题文字链接的CSS定义－－调用代码为<a class='Guest' ***>***</a> */
a.Guest:link {color: #ffffff;}

a.Guest:visited {color: #ffffff;}
a.Guest:hover{COLOR: #ff0000;}
a.Guest:active {color: #ffffff;}

.Guest_title_760 /* 标题导航表格背景、文字颜色定义(760) */
{
background:url(/Skin/blue/main_title_760.gif);border: 1px solid #D2D3D9;padding-left:5;height: 29;color: ffffff;
}
.Guest_tdbg_760 /* 内容表格背景、文字颜色定义(760) */
{
border: 1px solid #D2D3D9;padding: 8;
}
.Guest_border /* 蓝色表格边框背景颜色定义(760) */
{
border: 1px solid #449AE8;
}
.Guest_title /* 标题背景颜色定义(760) */
{
background:#449AE8;color: #ffffff;font-weight: normal;height: 25;
}
.Guest_tdbg /* 表格背景颜色定义(760) */
{
background:#FAFAFA;line-height: 120%;
}
.Guest_tdbg_1px /* 留言显示1px表格背景颜色定义 */
{
background:#D2D3D9;
}
.Guest_border2 /* 回复表格虚线边框背景颜色定义(760) */
{
border: 1px dashed #97D2DF;background:#E8F5F8;color: #006633;
}
.Guest_ReplyAdmin /* 管理员回复文字背景颜色定义(760) */
{
color: #ff0000;
}
.Guest_ReplyUser /* 用户回复文字背景颜色定义(760) */
{
color: #449AE8;
}
　　/* --留言频道CSS定义结束-- */
　　/* --商城的CSS定义开始-- */
.Shop_border /* 蓝色表格边框背景颜色定义(760) */
{
border: 1px solid #449AE8;
}
.Shop_border3 /* 灰色表格边框背景颜色定义(760) */
{
border: 1px solid #cccccc;
}
.Shop_title /* 标题背景颜色定义(760) */
{
background:url(/Skin/blue/main_title_760.gif);color: #ffffff;font-weight: normal;height: 27;
}
.Shop_tdbg /* 表格背景颜色定义(760) */
{
background:#FAFAFA;line-height: 120%;
}
.Shop_tdbg2 /* 表格背景颜色定义2 */
{
background:#f5f5f5;line-height: 120%;
}
.Shop_tdbg3 /* 表格背景颜色定义3 */
{
background:#ffffff;line-height: 120%;
}
.Shop_tdbg4 /* 表格背景颜色定义4 */
{
background:#E1F4EE;line-height: 120%;
}

　　/* --商城的CSS定义结束-- */

/* ==网页中部中的CSS定义结束== */

/* ==Bottom.asp中的CSS定义开始== */
.Bottom_tdbgall /* 底部表格总背景颜色定义 */
{
	width: 1002px;
	background:#ffffff;
	border-right: none;
	border-left: none;
	border-top-style: none;
	border-bottom-style: none;
}
.Bottom_Adminlogo /* 管理信息表格背景、文字颜色定义 */
{
background:#868686;color:#333333;height: 30;
}
.Bottom_Copyright /* 版权信息表格背景、文字颜色定义 */
{
background:#ffffff;color:#333333;
}
/* ==Bottom.asp中的CSS定义结束== */

/* ==自选风格中的CSS定义结束== */
.menu
{
background-color: #cccccc;width:97%;border: 1px;
}
.menuBody
{
background-color: #ffffff;
}

/* ==自选风格中的CSS定义结束== */
.Channel_font /* 搜索等特殊文字颜色定义 */
{
color: red;
}
/* --评论显示页的CSS定义开始-- */ 
.Guest_font /* 隐藏、用户等特殊文字颜色定义 */
{
color: green;
}
/* --评论显示页CSS定义结束-- */
/* --留言频道CSS定义开始-- */
/* 留言栏目标题文字链接的CSS定义－－调用代码为<a class='Guest' ***>***</a> */
a.Guest:link {color: #000000;}
a.Guest:visited {color: #000000;}
a.Guest:hover{COLOR: #ff6600;}
a.Guest:active {color: #000000;} 

/* 站内链接文字颜色定义 */
a.Channel_KeyLink{text-decoration: underline;}
a.Channel_KeyLink:link {color: blue;}
a.Channel_KeyLink:visited {color: blue;}
a.Channel_KeyLink:hover{color: #ff0000;}
a.Channel_KeyLink:active {color: blue;}
/* --用户控制css定义开始-- */
.user_left /*左区块定义*/
{
background:#f3f3f3;width:170px;padding-left: 4px;border-left-width: 2px;border-left-style: solid;border-left-color: #ffffff;padding-right: 4px;
}
.user_box/*左区块内标题栏定义*/
{
border: 1px solid #bfbfbf;background-color: #ffffff;border-collapse:15;
}
.user_righttitle {
background-color: #f3f3f3;padding-top: 5px;padding-right: 5px;padding-bottom: 1px;padding-left: 5px;
border-top-width: 2px;border-right-width: 2px;border-bottom-width: 1px;border-left-width: 2px;
border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;
border-top-color: #ffffff;border-right-color: #ffffff;border-bottom-color: #bfbfbf;border-left-color: #ffffff;
}
.user_line {
line-height: 1px;background-image: url(images/line.gif);
}
.user_toolstop/*左区块内标题栏定义*/
{
line-height: 28px;font-size: 12px;font-weight: bold;color: #666666;padding-left: 10px;letter-spacing: 4pt;
}
.user_toolsbot/*左区块内内容定义*/
{
line-height: 25px;font-size: 12px;color: #666666;border-right-width: 4px;border-right-style: solid;border-right-color: #ffffff;
}
.user_toolspoint/*区块内箭头栏定义*/
{
padding-left: 6px;
}
/*用户控制面板右*/
.user_right {
background-color: #ffffff;padding-right: 2px;padding-left: 6px;width:572px;
}
.border1
{
border: 1px solid #bfbfbf;
}
.title
{

	color: #ffffff;
	font-weight: normal;
}
.border
{
border: 1px solid #449ae8;
}
.tdbg
{
background:#f0f0f0;line-height: 120%;
}
.tdbgmouseover{
background:#bfdfff;line-height: 120%;
}
.tdbg2
{
background:#e0eef5;line-height: 120%;
}
.tdbg5
{
background:#e0eef5;line-height: 120%;
}
.title5
{
width:80px;background:url('../user/images/titlebg2.gif');line-height: 120%;padding-top:2px;cursor:hand;
}
.title6
{
width:80px;background:url('../user/images/titlebg1.gif');color: #ffffff;font-weight: normal;padding-top:2px;cursor:hand;
}
.button1
{
width:90px;
}
.show_page {
text-align: center;
}
/* 固定排课表格表格的css定义*/
.date_border
{
border: 1px solid ;
}
.date_title
{
background:#449ae8;color: #ffffff;font-weight: normal;
}
.date_tdbg
{
background:#449ae8;color: #ffffff;font-weight: normal;
}
.style2
{
font-size: 10px;
}
.style3
{
font-size: 12px;
font-weight: bold;
}
/* ==RSS连接框定义== */
#popitmenu {
    BORDER-RIGHT: black 1px solid; BORDER-TOP: black 1px solid; Z-INDEX: 100; VISIBILITY: hidden; FONT: 12px/18px Verdana; BORDER-LEFT: black 1px solid; BORDER-BOTTOM: black 1px solid; POSITION: absolute; BACKGROUND-COLOR: white
}
#popitmenu A {
    DISPLAY: block; PADDING-LEFT: 6px; COLOR: black; TEXT-DECORATION: none;
}
#popitmenu A:hover {
    BACKGROUND-COLOR: #ccff9d;
}

/* ==用户登录框定义== */
#userlogined
{
    padding-left:10;text-align: left;
}
#userctrl
{
    text-align: center;
}
#usermessage
{
    padding-left:10;text-align: left;
}
.havemessage
{
    BACKGROUND-COLOR: #ccff9d;
}
.havemessaged
{
    BACKGROUND-COLOR: #cc0000;
}
.spaceList  /* 聚合空间列表定义 */
{
width: 100%;text-align: center;
}
.spaceList_image
{
text-align: center;
}
.spaceList_intro
{
text-align: center;
}
#showspacelist_more
{
text-align: right;padding-right:10;
}
/* ==供求信息div按钮定义开始== */
#supply{
margin:0px;
padding:0px;
color:#fff;
}
.supplybut,.supplybutover{
margin:0px;
padding:1px;
line-height:25px;
border-top: 1px solid #d2d3d9;border-right: 1px solid #d2d3d9;border-left: 1px solid #d2d3d9;text-align: left;padding-left:30;padding-right:15px;
display: block;
float:left;
margin-right:8px;
cursor:hand;
}
.supplybut{
background:url(/Skin/blue/main_title_575.gif);
}
.supplybutover{
background:url(/Skin/blue/main_title_282.gif);
}






/* ==后加== */
.tablekuang {
	border: 1px solid #D4D4D4;
}

.tablekuang1 {
	border: 1px solid #F0F0F0;
}
.tablekuang1 {
	border: 1px solid #CEE0FF;
}

.tablekuang02 {
	border: 1px solid #EDECEB;
         background:#FBFDFF
}

.tablekuang22 {
	border: 1px solid #D4D4D4;
}
.pic1 /*文章栏目图片边框 */
{
 border-top-width: 2px;
 border-right-width: 2px;
 border-bottom-width: 2px;
 border-left-width: 2px;
 border-top-style: solid;
 border-right-style: solid;
 border-bottom-style: solid;
 border-left-style: solid;
 border-top-color: #FFFFFF;
 border-right-color: #FFFFFF;
 border-bottom-color: #FFFFFF;
 border-left-color: #FFFFFF; 

}

.aa001 
{ font-size:12px; color:#333333;height: 26;
}
.aa002 /* --栏目文章列表内容间隔颜色的定义2-- */
{ font-size:12px; color:#333333;
height: 26;
}

.tell1 /* --栏目文章列表内容间隔颜色的定义1-- */
{
background:#ffffff;
height: 26;
border-bottom: 1px dashed #cccccc; 

}
.tell2 /* --栏目文章列表内容间隔颜色的定义2-- */
{
background:#f2f2f2;
height: 26;
border-bottom: 1px dashed #cccccc; 

}
/* 12号链接加粗黑色*/

a.aaa12h:link {color: #000000;font-size: 12px;font-weight: bold;}
a.aaa12h:visited {color: #000000;font-size: 12px;font-weight: bold;}
a.aaa12h:hover{
	COLOR: #990000;font-size: 12px;
	text-decoration: underline;font-weight: bold;
}
a.aaa12h:active {color: #000000;font-size: 12px;font-weight: bold;}


/* 14号链接黑色*/
a.aaa:link {color: #333333;font-size: 12px;}
a.aaa:visited {color: #333333;font-size: 12px;}
a.aaa:hover{
	COLOR: #CC0000;font-size: 12px;
}
a.aaa:active {color: #333333;font-size: 12px;}


a.aaa55:link {color: #ffffff;font-size: 14px;}
a.aaa55:visited {color: #ffffff;font-size: 14px;}
a.aaa55:hover{
	COLOR: #ffffff;font-size: 14px;
}
a.aaa55:active {color: #ffffff;font-size: 14px;}

/* 12号链接黑色*/
a.aaa01:link {color: #000000;font-size: 12px;}
a.aaa01:visited {color: #000000;font-size: 12px;}
a.aaa01:hover{
	COLOR: #660000;font-size: 12px;
	text-decoration: underline;
}
a.aaa01:active {color: #000000;font-size: 12px;}

/* 12号链接绿色*/
a.aaa12l:link {color: #006600;font-size: 12px;}
a.aaa12l:visited {color: #006600;font-size: 12px;}
a.aaa12l:hover{
	COLOR: #660000;font-size: 12px;
	text-decoration: underline;
}
a.aaa12l:active {color: #006600;font-size: 12px;}



a.aaa06:link {color: #BB1700;font-size: 12px;}
a.aaa06:visited {color: #BB1700;font-size: 12px;}
a.aaa06:hover{
	COLOR: #660000;font-size: 12px;
	text-decoration: underline;
}
a.aaa06:active {color: #000000;font-size: 12px;}


a.aaa07:link {color: #000000;font-size: 12px;}
a.aaa07:visited {color: #000000;font-size: 12px;}
a.aaa07:hover{
	COLOR: #000000;font-size: 12px;
	text-decoration: underline;
}
a.aaa07:active {color: #00548C;font-size: 12px;}

a.aaa08:link {color: #006699;font-size: 14px;font-weight: bold;}
a.aaa08:visited {color: #006699;font-size: 14px;font-weight: bold;}
a.aaa08:hover{
	COLOR: #000000;font-size: 14px;
	text-decoration: underline;font-weight: bold;
}
a.aaa08:active {color: #006699;font-size: 14px;font-weight: bold;}

a.aaa09:link {color: #000000;font-size: 12px;font-weight: bold;}
a.aaa09:visited {color: #000000;font-size: 12px;font-weight: bold;}
a.aaa09:hover{
	COLOR: #ff0000;font-size: 12px;
	text-decoration: underline;font-weight: bold;
}
a.aaa09:active {color: #000000;font-size: 12px;font-weight: bold;}

.tea1 /* --栏目文章列表内容间隔颜色的定义1-- */
{
background:#F0FAFF;
height: 28;
font-size:12px;
border-bottom: 1px dashed #cccccc;
color: #999999;
}
.tea2 /* --栏目文章列表内容间隔颜色的定义2-- */
{
background:#ffffff;
height: 28;
font-size:12px;
border-bottom: 1px dashed #cccccc;
color: #999999;
}

.aba1 /* --栏目文章列表内容间隔颜色的定义1-- */
{

height: 26;
border-bottom: 1px dashed #cccccc; 

}
.aba2 /* --栏目文章列表内容间隔颜色的定义2-- */
{

height: 26;
border-bottom: 1px dashed #cccccc; 

}


.abc1 /* --栏目文章列表内容间隔颜色的定义1-- */
{

height: 26;

}
.abc2 /* --栏目文章列表内容间隔颜色的定义2-- */
{

height: 26;

}

.abd1 /* --栏目文章列表内容间隔颜色的定义1-- */
{

height: 30;
border-bottom: 1px dashed #cccccc; 
background:#ffffff;
}
.abd2 /* --栏目文章列表内容间隔颜色的定义2-- */
{

height: 30;
border-bottom: 1px dashed #cccccc; 
background:#ffffff;
}


.style33
{
font-size: 12px;
font-weight: bold;
color: #40728C;
}

.style88
{
font-size: 12px;
font-weight: bold;
color: #ffffff;
}

.style03
{
font-size: 12px;
font-weight: bold;
color: #ffffff;
}
.style34
{
font-size: 12px;
font-weight: bold;
color: #000000;
border-bottom: 1px dashed #DC4816;
}
.style35
{
font-size: 12px;
font-weight: bold;
color: #000000;
border-bottom: 1px dashed #339966;
}
.style36
{
font-size: 14px;
font-weight: bold;
color: #000000;
}
.style37
{
font-size: 12px;
font-weight: bold;
color: #000000;
border-bottom: 1px dashed #B87070;
}
.style38
{
font-size: 12px;
font-weight: bold;
color: #000000;
border-bottom: 1px dashed #0083AE;
}
.style39
{
font-size: 12px;
font-weight: bold;
color: #000000;
border-bottom: 1px dashed #B86703;
}



a.style99:link {color: #971300;font-size: 14px;font-weight: bold;}
a.style99:visited {color: #971300;font-size: 14px;font-weight: bold;}
a.style99:hover{
	COLOR: #660000;font-size: 14px;font-weight: bold;
	text-decoration: underline;
}
a.style99:active {color: #971300;font-size: 14px;font-weight: bold;}
/* 加粗*/


.t997 {
	border: 1px solid #DCBABB;
}
.t998 {
	border: 1px solid #F2E6E6;
}

a.aaa999:link {color: #FF5353;font-size: 14px;font-weight: bold;}
a.aaa999:visited {color: #FF5353;font-size: 14px;font-weight: bold;}
a.aaa999:hover{
	COLOR: #000000;font-size: 14px;
	text-decoration: underline;font-weight: bold;
}
a.aaa999:active {color: #FF5353;font-size: 14px;font-weight: bold;}

a.aaa008:link {color: #034478;font-size: 12px;}
a.aaa008:visited {color: #034478;font-size: 12px;}
a.aaa008:hover{
	COLOR: #000000;font-size: 12px;
	text-decoration: underline;
}
a.aaa008:active {color: #034478;font-size: 12px;}


a.aaa089:link {color: #FF6600;font-size: 12px;font-weight: bold;}
a.aaa089:visited {color: #FF6600;font-size: 12px;font-weight: bold;}
a.aaa089:hover{
	COLOR: #FF6600;font-size: 12px;
	text-decoration: underline;
         font-weight: bold;
         }
a.aaa089:active {color: #FF6600;font-size: 12px;font-weight: bold;}

a.aaa122h:link {color: #000000;font-size: 14px;font-weight: bold;}
a.aaa122h:visited {color: #000000;font-size: 14px;font-weight: bold;}
a.aaa122h:hover{
	COLOR: #990000;font-size: 14px;
	text-decoration: underline;font-weight: bold;
}
a.aaa122h:active {color: #000000;font-size: 14px;font-weight: bold;}

.style36
{
font-size: 14px;
font-weight: bold;
color: #000000;
}

.style366
{
font-size: 20px;
font-weight: bold;
color: #FF0000;
}


*{
	padding:0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
body{width:100%;margin:0px auto;font-size:12px;font-family:'宋体',Arial, Helvetica, sans-serif;clear:both;}
a:link { text-decoration:none }
a:visited {text-decoration:none;}
a:hover, a:active {text-decoration: underline;}
body { text-align:center;}
 
#textcenter { text-align:left; }

#top{ width:950px; height:34px; margin:0px auto; background:url(http://www.dzsm.com/imag/top.jpg) repeat-x;}
#toptt{ width:250px; height:34px; float:right; line-height:32px; _padding-top:10px;}
#toptt li{ width:80px; height:34px; float:left; list-style-type:none;}
#toptt a:link,#toptt a:visited,#toptt a:hover{ color:#333; text-decoration:none;}
.toptab{ width:7px; height:7px; float:left; background:url(http://www.dzsm.com/imag/topb.jpg) no-repeat; margin-top:13px;}
#head{ width:950px; height:65px; margin:0px auto;}
#logo{ width:301px; height:65px; float:left;}
#ss{ width:649px; height:65px; float:right;}
.headersearch{ width:350px; height:24px; float:left; margin-left:20px; _margin-left:5px; padding-top:22px;}
.remen{ width:280px; height:65px; float:right; line-height:39px;}
.remen span{ color:#333; font-size:12px; font-weight:bold;}
.remen a:link,.remen a:visited,.remen a:hover{ color:#d6150e; text-decoration:none;}
/*主导航*/
#menu{ width:950px; height:45px; margin:0px auto; background: url(http://www.dzsm.com/imag/blue.jpg) no-repeat;text-align:left;}
.menutt{ width:174px; height:33px; float:left; padding-top:12px;}
.menutt1{ width:216px; height:33px; float:left; padding-top:12px;}
.menutt li { width:210px;_width:170px; height:18px; list-style-type:none; line-height:20px;}
.menutt1 li{ width:216px;height:18px; list-style-type:none; line-height:20px;}
.menutt li span a,.menutt1 li span a{ width:50px; float:left; font-weight:bold; font-size:14px; color:#fff;}
.menutt li a{ width:40px; float:left; padding-left:0px;}
.menutt1 li a{ width:55px; float:left;}
.menutt a:link,.menutt a:visited,.menutt1 a:link,.menutt1 a:visited{color:#fff; text-decoration:none;}
.menutt a:hover,.menutt1 a:hover{ color:#fff; text-decoration: underline;}

/*内容页*/
#tab{ width:935px; height:36px; margin:0px auto; line-height:40px; padding-left:15px;}
#tab a:link{ color:#403e3e; text-decoration:none;}
#tab a:visited{ color:#403e3e; text-decoration:none;}
#tab a:hover{ color:#403e3e; text-decoration:none;}
/*------正文内容区------*/
#textcenter{width:950px;margin:0px auto;}
#textleft{width:679px;float:left;border:#e0e0e0 solid 1px;}

/*全局*/
body { font:12px/1.75 "宋体", arial, sans-serif;  background:#fff; color:#000;}
a:link { color:#0B3B8C; text-decoration:none }
a:visited {color:#0B3B8C;text-decoration:none;}
a:hover, a:active {color:#0B3B8C; text-decoration:underline; }
.wrapper {width:950px;overflow:hidden;zoom:1;margin:0 auto;} 
.hd, .bd, .ft { width:100%; overflow:hidden; zoom:1; }
#Main-Article-QQ {position:relative;}
#Main-Article-QQ .main { width:650px; float:left;background:#FFF;border-top:2px solid #003795}
#Main-Article-QQ .side { width:293px; float:right;background:#FFF}
/*移动设备支持*/
@media screen and (max-device-width: 320px){body{-webkit-text-size-adjust:none;}}
@media screen and (max-device-width: 480px){body{-webkit-text-size-adjust:none;}}
@media only screen and (-webkit-min-device-pixel-ratio: 2){body{-webkit-text-size-adjust:none;}}
/*通用组件*/
.mod-left {width:635px;margin-bottom:8px; padding-left:20px;}
.mod-left h2 {color:#1C2C58;}
.mod-left h2 a:visited {color:#0B3B8C}
.mod-right {width:290px;margin-bottom:8px;}
.mod-right .hd {width:290px;height:29px;background:url(http://mat1.gtimg.com/news/imgcss_article_qq/split_v4.4.png) no-repeat 0px -571px;line-height:29px;}
.mod-right h2 {font-size:14px;color:#1C2C58;padding-left:12px;}
.mod-right h2 a:visited {color:#0B3B8C}
.mod-right .bd {width:290px;background:#FFF;}
.mod-right .bd li { line-height:21px;color:#0B3B8C;}
.mod-right .innerBox {width:258px;margin:0 auto;}
.mod-right .ft {width:290px;border:1px solid #DADADA;border-top:0px;}

.redFont:link,.redFont,.redFont a:link,.redFont a:visited,.redFont a:hover,.redFont a:active {color:#CC0000}
.grayBorder {font-size:12px;color:#8A8A8A;padding:0 6px;}
.sidBoxNoborder {width:293px;text-align:center;overflow:hidden;zoom:1;}
.lchot,a.lchot,a:visited.lchot,a:hover.lchot{color:#bd0a01;}
.vico{padding-right:21px;background:url(http://mat1.gtimg.com/www/iskin09/vico1.png) right center no-repeat;}
/*底边线*/
#bottomBarBox{position:relative;width:960px;margin:-1px auto 0 auto;}
#mainBarBorder{float:left;width:650px;height:0;line-height:0;font-size:0;border-bottom:#DADADA 1px solid;}
#sideBarBorder{float:right;width:290px;height:0;line-height:0;font-size:0;border-bottom:#DADADA 1px solid;}
/*面包屑*/
.Crumbs-Article-QQ { float:left;padding:10px 0 8px 10px;}
.Crumbs-Article-QQ img{float:left;margin:0;}
.Crumbs-Article-QQ span {float:left;padding-left:20px;padding-top:11px;color:#000}
.Crumbs-Article-QQ span em{color:#7E7E7E}
.Crumbs-Article-QQ span a:visited{color:#0B3B8C}
.Form-Crumbs-Article-QQ { float:right;padding-top:14px;padding-right:10px;}
.Form-Crumbs-Article-QQ .submit {float:right;width:60px;height:22px;background:url(http://mat1.gtimg.com/news/imgcss_article_qq/split_v4.4.png) no-repeat -100px -372px;border:0px;line-height:21px;*padding-top:1px;font-size:12px;cursor:pointer}
.Form-Crumbs-Article-QQ .inputWarp {float:right;width:202px;height:21px;background:url(http://mat1.gtimg.com/news/imgcss_article_qq/split_v4.4.png) no-repeat 0px -344px;margin-right:3px;margin-left:5px;_display:inline;padding-top:1px;padding-left:0;text-align:center;}
.Form-Crumbs-Article-QQ .txtArea {width:176px;border:0px;height:16px;margin:2px auto 0px auto;font-size:14px;}
.Form-Crumbs-Article-QQ .SosonLogo {float:left;width:20px;height:20px;}
.Form-Crumbs-Article-QQ .SosonLogo span {display:none}
/*------正文内容区------*/
#C-Main-Article-QQ {
	float: left;
}
#C-Main-Article-QQ .hd, #C-Main-Article-QQ .bd { width:588px; margin:0 auto; overflow:hidden; zoom:1; }
#C-Main-Article-QQ .hd {text-align:center;padding-top:22px;padding-bottom:0px;}
#C-Main-Article-QQ h1 {-x-system-font:none;color:#000;font-family:"宋体",arial;font-size:26px;font-size-adjust:none;font-stretch:normal;font-style:normal;font-variant:normal;line-height:30px;margin-bottom:6px;font-weight:800;}
#C-Main-Article-QQ .titBar {width:578px;overflow:hidden;zoom:1;padding:0px 5px;position:relative;}
#C-Main-Article-QQ .info { color:#7E7E7E;height:16px;}
#C-Main-Article-QQ .infoCol {padding-right:19px;}
#C-Main-Article-QQ .info .where {padding-left:19px;color:#7E7E7E}
#C-Main-Article-QQ .info .auth {color:#7E7E7E;padding-left:19px;}
#C-Main-Article-QQ .info .where a, #C-Main-Article-QQ .info .auth a{color:#7E7E7E}
#cmt_1:visited, .isCommt a:visited, .otherNews a:visited, a.hasCom:visited, .bottom_ad_text a:visited, .sildPic-Article-QQ .cnt a:visited, .mod-right a:visited, #Cnt-Main-Article-QQ a:visited, .otherZt a:visited, .hotKey a:visited{color:#0B3B8C}
#C-Main-Article-QQ .info .num {color:#333;}
#C-Main-Article-QQ .info em {color:#CC0000}
#C-Main-Article-QQ .fontSize { float:right;color:#7E7E7E;position:absolute;right:0px;top:-3px;_top:-2px;}
#C-Main-Article-QQ .fontSize span {font-family:"Times New Roman",arial;cursor:pointer;font-weight:bold;}
#C-Main-Article-QQ .fontSize .small {font-size:10px;color:#666;padding-right:3px;padding-left:3px;}
#C-Main-Article-QQ .fontSize .big {font-size:13px;color:#0B3B8C;padding-left:3px;padding-right:3px;}
#C-Main-Article-QQ .hd,#C-Main-Article-QQ .bd,#C-Main-Article-QQ .ft{clear:both;}
/*导语*/
#C-Main-Article-QQ .Introduction { width:544px;  border:1px solid #E5E5E5; border-left:0px; border-right:0px; background:#FBFBFB; line-height:24px; font-size:14px; padding-left:20px; padding-top:13px;padding-bottom:13px; padding-right:24px; margin:18px auto 15px auto; }
#C-Main-Article-QQ .Line {height:1px;font-size:0;border-top:1px solid #E5E5E5;margin-top:18px;}
#Cnt-Main-Article-QQ {padding-bottom:20px;font-size:14px;}
#Cnt-Main-Article-QQ p { line-height:25px; margin:20px auto 0 auto; }
/*分页*/
.page-Article-QQ {width:100%;margin-bottom:8px;text-align:center;}
.page-Article-QQ ul{margin:0 auto; }
.page-Article-QQ li {display:inline;}
#C-Main-Article-QQ .ft { width:100%; }
.correlation-Article-QQ { width:609px; margin:0 auto; }
.page-Article-QQ span, .page-Article-QQ a { display:inline-block;margin:0 auto; width:23px; height:21px;margin-bottom:7px;line-height:21px; text-align:center;}
.page-Article-QQ span {background:url(http://mat1.gtimg.com/news/imgcss_article_qq/split_v4.4.png) no-repeat -5px -86px;font-weight:bold;color:#fff;}
.page-Article-QQ a {background:url(http://mat1.gtimg.com/news/imgcss_article_qq/split_v4.4.png) no-repeat -5px -60px;}
.page-Article-QQ span.next, .page-Article-QQ a.next { width:51px; height:21px; background:url(http://mat1.gtimg.com/news/imgcss_article_qq/split_v4.4.png) no-repeat -5px -34px;}
.page-Article-QQ span.next {color:#C4C4C4;font-weight:normal;}
.page-Article-QQ a:visited {color:#0B3B8C}
.isCommt { width:600px; text-align:right; padding-bottom:5px; padding-right:9px; color:#0B3B8C}
.isCommt {display:none;}
.isCommt em {color:#CC0000}

#textblank{
	width:610px;
	margin-top:8px;
	text-align:right;
	color:#1f376d;
	padding-right:10px;
}
.textxian{width:600px;margin-left:20px;margin-top:8px;height:1px;border-bottom:1px dashed #ccc;}
#textlist{ padding-left:30px; margin-top:20px; padding-bottom:10px;}
#textlist h3{ font-size:14px; color:#1f376d; font-weight:bold;}
#textlist li{ font-size:14px;}
#textlist li span{ font-size:12px; color:#8a8a8a; padding-left:10px;}

#textright{ width:263px; float:right;}
#textgg{ width:263px; height:240px;}
#textbiao{width:261px;border:#e9e9e9 1px solid;margin-top:8px;}
#texttab2{ width:261px; height:32px; background:url(http://www.dzsm.com/imag/bg_tit.png) repeat-x; border-bottom:#e9e9e9 1px solid;}
#texttab2 h3{ height:32px; float:left; font-size:14px; line-height:35px; text-indent:8px; color:#1f376d;}
.textbb{ width:261px; height:140px; text-align:center; margin-top:10px;}
#textmaintwo{ width:261px; height:auto; margin-top:8px;}
.texttitle{ width:240px; margin-top:3px; list-style-type:none; padding-left:4px;padding-bottom:3px;}
.texttitle li{ width:240px; height:20px; font-size:12px;}
.texttitle li a:link{ color:#403e3e; text-decoration:none;}
.texttitle li a:visited{ color:#403e3e; text-decoration:none;}
.texttitle li a:hover{ color:#403e3e; text-decoration:none;}

/*网页底部*/
#footer{ width:950px; _width:950px; height:140px; margin:0px auto; margin-top:8px; background:url(http://www.dzsm.com/imag/dd.jpg) no-repeat;}
#footerleft{ width:475px; height:140px; float:left;}
.pic{ width:20px; float:left; margin-top:60px; margin-left:5px;}
.ddtt{ width:430px; height:80px; float:right; margin-top:40px; line-height:15px;}
#footerright{ width:475px; height:140px; float:right;}
#footerright li{ width:158px; float:left; list-style-type:none; margin-top:19px;}
.dd{ margin-top:10px;}
 /*首页*/
#center{
	height:auto;
	margin:0px auto;
}
#mainone{
	width:950px;
	height:388px;
	margin:0px auto;
}
#mainoneleft{
	width:256px;
	height:378px;
	float:left;
	margin-top:8px;
	_margin-top:6px;
	border:#d9d8d6 solid 1px;
	text-align: left;
}
.boxtitle{ width:256px; height:32px; line-height:33px; background:url(http://www.dzsm.com/imag/gyimg.jpg) no-repeat;}
.boxtitle h3{ float:left; font-size:14px; color:#1f376d; text-indent:15px; line-height:35px;}
.boxtitle a{ float:right; padding-right:20px;}
.boxtitle a:link {color:#403e3e;text-decoration:none;}
.boxtitle a:visited {color:#403e3e;text-decoration:none;}
.boxtitle a:hover {color:#403e3e;text-decoration:none;}
.mainonelefttext{width:248px; height:320px;float:left; list-style-type:none; margin-top:2px; margin-left:8px;_margin-left:4px; margin-bottom:3px;}
.mainonelefttext li{width:248px;float:left;line-height:22px; padding-left:8px;}
.mainonelefttext li a:link,.mainonelefttext li a:visited{ color:#333; text-decoration:none;}
.mainonelefttext li a:hover{ color:#bd0a01; text-decoration:none;}

#mainonecen{
	width:424px;
	_width:418px;
	height:378px;
	margin-top:8px;
	margin-left:5px;
	float:left;
}
#flash{ width:424px; _width:418px; height:213px;}
.loop_swf {width:424px;height:213px;float:left;_float:right;}
#mainonecen1{
	width:422px;
	_width:418px;
	height:157px;
	border:#d9d8d6 solid 1px;
	margin-top:3px;
}
.jigou{ font-size:14px; font-family:方正小标宋简体; text-align:center; padding-top:7px;_padding-top:2px;}
.jigou a:link,.jigou a:visited,.jigou a:hover{ color:#1f376d; text-decoration:none;}
.img{ width:422px; border:none; list-style-type:none;}
.img li{ width:180px; _width:150px; height:53px; float:left;}

#mainoneright{ width:258px; height:380px; float:right;margin-top:8px;}
#mainoneright1{ width:256px; height:282px;_height:271px; border:#d9d8d6 solid 1px;}
#mainoneright2{ width:256px; height:88px; _height:82px; margin-top:6px; border:#d4d4d4 solid 1px; background-color:#f6f9fe;}
.mainonetext{ width:256px; height:88px; _height:73px; list-style-type:none; margin-top:5px;}
.mainonetext li{ width:113px; height:28px;_height:22px; float:left; margin-left:8px; _margin-left:4px; font-size:14px; line-height:25px; text-align:center;}
.mainonetext li a:link,.mainonetext li a:visited{ color:#5f5f5f; text-decoration:none;}
.mainonetext li a:hover{ color:#bd0a01; text-decoration:none;}

#maintwo{
	width:950px;
	height:675px;
	margin:0px auto;
	margin-top:8px;
} 
#maintwoleft{
	width:687px;
	height:670px;
	float:left;
}
#miantwoleft1{ width:687px; height:210px;}
#tv{ width:687px; height:47px;}
.tab{
	width:180px;
	height:40px;
	float:left;
	margin-left:15px;
	_margin-left:10px;
}
.title{ width:380px; height:17px; float:right; margin-top:25px;}
.title span{ float:right; margin-right:20px;}
.title a:link,.title a:visited,.title a:hover{ color:#5f5f5f; text-decoration:none;}
#zhtv{ width:685px; height:160px; _height:154px; border:#d9d8d6 solid 1px; border-top:#49b3f4 solid 2px;}
.threeleftul{width:683px; height:137px;float:left;display:inline; list-style-type:none;}
.threeleftul li{width:150px; height:137px;float:left;text-align:center; padding-left:17px;}
.threeleftul li img{ border:none;}
.threeleftul li span{width:150px; height:20px;display:block;line-height:20px;_line-height:25px;text-align:center;}

#miantwoleft2{
	width:687px;
	height:230px;
	margin-top: 8px;
	;
}
#ggtv{
	width:685px;
	height:180px;
	border:#d9d8d6 solid 1px;
	border-top:#49b3f4 solid 2px;
}
#maintwoleft3{
	width:687px;
	height:212px;
	margin-top: 8px;
}
#ystv{
	width:685px;
	height:162px;
	border:#d9d8d6 solid 1px;
	border-top:#49b3f4 solid 2px;
}
.threeleftul1{width:683px; height:137px;float:left;display:inline; list-style-type:none; }
.threeleftul1 li{width:150px; height:115px;float:left;text-align:center;}
.threeleftul1 li img{ border:none;}
.threeleftul1 li span{width:150px; height:20px;display:block;line-height:25px;text-align:center;}

#maintworight{
	width:258px;
	height:670px;
	float:right;
}
#maintwo1{
	width:256px;
	height:666px;
	float:right;
	border: #e0e0e0 solid 1px;
}
.photo{ width:245px; float:left; margin-left:6px;_margin-left:3px; list-style-type:none;}
.photo li{ width:120px; height:140px; float:left; text-align:center; margin-top:4px;_margin-top:5px;}
.photo li span{ width:120px; height:20px; text-align:center; display:block; line-height:20px;}

#mainthree{ width:950px; height:236px; margin-top:8px;}
#mainradio{ width:687px; height:236px; float:left;}
#dttv{
	width:685px;
	height:186px;
	border:#d9d8d6 solid 1px;
	border-top:#49b3f4 solid 2px;
}
.mainradiotext1{
	width:310px;
	height:160px;
	float:left;
	list-style-type:none;
	padding-left:19px;
} 
.mainradiotext1 li{
	line-height:25px;
	font-weight:bold;
	color:#1f376d;
	margin-top: 5px;
}
.mainradiotext2{ width:330px; height:160px; float:right; list-style-type:none; margin-top:16px;}
.mainradiotext2 li{ line-height:20px;}
.mainradiotext2 li a:link{ color:#333333; text-decoration:none;}
.mainradiotext2 li a:visited{ color:#333333; text-decoration:none;}
.mainradiotext2 li a:hover{ color:#bd0a01; text-decoration:none;}

#maintour{ width:256px; height:234px; float:right;border:#d9d8d6 solid 1px;}
.boxtext{width:240px;float:left; list-style-type:none; margin-top:0px; margin-left:8px; margin-bottom:8px;}
.boxtext li{width:100%;float:left;height:23px;line-height:20px;text-indent:5px; padding-left:4px;}
.boxtext li span{ color:#d6150e; letter-spacing:2px;}
.boxtext li a:link {color:#504e4d;text-decoration: none;}
.boxtext li a:visited {color:#504e4d;text-decoration: none;}
.boxtext li a:hover {color:#504e4d;text-decoration:none;}

#movie{ width:950px; height:408px; margin-top:8px;}
#movietab{ width:935px; height:40px; margin-left:15px;}
#movieflash{width:950px;height:368px;}
div,form,ul,ol,li,span,p,dl,dt,dd,img{margin:0;padding:0;border:0;}

/*g_focus*/
.fi_movie{position:relative;width:950px;height:368px; margin:0px auto;overflow:hidden;}
.fi_movie a{outline:none;text-decoration:none;}
.fi_movie .fi_ct{height:100%;width:100%;}
.fi_movie .fi_note,.fi_movie .fi_ovl_note{position:absolute;height:284px;width:210px;right:0;top:0;z-index:10;background:transparent;}
.fi_movie .fi_ovl_note{background:#000;opacity:.5;z-index:9;height:380px;width:250px;}               
.fi_movie .fi_tab{position:absolute;height:624px;height:64px;bottom:0px;left:53px;} 
.fi_movie .fi_tab_inner{position:relative;width:564px;margin:0 4px;padding:7px 0;overflow:hidden;}
.fi_movie .fi_tab_{position:relative;width:2000px;}
.fi_movie .fi_tab li{float:left;margin:0 5px;display:inline;position:relative;}
.fi_movie .fi_tab img{width:80px;height:45px;background:#fff;padding:2px;}
.fi_movie .fi_ovl_tab{position:absolute;left:0;top:0;width:84px;height:49px;background:#000;}
.fi_movie .fi_btn,.fi_movie .fi_tab_inner{float:left;z-index:10;}
.fi_movie .fi_btn{position:relative;width:27px;height:100%;}
.fi_movie .fi_btn a{position:absolute;width:27px;height:32px;left:0;top:50%;margin-top:-16px;}
.fi_movie .fi_prev a{background:url(../images/jqf_left_on.png) no-repeat;}
.fi_movie .fi_next a{background:url(../images/jqf_right_on.png) no-repeat;}
.fi_movie .fi_prev a:hover{background:url(../images/jqf_left_hot.png) no-repeat;}
.fi_movie .fi_next a:hover{background:url(../images/jqf_right_hot.png) no-repeat;}
.fi_movie .fi_prev a.fi_off,.fi_movie .fi_prev a.fi_off:hover{background: url(../images/jqf_left_off.png) no-repeat;cursor:default;}
.fi_movie .fi_next a.fi_off,.fi_movie .fi_next a.fi_off:hover{background: url(../images/jqf_right_off.png) no-repeat;cursor:default;}
.fi_movie .fi_note{padding:20px;text-align:left;}
.fi_movie h2.fi_tt{text-align:left;padding:25px 0 0 0;}
.fi_movie h2.fi_tt a{font-size:20px;font-family:"黑体";color:#fff;}
.fi_movie .fi_tt0 a{font-size:14px;font-family:"Arial";line-height:22px;color:#fff;}
.fi_movie .fi_acts a{color:#fff;font-family:"宋体";font-size:14px;}
.fi_movie .fi_meta{margin-top:35px;padding-top:15px;color:#cbcbcb;line-height:22px;}
.fi_movie .fi_meta a{color:#cbcbcb;margin-right:5px;}
.fi_movie .fi_meta a:hover{color:#fff;text-decoration:none;}
.fi_movie .fi_meta label{float:left;}
.fi_movie .fi_meta p{padding-left:42px;padding-bottom:2px;}
.fi_movie .fi_meta .fi_mdesc{line-height:20px;}
.fi_movie .fi_acts{position:absolute;width:210px;height:56px;;right:0;bottom:0;padding:0 20px;z-index:10;}
.fi_movie .fi_btnplay{display:block;width:94px;height:27px;text-align:center;line-height:27px;}
.fi_movie .fi_pointer{position:absolute;width:84px;height:54px;left:36px;top:2px;z-index:-1;background:url("http://tv.sohu.com/upload/moviefocus1129/img/jqf_pointer.png") no-repeat;}
.fi_movie .fi_loading{position:absolute;left:0;top:0;width:100%;height:100%;background:#000;z-index:100;}
.fi_movie .fi_loading img{display:block;position:absolute;width:47px;height:47px;left:50%;top:50%;margin-left:-23px;margin-top:-23px;}
/* styles for goddawn ie6 */
.fi_movie .fi_prev a{_background:none;_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=scale,src="http://tv.sohu.com/upload/moviefocus1129/img/jqf_left_on.png");}
.fi_movie .fi_next a{_background:none;_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=scale,src="http://tv.sohu.com/upload/moviefocus1129/img/jqf_right_on.png");}
.fi_movie .fi_prev a:hover{_background:none;_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=scale,src="http://tv.sohu.com/upload/moviefocus1129/img/jqf_left_hot.png");}
.fi_movie .fi_next a:hover{_background:none;_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=scale,src="http://tv.sohu.com/upload/moviefocus1129/img/jqf_right_hot.png");}
.fi_movie .fi_prev a.fi_off,.fi_movie .fi_prev a.fi_off:hover{_background:none;_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=scale,src="http://tv.sohu.com/upload/moviefocus1129/img/jqf_left_off.png");}
.fi_movie .fi_next a.fi_off,.fi_movie .fi_next a.fi_off:hover{_background:none;_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=scale,src="http://tv.sohu.com/upload/moviefocus1129/img/jqf_right_off.png");}
.fi_movie .fi_pointer{_background:none;_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=scale,src="http://tv.sohu.com/upload/moviefocus1129/img/jqf_pointer.png");}
/* /styles for goddawn ie6 */


#mainthree{
	width:950px;
	height:235px;
	text-align:left;
	margin: 0 auto;
}
#mainthreeleft{ width:685px; height:223px; float:left;border:#d9d8d6 solid 1px;}
.twotitle{ width:685px; height:34px;}
.twotitle h3{ float:left; font-size:14px; color:#403e3e; text-indent:17px; line-height:35px; text-decoration:none;}
.twotitle span{ width:300px; float:right; color:#1f376d; line-height:35px; text-indent:18px; margin-right:15px;}
.twotitle span a:link {color:#5f5f5f;text-decoration:none;}
.twotitle span a:visited {color:#5f5f5f;text-decoration:none;}
.twotitle span a:hover {color:#5f5f5f;text-decoration:none;}
.tiao{ width:655px; height:2px; background: url(http://www.dzsm.com/imag/tiao.jpg) no-repeat; margin-left:15px;}
.maintwotext1{ width:225px; height:160px; float:left; list-style-type:none; margin-top:16px; _margin-top:8px;}
.maintwotext1 li{ line-height:20px; padding-left:19px;}
.maintwotext1 li a:link{ color:#333333; text-decoration:none;}
.maintwotext1 li a:visited{ color:#333333; text-decoration:none;}
.maintwotext1 li a:hover{ color:#d6150e; text-decoration:none;}

#mainthreeright{ width:256px; height:223px; float:right; border:#d9d8d6 solid 1px;}
.marquee{ width:236px; height:171px; float:left; padding-left:9px; padding-top:10px;}
.marquee li{ float:left; line-height:20px;}
.marquee li a:link,.marquee li a:visited,.marquee li a:hover{ color:#333333; text-decoration:none;}


#mainfour{ width:948px; _width:942px; height:344px; margin:0px auto; margin-top:8px; border: #e0e0e0 solid 1px;text-align:left;}
#mainfourtitle{width:950px;_width:942px;height:34px;font-size:14px;color:#333333;font-weight:bold;text-indent:19px;line-height:39px;}
#tiao1{ width:916px; height:2px; background:url(http://www.dzsm.com/imag/tiao.jpg) repeat-x; margin-left:16px;}
#mainfour1{
	width:950px;
	_width:942px;
	height:160px;
}
.link{ width:910px; float:left;display:inline; margin-top:20px; padding-left:40px;}
.link li{ width:90px; float:left; font-size:14px; list-style-type:none; line-height:30px;}
.link li a:link{ color:#403e3e; text-decoration:none;}
.link li a:visited{ color:#403e3e; text-decoration:none;}
.link li a:hover{ color:#403e3e; text-decoration:none;}

.link1{
	width:950px;
	float:left;
	margin-top:20px;
	_margin-top:10px;
}
.link1 li{ width:130px; float:left; font-size:14px; list-style-type:none; line-height:30px;}
.link1 li a:link{ color:#403e3e; text-decoration:none;}
.link1 li a:visited{ color:#403e3e; text-decoration:none;}
.link1 li a:hover{ color:#403e3e; text-decoration:none;}
