/* 网站链接总的css定义:可定义内容为链接字体颜色、样式等 */
a{text-decoration: none;} /* 链接无下划线,有为underline */ 
.title {
}
a:link {color: #000000;} /* 未访问的链接 */
a:visited {color: #000000;} /* 已访问的链接 */
a:hover{color: #FF9900;} /* 鼠标在链接上 */ 
a:active {color: #0000ff;} /* 点击激活链接 */
/* 顶部频道文字链接的css定义－－将顶部频道文字链接与网站链接总的css定义分开，以后可以制作深底浅字的格式，如果要保持原来的设计样式，将此定义内容删除或定义成与网站链接总的css相同即可。调用代码为<a class='channel' ***>***</a> */
a.channel:link {color: #1B4D65;}
a.channel:visited {color: #1B4D65;}
a.channel:hover{
	color: #800000;
	text-decoration: underline;
}
a.channel:active {color: #800000;}
/* 顶部当前频道文字链接的css定义－－调用代码为<a class='channel2' ***>***</a> */
a.channel2:link {color: #000033;}
a.channel2:visited {color: #1B4D65;}
a.channel2:hover{
	color: #800000;
	text-decoration: underline;
}
a.channel2:active {color: #800000;}
/* 底部版权信息文字链接的css定义－－与顶部频道文字链接定义的想法相同。可设置与顶部频道文字链接定义不同的文字颜色，网页内定义以预留。调用代码为<a class='bottom' ***>***</a> */
a.bottom:link {color: #333333;}
a.bottom:visited {color: #333333;}
a.bottom:hover{
	color: #000066;
	text-decoration: underline;
}
a.bottom:active {color: #333333;}
/* 文章栏目标题文字链接的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;}

a.ban:link {
	color: #000000;
}
a.ban:visited {
	color: #000000;

}
a.ban:hover{
    color: #CC0000;
	text-decoration: underline;

	}
a.ban:active {

	color: #000000;
}

a.ban2:link {
    color: #CC0000;
	text-decoration: underline;
}
a.ban2:visited {
    color: #CC0000;
	text-decoration: underline;

}
a.ban2:hover{
    color: #CC0000;
	text-decoration: underline;

	}
a.ban2:active {
    color: #CC0000;
	text-decoration: underline;
}

/* body的css定义:对应css中“body”，可定义内容为网页字体颜色、背景、浏览器边框等 */
body
{
	margin:0px;
	font-size: 12pt;
	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;
         background-color: #0B3D6F}
/* 单元格的css定义:对应css中的“td”，这里为总的表格定义，为一般表格的的单元格风格设置，可定义内容为背景、字体颜色、样式等 */
td
{
	font-family:"宋体";
	font-size: 10pt;
	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;
}
/*學院-墨寶-定義開始*/
.table_01 {
	background-image: url(/Skin/pllc/xueyuan/bot_c.gif);
	font-size: 14px;
	letter-spacing: 4px;
	text-align: center;
	background-repeat: repeat-x;
	background-position: center;
}
.table_02 {
	background-color: #bf9f40;
	font-size: 14px;
	color: #000000;
}

.title_14 {
	font-size: 14px;
	letter-spacing: 3px;
	text-align: center;
}
.title_12
{
	font-family:"宋体";
	font-size: 12pt;
	line-height: 180%;
	font-weight: normal;
}
.title_20_blue {
	font-size: 20px;
	letter-spacing: 5px;
	font-family: SimHei;
	color: #000066;
	text-align: center;
}
.title_20_red {
	font-size: 20px;
	letter-spacing: 3px;
	font-family: SimHei;
	color: #CC0000;
}
.title_16_blue {
	font-size: 16px;
	letter-spacing: 2px;
	font-weight: bolder;
	color: #000066;
	text-align: center;
}
.title_16_red {
	font-size: 16px;
	letter-spacing: 2px;

	color: #990000;

}
.title_16 {
	font-size: 16px;
	letter-spacing: 5px;
	font-family: SimHei;
}
.red {
	font-size: 14px;
	color: #990000;
	text-align: center;
	letter-spacing: 1px;
	font-weight: bolder;
}
.black{
	font-size: 14px;
	color: #000000;
	text-align: center;
	letter-spacing: 1px;
}
.title {
	font-size: 14px;
	letter-spacing: 2px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
.title_hp {
	font-size: 14px;
	letter-spacing: 0px;
	font-weight: bold;
	color: #000000;
}
.dian {
	background-image: url(../Skin/pllc/zhibo/dian.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.bian {
	border: 1px solid #999999;
}
.line {
	background-image: url(/Skin/pllc/mobao/line.gif);
	background-repeat: repeat-x;
}
.table_03 {
	background-color: #d1b975;
}
.table_04 {
	background-image: url(/Skin/pllc/xueyuan/table_04.gif);
	background-repeat: repeat-x;
}
.table {
	border: 1px solid #999999;
}
.ban_01 {
	font-size: 14px;
	text-align: center;
	letter-spacing: 2px;
}
.ban_02 {

	font-size: 14px;
	text-align: center;
}.Pic {
	border: 1px solid #000000;
}
.Pic2 {
	border: 1px solid #FF0000;
}
