/*

Stylesheet for slidorion

 */
#slidorion {
	width: 1020px;			/* Set to slidorion width. Is equal to #slider + #accordion width */

}

#slider {
	width: 488px;			/* Set to slider width */
		/* Set to slider height */


	overflow: hidden;		/* Hides the animations */
}

.slider-image {

}

#accordion {
	width: 1016px;	border-right: 2px #fff solid;		/* Set to accordion width */
			/* Set to image height */
	font-family: Verdana;
	background: #f3f7fa;

	float: left;
}

#accordion .header {
	height:50px;
	line-height: 50px;
	color: #014f99;
	background:url(/images/jg.jpg) 970px center no-repeat #f4f5f7;
	border-top: 2px solid #fff;
}

#accordion .header a {

	padding-left: 20px;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	display: block;
	color: #014f99;
}

#accordion .header a:hover {

	cursor: pointer;
}

#accordion .header a.active {

	color: #014f99;
}

#accordion .content {
	border-top:1px #fff solid;border-bottom:1px #fff solid;


	overflow:auto;
}


.dzjg{}
.dzjg ul li{ width: 350px; height: 50px; line-height: 50px; display: block; float: left; padding-left: 20px; background: #f3f7fa; border:1px #fff solid;}
.dzjg ul li a{ font-size: 16px;}