﻿@charset "utf-8";
/*********************************************************************************** 
 文件: 燕山大学党信息公开网网站浏览器表现控制层
 作者：燕山大学鲁信琼 
 http://www.shuihan.com/
 注意：本文件重写了HTML的部分样式，可能会造成某些CMS系统样式的改变，使用前请仔细比对
***********************************************************************************/
#channel_nav {
	float:left;
	width: 220px;
	background:#FFF;
}
#channel_nav #title{
	float:left;
	margin:0 10px !important;
	margin:0 5px; /* for IE6 */ 
	margin-bottom:0;
	width: 200px;
	overflow: hidden;
	background:url(../images/channel_title_bg.jpg) no-repeat left center;
}
#channel_nav #title h2{
	margin-left:15px;
	padding-left:20px;
	background:url(../images/channel_title_bg_ico.gif) no-repeat left 15px;	
	color:#333;
	height:50px;
	line-height: 42px;
	font-family:Microsoft YaHei !important;
	font-size: 15px;
}
#channel_nav ul{
	float:left;
	width:200px;
	margin:0 10px !important;
	margin:0 5px; /* for IE6 */ 
}
#channel_nav ul li{
	padding-left:2em;
	font-family:Microsoft YaHei;
	font-size:13px;
	height:24px;
	background:url(../images/channel_list_bg.jpg) repeat-y left top;
}
#channel_nav ul li:hover{
	background:url(../images/channel_list_on_bg.jpg) no-repeat left;
}
#channel_nav ul li.sublist{
	padding-left:3em;
}
#channel_nav ul li.channel_list_bottom_bg{
	height:8px;
	font-size:2px;
	background:url(../images/channel_list_bottom_bg.jpg) no-repeat left;
}
#channel_nav li a{
	display:block;
	height:24px;
	line-height:24px;
	color:#555;
	text-decoration:none;
}
#channel_nav li a:hover{
	color:#C00;
}
/******右侧为主要显示区域的样式************************************/
/* 子页面、频道所有非主页面的导航样式 */
#sub_nav { display:block; margin:5px; height:40px; line-height:40px; border-bottom:dotted 1px #FFCA30; }
#sub_nav ul { float:left; background:url(template_files/3/_images/default/folder_s.gif) no-repeat 5px center; padding-left:1.5em;}
#sub_nav ul li { float:left; padding-left:1em; padding-right:.5em; background:url(template_files/3/_images/default/arrow_right.gif) no-repeat left center; color:#555; font-size:15px; font-family:Microsoft YaHei; }
#sub_nav ul li a { float:left; color:#555; text-decoration:none; display:block; padding-left:.2em; padding-right:.2em;}
#sub_nav ul li a:hover { color:#C00; text-decoration:underline; }
#article_content { margin:1em; font-size:14px;}
#article_content p { line-height: 200%;}
#article_content h1 { margin:1em auto 0 auto; font-family:Microsoft YaHei; font-size:26px; color:#000; line-height:42px; text-align:center; }
#article_content .gray { height:1px; color:#ccc;}
#article_content .subtitle { text-align:center; height:2em; line-height:2em; margin-bottom:2em; color:#666 }
#article_content #article_main { color:#555; margin:auto 1em;font-size:14pt; margin-top:.5em; line-height:180%; text-align:left; }
#article_content img.imgborder { border:1px solid #CCC; padding:3px; margin:10px;float:none;}
/* 频道样式 */
#channel_content {float:right;width:780px;background-color:#FFF;}
#channel_content .fullTD { width:980px; margin:10px auto;}
#channel_content table {width:100%; border-left:solid #333 1px; border-top:solid #333 1px;}
#channel_content table th { font-size:14px; font-weight:bold; height:35px; line-height:35px; border-right:solid #333 1px; border-bottom:solid #333 1px;}
#channel_content table td { font-size:14px; padding:2px; line-height:180%; border-right:solid #333 1px; border-bottom:solid #333 1px; }
/***** 宽屏幕列表 ***************************************/
#wide_list{	min-height:600px;background:#FFF;color:#333;font-family:Microsoft YaHei;}
#wide_list #wide_list_detail{font-size:13px;line-height: 200%;}
/****************二级列表********************************/
.subTitle {
	height:32px;
	margin:0 10px;
	line-height:32px;
	font-size:14px;
	border-bottom:solid 2px #CCC;
}
.subTitle h3{
	height:32px;
	float:left;
	line-height:32px;
	color:#00307D;
	font-size:18px;
	font-family: "黑体" !important;
	border-bottom:solid 2px #004FB8;
}
.subTitle em{
	float:right;
	font-style:normal;
}
/**************二级栏目首页********************/
#channel_main_list {

}

#channel_main_list ul li.top_layer_li{
	display:block;
	float:left;
	width:248px;
	margin:5px;
}

#channel_main_list ul li.top_layer_li ul li{
	float:none;
}
#channel_main_list ul li.s_title{
	font-size:15px;
	font-weight:bold;
	height:30px;
	line-height:30px;
	color:#016DB6;
}
#channel_main_list ul li.s_title a{
	color:#0977BB;
}
#channel_main_list ul li.s_title a:hover
{
	color:#90c;
}
#channel_main_list ul li.s_intro{
	/*display:none;*/
	color:#555;
	font-family:"宋体";
	line-height:22px;
}
#channel_main_list ul li.s_preview img{
	margin:5px 0;
}