/* 理工青年 新闻首页 CSS */
/* Coded by Wind */
/* 2008.08 */
/* ------------------- 可爱的分割线登场 ---------------------- */
/* 整体样式 Start */

/* 整体样式 End */

/* ------------------- 华丽的分割线闪亮登场 ---------------------- */

/* 布局 Start */
#wrap .left {
	width: 700px;
	background-color:#2Ad9FE;
	background-image: url(images/s_ctnbg.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-top: 3px;
	padding: 6px 6px 6px 0;
}
#wrap .left * {
	background-color: #ffffff;
}
#crumb {
	display: block;
	padding: 5px 0 0 10px;
}
#content 
{
	overflow: visible;
}
#wrap .right {
	width: 270px;
	margin-top: 5px;
	padding-top: 40px;
	background: url(images/s_news.gif) no-repeat left top;
}
#wrap .right ul, #relative ul {
	width: 85%;
	border-top: 2px solid #eeeeee;
	padding-top: 20px;
	margin-left: 20px;
}
#wrap .right ul li, #relative ul li{
	margin-top: 4px;
}
#relative {
	clear: both;
	width: 980px;
	height: 200px;
	margin: auto;
	background: url(images/relNewsbg.jpg) repeat-x top left;
}
#footer{
	margin: auto;
}
#searchBox {
	margin-top: 20px;
}
.clear 
{
    clear: both;
    width: 980px;
    height: 0px;
    
}
/* 布局 End */


/* ------------------- 性感的分割线横卧眼前 ---------------------- */

/* 文章 Start */
#content h1, #hks h1
{
	padding-top: 10px;
	font-size: 22px;
	line-height: 2;
	text-align: center;
}
#content h3
{
	font-size: 14px;
	text-align: center;
	font-weight: lighter;
	width:95%;
	color:red;
	margin:5px auto 18px;
	line-height:2.3;
	border-top:1px solid #ECECEC;
	border-bottom:1px solid #ECECEC;
}
#content h3 *
{
	margin: auto 30px;
}
#content p, #hks p
{
	font-size: 14px;
	line-height: 1.5;
	margin: 20px;
}
#content p img
{
	border: 1px solid black;
}
#editor {
	text-align: right;
	margin-right: 50px;
	padding-bottom: 30px;
}
#editor span {
	color: red;
}
/* 文章 End */
#content 
{
    padding-top: 20px;
}
td a.li 
{
    margin:auto 30px;
	border-bottom: 1px dashed #cccccc;
}
table {
	width: 90%;
}
a span {
	color: #FF4500;
	}
.imgLink img {
	width: 250px;
	margin: 2px 10px;
	border: 1px solid black;
}
td a:hover img
{
    border: 0;
}
#department{
	margin: 30px auto 0 40px;
}
#department * {
	text-align:center;
	margin:0;
}
/* 会客室 */
#hks p{
	text-indent: 2em;
	}
#hks a{
	text-indent: 20em;
	text-align: center;
	}