/* 网站链接总的css定义:可定义内容为链接字体颜色、样式等 */
a{text-decoration: none;} /* 链接无下划线,有为underline */ 
a:link {color: #444;} /* 未访问的链接 */
a:visited {color: #444;} /* 已访问的链接 */
a:hover{color: #ae0927;} /* 鼠标在链接上 */ 
a:active {color: #ff6600;} /* 点击激活链接 */
/* 顶部频道文字链接的css定义－－将顶部频道文字链接与网站链接总的css定义分开，以后可以制作深底浅字的格式，如果要保持原来的设计样式，将此定义内容删除或定义成与网站链接总的css相同即可。调用代码为<a class='channel' ***>***</a> */
a.channel:link {color: #000;}  /* 未访问的链接 */
a.channel:visited {color: #000;}   /* 已访问的链接 */
a.channel:hover{color: #930;}   /* 鼠标在链接上 */ 
a.channel:active {color: #E69423;} /* 点击激活链接 */
/* 顶部当前频道文字链接的css定义－－调用代码为<a class='channel2' ***>***</a> */
a.channel2:link {color: #930;}
a.channel2:visited {color: #F00;}
a.channel2:hover{color: #f60;}
a.channel2:active {color: #ff0;}
/* 底部版权信息文字链接的css定义－－与顶部频道文字链接定义的想法相同。可设置与顶部频道文字链接定义不同的文字颜色，网页内定义以预留。调用代码为<a class='bottom' ***>***</a> */
a.bottom:link {color: #333;}
a.bottom:visited {color: #333;}
a.bottom:hover{color: #930;}
a.bottom:active {color: #E69423;}
/* 文章栏目标题文字链接的css定义－－可设置与顶部频道文字链接定义不同的文字颜色，网页内定义以预留。要相同可不设置。调用代码为<a class='class' ***>***</a> */
a.class:link {color: #fff;}
a.class:visited {color: #fff;}
a.class:hover{color: #f00;}
a.class:active {color: #fff;}

/* body的css定义:对应css中“body”，可定义内容为网页字体颜色、背景、浏览器边框等 */
body
{
margin:0px;
font-size: 9pt;background:url(..//Skin/qmcgreen/bg0.gif);
background-position:center;
text-decoration: none;
scrollbar-face-color: #f6f6f6;
scrollbar-highlight-color: #fff; scrollbar-shadow-color: #ccc; scrollbar-3dlight-color: #ccc; scrollbar-arrow-color: #300; scrollbar-track-color: #f6f6f6; scrollbar-darkshadow-color: #fff;
}
/* 单元格的css定义:对应css中的“td”，这里为总的表格定义，为一般表格的的单元格风格设置，可定义内容为背景、字体颜色、样式等 */
td
{
	font-family:"宋体";
	font-size: 9pt;
	color: #333;
	line-height: 150%;
	font-weight: normal;
}
/* 文本框的css定义:对应css中的“input”，这里为文本框的风格设置，可定义内容为背景、字体、颜色、边框等 */
/*input
{
background-color: #fff; 
border-bottom: #666 1px solid;
border-left: #666 1px solid;
border-right: #666 1px solid;
border-top: #666 1px solid;
color: #666;
height: 20px;
border-color: #666 #666 #666 #666; font-size: 9pt
}
/* 按钮的css定义:对应css中的“button”，这里为按钮的风格设置，可定义内容为背景、字体、颜色、边框等 */
button
{
font-size: 9pt;height: 20px;
}
/* 下拉列表框的css定义:对应css中的“select”，这里为下拉列表框的风格设置，可定义内容为背景、字体、颜色、边框等 */
select
{
font-size: 9pt;height: 20px;
}
/* 顶部用户登录文字链接的css定义 */
.top_userlogin
{
color: #037fa8;
}

/* ==频道通用表格css定义开始== */
.channel_border /* 灰色表格边框背景颜色定义(760) */
{
border: 1px solid #cccccc;
}
.channel_title /* 标题背景颜色定义(760) */
{
background: #cccccc;color: #037fa8;height: 27;text-align: center;font-weight:bold;
}
.channel_tdbg /* 表格背景颜色定义(760) */
{
background:#fafafa;line-height: 200%;
}
.channel_pager /* 分页表格背景颜色定义(760) */
{
background:#fafafa;line-height: 200%;
}　
/* ==频道通用表格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 /* BY MBSHOW.CN_VOL2.0 顶部表格总背景颜色定义 */
{
width: 790;
}
.top_top /* BY MBSHOW.CN_VOL2.0 顶部表格左边背景颜色定义 */
{
background:#0089f7;height: 5;
}
.top_top2 /* BY MBSHOW.CN_VOL2.0 顶部表格右边背景颜色定义 */
{
background:#0089f7;height: 5;
}
.top_channel /* 频道表格背景、文字颜色定义 */
{
background:url(/Skin/MbshowV2/dao_bg.gif);color:#ffffff!important;text-align: center;
}
.top_announce /* 公告表格背景、文字颜色定义 */
{
background:url(/Skin/blue/top_nav_menu.gif);color: #0560a6;height: 30;
}
.top_nav_menu /* 导航栏表格背景、文字颜色定义 */
{
background:url(/Skin/blue/top_nav_menu.gif);color: #0560a6;height: 30;
}
.top_path /* 您现在的位置表格背景、文字颜色定义 */
{
width: 790;background-color: #f4f4f4; height: 20;border-left: 5px solid #f4f4f4;border-right: 5px solid #f4f4f4;
}
.top_userlogin /* 顶部用户登录文字链接的css定义 */
{
color: #037fa8
}
.bot_left_1 /* BY MBSHOW.CN_VOL2.0 圆角表格左上背景的css定义 */
{
background:url(/Skin/MbshowV2/bot/bot_left_1.gif);width:15;height: 15;
}
.bot_left_2 /* BY MBSHOW.CN_VOL2.0 圆角表格左中背景的css定义 */
{
background:url(/Skin/MbshowV2/bot/bot_left_2.gif);width:15;
}
.bot_left_3 /* BY MBSHOW.CN_VOL2.0 圆角表格左下背景的css定义 */
{
background:url(/Skin/MbshowV2/bot/bot_left_3.gif);width:15;height: 15;
}
.bot_right_1 /* BY MBSHOW.CN_VOL2.0 圆角表格右上背景的css定义 */
{
background:url(/Skin/MbshowV2/bot/bot_right_1.gif);width:15;height: 15;
}
.bot_right_2 /* BY MBSHOW.CN_VOL2.0 圆角表格右中背景的css定义 */
{
background:url(/Skin/MbshowV2/bot/bot_right_2.gif);width:15;
}
.bot_right_3 /* BY MBSHOW.CN_VOL2.0 圆角表格右下背景的css定义 */
{
background:url(/Skin/MbshowV2/bot/bot_right_3.gif);width:15;height: 15;
}
.bot_top_bg /* BY MBSHOW.CN_VOL2.0 圆角表格上面中部背景的css定义 */
{
background:url(/Skin/MbshowV2/bot/bot_top_bg.gif);height: 15;
}
.bot_bottom_bg /* BY MBSHOW.CN_VOL2.0 圆角表格下面中部背景的css定义 */
{
background:url(/Skin/MbshowV2/bot/bot_bottom_bg.gif);height: 15;
}
/* ==top.asp中的css定义结束== */

/* ==网页中部中的css定义开始== */
.center_tdbgall /* 中部表格总背景颜色定义 */
{
width:790;background:#ffffff;
}
.center_tdbgall2 /* 中部表格总背景颜色定义 */
{
width:960;background:#ffffff;
}
.tdbg_top_bottom /* 中部表格上下框线背景颜色定义 */
{
border-top: 5px solid #f4f4f4;border-bottom: 5px solid #f4f4f4;background:#ffffff;
}
.tdbg_left_right /* 中部表格左右框线背景颜色定义 */
{
border-left: 5px solid #f4f4f4;border-right: 5px solid #f4f4f4;background:#ffffff;
}
.tdbg_top_left_right /* 中部表格左右框线背景颜色定义 */
{
border-top: 5px solid #f4f4f4;border-left: 5px solid #f4f4f4;border-right: 5px solid #f4f4f4;background:#ffffff;
}
.tdbg_top_right /* 中部表格上下框线背景颜色定义 */
{
border-top: 5px solid #f4f4f4;border-right: 5px solid #f4f4f4;background:#ffffff;
}
.tdbg_right /* 中部表格上下框线背景颜色定义 */
{
border-right: 5px solid #f4f4f4;background:#ffffff;
}

　　/* --网页滑门的css定义开始-- */

.menu_title1 /* 左栏表格标题背景、文字颜色定义 */
{
background:url(/Skin/MbshowV2/7025_bg1.gif);background-position: 1% 100%;background-positionX: center; background-positionY: bottom; background-repeat:no-repeat;color:e2e2e2; 
}
.menu_title2 /* 左栏标题标题表格背景、文字颜色定义 */
{
background:url(/Skin/MbshowV2/7025_bg2.gif);background-position: 1% 100%; background-positionX: center;background-positionY: bottom; background-repeat:no-repeat;color:ff6600;
}
.menu_title3 /* 首页左栏表格标题背景、文字颜色定义 */
{
background:url(/Skin/qmu/title_bg_h.jpg);background-repeat:no-repeat;color:#07519A; font-weight: bold; word-spacing: 20px;
}
.menu_title4 /* 首页左栏标题标题表格背景、文字颜色定义 */
{
background-position: 1% 100%; background-positionX: center;background-positionY: bottom; background-repeat:no-repeat;color: #60AFFF;	font-weight: bold; word-spacing: 20px;
}
.menu_bottom1  /* 首页国际合作滑门标题表格背景、文字颜色定义 */
{ 
color: #07519A; background-color: #fff; font-weight: normal;padding-top:2px; font-weight: bold;
} 
.menu_bottom2 
{ 
color: #0A71D8; line-height: 120%;padding-top:2px;
}

　　/* --网页中部中栏的css定义开始-- */
.main_menu_title1 /* 左栏表格标题背景、文字颜色定义 */
{
background:url(/Skin/MbshowV2/11325_bg1.gif);background-position: 1% 100%;background-positionX: center; background-positionY: bottom; background-repeat:no-repeat;color:bbbbbb; 
}
.main_menu_title2 /* 左栏标题标题表格背景、文字颜色定义 */
{
background:url(/Skin/MbshowV2/11325_bg2.gif);background-position: 1% 100%; background-positionX: center;background-positionY: bottom; background-repeat:no-repeat;color:ffffff;
}

.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: 25;border: 1px solid #d2d3d9;background:#f9f9f9;
}
.main_top /* 中栏最新推荐表格背景颜色定义 */
{
background:url(/Skin/blue/main_top.gif);height: 187;
}

.main_title_760i /* 网站首页中栏标题表格背景、文字颜色定义(760) */
{
color: ffffff;background:url(/Skin/blue/main_title_760i.gif);border-top: 1px solid #d2d3d9;border-right: 1px solid #d2d3d9;border-left: 1px solid #d2d3d9;text-align: left;padding-left:40;height: 29;
}
.main_tdbg_760i /* 网站首页中栏内容表格背景、文字颜色定义(760) */
{
border: 1px solid #d2d3d9;line-height: 200%;text-align: left;padding-left:5;padding-right:5;
}
.main_title_575 /* 中栏标题表格背景、文字颜色定义(575) */
{
color: ff6600;background:#f4f4f4;border-top: 1px solid #d2d3d9;border-right: 1px solid #d2d3d9;border-left: 1px solid #d2d3d9;text-align: left;padding-left:5;height: 29;
}
.main_tdbg_575 /* 中栏内容表格背景、文字颜色定义(575) */
{
line-height: 200%;text-align: left;padding-left:5;padding-right:5;border: 1px solid #d2d3d9;
}
.main_title_282i /* 栏目文章列表标题表格背景、文字颜色定义(282) */
{
background:url(/Skin/blue/main_title_282i.gif);color: ffffff;height: 29;border-top: 1px solid #d2d3d9;border-left: 1px solid #d2d3d9;border-right: 1px solid #d2d3d9;padding-left:40;
}
.main_tdbg_282i /* 栏目文章列表内容表格背景、文字颜色定义(282) */
{
border: 1px solid #d2d3d9;line-height: 150%;text-align: left;padding-left:5;padding-right:5;
}
.main_title_282 /* 栏目文章列表标题表格背景、文字颜色定义(282) */
{
background:url(/Skin/blue/main_title_282.gif);color: ffffff;height: 29;border-top: 1px solid #d2d3d9;border-left: 1px solid #d2d3d9;border-right: 1px solid #d2d3d9;padding-left:40;
}
.main_tdbg_282 /* 栏目文章列表内容表格背景、文字颜色定义(282) */
{
line-height: 200%;text-align: left;padding-left:5;padding-right:5;padding-top:5;padding-bottom: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: 200%;
}
.main_title_760 /* 标题导航表格背景、文字颜色定义(760) */
{
background:#f7f7f7;border: 1px solid #d2d3d9;height: 28;color: ff6600;
}
.main_tdbg_760 /* 内容表格背景、文字颜色定义(760) */
{
border: 1px solid #d2d3d9;padding: 8;line-height: 200%;
}
.article_tdbgall /* 责编等表格背景、文字颜色定义(760) */
{
background:#E6F1FB;
}
.textindent  /* 文章内容页文本首行缩进24px */
{
	font-family:"宋体";
	font-size: 10pt;
	color: #444444;
	line-height: 150%;
	font-weight: normal;
	text-indent: 2em;
}

　　/* --文章显示页的css定义结束-- */
　
/* ==网页中部中的css定义结束== */

/* ==bottom.asp中的css定义开始== */
.bottom_tdbgall /* 底部表格总背景颜色定义 */
{
width: 790;background:#ffffff;
}
.bottom_adminlogo /* 管理信息表格背景、文字颜色定义 */
{
background:url(/Skin/MbshowV2/dao_bg.gif);color:#ffffff;
}
.bottom_copyright /* 版权信息表格背景、文字颜色定义 */
{
background:#ffffff;color:#000000;line-height: 250%;padding-left:5;padding-right:5;
}
/* ==bottom.asp中的css定义结束== */

/* ==自选风格中的css定义结束== */
.menu
{
background-color: #cccccc;width:97%;border: 1px;
}
.menubody
{
background-color: #ffffff;
}
/* ==自选风格中的css定义结束== */
.channel_font /* 搜索等特殊文字颜色定义 */
{
color: red;
}

/* 站内链接文字颜色定义 */
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定义开始-- */ 
.header { 
    font-family: tahoma, verdana; 
    font-size: 12px; 
    color: #ffff99; 
    font-weight: normal;
    background-color:#01723E; 
}
.selet_bg {
    background-color: #ffffff;
}
.f_one {
    background-color: #f6f6f6; }
.pic1 {
border: 3px double #cccccc; }
.pic2 {
border: 3px double #cccccc; }
.pic3 {
border: 3px double #cccccc; }
.pic4 {
border: 3px double #cccccc; }
/* ==首页css开始== */
#search {
	width: 80px;
	height: 16px;
	border-top: 1px solid #aaccee;
	border-left: 1px solid #aaccee;
	border-right: 1px solid #aaccee;
	border-bottom: 1px solid #aaccee;
	font-family: "宋体";
	color: #07519A;
	}
#greensubmit {
    width: 30px;
	height:16px;
	padding: 0px 2px 3px 2px;;
	border-top: 1px solid #F0F8FF;
	border-left: 1px solid #F0F8FF;
	border-right: 1px solid #88C4FF;
	border-bottom: 1px solid #88C4FF;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #07519A;
	background: #CAE5FF;
	vertical-align: middle;
	}
/* ==文章标题列表最后三个参数开始== */
a.aaa{text-decoration: none;} 
a.aaa:link {color: #07519A; }   
a.aaa:visited {color: #07519A; }  
a.aaa:hover{color: #ae0927; }  
a.aaa:active {color: #ff6600; }  
.bbb {border-bottom: 1px dashed #cccccc; color: #666666; padding-left:1;  height: 24px;}  
.ccc {border-bottom: 1px dashed #cccccc; color: #666666; padding-left:1;  height: 24px;}  
.news1 {border-bottom: 1px dashed #cccccc; color: #666666; padding-left:1; padding-right:5; height: 24px;}  
.news2 {border-bottom: 1px dashed #cccccc; color: #666666; padding-left:1; padding-right:5; height: 24px;} 
.bbb2 {background:#fff; height: 24px;}  
.ccc2 {background:#f7fdff; height: 24px;}  

/* ==photoartical控制开始== */
.article {
        width:364px;
		color:#ff0000;}
.article.pic_art_title a{
       color:#ff0000;
       font-size:12px;
	   font-family:"宋体";
	   line-height:28px;
       padding-top:5px; }
.article.pic_art_title a:hover {
       color:#006600;
       font-size:12px;
	   font-family:"宋体";
	   line-height:28px;}
.article.pic_art_title a:visited {
       color:#666;
       font-size:12px;
	   font-family:"宋体";
	   line-height:28px;}
.article.pic_art_img {float:left;width:90px;height:90px;}
.article.pic_art_img {float:left;width:90px;height:90px;}
.article.pic_art_title {color:#f9f9f9;float:right;width:250px;line-height:18px;}
.article.pic_art_content {color:#f9f9f9;float:right;width:250px;line-height:18px;text-indent:2em}

.qmc {
    color:#006600;
    padding-left:10;
    text-align: left;
    text-indent:2em;
}


/* 首页学院动态标题链接的css定义*/
.title01 {  text-align: left;
         } 
a.title01:link {color: #ae0927;} 
a.title01:visited {color: #ae0927;}
a.title01:hover{color: #f00;}
a.title01:active {color: #f60;}

/* 首页学院动态文字调用*/
.qmc2 {   padding-left:24;
           text-align: left;
         } 
a.qmc2:link {color: #000;} 
a.qmc2:visited {color: #000;} 

a.qmc2:hover{color: #666;}
a.qmc2:active {color: #000;}


/* 图文混排调用2*/
#yanshi .pic1{border:#F8F8F8 solid 4px}
#yanshi .pic_art_img{border:#aaa solid 1px;border-bottom:0px}
#yanshi .pic_art_title{width:110px;line-height:20px;text-align:center;border:#aaa solid 1px;border-top:0px}
#yanshi .pic_art{border:#E9E9E9 solid 2px;width:105px;background:#f3f3f3;margin:5px}
/* 图文混排调用2*/
.photoframe {border:#aaa solid 1px;}
/* 首页文字*/
.white {
    color:#ffffff; }
a.white:link {
	color: #FFFFFF; }
a.white:hover {
	color: #FFFFFF;
	font-weight: bold; }
a.white:visited {
	color: #FFFFFF; }
/* ==网页底部的导航定义开始== */
a.white2:link {
	color: #ffffff; }
a.white2:hover {
	color: #ffff00; }
a.white2:visited {
	color: #ffffff; }
a.green:link {
	color: #006633; }
a.green:hover {
	color: #ae0927; }
a.green:visited {
	color: #006633; }	
a.blue:link {
	color: #07519A; }
a.blue:hover {
	color: #ff6600; }
a.blue:visited {
	color: #07519A; }	
.orange {
	color: #FF6600;
	font-weight: bold; }
.space {
          padding: 5; }
.w14 { 
    font-size: 12px;
	color: #494949;
	font-weight: bold;
	word-spacing: 20px; }
.t13b {
	font-family: "宋体";
	font-size: 13px;
	font-weight: bold;
	color: #07519A;
	word-spacing: 10px;
}
.t14b {
	font-family: "宋体";
	font-size: 14px;
	font-weight: bold;
	color: #07519A;
    word-spacing: 10px;
}
.blue{
	color: #07519A;
}
.main_ArticleTitle {
	font-family: "宋体";
	font-size: 16px;
	font-weight: bold;
	color: #ff0000;
    word-spacing: 10px;
}