﻿
/*----------------scroll img--------------*/
#banner
{
	width: 720px;
	margin: 0px auto;
	height: 142px;
	overflow: hidden;
	z-index: 10;
}

#btn
{
	display: inline;
	width: 110px;
	height: 18px;
	float: left;
	margin: -30px 0px 0px 600px;
	_margin:-30px 0px 0px 250px;
	position:relative;
	_position:absolute;
	z-index: 11;
}

#btn a
{
	color: #ff9900;
	font: 700 11px "Arial";
	background: url(../images/ibbtn.gif) no-repeat;
	float: left;
	width: 18px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	text-decoration: none;
	margin-left: 5px;
	
	
}
#btn a.activeSlide
{
	color: #fff;
	background: url(../images/ibhbtn.gif) no-repeat;
}
#btn a:hover
{
	color: #fff;
	background: url(../images/ibhbtn.gif) no-repeat;
}



/*----------------line---------------*/
.side_bar, side_bar1
{
	padding:10px 0;	
}
.side_bar
{
		background:#fff url(../images/sidebar_content_bg.GIF) top left no-repeat;
}

.side_bar p,  .side_bar1 p
{
	font-size:11px;	
	margin:0 0;
	padding: 0 0;
}

.side_bar p.news ,.side_bar1 p.news
{
	line-height:1;	
}
.side_bar p.date
{
	line-height:1;
	padding-bottom:5px;
}
.side_bar h4, .side_bar1 h4,.side_bar1 h3
{
	color:#454545;
	padding-top:8px;
	padding-left:20px;
	font-size:12px;
	font-weight:bold;
	background:url(../images/icon_sidebar.gif) 4px 9px  no-repeat;
	padding-bottom:2px;
	margin: 0 0;
}

/*-----------page index (Highlights) ----------------*/
 .imgContent
{
    width: 230px;
    padding-left: 10px;
    color: #777777;
}
.divPaddingTop0_5
{
    padding-top: 3px;
}


