/* 网站链接总的css定义:可定义内容为链接字体颜色、样式等 */
a{text-decoration: none; line-height:180%;} /* 链接无下划线,有为underline */ 

/* 顶部频道文字链接的css定义－－将顶部频道文字链接与网站链接总的css定义分开，以后可以制作深底浅字的格式，如果要保持原来的设计样式，将此定义内容删除或定义成与网站链接总的css相同即可。调用代码为<a class='channel' ***>***</a> */
a.channel:link,a.channel:visited,a.channel:active {color: #ffffff;}
a.channel:hover{color: #ffff00;}
/* 顶部当前频道文字链接的css定义－－调用代码为<a class='channel2' ***>***</a> */
a.channel2:link,a.channel2:visited,a.channel2:active{color: #ffff00;}
a.channel2:hover{color: #ff6600;}
/* 底部版权信息文字链接的css定义－－与顶部频道文字链接定义的想法相同。可设置与顶部频道文字链接定义不同的文字颜色，网页内定义以预留。调用代码为<a class='bottom' ***>***</a> */
a.bottom:link,a.bottom:visited,a.bottom:active {color: #07519a;}
a.bottom:hover{color: #f00;}
/* 文章栏目标题文字链接的css定义－－可设置与顶部频道文字链接定义不同的文字颜色，网页内定义以预留。要相同可不设置。调用代码为<a class='class' ***>***</a> */
a.class:link,a.class:visited,a.class:active {color: #000;}
a.class:hover{color: #ff0000;}
/* 按钮的css定义:对应css中的“button”，这里为按钮的风格设置，可定义内容为背景、字体、颜色、边框等 */
button
{
font-size: 12px;height: 20px;
}
/* 下拉列表框的css定义:对应css中的“select”，这里为下拉列表框的风格设置，可定义内容为背景、字体、颜色、边框等 */
select
{
font-size: 12px;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: 25px;
}
.comment_tdbg1 /* 表格背景颜色定义(760) */
{
background:#ffffff;line-height: 120%;
}
.comment_tdbg2 /* 留言显示1px表格背景颜色定义 */
{
background:#fafafa;
}
　　/* --评论显示页的css定义结束-- */
/* ==频道通用表格css定义结束== */ 

/* ==简短标题文字的css定义开始== */
/* [图文]简短标题文字的css定义 */
.s_headline1
{
color: blue;
}
/* [组图]简短标题文字的css定义 */
.s_headline2
{
color: #ff6600;
}
/* [推荐]简短标题文字的css定义 */
.s_headline3
{
color: green;
}
/* [注意]简短标题文字的css定义 */
.s_headline4
{
color: red;
}
/* ==简短标题文字的css定义开始== */

/* ==top.asp中的css定义开始== */
.top_tdbgall /* 顶部表格总背景颜色定义 */
{
width:760px;
background:#ffffff;
}
.top_top
{
background:#0089f7;height: 2px;
}
.top_channel /* 频道表格背景、文字颜色定义 */
{
background:#0089f7;color:#3ab1f5!important;text-align: right;border-top: 1px solid #ffffff;border-bottom: 1px solid #ffffff;
}
.top_announce /* 公告表格背景、文字颜色定义 */
{
background:url(//Skin/blue/top_nav_menu.gif);color: #0560a6;height: 30px;
}
.top_nav_menu /* 导航栏表格背景、文字颜色定义 */
{
	color: #ffffff;
	height: 22px;
	background-image: url(//Skin/ocean/menu_bg2.gif);
	padding-left: 33px;

}
.top_path /* 您现在的位置表格背景、文字颜色定义 */
{
width: 760px;background:#ffffff;height: 30px;
}
.top_userlogin /* 顶部用户登录文字链接的css定义 */
{
color: #037fa8
}
/* ==top.asp中的css定义结束== */

/* ==网页中部中的css定义开始== */
.center_tdbgall /* 中部表格总背景颜色定义 */
{
background:#ffffff;
width:770px;
}
　　/* --网页中部左栏的css定义开始-- */
.left_tdbgall /* 左栏表格总背景颜色定义 */
{
background:#ffffff;
}
.left_title /* 左栏标题表格背景、文字颜色定义 */
{
	font-weight:bold;
	color: ffffff;
	height: 28px;
	padding-left:20px;
	text-align: left;
	background-image: url(//Skin/ocean/right_t.gif);
	width: 182px;
}
.left_tdbg1 /* 左栏内容表格背景、文字颜色定义 */
{
	padding: 5px;	background-color: #e6f5ff;	border-width: 1px;
	border-top-style: none;	border-bottom-style: none;	border-color: #a4c6fc;border-right-style: solid;border-left-style: solid;
}
.left_tdbg2 /* 左栏底部表格背景、文字颜色定义 */
{
	height: 10px;
	background-image: url(//Skin/ocean/tdbg_bottom.gif);
	background-repeat: no-repeat;
}
.right_title_bs06 /* 右栏标题表格背景、文字颜色定义 */
{
	font-weight:bold;
	color: ffffff;
	height: 28px;
	padding-left:20px;
	text-align: left;
	background-image: url(//Skin/ocean/right_t.gif);
}
.right_title /* 左栏标题表格背景、文字颜色定义 */
{
background:url(//Skin/blue/right_title.gif);font-weight:bold;color: ffffff;height: 28px;width:180px;padding-left:40px;text-align: left;
}
　　/* --网页中部左栏的css定义结束-- */
　　/* --网页中部中栏的css定义开始-- */
.main_tdbgall /* 中栏表格总背景颜色定义 */
{
width: 572px;background:#ffffff;
}
.main_shadow /* 中栏内容间隔表格背景颜色定义(575) */
{
height: 4px;
}
.main_announce /* 中栏公告表格背景、文字颜色定义 */
{
color: 037fa8;height: 25px;background:#f9f9f9;border: 1px solid #d2d3d9;
}
.main_search /* 中栏搜索表格背景、文字颜色定义 */
{
color: 037fa8;height: 25px;border: 1px solid #d2d3d9;background:#f9f9f9;
}
.main_top /* 中栏最新推荐表格背景颜色定义 */
{
background:url(//Skin/blue/main_top.gif);height: 187px;
}
.main_title_760i /* 网站首页中栏标题表格背景、文字颜色定义(760) */
{
color: ffffff;
background-image: url(//Skin/ocean/main_bs.gif);
border-right: 1px solid #1c65be;
text-align: left;padding-left:30;height: 27px;

}
.main_tdbg_760i /* 网站首页中栏内容表格背景、文字颜色定义(760) */
{
border: 1px solid #d2d3d9;line-height: 150%;text-align: left;padding-left:5px; padding-right:5px;
}
.main_title_575 /* 中栏标题表格背景、文字颜色定义(575) */
{
    font-weight: bold;
	color: #ffffff;
	background-image: url(//Skin/ocean/main_bs1.gif);
	height: 27px;
	padding-left: 30px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #1c65be;
}
.main_title_bs06 /* 中栏标题表格背景、文字颜色定义(bs06) */
{
	color: ffffff;
	text-align: left;
	padding-left:30px;
	height: 27px;
	background-image: url(//Skin/ocean/main_bs.gif);
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #1c65be;
	font-weight: bold;
}
.main_tdbg_bsd06 /* 中栏内容表格背景、文字颜色定义(bsd06) */
{
	color: ffffff;	height: 4px;	background-image: url(//Skin/ocean/main_02.gif);
}
.main_tdbg_bs06 /* 中栏内容表格背景、文字颜色定义(bs06) */
{
	line-height: 150%;
	text-align: left;
	padding:0 5px;
	border:#aec6e8 1px solid;
	border-top: none;
	background:#ffffff url(//Skin/ocean/main_bg.gif);
}
.main2_tdbg_bs06 /* 中栏内容表格背景、文字颜色定义(bs06) */
{
	line-height: 150%;
	text-align: left;
	padding:0 5px;
	border-left:#aec6e8 1px dashed;
	background-image:#ffffff url(//Skin/ocean/main_bg.gif);
}

.main_tdbg_575 /* 中栏内容表格背景、文字颜色定义(575) */
{
border: 1px solid #d2d3d9;line-height: 150%;text-align: left;padding:0 5px;
}
.main_title_282i,.main_title_282 /* 栏目文章列表标题表格背景、文字颜色定义(282) */
{
background:url(//Skin/ocean/main_bs.gif);color: ffffff;height: 27px;
padding-left:30px;
color: ffffff;
text-align: left;
border-right: 1px solid #1c65be;
font-weight: bold;
}
.main_tdbg_282i /* 栏目文章列表内容表格背景、文字颜色定义(282) */
{
border: 1px solid #d2d3d9;line-height: 150%;text-align: left;padding:0 5px;
}

.main_tdbg_282 /* 栏目文章列表内容表格背景、文字颜色定义(282) */
{
border: 1px solid #d2d3d9;line-height: 150%;text-align: left;padding:0 5px;
}
.listbg /* --栏目文章列表内容间隔颜色的定义1-- */
{
border-bottom:1px dashed #ccc; line-height: 26px;
}
.listbg2 /* --栏目文章列表内容间隔颜色的定义2-- */
{
border-bottom:1px dashed #ccc; line-height: 23px;
}
　　/* --网页中部中栏的css定义结束-- */
　　/* --文章显示页的css定义开始-- */

.main_articletitle /* 主标题文字颜色定义 */
{
color: 07519a;font:bold 18px/150% "宋体";
}
.main_articlesubheading /* 副标题文字颜色定义 */
{
color: 037fa8;font-weight:bold;line-height: 150%;
}
.main_title_760 /* 标题导航表格背景、文字颜色定义(760) */
{

background:url(//Skin/ocean/main_bs1.gif);border: 1px solid #d2d3d9;height: 28px;color: ffffff;
}
.main_tdbg_760 /* 内容表格背景、文字颜色定义(760) */
{
border: 1px solid #d2d3d9;padding: 8px;line-height: normal;
}
.article_tdbgall /* 责编等表格背景、文字颜色定义(760) */
{
background:#f5f5f5;
}

　　/* --文章显示页的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/ocean/main_bs1.gif);border: 1px solid #d2d3d9;padding-left:5px;height: 29px;color: ff0000;
}
.guest_tdbg_760 /* 内容表格背景、文字颜色定义(760) */
{
border: 1px solid #d2d3d9;padding: 8px;
}
.guest_border /* 蓝色表格边框背景颜色定义(760) */
{
border: 1px solid #449ae8;
}
.guest_title /* 标题背景颜色定义(760) */
{
background:#449ae8;color: #ffffff;font-weight: normal;height: 25px;
}
.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 #1C65BE;
}
.shop_border3 /* 灰色表格边框背景颜色定义(760) */
{
border: 1px solid #cccccc;
}
.shop_title /* 标题背景颜色定义(760) */
{
    font-weight: bold;
	color: #ffffff;
	background-image: url(//Skin/ocean/main_bs1.gif);
	height: 27px;
	padding-left: 30px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #1c65be;
}
.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: 760px;background:#ffffff;
}
.bottom_adminlogo /* 管理信息表格背景、文字颜色定义 */
{
background:#0089f7;color:#ffffff;
}
.bottom_copyright /* 版权信息表格背景、文字颜色定义 */
{
background:#ffffff;color:#000000;
}
/* ==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:#fff 2px solid; padding-right: 4px;
}
.user_box/*左区块内标题栏定义*/
{
border: 1px solid #bfbfbf;background-color: #ffffff;border-collapse:15px;
}
.user_righttitle {
background-color: #f3f3f3;padding-top: 5px;padding-right: 5px;padding-bottom: 1px;padding-left: 5px;
border-width: 2px 2px 1px 2px;
border-style: solid;
border-color: #ffffff #ffffff #bfbfbf #ffffff;
}
.user_line {
line-height: 1px;background-image: url(//Skin/ocean/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
{
background:#449ae8;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 #fff;
}
.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;
}

/* ==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;
}

/* ==用户登录框定义== */
.userbox{
background:url(//Skin/ocean/login_02b.gif);
height:93px;
background-repeat: no-repeat;
background-position: center center;
}
#userlogined
{
    padding-left:10px;text-align: left;
}
#userlogin input{height:20px;}
#userctrl
{
    text-align: center;
}
#usermessage
{
    padding-left:10px;text-align: left;
}
.userlog{
color:#ffffff;
}
.havemessage
{
    background: #ccff9d;
}
.havemessaged
{
    background: #cc0000;
}
.bloglist  /* 聚合空间列表定义 */
{
width: 100%;text-align: center;
}
.bloglist_image
{
text-align: center;
}
.bloglist_intro
{
text-align: center;
}
#showbloglist_more
{
text-align: right;padding-right:10px;
}

.right_tdbgbs06 {
padding: 5px;	background-color: #e6f5ff;	border-width: 1px;
	border-top-style: none;	border-bottom-style: none;	border-color: #a4c6fc;border-right-style: solid;border-left-style: solid;
}
.right_tdbg2 {
	background-image: url(//Skin/ocean/tdbg_bottom.gif);
	background-repeat: no-repeat;
	height: 10px;
}
.main_title_bsf {
	font-weight: bold;
	color: #ffffff;
	background: url(//Skin/ocean/main_bs1.gif);
	height: 27px;
	padding-left: 30px;
	border-right:#1c65be 1px solid;
}
.mainblinks {
	background: url(//Skin/ocean/links_02.gif);
	height: 27px;
	font-weight: bold;
	color: #ffffff;
}
.menu_bottombg {
	color: #ffffff;
	background: url(//Skin/ocean/menu_bottombg.gif);
	height: 31px;
}
.bottom_bg {
	background-image: url(//Skin/ocean/bottom_bg.gif);
}
.showa {
	color: #aed2fe;
}
.menu_s {
	color: #ffffff;
	background-image: url(//Skin/ocean/menu_bg.jpg);
	height: 26px;
}
/* --公告显示文字(滚动条)的css定义开始-- */
.AnnounceBody2 {color:#ffffff;}
a.AnnounceBody2:link {color: #ffffff;}
a.AnnounceBody2:visited {color: #ffffff;}
a.AnnounceBody2:hover{color: #ffff00;}
a.AnnounceBody2:active {color: #ffffff;}
/* --公告显示文字(滚动框)的css定义开始-- */
.AnnounceBody1 {color:#333;}
a.AnnounceBody1:link {color: #333333;}
a.AnnounceBody1:visited {color: #333333;}
a.AnnounceBody1:hover{color: #ff0000;}
a.AnnounceBody1:active {color: #333333;}
/* --公告显示文字(滚动框、滚动条)的css定义结束-- */
hr
{
height:1px;
color:#5575B0；
}
body,td,th {
	font:normal 12px/20px "宋体";
	padding:0;
	margin:0;
	color:#07519a;
}
body {
	/*background: #ededed url(/Skin/dt08/bg.jpg) repeat-x left top;*/
	/*background:#eef5fc url(/Skin/dt08/bg.gif) repeat-x left top;*/
}
dl,dt,dd,ul,li{padding:0; margin:0;}
a:link,a:visited,a:active {
	color: #07519a;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #3399cc;
}
#topmenu {
	padding:8px 0px 0px 10px;
	line-height:25px;
	color:#FFFFFF;
	letter-spacing:1px;
}
#topmenu strong {color: #ff0;}

#topmenu a:link {color: #fff; padding:3px 2px 0px 3px;}
#topmenu a:visited {color: #fff; padding:3px 2px 0px 3px;}
#topmenu a:hover {color: #000; background:#ff0;text-decoration: none;  padding:3px 2px 0px 3px;}
#topmenu a:hover strong {color: #000;}
#topmenu a:active {color: #fff; padding:3px 2px 0px 3px;}
.bot {background: url(/Skin/dt08/bot001.jpg) repeat-x left top; line-height:25px; padding-top:7px;}
.borderh{border:1px solid #fdd698;}
.borderl{border:1px solid #9ACCFF;}
.borders{border:1px solid #97c2fb;}
#daohang {line-height:200%;font-weight:bold;}
#daohang a:hover {color: #fff; background: #97c2fb;	text-decoration: none; padding:5px 0px 3px 0px;}

.righttdbg001 {padding:5px; line-height:180%;}
.righttdbg002{padding:5px; line-height:180%;}

.righttitle001,.righttitle003 {background:url(/Skin/dt08/tit_bg.gif) left center repeat-x; height:25px; border-bottom:#9accff 1px solid; font:bold 14px/25px "宋体"; color:#07519a}
.righttitle001{padding-left:10px;}
.righttitle002{padding-left:10px;font:bold 14px/25px "宋体"; background:url(/Skin/dt08/ind006.jpg) left top no-repeat; color:#cc3300}
.righttitle003{font:normal 12px/25px "宋体"; text-align:center;}
.righttitle003 a{font-weight:bold;}


/*橙色box*/
.border_org{border:1px solid #ffe0be;}
.org_tit,.org_tit2{background:url(/Skin/dt08/org_titbg.gif) left center repeat-x; padding-left:10px; height:25px; border-bottom:#ffe0be 1px solid; font:bold 14px/25px "宋体"; color:#cc3300;}
.org_tit2{font:bold 12px/25px "宋体"}
.org_more{background:url(/Skin/dt08/org_titbg.gif) left center repeat-x; border-bottom:#ffe0be 1px solid;}
.org_more,.org_more a,.org_more a:link,.org_more a:visited{color:#ff9933; font:normal 12px/25px "宋体"}
.org_more a:hover{color:#c30;}
.org_con{padding:10px;}
.org_con a,.org_con a:link,.org_con a:visited{font:bold 12px/22px "宋体"; color:#c30;}
.org_con div a,.org_con div a:link,.org_con div a:visited{font:normal 12px/20px "宋体"; color:#666;}

.jijinheadline,a.jijinheadline:link,a.jijinheadline:visited{font:bold 16px/24px "宋体";}

.imga img{border:1px solid #9ACCFF; margin:5px;}
.imgc {border:1px solid #aaccee;}
.pic_art {float:left; border:1px solid #fdd698; background:#fff4e2; margin:4px 4px 4px 1px;}
.pic_art img{border:1px solid #fff;}


/*内容切换二*/
.ConVTit1a {height:26px;padding:0px;}
.ConVTit1 a,.ConVTit1 a:link{color:#000; text-decoration:none;}
.ConVTit1 a:hover{color:#630;}
.ConVTit1a ul{padding:0px; margin:0px; float:left;}
.ConVTit1a li{float:left; width:80px; display:block; font: normal 12px/26px "宋体"; color:#666; text-align:center;height:26px; border-right:1px solid #97c2fb;}
.ConVTit1a .View_ConV1a,.ConVTit1a .View_ConV1a a{background: #3D8AF1; color:#fff;}
.ConV1a {background:url(/Skin/dt08/ind005.jpg) repeat-x; font:normal normal normal 13px/140% '宋体';}
.EditorCona {background:#fff; color:#000;border-top:1px solid #97c2fb; padding:5px;}
.EditorCona dt{height:auto!important;height:145px;min-height:145px;}

.mantitle001 {BORDER: #ffffff 1px solid;BACKGROUND: url(/Skin/dt08/ind015.jpg) repeat-x; color:#FFFFFF;font:normal normal bolder 14px/150% '宋体'; padding-left:15px;}
.mantitle001 a{color:#fff;}
.classfff {color:#fff;}
.classfff a:link {color:#fff;}
.classfff a:visited{color:#D0ECFD}

/* background:url(/Skin/dt08/headline_tit.gif) 15px center no-repeat; */
.bigtitle {font:bold 20px/180% "宋体"; padding:5px 5px 5px 5px; color:#07519a ;text-align:center;}
.bigtitle a,.bigtitle a:link,.bigtitle a:visited {color:#07519a;text-decoration:none;}
.bigtitle a:hover{text-decoration:underline;}

.hd001 {font-size:30px; FONT-FAMILY: '黑体'; FONT-WEIGHT: 100; color:#000;
background:#f7fcff;border:1px solid #97c2fb;}
.hd002 {border-right:1px dashed #CCCCCC;font:bold 24px/34px "宋体"; padding:0px 15px; color:#0066cc;}

.mycss001 {line-height:20px}
.mycss002 {line-height:20px}
.font_14,.font_14 a{font:normal 14px/22px Tahoma;}

.votea {clear:both;color:#ff6600;font-weight:bold;width:210px;}
.voteb {clear:both;float:left;margin:5px 0;width:210px;}
.votec {border-bottom:1px dashed #ccc;clear:both;margin:5px 0;padding:5px 0;}

.linestyle{ border-top: #cccccc 1px dashed; margin-top: 4px; padding-top: 5px; text-align:left;}
.headline_box{background:#fff url(/Skin/dt08/headline_bg.gif) left top repeat-x; border:#ffd5ca solid 1px; height:100px; overflow:hidden;}

.home_list{height:450px; overflow:hidden;}
.home_list a{padding-right:5px;white-space:pre; font:normal 14px/24px '宋体'}
.home_list div{float:left;white-space:pre}

.listA,a.listA:link,a.listA:visited,a.listA:hover{font-size:14px;}

/* =================理财===================*/
.center{margin:0px auto; width:922px; background:#FFFFFF;}
.banner{padding:10px 0; text-align:center;}
.height10{height:10px; font-size:0; line-height:0}
.headline{border:#f6a6a6 solid 1px;background:url(/Skin/dt08/licai_headbg.gif) left top repeat-x;}
.headline dl{border:#fff solid 1px;padding:5px 10px;}
.headline dt{ height:auto!important; height:110px; min-height:110px; text-align:center;}
.headline dt a{font:bold 16px/40px "宋体"; color:#cc3300; text-align:center;}
.headline dt div{color:#666; text-align:left;}

.box1,.box2{border:#aaccee solid 1px;}

.box1{background:#eff4f9}
.box1 dt,.box2 dt{border-bottom:#aaccee solid 1px; height:25px; padding:0 5px; overflow:hidden;}
.box1 dt{background:url(/Skin/dt08/tit_bg1.gif) left top repeat-x; font:bold 12px/25px "宋体"; }
.box2 dt{background:url(/Skin/dt08/tit_bg2.gif) left top repeat-x; font:bold 14px/25px "宋体"}

.box1 dt.tit2{border-top:#aaccee solid 1px;}
.box1 dt div.more,.box2 dt div.more{float:right; font:normal 12px/25px "宋体"}
.box2 dt div.more a,.box2 dt div.more a:link,.box2 dt div.more a:visited{ font:normal 12px/25px "宋体"; color:#333;}
.box2 dt div.more a:hover{color:#000; text-decoration:none;}

.box1 dt div.tit,.box2 dt div.tit{/*float:left;*/}
.box1 dt div.tit{}
.box1 dt div.tit a,.box2 dt div.tit a,.box1 dt div.tit a:link,.box2 dt div.tit a:link,.box1 dt div.tit a:visited,.box2 dt div.tit a:visited{color:#07519a; display:block;background:url(/Skin/dt08/tit_ico.gif) 3px 5px no-repeat; padding-left:23px; font:bold 12px/25px "宋体";}
.box1 dt div.tit a:hover,.box2 dt div.tit a:hover{color:#FF3300;background:url(/Skin/dt08/tit_ico_on.gif) 3px 5px no-repeat; text-decoration:none;}

.box1 dd,.box2 dd,.box3 dd{padding:5px 10px}

.box3{border:#f3deb8 solid 1px;}
.box3 a,.box3 a:link,.box3 a:visited{font:bold 12px/22px "宋体"; color:#c30;}
.box3 div a,.box3 div a:link,.box3 div a:visited{font:normal 12px/20px "宋体"; color:#666; text-decoration:none;}

.box3 dt{border-bottom:#f3deb8 solid 1px; height:25px; padding:0 5px;background:url(/Skin/dt08/tit_bg3.gif) left top repeat-x; font:bold 12px/25px "宋体"; }
.box3 dt div.more{float:right; font:normal 12px/25px "宋体"; color:#ff9933}
.box3 dt div.more a,.box3 dt div.more a:link,.box3 dt div.more a:visited{color:#ff9933; line-height:25px;}
.box3 dt div.more a:hover{color:#0099cc; text-decoration:underline;}

.box3 dt div.tit{float:left; color:#cc3300}
.box3 dd{height:auto!important;height:190px;min-height:190px;}
.box3 dd.zhoushi{*height:130px;min-height:100px; overflow:hidden; background:url(/Skin/dt08/gp_box3bg.gif) left center no-repeat; text-align:right}

.tuwen a,.tuwen a:link,.tuwen a:visited{font:bold 12px/22px "宋体"; color:#c30;}
.tuwen div a,.tuwen div a:link,.tuwen div a:visited{font:normal 12px/20px "宋体"; color:#666; text-decoration:none;}
.tuwen img.pic1{padding:7px 0;}

.font_org,a.font_org:link,a.font_org:visited{color:#cc3300;font:normal 12px/20px "宋体";}
a.font_org:hover{color:#0099cc}

.font_black,a.font_black:link,a.font_black:visited{color:#333;font:normal 12px/20px "宋体";}
a.font_black:hover{color:#c00}

.font_black14,a.font_black14:link,a.font_black14:visited{color:#333;font:normal 14px/24px "宋体";}
a.font_black14:hover{color:#c00}

.font_gray14,a.font_gray14:link,a.font_gray14:visited{color:#666;font:normal 14px/24px "宋体";}
a.font_gray14:hover{color:#c00}

/*表格间隔*/
.p_t10{padding-top:10px}
.p_lt10{padding:10px 0 0 10px;}

/* ==============================学校================================ */
.box4{border:#d8d7c3 solid 1px;}
.box4 dt{border-bottom:#f3deb8 solid 1px; height:25px; padding:0 5px;background:url(/Skin/dt08/tit_bg3.gif) left top repeat-x; font:bold 12px/25px "宋体"; }
.box4 dt.tit2{border-top:#f3deb8 solid 1px;}
.box4 dt div.more{float:right; font:normal 12px/25px "宋体"; color:#ff9933}
.box4 dt div.more a,.box4 dt div.more a:link,.box4 dt div.more a:visited{color:#ff9933;font:normal 12px/25px "宋体";}
.box4 dt div.more a:hover{color:#0099cc; text-decoration:underline;}

.box4 dt div.tit{float:left; color:#cc3300}
.box4 dd{padding:10px}
.box4 dd.toptip{ background:#fefbec url(/Skin/dt08/xx_toptip.gif) left top no-repeat; min-height:200px;}


.xx_headbox{margin:10px;}
.xx_headbox dt{background:url(/Skin/dt08/xx_headbg.gif) center top no-repeat;}

.box5{border:#e7e7e7 solid 1px; margin:10px 0;}
.box5 dl{border:#fff solid 1px; background:url(/Skin/dt08/tit_bg4.gif) repeat-x;height:23px; line-height:23px; overflow:hidden}
.box5 div.left{float:left; font:bold 14px/23px "宋体"; color:#000;}
.box5 div.left a,.box5 div.left a:link,.box5 div.left a:visited{color:#000;}
.box5 div.left a:hover{color:#FF6600; text-decoration:none;}
.box5 div.right{float:right; color:#666; padding-right:5px;}
.box5 div.right a,.box5 div.right a:link,.box5 div.right a:visited{color:#666;}
.box5 div.right a:hover{color:#333333; text-decoration:none;}

.xx_tit{font:bold 14px/26px "宋体"; color:#fff; text-align:center;}
.xx_tit a,.xx_tit a:link,.xx_tit a:visited{color:#fff;}
.xx_tit a:hover{color:#FFFF66; text-decoration:none;}

.toptip div{color:#999}
.toptip div a,.toptip div a:link,.toptip div a:visited{padding-left:30px; font:bold 14px/26px "宋体"; color:#ff3300;}
.toptip div a:hover{color:#CC0000;}

.xx_headbox div{color:#999}
.xx_headbox div a,.xx_headbox div a:link,.xx_headbox div a:visited{padding-left:80px; font:bold 16px/32px "宋体"; color:#0066cc;}
.xx_headbox div a:hover{color:#06c;}

.font_gray,a.font_gray:link,a.font_gray:visited{color:#666;font:normal 12px/20px "宋体";}
a.font_gray:hover{color:#c00}

.xx_tuwen{border:#ccc solid 1px;overflow:hidden;}
.xx_tuwen img.pic1{background:#f0f0f0; padding:0; margin:0;}
.xx_tuwen a,.xx_tuwen a:link,.xx_tuwen a:visited{font:bold 12px/22px "宋体"; color:#666;}
.xx_tuwen a:hover{color:#CC0000;}
.xx_tuwen div a,.xx_tuwen div a:link,.xx_tuwen div a:hover,.xx_tuwen div a:visiter{font:normal 12px/22px "宋体"; color:#999; text-decoration:none;}


/* ===============================股票================================ */
.gp_headline{border:#aaccee solid 1px;background:url(/Skin/dt08/gp_headbg.gif) left top repeat-x;}
.gp_headline dl{border:#fff solid 1px;padding:5px 10px;}
.gp_headline dt{ height:auto!important; height:110px; min-height:110px;}
.gp_headline dt div{color:#999}
.gp_headline dt div a{padding-left:100px;font:bold 16px/42px "宋体";color:#000}

.box1 dd.gp{background:#fff; padding:3px}


/******切换样式******/
.box6{border:#aaccee solid 1px; margin-bottom:10px;}
.box6 dt.titbg{background:#aaccee url(/Skin/dt08/tit_bg1.gif) left -1px repeat-x; height:25px;overflow:hidden;}
.box6 dt div.tit{color:#07519a; float:left;}
.box6 dd{padding:10px;}
.box6 a{text-decoration:none;}
.box6 dt div.tit a,.box6 dt div.tit a:link,.box6 dt div.tit a:visited{font:bold 12px/25px "宋体";color:#07519a; display:block;background:url(/Skin/dt08/tit_ico.gif) 8px 5px no-repeat; padding-left:28px;}
.box6 dt div.tit a:hover{color:#FF3300;background:url(/Skin/dt08/tit_ico_on.gif) 8px 5px no-repeat; text-decoration:none;}

.change_tit{float:right;}
.change_tit li{float:left; font:normal 12px/25px "宋体"; padding:0 10px; border-left:#aaccee solid 1px}
.change_tit li.Menu_On{background:#fff; text-decoration:none; color:#000;}
.change_tit li.Menu_On a,.change_tit li.Menu_On a:link,.change_tit li.Menu_On a:visited{color:#000; text-decoration:none;}
.change_con{height:auto!important;height:200px;min-height:200px;}

/*栏目导航*/
.classmenu li{float:left; width:30%; text-align:left; background:#f2f7fc; border:#daedff solid 1px; margin:3px;}
.classmenu li{*margin:3px 2px;}
.classmenu li a{display:block; padding-left:13px; background:url(/Skin/dt08/class_menu1.gif) 5px center no-repeat;}
.classmenu li a:hover{background:url(/Skin/dt08/class_menu2.gif) 3px center no-repeat; color:#FF3300; text-decoration:none;}

.path{border:#9accff solid 1px; padding:2px 10px; background:#e7f2fb; font:normal 12px/20px "宋体"; border-bottom:none;}
/* ======通用定义====== */
.clearbox {
	border-top: 1px solid transparent !important;
	margin-top: -1px !important;
	border-top: 0px;
	margin-top: 0px;
	height: 0px;
	clear: both;
	background: none;
	font-size: 0px;
	visibility: hidden;
}
.showlist1{}
.showlist1 a{font:normal 14px/26px "宋体"; color:#f00;}


.showclass1{font:bold 14px/26px "宋体"; color:#f00;}

.showclass1 a,.showclass1 a:link,.showclass1 a:visited{font:normal 14px/26px "宋体"; color:#f00;}
..showclass1 a:hover{color:#0066cc font:bold 14px/26px "宋体"; text-decoration:underline}

.showbanner1{text-align:center; padding:10px 0;}

.search_show{padding:10px 20px;}

.search_show dt{border-top:#ddd dashed 1px;}
.search_show dt{line-height:26px;}
.search_show dt a{font:bold 12px/26px "宋体"; }
.search_show dd{line-height:24px;padding-left:7px;padding-bottom:10px;}
/*
.search_show dt,.search_show dt a{font:bold 14px/26px "宋体"; color:#333;}
.search_show dd{color:#999; line-height:24px;
.search_show dd span{color:#666}
*/
#menu {padding:1px 0px 0px 1px;line-height:23px;letter-spacing:1px;color: #000000;}
#menu strong {color: #ff0000;text-decoration:underline;}
#menu a:link {color: #000000; padding:2px 4px 0px 5px;}
#menu a:visited {color: #000000; padding:2px 4px 0px 5px;}
#menu a:hover {color: #ff0000; padding:2px 4px 0px 5px;}
#menu a:hover strong {color: #ff0000;text-decoration:underline;}
#menu a:active {color: #000000; padding:2px 4px 0px 5px;}

/* 搜索 */
.Nav4{height:29px;background:url(http://www.dtjr.com//Skin/dt08/fina_mj_002.gif) repeat-x 0 -100px;border:1px solid #e1e1df;border-top:none;}
.Nav4 .Search{float:left;padding:4px 0 0 6px;color:#656565;}
.Nav4 .Links{float:left;padding:8px 12px 0 10px;color:#656565;}
.Nav4 .Links a:link,.Nav4 .Links a:visited{color:#656565;text-decoration:none;}
.Nav4 .Links a:hover{color:#f00;text-decoration:underline;}

.suggest_bar {font-size:12px; float:left;_padding-top:4px;}
.suggest_label {color:#656565; line-height:29px;}
.suggest_input_0 {border:1px solid #A5ACB2; font-size:12px; height:16px; line-height:16px; width:130px;}
.suggest_button_search_0 {background:url(http://www.dtjr.com//Skin/dt08/suggest_research_input_bg.gif); border:none; height:20px; font-size:12px; line-height:20px; width:50px;}
.countrySelect {color:#999; font-size:12px;}

.searchArea {padding:2px 0px;clear:none;margin:5px;}
.searchArea .searchTag {height:23px;}
.searchArea .searchTag ul {}
.searchArea .searchTag ul li {float:left; line-height:18px; margin-right:4px;}
.searchArea .searchTag ul .on {background:#DB1011;}
.searchArea .searchTag ul li a {padding:0 9px 5px 9px; color:#000; position:relative;}
.searchArea .searchTag ul .on a {background:url(/Skin/dt08/on_bg.gif) center bottom no-repeat; color:#fff;}
.searchArea .searchMain {}
.searchArea .searchMain .enterArea {color:#808080;width:200px; line-height:18px;height:18px; float:left; background:#fff; border:1px solid #ccc; margin-right:6px;}
.searchArea .searchMain .btn {font-size:12px;background:url(/Skin/dt08/right_col_btn_1.jpg) left top no-repeat; width:38px; height:21px; border:none; float:left; cursor:pointer;}
.searchT {border:1px solid #eeeeee;height:70px;background:url(/Skin/dt08/right_col_bg.jpg) repeat-x;}
