@charset "utf-8";

/* CSS Document */
body {
	background-color: #EDFAFF;
}

.clear {
	clear: both;
}

#warp_zsl {
	width: 100%;
}


/*main开始*/
#main_body {
	width: 100%;
}

.main_cont {
	width: 1260px;
	padding-top: 40px;
	background-color: #fff;
	margin: 0px auto;
}

.path {
	width: 100%;
	position: relative;
	margin-top: 10px;
	height: 40px;
	background: url(http://www.njzsb.cn/images/zsl_path_bdline_20141119.gif) bottom repeat-x;
}

.path_info {
	position: absolute;
	top: 0;
	right: 0;
	height: 36px;
	line-height: 36px;
	text-indent: 2em;
	color: #3979b6;
	background: url(http://www.njzsb.cn/images/zsl_pathicon_20141119.jpg) no-repeat 0% 50%;
}
.path_info a{
	color: #3979b6;
}
.con_block {
	min-height: 640px;
	margin: 0 30px;
}

/*左侧导航部分*/
.block_l {
	width: 220px;
	float: left;
	font-family: "Microsoft YaHei";
}

.channel {
	width: 100%;
	border: #E6EFFC 1px solid;
}

.ch_title {
	width: 100%;
	height: 45px;
	line-height: 45px;
	text-align: center;
	color: #FFF;
	background-color: #3979b6;
	font-size: 18px;
}

.ch_con {
	width: 100%;
}

.ch_con li {
	width: 100%;
	height: 43px;
	line-height: 43px;
	border-top: #E6EFFC 1px solid;
	text-align: center;
	position: relative;
}

.ch_con li img {
	position: absolute;
	left: 50px;
	top: 12px;
}

.ch_con li:hover {
	background-color: #F7FAFE;
}

.ch_con li a {
	display: block;
	width: 100%;
	text-decoration: none;
	font-size: 16px;
}

.ch_con li:hover a {
	color: #0066CC;
}

.ch_con li span {
	display: block;
	width: 100px;
	margin: 0 auto;
	text-indent: 2em;
	background: url(zsl_vs_channelicon_20141119.png) no-repeat;
}

.ch_con li .trip_zs {
	background-position: 0px 0px;
}

.ch_con li .go_zs {
	background-position: 0px -45px;
}

.ch_con li .joy_zs {
	background-position: 0px -90px;
}

.ch_con li .food_zs {
	background-position: 0px -135px;
}

.ch_con li .shop_zs {
	background-position: 0px -180px;
}

.ch_con li .hotel_zs {
	background-position: 0px -225px;
}

.sider_banner {
	width: 100%;
}

.sider_banner li {
	width: 100%;
	min-height: 51px;
	margin-top: 8px;
}

/* 一级概览 */
.block_rs .list_con {
	width: 90%;
}

/*右侧列表部分*/
.block_r {
	width: 950px;
	float: right;
}

.block_r .title,
.titles {
	height: 20px;
	line-height: 20px;
	border-left: #DEEFF7 5px solid;
	font-family: "microsoft yahei";
	font-size: 20px;
	color: #3979b6;
	text-indent: 1em;
	margin: 10px 0;
	font-weight: bold;
}

/*右侧普通标题列表 start*/
.list_con {
	width: 100%;
	margin: 20px auto;
}

.list_con li {
	color: #999;
	text-align: right;
	height: 40px;
	line-height: 40px;
	border-bottom: #CCC 1px dashed;
	font-size: 14px;
	position: relative;
}

.list_con li span {
	float: left;
	color: #000;
}

/**/
/*右侧含缩略图列表 start*/
.list_con {
	width: 100%;
	margin: 20px auto;
}

.doc_list {
	width: 100%;
	border-top: 1px dashed #d9d9d9;
}

.doc_list li {
	width: 100%;
	min-height: 120px;
	padding: 20px 0;
	border-bottom: 1px dashed #d9d9d9;
	text-align: left;
	clear: both;
}

.doc_list .pic {
	float: left;
	width: 165px;
}

.doc_list .doc_con {
	float: left;
	width: 500px;
	margin-left: 20px;
}

.doc_list .doc_con h2 {
	width: 100%;
	font-size: 20px;
	color: #333333;
	line-height: 38px;
	font-weight: 300;
	font-family: "microsoft yahei";
}

.doc_list .doc_con h2 a {
	color: #333333;
}

.doc_list .doc_con h2 a:hover {
	color: #f00;
}

.doc_list .doc_con p {
	width: 100%;
	margin-top: 5px;
	color: #909090;
	line-height: 23px;
	min-height: 69px;
	font-size: 12px;
}

/*右侧含缩略图列表 end*/

.pagegation {
	height: 40px;
	line-height: 40px;
	text-align: center;
}


.ch_con {
	min-height: 500px;
}

/*main结束*/