@charset "utf-8";
/* CSS Document */
.current/*默认选中的样式*/
{
	background-color: #b99052;
	color: #ffffff;
	font-weight: normal;
}
.fly{
	width: 100%;
	height: 215px;
	float: left;
	position: relative；/*relative生成相对定位的元素，相对于其正常位置进行定位。因此，"left:20" 会向元素的 LEFT 位置添加 20 像素。*/
}
.fly .suspend{/*轮播图部分*/
	width: 100%;
	min-width: 1200px;
	height: 215px;
	overflow: hidden; 
	position: absolute;/*absolute生成绝对定位的元素，相对于 static 定位以外的第一个父元素进行定位。元素的位置通过 "left", "top", "list" 以及 "bottom" 属性进行规定。*/
	z-index: 1;
}
.banner{
	width: 1920px;
	min-width: 1200px;
	height: 215px;
	margin-left:-960px;
	left:50%;
	overflow: hidden; 
	position: absolute;/*absolute生成绝对定位的元素，相对于 static 定位以外的第一个父元素进行定位。元素的位置通过 "left", "top", "list" 以及 "bottom" 属性进行规定。*/
	z-index: 2;
	background: url(/statics/zhuoken/images/img_list01.jpg)
}
/*中部*/
.center{
	width: 100%;/*auto默认值。浏览器可计算出实际的宽度。
				length使用 px，cm等单位定义宽度。
				%定义基于包含块（父元素）宽度的百分比宽度。
				inherit规定应该从父元素继承 width 属性的值。*/
	float: left;/*float 属性定义元素在哪个方向浮动。
				以往这个属性总应用于图像，使文本围绕在图像周围，不过在 CSS 中，任何元素都可以浮动。
				浮动元素会生成一个块级框，而不论它本身是何种元素。
				如果浮动非替换元素，则要指定一个明确的宽度；否则，它们会尽可能地窄*/
	min-width: 1200px;
}
.show12{
	width: 1200px;
	height: auto;
	margin: 0 auto;	
}
.news_list{
	width: 1200px;
	float: left;
	margin-left: 30px;
	margin-top: 60px;
}
.news_list a{
	width: 1200px;
	height: 83px;
	float: left;
}
.news_list a .datime{
	width: 83px;
	height: 83px;
	background-color: #f4f3f2;
	float: left;
}
.news_list a .datime b{
	margin-top: 15px;
	font-family: 微软雅黑;
	font-size: 25px;
	line-height: 26px;
	width: 100%;
	text-align: center;
	color: #989797;
	float: left;
}
.news_list a .datime i{
	font-family: 微软雅黑;
	font-size: 15px;
	line-height: 26px;
	width: 100%;
	text-align: center;
	color: #989797;
	float: left;
}
.news_list a span{
	width: 1060px;
	margin-left: 15px;
	font-family: 微软雅黑;
	line-height: 26px;
	height: 26px;
	color: #000000;
	font-size: 20px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	float: left;
}
.news_list a:hover span{
	color: #b99052 !important;
}
.news_list a:hover .datime b{
	color: #b99052 !important;
}
.news_list a:hover .datime i{
	color: #b99052 !important;
}
.news_list a em{
	width: 1060px;
	margin-left: 15px;
	font-family: 微软雅黑;
	line-height: 24px;
	height: 48px;
	color: #666666;
	font-size: 16px;
	overflow: hidden;
	text-overflow:ellipsis;
	margin-top: 5px;
	float: left;
}
.bgline {
    width: 1200px;
    background: url(/statics/zhuoken/images/line_bg.png);
    height: 1px;
    float: left;
	margin-top: 50px;
	margin-bottom: 30px;
}
.page{
	width: 1200px;
	margin-top: 30px;
	margin-bottom:30px;
	height: 18px;
	float: left;
}
.page ul{
	font-family: 微软雅黑;
	line-height: 18px;
	height: 18px;
	font-size: 16px;
	color: #666666;
	float: right;
}
.page li{
	font-family: 微软雅黑;
	line-height: 18px;
	height: 18px;
	font-size: 16px;
	color: #006fdd;
	float: left;
	margin-left: 5px;
	margin-right: 5px;
}