/* 网站链接总的css定义:可定义内容为链接字体颜色、样式等 */
a{
	text-decoration: none;
	color: #444444;
} /* 链接无下划线,有为underline */ 
a:hover{color: #ae0927;text-decoration: underline;} /* 鼠标在链接上 */ 

.linkblue{
	text-decoration: none;
	color: #0033CC;
} /* 链接无下划线,有为underline */ 
a.linkblue:hover{color: #ae0927;text-decoration: none;} /* 鼠标在链接上 */ 


.txt13 {
	COLOR: #CC0000;
	TEXT-DECORATION: none;
}
a.txt13:hover{color: #336600;text-decoration: none;} /* 鼠标在链接上 */ 


.linkred{
	text-decoration: none;
	color: #ff0000;
} /* 链接无下划线,有为underline */ 
a.linkred:hover{color: #ff0000;text-decoration: underline;} /* 鼠标在链接上 */ 

.sublink{
	text-decoration: none;
	color: #202C80;
} /* 链接无下划线,有为underline */ 
a.sublink:hover{color: #ff0000;text-decoration: underline;} /* 鼠标在链接上 */ 

.sublinkdot{
	text-decoration: none;
	color: #202C80;
}

.sublink_class{
	text-decoration: none;
	color: #202C80;
} /* 链接无下划线,有为underline */ 
a.sublink_class:hover{color: #ff0000;text-decoration: underline;} /* 鼠标在链接上 */ 

.subtitle{
	text-decoration: none;
	color: #154390;
	font-size: 16px;
} /* 链接无下划线,有为underline */ 
a.subtitle:hover{color: #ff0000;text-decoration: none;} /* 鼠标在链接上 */ 

.linkksz{
	text-decoration: none;
	color: #ae0927;
} /* 链接无下划线,有为underline */ 
a.linkksz:hover{color: #999999;text-decoration: none;} /* 鼠标在链接上 */ 

.linkputong{
	text-decoration: underline;
	color: #ae0927;
} /* 链接无下划线,有为underline */ 
a.linkputong:hover{color: #000000;text-decoration: none;} /* 鼠标在链接上 */ 

.linkclass{
	text-decoration: none;
	color: #ae0927;
} /* 链接无下划线,有为underline */ 
a.linkclass:hover{color: #000000;text-decoration: none;} /* 鼠标在链接上 */ 


/* body的css定义:对应css中“body”，可定义内容为网页字体颜色、背景、浏览器边框等 */
body
{
	font-size: 14px;
	text-decoration: none;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	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;
	color: #444444;
	background-color: #D7D7D7;
	
	background-image: url();
	background-repeat: repeat-x;
	FONT-FAMILY: arial,sans-serif;
}
/* 单元格的css定义:对应css中的“td”，这里为总的表格定义，为一般表格的的单元格风格设置，可定义内容为背景、字体颜色、样式等 */
td
{
font-size: 14px; 
}

/* 按钮的css定义:对应css中的“button”，这里为按钮的风格设置，可定义内容为背景、字体、颜色、边框等 */
button
{
font-size: 9pt;height: 20px; 
}
.button 
{
	background-color:#E4E4E4;
	font-size:13px;
	border:#666666 1px solid;
	height: 20px;
}

.inputstyle 
{
	background-color:#DEEDFF;
	font-size:14px;
	margin: 1px;
	padding: 1px;
	border-top-width: 2px;
	border-right-width: 1px;
	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: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}

.mainpage
{
	background-image: url(cssimg/m_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.mainpage_top
{
	background-color: #FFFFFF;
	background-image: url(cssimg/m_center.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

.main_nav_font /* 导航栏文字定义 */
{
color: #1e50a2;
}
a.main_nav_font:hover {color: #FF0000;text-decoration: none;} /* 鼠标在链接上 */ 


.photo_sn_bg   /* 图片栏背景大小设置 */
{
background-image: url(cssimg/photosn_bg_03.gif);
color: #000000;
text-align: center;
height: 80px;
width: 122px;
}
.text_content   /* 文章内容设置 */
{
color: #555555;
text-align: left;
padding-left:6px;
font-size: 13px;
padding-right:6px;
padding-top:10px;
}
.text_title    /* 文章标题设置 */
{
color: #333333;
text-align: center;
padding-left:20px;
font-size: 16px;
line-height: 24px;
padding-right:20px;
height: 40px;
font-weight:bold;
}
.text_author   /* 文章作者设置 */
{
background:#EEEEEE;
color: #555555;
text-align: center;
padding-left:20px;
font-size: 12px;
line-height: 24px;
padding-right:20px;
}
.text_photo   /*  文章图片设置 */
{
text-align: center;
padding-top:10px;
font-size: 12px;
line-height: 24px;
padding-bottom:10px;
}

.listbg /* --栏目文章列表内容间隔颜色的定义1-- */
{
	/*background:url('cssimg/line_03.gif');*/
	height: 26px;
	color: #2D44AC;
}


.imgBorderGrad
{
    border: 1px solid #CCCCCC; 
}



.alpha0 {
	filter: Alpha(Opacity=60);
	border: 1px solid #8AAFCE;
}
.alpha0_Border_None {
	filter: Alpha(Opacity=60);
}

.dotline
{
	height: 3px;
	background-image: url(cssimg/dot.gif);
	background-repeat: repeat-x;
	background-position: center;
}

.youqinglinkTitle
{
	color: #990000;
	text-decoration: none;
}
a.youqinglinkTitle:hover
{
	text-decoration: underline;
}
.index_list
{
	color: #696969;
	text-decoration: none;
}
a.index_list:hover
{
	color: #076d9e;
	text-decoration: underline;
}

.main_title /* 中栏标题表格背景、文字颜色定义 */
{
	background-color: #EFEFEF;
	height: 30px;
}

.STYLE_Col_name {
	font-size: 17px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FF9600;
	font-weight: bold;
}
a.STYLE_Col_name:hover {
	font-size: 17px;
	color: #FF9600;
	font-weight: bold;
	text-decoration: underline;
}
.Eng_Left_cen_space
{

width:16px;}
.Left_cen_space
{

width:23px;}

.index_number_ok
{
	background-image: url(ocscript/i_Spcae.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #bec6d1;
	width: 24px;
	color: #00645f;
	font-size: 12px;
	cursor: hand;
}

.index_number
{
	background-color: #bec6d1;
	width: 24px;
	color: #00645f;
	font-size: 12px;
	cursor: hand;
}
.special_List
{
	height: 280px;
}

.Sub_Content_height
{

height:358px;
}
/*学校start*/
.Sub_Content_bg1
{
	background-image: url(cssimg/main/xuexiao/1.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.Sub_Content_bg2
{
	background-image: url(cssimg/main/xuexiao/2.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.Sub_Content_bg3
{
	background-image: url(cssimg/main/xuexiao/3.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.Sub_Content_bg4
{
	background-image: url(cssimg/main/xuexiao/4.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.Sub_Content_bg5
{
	background-image: url(cssimg/main/xuexiao/5.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
/*学校end*/
/*学院*/
.Sub_Content_bg_1
{
	background-image: url(cssimg/main/xylt/1.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.Sub_Content_bg_2
{
	background-image: url(cssimg/main/xylt/2.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.Sub_Content_bg_3
{
	background-image: url(cssimg/main/xylt/3.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.Sub_Content_bg_4
{
	background-image: url(cssimg/main/xylt/4.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.Sub_Content_bg_5
{
	background-image: url(cssimg/main/xylt/5.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.Sub_Content_bg_6
{
	background-image: url(cssimg/main/xylt/6.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.Sub_Content_bg_7
{
	background-image: url(cssimg/main/xylt/7.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.Sub_Content_bg_8
{
	background-image: url(cssimg/main/xylt/8.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.Sub_Content_bg_9
{
	background-image: url(cssimg/main/xylt/9.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.Sub_Content_bg_10
{
	background-image: url(cssimg/main/xylt/s10.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
/*学院end*/

/*人才培养*/
.Sub_Content_Rencai_bg_1
{
	background-image: url(cssimg/main/rencai/1.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.Sub_Content_Rencai_bg_2
{
	background-image: url(cssimg/main/rencai/2.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.Sub_Content_Rencai_bg_3
{
	background-image: url(cssimg/main/rencai/3.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.Sub_Content_Rencai_bg_4
{
	background-image: url(cssimg/main/rencai/3.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.Sub_Content_Rencai_bg_5
{
	background-image: url(cssimg/main/rencai/3.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
/*人才培养end*/

/*科学研究start*/
.Sub_Content_Kexue_bg_1
{
	background-image: url(cssimg/main/keyan/1.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.Sub_Content_Kexue_bg_2
{
	background-image: url(cssimg/main/keyan/2.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.Sub_Content_Kexue_bg_3
{
	background-image: url(cssimg/main/keyan/3.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.Sub_Content_Kexue_bg_4
{
	background-image: url(cssimg/main/keyan/4.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.Sub_Content_Kexue_bg_5
{
	background-image: url(cssimg/main/keyan/5.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
/*科学研究end*/

/*资源start*/
.Sub_Content_XinXi_bg_1
{
	background-image: url(cssimg/main/ziyuan/1.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.Sub_Content_XinXi_bg_2
{
	background-image: url(cssimg/main/ziyuan/2.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.Sub_Content_XinXi_bg_3
{
	background-image: url(cssimg/main/ziyuan/3.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.Sub_Content_XinXi_bg_4
{
	background-image: url(cssimg/main/ziyuan/4.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.Sub_Content_XinXi_bg_5
{
	background-image: url(cssimg/main/ziyuan/5.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
/*资源end*/

/*生活start*/
.Sub_Content_Life_bg_1
{
	background-image: url(cssimg/main/shenghuo/1.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.Sub_Content_Life_bg_2
{
	background-image: url(cssimg/main/shenghuo/2.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.Sub_Content_Life_bg_3
{
	background-image: url(cssimg/main/shenghuo/2.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.Sub_Content_Life_bg_4
{
	background-image: url(cssimg/main/shenghuo/2.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.Sub_Content_Life_bg_5
{
	background-image: url(cssimg/main/shenghuo/2.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
/*生活end*/
/*文体start*/
.Sub_Content_Wenti_bg_1
{
	background-image: url(cssimg/main/wenti/1.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.Sub_Content_Wenti_bg_2
{
	background-image: url(cssimg/main/wenti/2.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.Sub_Content_Wenti_bg_3
{
	background-image: url(cssimg/main/wenti/3.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.Sub_Content_Wenti_bg_4
{
	background-image: url(cssimg/main/wenti/4.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.Sub_Content_Wenti_bg_5
{
	background-image: url(cssimg/main/wenti/5.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
/*文体end*/

.Sub_Content_BeiMen_bg
{
	background-image: url(cssimg/main/xuexiao/beimen.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.Sub_Content_GuoJi_bg
{
	background-image: url(cssimg/main/guoji/guoji.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.Sub_Content_GuoJi2_bg
{
	background-image: url(cssimg/main/guoji/guoji2.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.Main_TongZhiSpaceHeight
{
	height: 17px;
	
}
p {
	line-height: 26px;
}
