@CHARSET "UTF-8";

/* ===================================================================
CSS information

 File Name  : web.css
=================================================================== */
/* cLeft
-------------------------------------------------------------------*/
#webList {
	position: relative;
}
#webList li{
	padding: 20px 30px;
	background: url("../images/common/line640.gif") no-repeat center top;
	position: relative;
	height: 170px;
}

#webList li h3 a{
	font-size: 16px;
	font-weight: bold;
	color: #3e81c5;
}

#webList li p span{
	display: block;
	text-align: right;
}
#webList li p span a{
	padding-left: 25px;
	background: url("../images/common/listDetail.gif") no-repeat left center;
}
#webList li p span a:hover{
	background-position: 5px center;
}

/* left */
#webList li.left h3{
	padding: 15px 300px 20px 30px;
}
#webList li.left p{
	padding: 0 300px 0 30px;
}
#webList li.left div{
	position: absolute;
	top: 25px;
	right: 70px;
}

/* right */
#webList li.right h3{
	padding: 15px 30px 20px 300px;
}
#webList li.right p{
	padding: 0 30px 0 300px;
}
#webList li.right div{
	position: absolute;
	top: 25px;
	left: 70px;
}
/* cRight
-------------------------------------------------------------------*/
#webMenu dt{
}
#webMenu dd{
}
#webMenu dd a{
	padding: 10px 5px 5px 25px;
	display: block;
	border-bottom: 1px dotted #999;
	background: url("../images/common/listWebMenu.gif") no-repeat 5px 13px;
	color: #555;
	font-weight: bold;
}
#webMenu dd a:hover{
	background-color: #ebf6fb;
	background-position: 10px 13px;
	color: #c00;
}
#banner{
	padding: 20px 0;
}
#banner li{
	padding: 5px 0;
}
