/* 网站链接总的css定义:可定义内容为链接字体颜色、样式等 */
a{text-decoration: none;} /* 链接无下划线,有为underline */ 
a:link {color: #000000;} /* 未访问的链接 */
a:visited {color: #333333;} /* 已访问的链接 */
a:hover{color: #ae0927;} /* 鼠标在链接上 */ 
a:active {color: #0000ff;} /* 点击激活链接 */
/* 顶部频道文字链接的css定义－－将顶部频道文字链接与网站链接总的css定义分开，以后可以制作深底浅字的格式，如果要保持原来的设计样式，将此定义内容删除或定义成与网站链接总的css相同即可。调用代码为<a class='channel' ***>***</a> */
a.channel:link {color: #ffffff;}
a.channel:visited {color: #ffffff;}
a.channel:hover{color: #ffff00;}
a.channel:active {color: #ffffff;}
/* 顶部当前频道文字链接的css定义－－调用代码为<a class='channel2' ***>***</a> */
a.channel2:link {color: #ffff00;}
a.channel2:visited {color: #ffff00;}
a.channel2:hover{color: #ff6600;}
a.channel2:active {color: #ffff00;}
/* 底部版权信息文字链接的css定义－－与顶部频道文字链接定义的想法相同。可设置与顶部频道文字链接定义不同的文字颜色，网页内定义以预留。调用代码为<a class='bottom' ***>***</a> */
a.bottom:link {color: #ffffff;}
a.bottom:visited {color: #ffffff;}
a.bottom:hover{color: #ffff00;}
a.bottom:active {color: #ffffff;}
a.bottom1:link {color: #CACFCB;}
a.bottom1:visited {color: #CACFCB;}
a.bottom1:hover{color: #CACFCB;}
a.bottom1:active {color: #CACFCB;}
/* 文章栏目标题文字链接的css定义－－可设置与顶部频道文字链接定义不同的文字颜色，网页内定义以预留。要相同可不设置。调用代码为<a class='class' ***>***</a> */
a.class:link {color: #ffffff;}
a.class:visited {color: #ffffff;}
a.class:hover{color: #ff0000;}
a.class:active {color: #ffffff;}

/* body的css定义:对应css中“body”，可定义内容为网页字体颜色、背景、浏览器边框等 */
body
{
margin:0px;
font-size: 9pt;background:url(/Skin/top_index/bg.jpg);
text-decoration: none;
scrollbar-face-color: #f6f6f6;
scrollbar-highlight-color: #ffffff; scrollbar-shadow-color: #cccccc; scrollbar-3dlight-color: #cccccc; scrollbar-arrow-color: #330000; scrollbar-track-color: #f6f6f6; scrollbar-darkshadow-color: #ffffff;
}
/* 单元格的css定义:对应css中的“td”，这里为总的表格定义，为一般表格的的单元格风格设置，可定义内容为背景、字体颜色、样式等 */
td
{
	font-family:"宋体";
	font-size: 12px;
	line-height: 150%;
	font-weight: normal;
}
/* 文本框的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定义开始== */

/* 作为背景图片插入表格中,"background-repeat: no-repeat;"使之背景图片不会平铺,显示图片的叠加,而是就显示此图片,"background-position"设置背景图片的位置 */
.bg {
	background-repeat: no-repeat;
	background-position: left;
}
.bg1 {
	background-repeat: no-repeat;
	background-position: right;
}
.bg2 {
	background-repeat: no-repeat;
}
.bg3 {    background-repeat:no-repeat;
	background-position :bottom;
}
.bg4 {   
	background-position :bottom;
}
.bg5 {
         background-repeat:no-repeat;
	background-position :left  bottom;
}
/* 导航的css定义 */

.top_navigate { position:relative; left:26px;}

/* 友情链接的css定义 */

.index_link td {padding-bottom:-18px;}

/* ==所在位置文字链接的css定义== */

/* 文章列表页所在位置文字链接的css定义 */
.location a:link {color: #B3B5AA;} /* 未访问的链接 */
.location a:visited {color: #B3B5AA;} /* 已访问的链接 */
.location a:hover{color: #B3B5AA;} /* 鼠标在链接上 */
.location a:active {color: #B3B5AA;}/* 点击激活链接 */

/* 图片列表页所在位置文字链接的css定义 */
.location1 a:link {color: #F8F8F8;} /* 未访问的链接 */
.location1 a:visited {color: #F8F8F8;} /* 已访问的链接 */
.location1 a:hover{color: #F8F8F8;} /* 鼠标在链接上 */
.location1 a:active {color: #F8F8F8;}/* 点击激活链接 */

/* 文章内容页所在位置文字链接的css定义 */
.location2 a:link {color: #AEAFA9;} /* 未访问的链接 */
.location2 a:visited {color: #AEAFA9;} /* 已访问的链接 */
.location2 a:hover{color: #954E60;} /* 鼠标在链接上 */
.location2 a:active {color: #AEAFA9;}/* 点击激活链接 */


.article_content { letter-spacing:1px;}


/* ==首页标题文字链接的css定义== */
 
/* 首页"意中闻,意中易"标题文字链接的css定义 */
.index1 {font-family: 宋体; font-size: 12px;line-height: 22px;}
.index1_1 font {color: #094400;} 
.index1 a:link {color: #094400;} /* 未访问的链接 */
.index1 a:visited {color: #094400;} /* 已访问的链接 */
.index1 a:hover{color: #DB2D36;} /* 鼠标在链接上 */
.index1 a:active {color: #094400;}/* 点击激活链接 */ 
/* 首页"意中子"标题文字链接的css定义 */
.index2 {font-family: 宋体; font-size: 12px;line-height: 20px; letter-spacing:2px;}
.index2 a:link {color: #345453;} /* 未访问的链接 */
.index2 a:visited {color: #345453;} /* 已访问的链接 */
.index2 a:hover{color: #DB2D36;} /* 鼠标在链接上 */
.index2 a:active {color: #345453;}/* 点击激活链接 */ 
/* 首页"专题"标题文字链接的css定义 */
.index3 { font-family: 宋体; font-size: 12px;line-height: 21px;letter-spacing:2px;}
.index3 a:link {color: #194767;} /* 未访问的链接 */
.index3 a:visited {color: #194767;} /* 已访问的链接 */
.index3 a:hover{color: #DB2D36;} /* 鼠标在链接上 */
.index3 a:active {color: #194767;}/* 点击激活链接 */
/* 首页"意中子"图片标题文字链接的css定义 */
.index4 a:link {color: #515151;} /* 未访问的链接 */
.index4 a:visited {color: #515151;} /* 已访问的链接 */
.index4 a:hover{color: #DB2D36;} /* 鼠标在链接上 */
.index4 a:active {color: #515151;}/* 点击激活链接 */
/* 首页"意中品"标题文字链接的css定义 */
.index5 {font-family: 宋体; font-size: 12px; line-height: 23px;letter-spacing:2px;}
.index5 a:link {color: #555A5E;} /* 未访问的链接 */
.index5 a:visited {color: #555A5E;} /* 已访问的链接 */
.index5 a:hover{color: #DB2D36;} /* 鼠标在链接上 */
.index5 a:active {color: #555A5E;}/* 点击激活链接 */
/* 首页"意中品"热点标题文字链接的css定义 */
.index6 { font-family: 宋体; font-size: 12px;line-height: 22px;letter-spacing:2px; position:relative; left:3px;}
.index6 a:link {color: #9B2138;} /* 未访问的链接 */
.index6 a:visited {color: #9B2138;} /* 已访问的链接 */
.index6 a:hover{color: #2D392F;} /* 鼠标在链接上 */
.index6 a:active {color: #9B2138;}/* 点击激活链接 */
/* 首页"意中博,意中道"标题文字链接的css定义 */
.index7 { font-family: 宋体; font-size: 12px;line-height: 23px;letter-spacing:1px;}
.index7_1 font {color: #536A8C;}
.index7 a:link {color: #536A8C;} /* 未访问的链接 */
.index7 a:visited {color: #536A8C;} /* 已访问的链接 */
.index7 a:hover{color: #DB2D36;} /* 鼠标在链接上 */
.index7 a:active {color: #536A8C;}/* 点击激活链接 */
/* 首页"意中情--购物指南,旅行指南"标题文字链接的css定义 */
.index8 { position:relative; left:8px;}
.index8 a:link {color: #0B7489;} /* 未访问的链接 */
.index8 a:visited {color: #0B7489;} /* 已访问的链接 */
.index8 a:hover{color: #9E2842;} /* 鼠标在链接上 */
.index8 a:active {color: #0B7489;}/* 点击激活链接 */
/* 首页"意中情--今日食谱,美食文化,国内意式餐厅"标题文字链接的css定义 */
.index9_1 img {border: 1px;border-color: #A23143;border-style: solid;}
.index9_2 td { padding-bottom:5px;}
.index9 { position:relative; left:8px;}
.index9 a:link {color: #9B4550;} /* 未访问的链接 */
.index9 a:visited {color: #9B4550;} /* 已访问的链接 */
.index9 a:hover{color: #1092AC;} /* 鼠标在链接上 */
.index9 a:active {color: #9B4550;}/* 点击激活链接 */
/* 首页"意中情--影视歌剧"标题文字链接的css定义 */
.index10 { position:relative; left:7px;}
.index10 a:link {color: #3C486E;} /* 未访问的链接 */
.index10 a:visited {color: #3C486E;} /* 已访问的链接 */
.index10 a:hover{color: #9E2842;} /* 鼠标在链接上 */
.index10 a:active {color: #3C486E;}/* 点击激活链接 */
/* 首页"意中情--住宿指南"标题文字链接的css定义 */
.index11 a:link {color: #FFFCF9;} /* 未访问的链接 */
.index11 a:visited {color: #FFFCF9;} /* 已访问的链接 */
.index11 a:hover{color: #FFFCF9;} /* 鼠标在链接上 */
.index11 a:active {color: #FFFCF9;}/* 点击激活链接 */
/* 首页"视频"标题文字链接,图片的css定义 */
.index12_1 img {border:1px;border-color: #FEFFFD;border-style: solid;}
.index12_2 {font-size:11px;color: #5C6A5D;letter-spacing:-1px;position:relative; left:2px;bottom:-3px;}/* 时间设置 */
.index12_3 {font-size:11px;color: #A3152B;}/* 副标题设置 */
.index12_4 {font-family: 宋体; font-size: 12px;position:relative; 
left:1px;top:2px;letter-spacing:3px;cursor: hand;}
.index12_4 a:link {color: #596559;} /* 未访问的链接 */
.index12_4 a:visited {color: #596559;} /* 已访问的链接 */
.index12_4 a:hover{color: #A3152B;} /* 鼠标在链接上 */
.index12_4 a:active {color: #596559;}/* 点击激活链接 */

.index12 {font-family: 宋体; font-size: 12px; letter-spacing: 1px;line-height:14px;position:relative; top:2px;}/* 标题间距 */
.index12 a:link {color: #A3152B;} /* 未访问的链接 */
.index12 a:visited {color: #A3152B;} /* 已访问的链接 */
.index12 a:hover{color: #007AA2;} /* 鼠标在链接上 */
.index12 a:active {color: #A3152B;}/* 点击激活链接 */

/* 首页"艺术家动态"标题文字链接的css定义 */
.index13 {font-family: 宋体; font-size: 12px;line-height: 20px; position:relative; left:8px;}
.index13 a:link {color: #35544F;} /* 未访问的链接 */
.index13 a:visited {color: #35544F;} /* 已访问的链接 */
.index13 a:hover{color: #DB2D36;} /* 鼠标在链接上 */
.index13 a:active {color: #35544F;}/* 点击激活链接 */

/* ==文章频道首页标题文字链接的css定义== */

/* 文章首页"推荐新闻"标题文字链接的css定义 */
.article1 { font-family: 宋体; font-size: 12px;line-height: 20px; letter-spacing:2px;}
.article1 a:link {color: #03616D;} /* 未访问的链接 */
.article1 a:visited {color: #03616D;} /* 已访问的链接 */
.article1 a:hover{color: #954E60;} /* 鼠标在链接上 */
.article1 a:active {color: #03616D;}/* 点击激活链接 */ 

/* 文章首页"综合报道"标题文字链接的css定义 */
.article2 { font-family: 宋体; font-size: 12px;line-height: 20px; letter-spacing:2px;}
.article2_1 font {color: #954E60;}
.article2 a:link {color: #954E60;} /* 未访问的链接 */
.article2 a:visited {color: #954E60;} /* 已访问的链接 */
.article2 a:hover{color: #03616D;} /* 鼠标在链接上 */
.article2 a:active {color: #954E60;}/* 点击激活链接 */ 

/* 文章首页"艺术新闻,艺术赛事,艺术展厅"标题文字链接的css定义 */
.article3 { font-family: 宋体; font-size: 12px;line-height: 20px; letter-spacing:1px;}
.article3_6 { position:relative; left:7px;}
.article3_1 td { padding-bottom: 1px;}
.article3_2 td { padding-bottom: 7px;}/* 艺术展厅图片间距 */
.article3_3 {position:relative; top:3px; }/* 艺术展厅图片间距 */
.article3_4 td { padding-bottom: 6px;}/* 艺术展厅切换图片间距 */
.article3_5 {position:relative; left:3px; }/* 艺术展厅切换图片间距 */
.article3 a:link {color: #015F6B;} /* 未访问的链接 */
.article3 a:visited {color: #015F6B;} /* 已访问的链接 */
.article3 a:hover{color: #954E60;} /* 鼠标在链接上 */
.article3 a:active {color: #015F6B;}/* 点击激活链接 */ 
.article3_7 a:link {color: #015F6B;} /* 未访问的链接 */
.article3_7 a:visited {color: #015F6B;} /* 已访问的链接 */
.article3_7 a:hover{color: #015F6B;} /* 鼠标在链接上 */
.article3_7 a:active {color: #015F6B;}/* 点击激活链接 */

/* ==文章频道栏目页标题文字链接的css定义== */

/* 栏目页"导航"标题文字链接的css定义 */
.article4 { font-family: 宋体;font-size: 14px;line-height: 40px; letter-spacing:6px;}
.article4 a:link {color: #9A9C91;} /* 未访问的链接 */
.article4 a:visited {color: #9A9C91;} /* 已访问的链接 */
.article4 a:hover{font-weight:bold;color: #515151;} /* 鼠标在链接上 */
.article4 a:active {color: #9A9C91;}/* 点击激活链接 */ 

/* 栏目页"图片列表"标题文字链接的css定义 */
.article5 a:link {color: #31514E;} /* 未访问的链接 */
.article5 a:visited {color: #31514E;} /* 已访问的链接 */
.article5 a:hover{color: #954E60;} /* 鼠标在链接上 */
.article5 a:active {color: #31514E;}/* 点击激活链接 */ 

/* 栏目页"文章推荐"标题文字链接的css定义 */
.article6 a:link {color: #980027;} /* 未访问的链接 */
.article6 a:visited {color: #980027;} /* 已访问的链接 */
.article6 a:hover{color: #002417;} /* 鼠标在链接上 */
.article6 a:active {color: #980027;}/* 点击激活链接 */

/* ==文章频道列表页标题文字链接的css定义== */

/* 列表页左上图片标题文字链接的css定义 */
.article7 {font-family: 宋体;font-size: 14px;}
.article7 a:link {color: #003734;} /* 未访问的链接 */
.article7 a:visited {color: #4B5B4E;} /* 已访问的链接 */
.article7 a:hover{color: #954E60;} /* 鼠标在链接上 */
.article7 a:active {color: #4B5B4E;}/* 点击激活链接 */ 

/* 列表页文章列表标题文字链接的css定义 */
.article8 {font-family: 宋体;font-size: 14px;font-weight:bold;letter-spacing: 2px;}
.article8 a:link {color: #525252;} /* 未访问的链接 */
.article8 a:visited {color: #525252;} /* 已访问的链接 */
.article8 a:hover{color: #954E60;} /* 鼠标在链接上 */
.article8 a:active {color: #525252;}/* 点击激活链接 */ 

/* ==文章频道列表页标题文字链接的css定义== */

/* 列表页文章列表标题文字链接的css定义 */
.article9 a:link {color: #707070;} /* 未访问的链接 */
.article9 a:visited {color: #707070;} /* 已访问的链接 */
.article9 a:hover{color: #954E60;} /* 鼠标在链接上 */
.article9 a:active {color: #707070;}/* 点击激活链接 */ 

/* ==文章内容页底部标题显示文字链接的css定义== */
.article10{font-family: 宋体;font-size:12px;line-height:22px;color: #525252;position:relative;left: 10px;}
.article10 a:link {color: #525252;} /* 未访问的链接 */
.article10 a:visited {color: #525252;} /* 已访问的链接 */
.article10 a:hover{color: #954E60;} /* 鼠标在链接上 */
.article10 a:active {color: #525252;}/* 点击激活链接 */ 

/* ==文章内容页底部显示评论等的文字链接的css定义== */
.article11{position:relative;left: 519px;}
.article11 a:link {color: #686868;} /* 未访问的链接 */
.article11 a:visited {color: #686868;} /* 已访问的链接 */
.article11 a:hover{color: #954E60;} /* 鼠标在链接上 */
.article11 a:active {color: #686868;}/* 点击激活链接 */ 


	  
/* ==艺术作品首页标题文字链接的css定义== */

/* 艺术作品首页"最新作品"标题文字链接的css定义 */
.artwork1 a:link {color: #7D806F;} /* 未访问的链接 */
.artwork1 a:visited {color: #7D806F;} /* 已访问的链接 */
.artwork1 a:hover{color: #C40000;} /* 鼠标在链接上 */
.artwork1 a:active {color: #7D806F;}/* 点击激活链接 */ 

/* 艺术作品首页"专题"标题文字链接的css定义 */
.artwork2 {font-family: 宋体; font-size: 12px;line-height:24px; letter-spacing:2px;}
.artwork2 a:link {color: #3B4C6A;} /* 未访问的链接 */
.artwork2 a:visited {color: #3B4C6A;} /* 已访问的链接 */
.artwork2 a:hover{color: #3B4C6A;} /* 鼠标在链接上 */
.artwork2 a:active {color: #3B4C6A;}/* 点击激活链接 */

/* 艺术作品首页"图片列表"标题文字链接的css定义 */
.artwork3_1 {font-family: 宋体;font-size: 12px;color:#D3D4CC;position:relative; 
left:7px;top:13;}
.artwork3_1 a:link {color: #D3D4CC;} /* 未访问的链接 */
.artwork3_1 a:visited {color: #D3D4CC;} /* 已访问的链接 */
.artwork3_1 a:hover{color: #00FFEA;} /* 鼠标在链接上 */
.artwork3_1 a:active {color: #D3D4CC;}/* 点击激活链接 */
.artwork3 a:link {color: #D3D4CC;} /* 未访问的链接 */
.artwork3 a:visited {color: #D3D4CC;} /* 已访问的链接 */
.artwork3 a:hover{color: #C40000;} /* 鼠标在链接上 */
.artwork3 a:active {color: #D3D4CC;}/* 点击激活链接 */ 

.artwork30 a:link {color: #D3D4CC;} /* 未访问的链接 */
.artwork30 a:visited {color: #D3D4CC;} /* 已访问的链接 */
.artwork30 a:hover{color: #D02626;} /* 鼠标在链接上 */
.artwork30 a:active {color: #D3D4CC;}/* 点击激活链接 */

.artwork31 a:link {color: #D3D4CC;} /* 未访问的链接 */
.artwork31 a:visited {color: #D3D4CC;} /* 已访问的链接 */
.artwork31 a:hover{color: #EBAC07;} /* 鼠标在链接上 */
.artwork31 a:active {color: #D3D4CC;}/* 点击激活链接 */

.artwork32 a:link {color: #D3D4CC;} /* 未访问的链接 */
.artwork32 a:visited {color: #D3D4CC;} /* 已访问的链接 */
.artwork32 a:hover{color: #1E7771;} /* 鼠标在链接上 */
.artwork32 a:active {color: #D3D4CC;}/* 点击激活链接 */

.artwork33 a:link {color: #D3D4CC;} /* 未访问的链接 */
.artwork33 a:visited {color: #D3D4CC;} /* 已访问的链接 */
.artwork33 a:hover{color: #C53F72;} /* 鼠标在链接上 */
.artwork33 a:active {color: #D3D4CC;}/* 点击激活链接 */

.artwork34 a:link {color: #D3D4CC;} /* 未访问的链接 */
.artwork34 a:visited {color: #D3D4CC;} /* 已访问的链接 */
.artwork34 a:hover{color: #8765C6;} /* 鼠标在链接上 */
.artwork34 a:active {color: #D3D4CC;}/* 点击激活链接 */ 

.artwork35 a:link {color: #D3D4CC;} /* 未访问的链接 */
.artwork35 a:visited {color: #D3D4CC;} /* 已访问的链接 */
.artwork35 a:hover{color: #FF0012;} /* 鼠标在链接上 */
.artwork35 a:active {color: #D3D4CC;}/* 点击激活链接 */ 

.artwork36 a:link {color: #D3D4CC;} /* 未访问的链接 */
.artwork36 a:visited {color: #D3D4CC;} /* 已访问的链接 */
.artwork36 a:hover{color: #01A4E9;} /* 鼠标在链接上 */
.artwork36 a:active {color: #D3D4CC;}/* 点击激活链接 */

.artwork37 a:link {color: #D3D4CC;} /* 未访问的链接 */
.artwork37 a:visited {color: #D3D4CC;} /* 已访问的链接 */
.artwork37 a:hover{color: #1E7771;} /* 鼠标在链接上 */
.artwork37 a:active {color: #D3D4CC;}/* 点击激活链接 */

.artwork38 a:link {color: #D3D4CC;} /* 未访问的链接 */
.artwork38 a:visited {color: #D3D4CC;} /* 已访问的链接 */
.artwork38 a:hover{color: #EC347E;} /* 鼠标在链接上 */
.artwork38 a:active {color: #D3D4CC;}/* 点击激活链接 */

.artwork39 a:link {color: #D3D4CC;} /* 未访问的链接 */
.artwork39 a:visited {color: #D3D4CC;} /* 已访问的链接 */
.artwork39 a:hover{color: #7945E8;} /* 鼠标在链接上 */
.artwork39 a:active {color: #D3D4CC;}/* 点击激活链接 */

/* 艺术作品首页"文章图片列表"标题文字链接的css定义 */
.artwork4 {font-family: 宋体; font-size: 12px;letter-spacing: 1px;font-family: 宋体;font-size:12px;font-weight:bold;}
.artwork4 a:link {color: #7F8173;} /* 未访问的链接 */
.artwork4 a:visited {color: #7F8173;} /* 已访问的链接 */
.artwork4 a:hover{color: #7F8173;} /* 鼠标在链接上 */
.artwork4 a:active {color: #7F8173;}/* 点击激活链接 */ 
 
/* ==艺术作品列表页标题文字链接的css定义== */

/* 列表页"最新作品"标题文字链接的css定义 */
.artwork5_1 font { color: #1B401E; }
.artwork5 { line-height: 21px; letter-spacing:2px;}
.artwork5 a:link {color: #1B401E;} /* 未访问的链接 */
.artwork5 a:visited {color: #1B401E;} /* 已访问的链接 */
.artwork5 a:hover{color: #C40000;} /* 鼠标在链接上 */
.artwork5 a:active {color: #1B401E;}/* 点击激活链接 */ 

/* ==艺术作品内容页标题文字链接的css定义== */

/* 内容页"相关作品"标题文字链接的css定义 */
.artwork6 { font-family: 宋体; font-size: 12px;line-height: 23px; letter-spacing:2px;position:relative; 
left:16px;}
.artwork6 a:link {color: #600165;} /* 未访问的链接 */
.artwork6 a:visited {color: #600165;} /* 已访问的链接 */
.artwork6 a:hover{color: #934241;} /* 鼠标在链接上 */
.artwork6 a:active {color: #600165;}/* 点击激活链接 */ 
 
/* ==搜索页标题文字链接的css定义== */  
.search1_1 { font-family: 宋体; font-size: 12px;line-height: 21px; color:#6D6D6D;}
.search1_2 { font-family: 宋体;font-size: 14px;color:#6D6D6D;letter-spacing:3px;position:relative; bottom:-9px;}
.search1_2 font { font-family: 宋体;font-size: 14px;color:#861A10;letter-spacing:3px;}
.search1 a:link {color: #861A10;} /* 未访问的链接 */
.search1 a:visited {color: #861A10;} /* 已访问的链接 */
.search1 a:hover{color: #03616D;} /* 鼠标在链接上 */
.search1 a:active {color: #861A10;}/* 点击激活链接 */


/* ==意中子栏目页标题文字链接的css定义== */
 
/* 意中子频道栏目页艺术家列表图片标题文字链接的css定义 */
.artist1{position:relative; top:1px;}
.artist1 a:link {color: #4E5B51;} /* 未访问的链接 */
.artist1 a:visited {color: #4E5B51;} /* 已访问的链接 */
.artist1 a:hover{color: #C40000;} /* 鼠标在链接上 */
.artist1 a:active {color: #4E5B51;}/* 点击激活链接 */
.artist1_1 td{padding-right:1px;}

/* 意中子频道栏目页艺术家列表文字标题文字链接的css定义 */
.artist2 {font-family: 宋体; font-size: 12px; line-height:20px;}
.artist2 a:link {color: #375354;} /* 未访问的链接 */
.artist2 a:visited {color: #375354;} /* 已访问的链接 */
.artist2 a:hover{color: #C40000;} /* 鼠标在链接上 */
.artist2 a:active {color: #375354;}/* 点击激活链接 */  

/* 意中子频道栏目页推荐作品文字链接的css定义 */
.artist3 a:link {color: #959595;} /* 未访问的链接 */
.artist3 a:visited {color: #959595;} /* 已访问的链接 */
.artist3 a:hover{color: #FFFFFF;} /* 鼠标在链接上 */
.artist3 a:active {color: #959595;}/* 点击激活链接 */

/* 意中子频道栏目页热点作品文字标题文字链接的css定义 */
.artist4 {font-family: 宋体; font-size: 12px;line-height: 22px;}
.artist4 a:link {color: #585858;} /* 未访问的链接 */
.artist4 a:visited {color: #585858;} /* 已访问的链接 */
.artist4 a:hover{color: #FFFFFF;} /* 鼠标在链接上 */
.artist4 a:active {color: #585858;}/* 点击激活链接 */

/* 意中子频道栏目页栏目列表文字标题文字链接的css定义 */
.artist5 font {font-family: 宋体; font-size: 12px;line-height: 20px;}
.artist5 {position:relative; left:28px;letter-spacing:2px;}
.artist5 a:link {color: #565656;} /* 未访问的链接 */
.artist5 a:visited {color: #565656;} /* 已访问的链接 */
.artist5 a:hover{color: #FFFFFF;font-weight:bold;} /* 鼠标在链接上 */
.artist5 a:active {color: #565656;}/* 点击激活链接 */

/* 意中子频道栏目页关键字文字标题文字链接的css定义 */
.artist6 {font-family: 宋体; font-size: 12px;letter-specing:1px;}
.artist6 a:link {color: #4B4B4B;} /* 未访问的链接 */
.artist6 a:visited {color: #4B4B4B;} /* 已访问的链接 */
.artist6 a:hover{color: #FFFFFF;} /* 鼠标在链接上 */
.artist6 a:active {color: #4B4B4B;}/* 点击激活链接 */ 

/* 意中子频道列表页文章显示文字标题文字链接的css定义 */
.artist7 font {font-family: 宋体; font-size: 12px;color: #FFFFFF;}
.artist7 {font-family: 宋体; font-size: 12px;letter-specing:1px;line-height: 23px;}
.artist7 a:link {color: #FFFFFF;} /* 未访问的链接 */
.artist7 a:visited {color: #FFFFFF;} /* 已访问的链接 */
.artist7 a:hover{color: #FFFFFF;} /* 鼠标在链接上 */
.artist7 a:active {color: #FFFFFF;}/* 点击激活链接 */


/* 意中子频道栏目页搜索边框,图片的css定义 */
.artist_list_search Input
{
BACKGROUND-COLOR: #FFFFFF;
BORDER-bottom: #808080 1px solid;
BORDER-LEFT:  #808080 1px solid;
BORDER-RIGHT: #808080 1px solid;
BORDER-TOP: #808080 1px solid;
COLOR: #1D2B1F;
HEIGHT: 18px;
font-size: 9pt;
}
.artist_list_searchimg img { position:relative; bottom:-4px;} 


/* ==意中子首页标题文字链接的css定义== */
/* 意中子首页艺术家显示文字标题文字链接的css定义 */
.artist8 font {color:#868887;}
.artist8 {font-family: 宋体; font-size: 12px;letter-specing:1px;line-height: 20px;}
.artist8 a:link {color: #0B4F66;} /* 未访问的链接 */
.artist8 a:visited {color: #0B4F66;} /* 已访问的链接 */
.artist8 a:hover{color: #C40000;} /* 鼠标在链接上 */
.artist8 a:active {color: #0B4F66;}/* 点击激活链接 */ 

/* 意中子首页最新言论显示文字标题文字链接的css定义 */
.artist9 font {color:#DA5D09;}
.artist9 {font-family: 宋体; font-size: 12px;letter-specing:1px;line-height: 21px;}
.artist9 a:link {color: #384726;} /* 未访问的链接 */
.artist9 a:visited {color: #384726;} /* 已访问的链接 */
.artist9 a:hover{color: #C40000;} /* 鼠标在链接上 */
.artist9 a:active {color: #384726;}/* 点击激活链接 */    


/* 意中子首页艺术家罗列显示文字标题文字链接的css定义 */
.artist10 {font-family: 宋体; font-size: 12px;letter-specing:1px;line-height: 20px;}
.artist10 a:link {color: #AAADB2;} /* 未访问的链接 */
.artist10 a:visited {color: #AAADB2;} /* 已访问的链接 */
.artist10 a:hover{color: #FFFFFF;} /* 鼠标在链接上 */
.artist10 a:active {color: #AAADB2;}/* 点击激活链接 */

/* 意中子首页艺术家动态文字标题文字链接的css定义 */
.artist11 {font-family: 宋体; font-size: 12px;line-height: 21px;position:relative; 
left:6px;}
.artist11 a:link {color: #084F65;} /* 未访问的链接 */
.artist11 a:visited {color: #084F65;} /* 已访问的链接 */
.artist11 a:hover{color: #C40000;} /* 鼠标在链接上 */
.artist11 a:active {color: #084F65;}/* 点击激活链接 */
.artist11_1 a:link {color: #788281;} /* 未访问的链接 */
.artist11_1 a:visited {color: #788281;} /* 已访问的链接 */
.artist11_1 a:hover{color: #788281;} /* 鼠标在链接上 */
.artist11_1 a:active {color: #788281;}/* 点击激活链接 */  

/* ==意中藏商城首页标题文字链接的css定义== */
/* 意中藏商城首页价格文字居中的css定义 */
.shop1 td {text-align:center;}
/* 意中藏商城交易流程温馨提示链接设置的css定义 */
.shop_step_suggest{font-family:"宋体"; font-size:12px; color:#902422; line-height:21px;letter-spacing:1px;position:relative;left:6px;}
.shop_step_suggest font{color:#902422;}
.shop_step_suggest  a:link {color: #902422;} /* 未访问的链接 */
.shop_step_suggest  a:visited {color: #902422;} /* 已访问的链接 */
.shop_step_suggest  a:hover{color: #902422;} /* 鼠标在链接上 */
.shop_step_suggest  a:active {color: #902422;}/* 点击激活链接 */ 
/* 意中藏商城导航文字链接设置的css定义 */
.shop_content_path  a:link {color: #FFFFFF;} /* 未访问的链接 */
.shop_content_path  a:visited {color: #FFFFFF;} /* 已访问的链接 */
.shop_content_path  a:hover{color: #FFFFFF;} /* 鼠标在链接上 */
.shop_content_path  a:active {color: #FFFFFF;}/* 点击激活链接 */ 

/* 意中藏商城首页市场评品,艺术画廊显示文字标题文字链接的css定义 */
.shop2 {font-family: 宋体; font-size: 12px;letter-specing:3px;line-height: 22px;position:relative;top:7px;}
.shop2 font{color: #B2001A;}  
.shop2 a:link {color: #5D5D5D;} /* 未访问的链接 */
.shop2 a:visited {color: #5D5D5D;} /* 已访问的链接 */
.shop2 a:hover{color: #922020;} /* 鼠标在链接上 */
.shop2 a:active {color: #5D5D5D;}/* 点击激活链接 */ 

/* 意中藏商城首页市场评品,艺术画廊显示文字标题文字链接的css定义 */
.shop3 {font-family: 宋体; font-size: 12px;letter-specing:1px;line-height: 22px;}
.shop3 a:link {color: #5D5D5D;} /* 未访问的链接 */
.shop3 a:visited {color: #5D5D5D;} /* 已访问的链接 */
.shop3 a:hover{color: #922020;} /* 鼠标在链接上 */
.shop3 a:active {color: #5D5D5D;}/* 点击激活链接 */ 

/* 意中藏商城首页艺术典藏,栏目页推荐显示文字标题文字链接的css定义 */
.shop4 {position:relative;top:6px;}
.shop4 font {color: #858585;} 
.shop4 a:link {color: #0B736C;} /* 未访问的链接 */
.shop4 a:visited {color: #0B736C;} /* 已访问的链接 */
.shop4 a:hover{color: #922020;} /* 鼠标在链接上 */
.shop4 a:active {color: #0B736C;}/* 点击激活链接 */ 
.shop4_1 font {color: #858585;} 
.shop4_1 a:link {color: #0B736C;} /* 未访问的链接 */
.shop4_1 a:visited {color: #0B736C;} /* 已访问的链接 */
.shop4_1 a:hover{color: #922020;} /* 鼠标在链接上 */
.shop4_1 a:active {color: #0B736C;}/* 点击激活链接 */ 

/* 意中藏商城首页藏品推荐显示文字标题文字链接的css定义 */
.shop5 {font-family: 宋体; font-size: 12px;letter-specing:1px;line-height: 22px;position:relative;left:14px;}
.shop5 a:link {color: #7C7C7C;} /* 未访问的链接 */
.shop5 a:visited {color: #7C7C7C;} /* 已访问的链接 */
.shop5 a:hover{color: #FFFFFF;} /* 鼠标在链接上 */
.shop5 a:active {color: #7C7C7C;}/* 点击激活链接 */ 
.shop51 {font-family: 宋体; font-size: 12px;letter-specing:1px;line-height: 15px;position:relative;left:14px;}
.shop51 a:link {color: #7C7C7C;} /* 未访问的链接 */
.shop51 a:visited {color: #7C7C7C;} /* 已访问的链接 */
.shop51 a:hover{color: #FFFFFF;} /* 鼠标在链接上 */
.shop51 a:active {color: #7C7C7C;}/* 点击激活链接 */

/* 意中藏商城首页栏目页市场评品显示文字标题文字链接的css定义 */
.shop6 {font-family: 宋体; font-size: 12px;letter-specing:3px;line-height: 20px;position:relative;left:21px;}
.shop6 a:link {color: #565656;} /* 未访问的链接 */
.shop6 a:visited {color: #565656;} /* 已访问的链接 */
.shop6 a:hover{color: #922020;} /* 鼠标在链接上 */
.shop6 a:active {color: #565656;}/* 点击激活链接 */ 


/* ==意中道首页标题文字链接的css定义== */
/* 意中道首页艺术设计在首页显示文字标题文字链接的css定义 */
.research1{font-family:"宋体"; font-size:12px;line-height:20px;letter-spacing:2px;position:relative;top:6px;left:7px;}
.research1  a:link {color: #345453;} /* 未访问的链接 */
.research1  a:visited {color: #345453;} /* 已访问的链接 */
.research1  a:hover{color: #DB2D36;} /* 鼠标在链接上 */
.research1  a:active {color: #345453;}/* 点击激活链接 */ 
.researc1_1{font-family:"宋体"; font-size:12px;line-height:18px;letter-spacing:2px;position:relative;left:4px;}
.researc1_1  a:link {color: #345453;} /* 未访问的链接 */
.researc1_1  a:visited {color: #345453;} /* 已访问的链接 */
.researc1_1  a:hover{color: #DB2D36;} /* 鼠标在链接上 */
.researc1_1  a:active {color: #345453;}/* 点击激活链接 */ 
.research1_2 td {padding-bottom:6px;}
.researc1_3{font-family:"宋体"; font-size:12px;line-height:20px;letter-spacing:1px;position:relative;top:6px;left:7px;}
.researc1_3  a:link {color: #3C3B3B;} /* 未访问的链接 */
.researc1_3  a:visited {color: #3C3B3B;} /* 已访问的链接 */
.researc1_3  a:hover{color: #DB2D36;} /* 鼠标在链接上 */
.researc1_3  a:active {color: #3C3B3B;}/* 点击激活链接 */ 
.researc1_4{font-family:"宋体"; font-size:12px;line-height:17px;letter-spacing:1px;position:relative;left:4px;}
.researc1_4  a:link {color: #3C3B3B;} /* 未访问的链接 */
.researc1_4  a:visited {color: #3C3B3B;} /* 已访问的链接 */
.researc1_4  a:hover{color: #DB2D36;} /* 鼠标在链接上 */
.researc1_4  a:active {color: #3C3B3B;}/* 点击激活链接 */ 

/* 意中道首页综合信息显示文字标题文字链接的css定义 */
.research2{font-family:"宋体"; font-size:12px;line-height:22px;position:relative;top:4px;}
.research2 font {color: #E25503;} 
.research2  a:link {color: #012A0A;} /* 未访问的链接 */
.research2  a:visited {color: #012A0A;} /* 已访问的链接 */
.research2  a:hover{color: #DB2D36;} /* 鼠标在链接上 */
.research2  a:active {color: #012A0A;}/* 点击激活链接 */ 

/* 意中道首页艺术文献显示文字标题文字链接的css定义 */
.research3{font-family:"宋体"; font-size:12px;line-height:20px;position:relative;left:7px;}
.research3  a:link {color: #0C0C0C;} /* 未访问的链接 */
.research3  a:visited {color: #0C0C0C;} /* 已访问的链接 */
.research3  a:hover{color: #DB2D36;} /* 鼠标在链接上 */
.research3  a:active {color: #0C0C0C;}/* 点击激活链接 */
.research31{font-family:"宋体"; font-size:12px;line-height:19px;position:relative;left:7px;}
.research31  a:link {color: #0C0C0C;} /* 未访问的链接 */
.research31  a:visited {color: #0C0C0C;} /* 已访问的链接 */
.research31  a:hover{color: #DB2D36;} /* 鼠标在链接上 */
.research31  a:active {color: #0C0C0C;}/* 点击激活链接 */

/* 意中道首页艺术院校书名显示文字标题文字链接的css定义 */
.research4{font-family:"宋体"; font-size:12px;line-height:20px;color: #8A8B7D;position:relative;top:7px;}
.research4  a:link {color: #0C0C0C;} /* 未访问的链接 */
.research4  a:visited {color: #0C0C0C;} /* 已访问的链接 */
.research4  a:hover{color: #DB2D36;} /* 鼠标在链接上 */
.research4  a:active {color: #0C0C0C;}/* 点击激活链接 */
.researc4_1 td {padding-bottom:12px;}  

/* 意中道首页院校资讯,艺术教育,师生作品显示文字标题文字链接的css定义 */
.research5{font-family:"宋体"; font-size:12px;line-height:20px;}
.research5  a:link {color: #575757;} /* 未访问的链接 */
.research5  a:visited {color: #575757;} /* 已访问的链接 */
.research5  a:hover{color: #DB2D36;} /* 鼠标在链接上 */
.research5  a:active {color: #575757;}/* 点击激活链接 */
.research5 font{color: #0B0B0B;}
.researc5_1 td {padding-bottom:13px;}

/* 意中道首页老城区显示文字标题文字链接的css定义 */
.research6{font-family:"宋体"; font-size:12px;line-height:20px;letter-spacing:1px;}
.research6  a:link {color: #898C7B;} /* 未访问的链接 */
.research6  a:visited {color: #898C7B;} /* 已访问的链接 */
.research6  a:hover{color: #EFF1E8;} /* 鼠标在链接上 */
.research6  a:active {color: #898C7B;}/* 点击激活链接 */

 


/* ==意中情标题文字链接的css定义== */
 
/* 意中情首页"推荐新闻"标题文字链接的css定义 */
.feel1 {font-family: 宋体; font-size: 12px;line-height: 20px; position:relative;left: 8px;}
.feel1 a:link {color: #8E2007;} /* 未访问的链接 */
.feel1 a:visited {color: #8E2007;} /* 已访问的链接 */
.feel1 a:hover{color: #F3842A;} /* 鼠标在链接上 */
.feel1 a:active {color: #8E2007;}/* 点击激活链接 */ 

/* 意中情首页"购物指南,旅行指南"标题文字链接的css定义 */
.feel2 {font-family: 宋体; font-size: 12px;line-height: 18px; letter-spacing:1px;position:relative;left: 4px;}
.feel2 a:link {color: #097285;} /* 未访问的链接 */
.feel2 a:visited {color: #097285;} /* 已访问的链接 */
.feel2 a:hover{color: #9E2842;} /* 鼠标在链接上 */
.feel2 a:active {color: #097285;}/* 点击激活链接 */

/* 意中情首页"住宿指南"标题文字链接的css定义 */
a.feel3:link {color: #FEFFF5;} /* 未访问的链接 */
a.feel3:visited {color: #FEFFF5;} /* 已访问的链接 */
a.feel3:hover{color: #84FFFE;} /* 鼠标在链接上 */
a.feel3:active {color: #FEFFF5;}/* 点击激活链接 */ 

/* 意中情首页"今日食谱,美食文化"标题文字链接的css定义 */
.feel4 {font-family: 宋体; font-size: 12px;line-height: 18px; letter-spacing:1px;position:relative;left: 5px;}
.feel4 a:link {color: #994552;} /* 未访问的链接 */
.feel4 a:visited {color: #994552;} /* 已访问的链接 */
.feel4 a:hover{color: #1092AC;} /* 鼠标在链接上 */
.feel4 a:active {color: #994552;}/* 点击激活链接 */ 

/* 意中情首页"意大利葡萄酒"标题文字链接的css定义 */
.feel5 {font-family: 宋体; font-size: 12px;line_height:18px;position:relative;left: 2px;}
.feel5_1 td {padding-bottom:2px;padding-top:1px;}
.feel5 a:link {color: #FEFEFF;} /* 未访问的链接 */
.feel5 a:visited {color: #FEFEFF;} /* 已访问的链接 */
.feel5 a:hover{color: #FF3E5A;} /* 鼠标在链接上 */
.feel5 a:active {color: #FEFEFF;}/* 点击激活链接 */ 

/* 意中情首页"歌剧院,电影评论"标题文字链接的css定义 */
.feel6 {font-family: 宋体; font-size: 12px;line-height: 19px; position:relative;left: 5px;}
.feel6 a:link {color: #046472;} /* 未访问的链接 */
.feel6 a:visited {color: #046472;} /* 已访问的链接 */
.feel6 a:hover{color: #9E2842;} /* 鼠标在链接上 */
.feel6 a:active {color: #046472;}/* 点击激活链接 */ 

/* 意中情首页"歌剧研究,影视研究"标题文字链接的css定义 */
.feel7 {font-family: 宋体; font-size: 12px;line-height: 19px; letter-spacing:2px;}
.feel7 font {color:#046472;}
.feel7 a:link {color: #046472;} /* 未访问的链接 */
.feel7 a:visited {color: #046472;} /* 已访问的链接 */
.feel7 a:hover{color: #9E2842;} /* 鼠标在链接上 */
.feel7 a:active {color: #046472;}/* 点击激活链接 */

/* 意中情首页"旅游,美食,歌剧,影视"切换标题文字链接的css定义 */
.feel8 {font-family: 宋体; font-size: 12px;line-height: 20px;position:relative;left: 9px;top:5px;}
.feel8 font {color:#DA5827;}
.feel8 a:link {color: #DA5827;} /* 未访问的链接 */
.feel8 a:visited {color: #DA5827;} /* 已访问的链接 */
.feel8 a:hover{color: #5F1804;} /* 鼠标在链接上 */
.feel8 a:active {color: #DA5827;}/* 点击激活链接 */

/* 意中情首页"旅游,美食,歌剧,影视"切换标题文字链接的css定义 */
.feel9 {font-family: 宋体; font-size: 12px;line-height: 20px;position:relative;top:5px;}
.feel9 font {color:#686E84;}
.feel9 a:link {color: #686E84;} /* 未访问的链接 */
.feel9 a:visited {color: #686E84;} /* 已访问的链接 */
.feel9 a:hover{color: #3C4A6D;} /* 鼠标在链接上 */
.feel9 a:active {color: #686E84;}/* 点击激活链接 */

.feel10 {font-family: 宋体; font-size: 12px;line-height: 20px; position:relative;left: 5px;}
.feel10 a:link {color: #647182;} /* 未访问的链接 */
.feel10 a:visited {color: #647182;} /* 已访问的链接 */
.feel10 a:hover{color: #9E2842;} /* 鼠标在链接上 */
.feel10 a:active {color: #647182;}/* 点击激活链接 */ 


/* 搜索页tags标题文字链接的css定义 */
.search {font-family: 宋体; font-size: 12px;position:relative;top:4px;}
.search a:link {color: #954E60;} /* 未访问的链接 */
.search a:visited {color: #954E60;} /* 已访问的链接 */
.search a:hover{color: #03616D;} /* 鼠标在链接上 */
.search a:active {color: #954E60;}/* 点击激活链接 */
 

/* ==首页友情链接,底部css定义== */
.link_img img {width:135px;height:42px;border: 1px;border-color: #000000;border-style: solid;}
.link_img td{padding-bottom:1px;}

.index_title_link{           /* 首页友情链接字样的css定义 */
         font-family: 宋体; 
	font-size: 14px;
	margin-bottom: 8px;
         margin-left: 5px;
	letter-spacing: 2px;
	
}
.link a:link {color: #51514F;} /* 未访问的链接 */
.link a:visited {color: #51514F;} /* 已访问的链接 */
.link a:hover{color: #51514F;} /* 鼠标在链接上 */
.link a:active {color: #51514F;}/* 点击激活链接 */ 

.link1{PADDING-RIGHT: 3px;PADDING-LEFT: 3px; FILTER: revealTrans(transition=23,duration=0.5) blendTrans(duration=0.5); VISIBILITY: hidden; PADDING-BOTTOM: 3px; WIDTH: 289px; COLOR: #616161; LINE-HEIGHT: 18px; PADDING-TOP: 3px;POSITION: relative;
font-family: 宋体;font-size:12px;position:relative;top:5px;left:20px;
line-height:19px;color:#727270;}

 /* 首页底"Instructions precinct,Applications link"字样的css定义 */
.index_bottom_english {     
         font-family: 宋体; 
	font-size: 12px;
	font-weight: bold;
	position:relative; 
	bottom:1px; 
	left:11px;
	color: #51514F;
}
.index_bottom_chinese {        /* 首页底标题中文字样的css定义 */
         font-family: 宋体; 
	font-size: 12px;
	letter-spacing:2px; 	
	color: #51514F;
	position:relative; 
	bottom:1px;
	left: 8px;
}
.index_bottom_chinese a:link {color: #51514F;} /* 未访问的链接 */
.index_bottom_chinese a:visited {color: #51514F;} /* 已访问的链接 */
.index_bottom_chinese a:hover{COLOR: #FFFFFF;} /* 鼠标在链接上 */
.index_bottom_chinese a:active {color: #51514F;} /* 点击激活链接 */
.index_bottom_info {      /* 首页底"主编信箱,定阅信息"中文字样的css定义 */
         font-family: 宋体; 
	font-size: 12px;
	color: #717171;
	letter-spacing:2px; 	
	position:relative; 
	bottom:1px;
	left: 13px; 
}
.index_bottom_infoen {    /* 首页底"主编信箱,定阅信息"英文字样的css定义 */
         font-family: 宋体; 
	font-size: 12px;
	color: #717171;
	position:relative; 
	bottom:1px;
	left: 8px;
}
.index_bottom_dns {        /* 首页底域名标头字样的css定义 */
         font-family: 宋体; 
	font-size: 12px;
	color: #717171;
	letter-spacing:1px; 	
	position:relative; 
	top:10px;
	left: 13px; 
}
.index_bottom_dnsen {        /* 首页底英文域名字样的css定义 */
         font-family: 宋体; 
	font-size: 12px;
	position:relative; 
	top:10px;
	left: 8px;
	color: #717171;
	
}
.index_bottom_dnsch {        /* 首页底中文域名字样的css定义 */
         font-family: 宋体; 
	font-size: 12px;
	letter-spacing:2px; 	
	position:relative; 
	top:10px;
	left: 8px;
	color: #717171;
	
}
.index_bottom_dnsicp {      /* 首页底icp备案字样的css定义 */ 
         font-family: 宋体; 
	font-size: 12px;
	color: #717171;
	position:relative; 
	top:10px;
	left: 8px;
}
.index_bottom_copyright {     /* 首页底版权声明字样的css定义 */
         font-family: 宋体; 
	font-size: 12px;
	position:relative; 
	top:3px; 
	left:11px;
	color: #515153;
}

.index_bottom_copyright a:link {color: #515153;} /* 未访问的链接 */
.index_bottom_copyright a:visited {color: #515153;} /* 已访问的链接 */
.index_bottom_copyright a:hover{color: #000000;} /* 鼠标在链接上 */
.index_bottom_copyright a:active {color: #515153;}/* 点击激活链接 */



.index_bottom_declare {        /* 首页底相关公司字样的css定义 */
         font-family: 宋体; 
	font-size: 12px;
	letter-spacing:2px; 	
	position:relative; 
	top:6px; 
	left:41px;
	color: #CACFC9;
}
/* 首页"意中闻/易"文字"行距,链接颜色的css定义 */


.index_art font{
	line-height:20px;
}
.index_recre {        /* 首页意地风情四行的文字的css定义 */
         font-family: 宋体; 
	font-size: 12px;
	color: #0F738B;
}
.index_recre a:link {color: #0F738B;} /* 未访问的链接 */
.index_recre a:visited {color: #0F738B;} /* 已访问的链接 */
.index_recre a:hover{color: #9E2842;} /* 鼠标在链接上 */
.index_recre a:active {color: #0F738B;}/* 点击激活链接 */

.index_recrerest {        /* 首页意地风情餐厅四行的文字的css定义 */
         font-family: 宋体; 
	font-size: 12px;
	color: #FCFDF7;
}
.index_recrerest a:link {color: #0F738B;} /* 未访问的链接 */
.index_recrerest a:visited {color: #0F738B;} /* 已访问的链接 */
.index_recrerest a:hover{color: #9E2842;} /* 鼠标在链接上 */
.index_recrerest a:active {color: #0F738B;}/* 点击激活链接 */


.index_recretourtitle {     /* 首页意地风旅游标题的css定义 */
         font-family: 宋体; 
	font-size: 12px;
	color: #39A4B8;
}
.index_recretourtitle a:link {color: #39A4B8;} /* 未访问的链接 */
.index_recretourtitle a:visited {color: #39A4B8;} /* 已访问的链接 */
.index_recretourtitle a:hover{color: #9E2842 ;} /* 鼠标在链接上 */
.index_recretourtitle a:active {color: #39A4B8;}/* 点击激活链接 */

.index_recretourintro {     /* 首页意地风旅游餐厅简介的css定义 */
         font-family: 宋体; 
	font-size: 12px;
	color: #898981 ;
}
.index_recreresttitle {        /* 首页意地风情餐厅标题的css定义 */
         font-family: 宋体; 
	font-size: 12px;
	color: #A23242;
}
.index_recreresttitle a:link {color: #A23242;} /* 未访问的链接 */
.index_recreresttitle a:visited {color: #A23242;} /* 已访问的链接 */
.index_recreresttitle a:hover{color: #1092AC;} /* 鼠标在链接上 */
.index_recreresttitle a:active {color: #A23242;}/* 点击激活链接 */



.index_time font {       /* 首页时间颜色的css定义 */
         color: #ff0000;
} 
  
  

/* ==要删除的开始== */
.photo_list      /* 艺术作品列表页"最新作品"字体和间距设置的css定义 */
{
         font-family: 宋体; 
	font-size: 14px;
	letter-spacing: 6px;
	color: #A10016;
	position:relative; 
	bottom:-2px; 
	left:9px;
}

.photo_content {           /* 艺术作品内容页"相关作品"字体和间距设置的css定义 */
         font-family: 宋体; 
	font-size: 14px;
	color: #5E5E5E;
	letter-spacing:3px; 	
	position:relative; 
	bottom:3px;
	left: 9px;
}


.article_index_artnewspos {
          position:relative; 
	 left:1px;
} 

.artical_index_starsalicon {/* 文章频道首页星级推荐题目的css设置 */
          font-family: 宋体; 
	 font-size: 14px;
	 color:#2D413F;
          line-height:20px;
	 letter-spacing: 5px;
}

 	  	 	 	 
.article_content_stars font {  /* 文章内容页星级的css设置 */
         color:#9F0012;
 }



.Aticle_list_visit {    /* 文章频道列表页左上部visit字体设置的css定义 */
         font-family: 宋体; 
	font-size: 12px;
         color:#707070;
}
.Aticle_list_stars font{ /* 文章频道列表页左上部星级颜色设置的css定义 */
         color:#BDBDBD;
}

/* 文章频道列表页文章列表字体设置的css定义 */
.Aticle_list_title{
         font-family: 宋体; 
	font-size: 14px;
         font-weight:bold;
	color: #525252;
	letter-spacing: 2px;
}

.Aticle_list_stars font {
         color: #BDBDBD;
}

.Aticle_list_photonewstitle{ /* 意中闻文章频道列表页中"图片新闻"字样的css定义 */
         font-family: 宋体; 
	font-size: 12px;
	color: #7E8170;
	letter-spacing: 2px;
}
.Aticle_list_alittitle{
         font-family: 宋体; 
	font-size: 14px;
	font-weight:bold;
	color: #4C5C4F;
}
/* 意中闻文章频道列表页中简介字样的css定义 */
.Aticle_list_alittitle{
         font-family: 宋体; 
	font-size: 12px;
	font-weight:bold;
	color: #4C5C4F;
}
.Aticle_list_alittitleintr{
         font-family: 宋体; 
	font-size: 12px;
	font-weight:bold;
	color: #4C5C4F;
}

.Aticle_list_aliteasy{
         font-family: 宋体; 
	font-size: 14px;
	color: #4B5B4E;
}
.Aticle_list_alitintro{
         font-family: 宋体; 
	font-size: 12px;
	color: #637368;
}

/* ==要删除的开始== */
/* ==图片意频道意中品艺术作品首页css定义开始== */

.Artworks_index_title{         /* 艺术作品首页图片文章标题字体的css设置 */
         font-family: 宋体; 
	font-size: 12px;
	font-weight:bold;
	color: #7F8173;
	letter-spacing: 1px;
         line-height:14px;
}

.Artworks_index_subtitle{         /* 艺术作品首页图片文章作者字体的css设置 */
         font-family: 宋体; 
	font-size: 12px;
	color: #7D7F71;
	letter-spacing: 1px;
         line-height:14px;
}

.Artworks_index_visit{         /* 艺术作品首页图片文章"visit"字体的css设置 */
         font-family: 宋体; 
	font-size: 12px;
	color: #9A9A9A;
	letter-spacing: 1px;
}
.Artworks_index_stars font{     /* 艺术作品首页图片文章星级颜色的css设置 */
	color: #FD6768;
         line-height:12px;
}
.Artworks_index_img img{         /* 艺术作品首页图片缩略图长宽边的css设置 */
         width:59px;
	height:57px;
	border:1px;
	border-color:#303B33;
	border-style:solid;
}
.Artworks_index_imgtd td{         /* 艺术作品首页图片缩略图位置的css设置 */
         padding-left:8px;
}
.Artworks_index_phototitle {          /* 艺术作品首页"最新作品"字体设置 */
	letter-spacing:3px;
}
.artworks_list_td td{   /* 艺术作品列表图片间距的css设置 */
         padding-top:1px;
         padding-bottom: 28px;
}
.artworks_list_alitimg img{  /* 艺术作品列表图片推荐图片边框的css设置 */
         border: 1px;
         border-color: #2D392F;
         border-style: solid;
}
.artworks_list_alittd td { /* 艺术作品列表图片推荐图片间距的css设置 */
         padding-right: 32px;
}
.artworks1 {
         line-height: 23px;
}

.Artworks_list_stars font{     /* 艺术作品首页图片文章星级颜色的css设置 */
	color: #A20113;
}

.artwork_list_leftpart img {  /* 艺术作品列表页左上部图片大小的css设置 */
         width:227px;
	height:168px;

}
.photo_content_actual {    /* 艺术作品内容页比例字样的css设置 */
         font-family: 宋体; 
	font-size: 12px;
	color: #A49EA0;
	letter-spacing:2px; 	
	position:relative; 
	bottom:15px;
         cursor: hand;
}
.photo_content_page {    /* 艺术作品内容页"上一页下一页"字样的css设置 */
	color: #FFFFFF;
	font-family: "宋体";
	font-size: 12px;
}
.photo_content_stars font {
          color:#934241;
}
.artwork_index_news img {  /* 艺术作品首页最新作品图片的css设置 */
         border:1px;
         border-color:#D5D7CA;
         border-style:solid;
}
.artwork_index_newstd td {  /* 艺术作品首页最新作品距离的css设置 */
         padding-top:5px;
         padding-bottom:7px;
}

.artworks_index_td td {
    height:13px;! import;
}
.photo_content_author {    /* 艺术作品内容作者字体的css设置 */
	color: #CCCCCC;
	font-family: "宋体";
	font-size: 12px;
	line-height:16px;
}
.photo_content_ping {      /* 艺术作品内容评论字体的css设置 */
	color: #CCCCCC;
	font-family: "宋体";
	font-size: 12px;
	line-height:25px;
}
.photo_content_intro { /* 艺术作品内容"作品简介"的css设置 */ 
　　　　 font-family: 宋体; 
	font-size: 14px;
	color: #CCCCCC;
	letter-spacing:2px; 
         	position:relative;
         left: 11px;
         bottom: 5px;
｝
.photo_content_corr {
         position:relative;
         left: 16px;
} 

.photo_content_scroll {    /* 艺术作品内容图片显示的滚动条的css设置 */ 
       scrollbar-face-color: #010B00; /*滚动条颜色*/
       scrollbar-highlight-color: #010B00;/* 内左上边框*/
       scrollbar-shadow-color: #010B00; /*内右下边框*/
       scrollbar-3dlight-color: #010B00;/*外左上边框*/
       scrollbar-arrow-color: #383838;/*箭头颜色*/
       scrollbar-track-color: #2E2E2E; /*滚动条不动底色*/
       scrollbar-darkshadow-color: #010B00;/*外左下边框*/
}
.photo_content_intrscroll {/* 艺术作品内容简介的滚动条的css设置 */ 
       margin-left: 18px;
       scrollbar-face-color: #CAD5C7; /*滚动条颜色*/
       scrollbar-highlight-color: #EFEFEF;/* 内左上边框*/
       scrollbar-shadow-color: #EFEFEF; /*内右下边框*/
       scrollbar-3dlight-color: #EFEFEF;/*外左上边框*/
       scrollbar-arrow-color: #FEFFFD;/*箭头颜色*/
       scrollbar-track-color: #EFEFEF; /*滚动条不动底色*/
       scrollbar-darkshadow-color: #EFEFEF;/*外左下边框*/
}

/* ==二级菜单的css定义== */
total_menu2 {
         width:770px;height:24px; background-color:#B1B1B1;overflow:hidden;border:0px;border-top:1px;border-style:solid;border-color:#FFFFFF;margin:0px;           margin-bottom:3px}

/* ==频道文章列表页css定义开始== */
.Aticle_index_listtitle{ /* 意中闻文章频道列表页中"动态列表"字样的css定义 */
         font-family: 宋体; 
	font-size: 14px;
	color: #505050;
	letter-spacing: 6px;
	position:relative; 
	bottom:0px; 
	left:9px;
}
.Aticle_index_phototitle{ /* 意中闻文章频道列表页中"图片新闻"字样的css定义 */
         font-family: 宋体; 
	font-size: 14px;
	color: #505050;
	letter-spacing: 6px;
	position:relative; 
	bottom:2px; 
	left:13px;
}

/* ==频道通用表格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_title /* 标题背景颜色定义(760) */
{ 
background-image: url(Images/comment/bgtitle.jpg);
background-repeat: no-repeat;
background-position: left;
background:#F8F8F8;
color: #3F3F3D;font-weight: normal;width:503;height: 25;
}

.comment_tdbg1 /* 表格背景颜色定义(760) */
{
background:#E9EAE4;line-height: 120%; color:#2E3A30;
}
.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: 760;background:#ffffff;
}
.top_top
{
background:#0089f7;height: 2;
}
.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: 30;
}
.top_nav_menu /* 导航栏表格背景、文字颜色定义 */
{
	color: #ffffff;
	height: 22;
	background-image: url(/Skin/ocean/menu_bg2.gif);
	padding-left: 33px;

}
.top_path /* 您现在的位置表格背景、文字颜色定义 */
{
width: 760;background:#ffffff;height: 30;
}
.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: 28;width:180;padding-left:40;text-align: left;
}
　　/* --网页中部左栏的css定义结束-- */
　　/* --网页中部中栏的css定义开始-- */
.main_tdbgall /* 中栏表格总背景颜色定义 */
{
width: 572;background:#ffffff;
}
.main_shadow /* 中栏内容间隔表格背景颜色定义(575) */
{
height: 4;
}
.main_announce /* 中栏公告表格背景、文字颜色定义 */
{
color: 037fa8;height: 25;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: 187;
}
.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: 27;

}
.main_tdbg_760i /* 网站首页中栏内容表格背景、文字颜色定义(760) */
{
border: 1px solid #d2d3d9;line-height: 150%;text-align: left;padding-left:5;padding-right:5;
}
.main_title_575 /* 中栏标题表格背景、文字颜色定义(575) */
{
    
}
.main_title_575buyong /* 中栏标题表格背景、文字颜色定义(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-left:5;
	padding-right:5;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #aec6e8;
	border-bottom-color: #aec6e8;
	border-left-color: #aec6e8;
	background-image: url(/Skin/ocean/main_bg.gif);
	background-color: #ffffff;
}
.main2_tdbg_bs06 /* 中栏内容表格背景、文字颜色定义(bs06) */
{
	line-height: 150%;
	text-align: left;
	padding-left:5;
	padding-right:5;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #aec6e8;
	background-image: url(/Skin/ocean/main_bg.gif);
	background-color: #ffffff;
}

.main_tdbg_575 /* 中栏内容表格背景、文字颜色定义(575) */
{
border: 1px solid #d2d3d9;line-height: 150%;text-align: left;padding-left:5;padding-right:5;
}
.main_title_282i,.main_title_282 /* 栏目文章列表标题表格背景、文字颜色定义(282) */
{
background:url(/Skin/ocean/main_bs.gif);color: ffffff;height: 27;
padding-left:30;
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-left:5;padding-right:5;
}

.main_tdbg_282 /* 栏目文章列表内容表格背景、文字颜色定义(282) */
{
border: 1px solid #d2d3d9;line-height: 150%;text-align: left;padding-left:5;padding-right:5;
}
.listbg /* --栏目文章列表内容间隔颜色的定义1-- */
{
background:#ffffff;
}
.listbg2 /* --栏目文章列表内容间隔颜色的定义2-- */
{
background:#f7f7f7;
}
　　/* --网页中部中栏的css定义结束-- */
　　/* --文章显示页的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/ocean/main_bs1.gif);border: 1px solid #d2d3d9;height: 28;color: ffffff;
}
.main_tdbg_760 /* 内容表格背景、文字颜色定义(760) */
{
border: 1px solid #d2d3d9;padding: 8;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:5;height: 29;color: ff0000;
}
.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 #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: 760;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-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(/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 
{
line-height: 120%;color:#858585;font-family:"宋体"; font-size:12px;
}

.tdbg1
{
line-height: 120%;color:#858585;font-family:"宋体"; font-size:12px;
}

.tdbgmouseover{
background:#bfdfff;line-height: 120%;
}
.tdbg2
{
background:#e0eef5;line-height: 120%;
}
.tdbg2_modify
{
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;
}

/* ==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:10;text-align: left;
}
#userlogin input{height:20px;}
#userctrl
{
    text-align: center;
}
#usermessage
{
    padding-left:10;text-align: left;
}
.userlog{
color:#ffffff;
}
.havemessage
{
    background-color: #ccff9d;
}
.havemessaged
{
    background-color: #cc0000;
}
.bloglist  /* 聚合空间列表定义 */
{
width: 100%;text-align: center;
}
.bloglist_image
{
text-align: center;
}
.bloglist_intro
{
text-align: center;
}
#showbloglist_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);
}
/* ==供求信息div按钮定义开始== */
.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-image: url(/Skin/ocean/main_bs1.gif);
	height: 27px;
	padding-left: 30px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #1c65be;
}
.mainblinks {
	background-image: url(/Skin/ocean/links_02.gif);
	height: 27px;
	font-weight: bold;
	color: #ffffff;
}
.menu_bottombg {
	color: #ffffff;
	background-image: 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:#E6E6E6;}
a.AnnounceBody1:link {color: #E6E6E6;}
a.AnnounceBody1:visited {color: #E6E6E6;}
a.AnnounceBody1:hover{color: #FFFFFF;}
a.AnnounceBody1:active {color: #E6E6E6;}
.AnnounceBody3 {color:#333;}
a.AnnounceBody3:link {color: #333333;}
a.AnnounceBody3:visited {color: #333333;}
a.AnnounceBody3:hover{color: #ff0000;}
a.AnnounceBody3:active {color: #333333;}

.AnnounceBody4 {color:#02ACC6;}
a.AnnounceBody4:link {color: #02ACC6;}
a.AnnounceBody4:visited {color: #02ACC6;}
a.AnnounceBody4:hover{color: #C40000;}
a.AnnounceBody4:active {color: #02ACC6;}
/* --公告显示文字(滚动框、滚动条)的css定义结束-- */
hr
{
height:1px;
color:#5575B0；
}
/* --房产信息列表表格css定义开始-- */
.houselistbg /* --房产信息列表内容间隔颜色的定义1-- */
{
background:#ffffff;
}
.houselistbg2 /* --房产信息列表内容间隔颜色的定义2-- */
{
background:#f6f9ff;
}
.houseth{
background:#e6f5ff;
}
.housetable{
border: 1px solid #ffffff;
border-collapse: collapse;
}
/* --房产信息列表表格css定义结束--
.user_bottom{font-family:"宋体";font-size:12px;color:#FFFFFF;line-height:23px;position:relative;}
.user_bottom a:link {color: #FFFFFF;} /* 未访问的链接 */
.user_bottom  a:visited {color: #FFFFFF;} /* 已访问的链接 */
.user_bottom  a:hover{color: #FFFFFF;} /* 鼠标在链接上 */
.user_bottom  a:active {color: #FFFFFF;}/* 点击激活链接 */
