@charset "gb2312";
/* CSS Document */

/***** 内页 *****/
#colL {
	width: 273px;
	height: auto;
	float: left;
	clear: left;
	z-index: 9999999;
	margin-top: 30px;
	margin-bottom: 50px;
}

#colR {
	width: 856px;
	float: right;
	clear: right;
	margin-bottom: 20px;
}

/***** 左边导航 *****/
.nav {
	width: 100%;
	background: #fff;
	float: left;
}

.nav dt {
	height: 60px;
	padding-left: 43px;
	font: 20px/60px "微软雅黑";
	color: #fff;
	background: #803125 url(../images/top_pi.png) no-repeat 20px center;
	border-bottom: 4px solid #a44b3d;
}

.nav dd {}

.nav ul {
	width: 100%;
}

.nav ul li {
	width: 272px;
	height: 59px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: keep-all;
	white-space: nowrap;
	border-bottom: #e2cbc6 solid 1px;
	border-right: #e2cbc6 solid 1px;
}

.nav ul li a {
	width: 210px;
	padding-left: 62px;
	height: 59px;
	font: 16px/59px "微软雅黑";
	color: #262626;
	border-left: #e2cbc6 solid 1px;
	background: url(/templates/jcb/images/jt01.png) no-repeat 228px center;
	display: block;
	transition-duration: 500ms;
	-webkit-transition-duration: 500ms;
}

.nav ul li a:hover {
	width: 210px;
	padding-left: 62px;
	background: #f7e9e7 url(/templates/jcb/images/jt01.png) no-repeat 228px center;
	transition-duration: 500ms;
	-webkit-transition-duration: 500ms;
}

/***** 热门信息 最新信息 *****/
.lastlist {
	width: 273px;
	float: left;
	margin-top: 30px;
	border: solid 1px #e2cbc6;
	padding-bottom: 10px;
	background: #fff;
}

.lastlist dt {
	height: 50px;
	padding-left: 43px;
	font: 20px/50px "微软雅黑";
	color: #fff;
	background: #803125 url(../images/top_pi.png) no-repeat 20px center;
}

.lastlist dd {
	padding: 8px 0;
}

.lastlist ul {
	width: 250px;
	margin: 0 auto;
}

.lastlist ul li {
	font: 14px/32px "微软雅黑";
	color: #333333;
	width: 100%;
	height: 32px;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: keep-all;
	white-space: nowrap;
	background: url(/templates/jcb/images/ico01.jpg) no-repeat 0px center;
}

.lastlist ul li a {
	font: 14px/32px "微软雅黑";
	color: #333333;
	margin-left: 12px;
	display: block;
}

.lastlist ul li a:hover {
	color: #ff0000;
}


/***** 内页列表 *****/
.sortlist {
	margin: 0px auto 15px auto;
	width: 100%;
	border: solid 1px #e2cbc6;
	background: #fff;
}

.sortlist dl {
	margin-bottom: 8px;
	text-align: left;
	clear: both;
	width: 96%;
	margin-left: 2%;
}

.sortlist dl dt {
	height: 38px;
	padding-left: 15px;
	color: #803125;
	border-bottom: 2px #803125 solid;
	font: bold 16px/38px "微软雅黑";
}

.sortlist dl dt a {
	float: right;
	color: #f40134;
	padding-right: 15px;
	font: 12px/38px "微软雅黑";
	text-decoration: none;
}

/***** 文字新闻列表 *****/
.sortlist ul {
	text-align: left;
	padding-bottom: 8px;
}

.sortlist ul li {
	font: 15px/45px "微软雅黑";
	color: #333333;
	border-bottom: 1px #ececec solid;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: keep-all;
	white-space: nowrap;
	background: url(/templates/jcb/images/ico01.jpg) no-repeat 10px center;
}

.sortlist ul li span {
	float: right;
	font: 12px/45px "微软雅黑";
	color: #bdbdbd;
	padding-right: 10px;
}

.sortlist ul li a {
	font: 14px "微软雅黑";
	color: #333333;
	margin-left: 25px;
}

.sortlist ul li a:hover {
	color: #9C2F34;
}

/***** 图片新闻列表 *****/
.sortlist ul.picture li {
	width: 250px;
	height: 300px;
	float: left;
	margin: 15px 4px 6px 18px;
	border: none;
	text-align: center;
	overflow: hidden;
	background: none;
}

.sortlist ul.picture li img {
	width: 220px;
	height: 260px;
	padding: 2px;
	border: 1px solid #eeeeee;
}

.sortlist ul.picture li a {
	display: block;
	font: 14px/25px "微软雅黑";
	line-height: 25px;
	color: #333333;
	margin-left: 0px;
}

.sortlist ul.picture li a:hover {
	color: #ff0000;
}
