﻿@charset "UTF-8";
/**
 * 
 * @authors YGL (2443245771@qq.com)
 * @date    2014-11-05 08:14:50
 * @version $1.1.1$
 */

/* banner图片部分 */
.banner{
	height: 220px;
}
.banner .banner-content{
	height: 220px;
}
.banner .banner-imgContent{
	position: relative;
	width: 1248px;
	height: 220px;
	z-index: 19;
	margin: 0 auto;
	color: #fff;
}
.banner ul.banner-imgDescript li h3{
	margin-top: 32px;
	margin-bottom: 20px;
	font-size: 32px;
	font-weight: normal;
}
.banner ul.banner-imgDescript li p{
	font-size: 18px;
	line-height: 32px;
}
.banner ul.banner-num{
	width: 136px;
	right: 0;
}


/* 页面主体部分 */
.container{
	background: #f1f1f1;
}
.content{
	width: 1248px;
	min-width: 1248px;
	margin: 0 auto;
}
/* 面包屑导航 */

.crumbs span{
	font-size: 12px;
	color: #333333;
	font-family: "宋体";
}
.crumbs span.crumbs-nowColumn{
	
}

/* 分类列表的样式 */
.listsType{
	border: 1px solid #dddddd;
	background: #fff;
	margin-top: 14px;
    padding: 18px 0;
}
.listsType .listsType-industryDiv{
	padding-left: 23px;
	border-bottom: 1px dashed #eaedf0;
}
.listsType .listsType-industry tr td{
	height: 27px;
	width: 92px;
}
.listsType .listsType-industry tr td a{
	font-size: 12px;
	color: #444;
}
.listsType .listsType-scaleDiv{
	margin:4px 0;
	padding-left: 23px;
	border-bottom: 1px dashed #eaedf0;
}
.listsType .listsType-scale tr td{
	height: 27px;
	width: 92px;
}
.listsType .listsType-scale tr td a{
	font-size: 12px;
	color: #444;
}
.listsType .listsType-terraceDiv{
	margin:4px 0;
	padding-left: 23px;
	border-bottom: 1px dashed #eaedf0;
}
.listsType .listsType-terrace tr td{
	height: 27px;
	width: 92px;
}
.listsType .listsType-terrace tr td a{
	font-size: 12px;
	color: #444;
}
.listsType .listsType-publisherDiv{
	margin:4px 0;
	padding-left: 23px;
	border-bottom: 1px dashed #eaedf0;
}
.listsType .listsType-publisher tr td{
	height: 27px;
	width: 92px;
}
.listsType .listsType-publisher tr td a{
	font-size: 12px;
	color: #444;
}
.listsType .listsType-hotDiv{
	padding-left: 23px;
}
.listsType .listsType-hot tr td{
	height: 27px;
	width: 96px;
}
.listsType .listsType-hot tr td a{
	font-size: 12px;
	color: #444;
}
.listsType .listsType-hot tr td input{
	vertical-align: middle;
	color: #0090d9;
}
.listsType .listsType-hot tr td span{
	margin-left: 4px;
	vertical-align: middle;
}
/* 分类列表中标题的样式 */
.listsType tr td a.listsType-title{
	width: 91px;
	color: #999;
}
/* 分类列表中被选中项的样式 */
.listsType tr td a.listsType-selected{
	color: #fff;
	background: #0090d9;
	display: inline-block;
	height: 20px;
	line-height: 20px;
	padding: 0 4px;
	border-radius: 2px;
}


.works .content .content-hd{

}