@CHARSET "UTF-8";

.space-width-limit-param:nth-child(2n){
	background-color: #F2F8F8;
}
/*头背景和搜索框*/
.introduce-wrap{
	height: 369px;
	background: url(banner.png) top center repeat;
}
.search-wrap{
	text-align: center;
	margin-top: 35px;
}
#q{
	width: 700px;
	padding: 0 12px;
	font-size: 20px;
	height:45px;
	line-height: 45px;
	background-color: #E0F1F9;
	color: #333333;
	outline: none;
	border: 1px solid #4798C3;
	border-right: 0;
}
.search-wrap input[type=submit]{
	border: 1px solid #4798C3;
	padding: 0 12px;
	height:47px;
	line-height: 47px;
	font-size: 20px;
	width: 80px;
}
/* 我们需要帮您 */
.data-domain-select-bg{
	background: url(data-domain-select-bg.png) center center no-repeat;
	height: 70px;
	margin-top: 60px;
}
.data-domain-select-wrap{
	padding: 30px 0;
	overflow: hidden;
}
.data-domain-select-wrap>a{
	width: 185px;
	height: 185px;
	float: left;
	text-align: center;
	/* border: 1px solid #F0F0F0; */
	border-left: 0;
	border-top:0;
	vertical-align: middle;
}
.data-domain-select-wrap>a:hover{
	background-color: #F2F8F8;
}
.data-domain-select-wrap>a>img{
	margin: 30px auto;
	border: 0;
}
.data-domain-select-wrap>a>span{
	display: block;
	line-height: normal;
	font-size: 16px;
}
/* 数据开放资源目录  */
.data-overview-bg{
	background: url(data-overview-bg.png) center center no-repeat;
	height: 70px;
}
.data-overview-wrap{
	overflow: hidden;
}
.data-overview-channel-switch{
	text-align: center;
	height: 100px;
	line-height: 100px;
}
.data-overview-channel-switch>a{
	font-size: 15px;
	padding: 10px 15px;
	vertical-align: middle;
	margin: 0 25px;
	border-radius: 6px;
}
.data-overview-channel-switch>a.selected{
	border: 1px solid #aadfe7;
}
/* 数据开放资源目录的内容情况 */
.data-overview-content-outwrap{
	/* border-left:1px solid #80A3CD; */
	padding-left:4px;
}
.data-overview-content-innerwrap{
/* 	border:1px solid #80A3CD; */
	border-radius: 8px;
	overflow: hidden;
	padding:34px 0 10px 26px;
}
.data-overview-content-btn-group{
	float:left;
	height: 100%;
	margin-right: 26px;
}
.data-overview-content-btn-member{
	margin-bottom:25px;
	height:80px;
	width: 160px;
	line-height: 80px;
	font-size:15px;
	text-align: center;
	display: block;
}
.data-overview-content-btn-group > a.selected{
	background-color: red;
}
/* 非激活状态的栏目 */
.data-overview-content-wrap-item{
	border: 1px solid #C7C4BB;
	width: 220px;
	float:left;
	margin-right: 10px;
}
.data-overview-content-wrap-item-title-wrap{
	height:32px;
	line-height:32px;
	width:100%;
	background-color: #8BB7DE;
	color:white;
}
.data-overview-content-wrap-item-title{
	float:left;
	padding:0 10px;
	overflow:hidden;
}
.data-overview-content-wrap-item-body-wrap{
	width:100%;
}
.data-overview-content-wrap-item-body-subtitle{
	height:40px;
	line-height:40px;
	color:#4689CF;
	padding:0 10px;
	font-size: 15px;
	font-weight: bold;
	overflow: hidden;
}
.data-overview-content-wrap-item-body-subtitle>a{
	color:#4689CF;
}
.data-overview-content-wrap-item-body-info{
	 line-height:200%;
	 height:100px;
	 color:#808080;
	 font-weight: lighter;
	 font-size: 13px;
	 overflow: hidden;
	 padding:0 10px;
}
.data-overview-content-wrap-item-footer{
	 padding:0 10px;
	 height:40px;
	 color:#808080;
	 font-size: 15px;
}
.data-overview-content-wrap-item-footer-pv{
	float:left;
	margin-top: 10px;
}
.data-overview-content-wrap-item-footer-pd{
	float:right;
	margin-top: 10px;
}
.data-overview-content-wrap-item-footer-pv > span,.data-overview-content-wrap-item-footer-pd > span{
	color:#FAB31B;
}
/* 激活状态的 */
.active-data-overview-content-wrap-item{
	border: 1px solid #C7C4BB;
	width: 220px;
	float:left;
	background-color: #8BB7DE;
	color:white;
	margin-right: 10px;
}

.active-data-overview-content-wrap-item-title-wrap{
	height:72px;
	line-height:72px;
	width:100%;
}
.active-data-overview-content-wrap-item-title{
	float:left;
	padding:0 10px;
	font-size: 18px;
	font-weight: bold;
}
.active-data-overview-content-wrap-item-body-wrap{
	line-height:200%;
	height:100px;
	font-weight:lighter;
	font-size: 13px;
}
.active-data-overview-content-wrap-item-body{
	 float:left;
	 padding:0 10px;
}
.active-data-overview-content-wrap-item-footer{
	padding:0 10px;
	height:40px;
	font-size: 15px;
}
.active-data-overview-content-wrap-item-footer-pv{
	float:left;
}
.active-data-overview-content-wrap-item-footer-pd{
	float:right;
}
/* 应用选择  */
.app-select-bg{
	background: url(data-app-overview-bg.png) center center no-repeat;
	height: 70px;
	margin-top: 60px;
}
.app-select-wrap{
	padding: 30px 0;
	overflow: hidden;
}
.app-select-wrap>a{
	width: 147px;
	height: 158px;
	float: left;
	text-align: center;
	border: 1px solid #F0F0F0;
	border-left: 0;
	border-top:0;
	vertical-align: middle;
	/* background-color: #B1B6BA; */
	/* color:white; */
	margin-right:10px;
}
.app-select-wrap>a:hover{
	background-color: #74AFD9;
}
.app-select-wrap>a>img{
	margin: 20px auto;
	border: 0;
}
.app-select-wrap>a>span{
	display: block;
	line-height: normal;
	font-size: 16px;
	padding:0 5px;
}
/* 应用内容  */
.app-detailed-info{
	height: 180px;
	border: 1px solid #80A3CD;
	border-radius: 10px;
	overflow:hidden;
	padding:3px 0;
	margin-bottom:30px;
	box-shadow: 2px 3px 3px #888888;
}
.app-detailed-info-item{
	height:100%;
	border-right:1px solid #D4D4D4;
	float:left;
}
.app-detailed-info-common{
	width: 168px;
}
.app-detailed-info-common-long{
	width:600px;
}
.app-detailed-info-item-title{
	font-weight: bold;
	font-size: 18px;
	height: 80px;
	line-height: 80px;
	text-align: center;
}
.app-detailed-info-item-content-common{
	font-size:15px;
	height: 40px;
	text-align: center;
	overflow:hidden;
	padding:0 3px;
}
.app-detailed-info-item-content-long{
	font-size:15px;
	padding:0 20px 0 10px;
	height: 80px;
	overflow:hidden;
	text-align: center;
}
/* 查看更多按钮 */
.btn-check-more{
	display:block;
	width: 80px;
	height:30px;
	line-height:30px;
	text-align:center;
	border: 1px solid #5D90D2;
	color:#5D90D2;
	border-radius: 5px;
	margin: 30px auto;
}