/*隐藏元素*/.hide {
	display:none;
}
/*解决IE6双边距加倍错误*/.inline {
	_display:inline;
}
/*通用样式*/
.title h2,.title h3 {
	width:auto;
	float:left;
	white-space:nowrap;
}
.title span.more {
	width:auto;
	float:right;
	font-family:'Microsoft Yahei';
}

/*CSS Begin*/

.wrap {
	width: 980px;
	height:auto;
	clear:both;
	margin:0 auto;
}



.activeSelect {
	height:40px;
	clear:both;
	background-color:#fff;
	position:relative;
	margin-bottom:30px;
	z-index:10;
}
.selectShadow {
	width:1006px;
	height:46px;
	background:url(../images/shadow.gif) right bottom no-repeat;
	position:absolute;
	left:0px;
	top:0px;
	overflow:hidden;
	z-index:1;
}
.select-con {
	width:1000px;
	height:40px;
	position:relative;
	z-index:2;
}
.activeSelect strong.t {
	width:auto;
	height:40px;
	line-height:40px;
	font:100 14px/40px "Microsoft Yahei";
	white-space:nowrap;
	padding-left:15px;
	float:left;
}
.activeSelect .select,.activeSelect .input {
	width:213px;
	height:22px;
	float:left;
	border:#e3e3e3 2px solid;
	background-color:#f8f8f8;
	margin-top:8px;
	margin-right:7px;
	position:relative;
	z-index:10;
}
.activeSelect .select .n {
	display:block;
	width:197px;
	padding-left:16px;
	height:22px;
	line-height:22px;
	position:relative;
	cursor:pointer;
}
.activeSelect .select .n i.p {
	display:block;
	width:0px;
	height:0px;
	overflow:hidden;
	border-width:5px;
	border-style:dashed dashed dashed solid;
	border-color:transparent transparent transparent #7c7c7c;
	position:absolute;
	right:7px;
	top:7px;
}
.activeSelect p.t {
	display:none;
	width:213px;
	height:auto;
	background-color:#fff;
	position:absolute;
	left:-2px;
	top:22px;
	border:#e3e3e3 2px solid;
}
.activeSelect p.t a {
	display:block;
	width:182px;
	padding:0px 15px;
	height:22px;
	line-height:22px;
	color:#333;
}
.activeSelect p.t a:hover {
	background-color:#f4f4f4;
}
.activeSelect .sel_hover p.t {
	display:block;
}
.activeSelect .input input {
	width:201px;
	height:22px;
	line-height:22px;
	padding:0px 6px;
	overflow:hidden;
	border:0;
	background:none;
	color:#666;
}
.activeSelect .btn {
	width:63px;
	height:22px;
	line-height:22px;
	float:left;
	border:#e3e3e3 2px solid;
	background-color:#f8f8f8;
	text-align:center;
	margin-top:8px;
	color:#666!important;
	cursor:pointer;
}
.activeSelect .btn:hover {
	background-color:#dd3b33!important;
	color:#fff!important;
}
.activeTab .tabTitle {
	width:100%;
	height:35px;
	background-color:#727272;
	margin-bottom:20px;
	float:left;
}
.activeTab .tabTitle li {
	width:auto;
	height:35px;
	float:left;
	border-right:#f4f4f4 1px solid;
}
.activeTab .tabTitle li a {
	display:inline-block;
	width:auto;
	height:35px;
	position:relative;
	font:14px/34px "Microsoft Yahei";
	color:#fff;
	padding:0px 46px;
}
.activeTab .tabTitle li a i {
	display:none;
	width:0px;
	height:0px;
	overflow:hidden;
	border-width:5px;
	border-style:solid dashed dashed dashed;
	border-color:#dc362d transparent transparent transparent;
	position:absolute;
	left:50%;
	margin-left:-5px;
	bottom:-10px;
}
.activeTab .tabTitle li.selected a {
	background-color:#dc362d;
}
.activeTab .tabTitle li.selected a i {
	display:block;
}
.tabContain {
	width:100%;
	height:auto;
	float:left;
}
.actList {
	width: 100%;
	height:auto;
	overflow:hidden;
	*position:relative;
	text-align: center;
	margin-left: 15px;
	margin-right: 15px;
}
.actList .list {
	width: 100%;
	*padding-bottom:20px;
}
.actList li {
	width: 23.4444444444%;
	height: 300px;
	float:left;
	margin-right: 15px;
	padding-bottom:6px;
	background: #fff;
	overflow:hidden;
	margin-bottom:20px;
	position:relative;
	text-align: center;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #E3E3E3;
}

@media(max-width:767px) {
.actList li {
	width: 45%;
	height: auto;
	float:left;
	margin-right: 15px;
	padding-bottom:6px;
	background: #fff;
	overflow:hidden;
	margin-bottom:20px;
	position:relative;
	text-align: center;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #E3E3E3;
}

}

.actList li:hover {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #0C7FB6;
}

.actList li a.n {
	display:block;
	width: 100%;
	height: auto;
	position: relative;
	left:0px;
	top:0px;
	z-index:2;
	margin-top: 10px;
}
.actList li a.n1 {
	display:block;
	width: 100%;
	height: auto;
	position: relative;
	left:0px;
	top:0px;
	z-index:2;
	margin-top: 20px;
}
.actList li img {
	width: 86%;
	height: 260px;
	display:block;
	margin: 0 auto 0px auto;
}
.actList li h3 {
	width: 100%;
	height: 75px;
	padding-top: 0px;
	color: #333;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CBCBCB;
	overflow: hidden;
	margin-bottom: 0px;
	font-family: "Microsoft Yahei";
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
}
.actList li .links {
	width:226px;
	height:auto;
	line-height:20px;
	position:absolute;
	left:10px;
	top: 224px;
	z-index:2;
}
.actList li .links .ico {
	vertical-align:-6px;
}
.actList li .links span {
	width:78px;
	float:left;
	white-space:nowrap;
	overflow:hidden;
}
.actList li .links a {
	width:auto;
	float:right;
	color:#666!important;
}

.actList li.last {
	padding-right:6px;
	background-position:right bottom;
}
.comt {
	height: 50px;
	line-height: 45px;
}
.comt h3 {
	font: 700 20px/45px "Microsoft Yahei";
}
.comt h3 i {
	width:5px;
	height:20px;
	background: #424242;
	display:inline-block;
	vertical-align:-4px;
	overflow:hidden;
	margin-right:10px;
}
.comt h3 span {
	*vertical-align:-6px;
	_vertical-align:-6px;
}
.comt span.more {
	font-family:"Microsoft Yahei";
	font-size:14px;
}
.comt span .ico {
	vertical-align:-5px;
}
span.bds_more {
	background:url(../images/is.png?cdnversion=20131219) no-repeat 0 5px!important
}
span.bds_more,.bds_tools a {
	display:block;
	font-family:'宋体',Arial;
	height:16px;
	float:left;
	cursor:pointer;
	padding-top:6px;
	padding-bottom:3px;
	padding-left:22px
}


.ico9 {display:inline-block; overflow:hidden; width:20px; height:20px; vertical-align:middle; background:url(../images/icon.gif);}
.ico11{ display:inline-block; overflow:hidden; width:20px; height:20px; vertical-align:middle; background:url(../images/icon.gif);  
background-position:-20px 0px;}
.ico12{ display:inline-block; overflow:hidden; width:20px; height:20px; vertical-align:middle; background:url(../images/icon.gif);  
background-position:-60px 0px;}
.ico13{ display:inline-block; overflow:hidden; width:20px; height:20px; vertical-align:middle; background:url(../images/icon.gif);  
background-position:-80px 0px;}
.line1 {
	width: 88%;
	margin: 0 auto;
}
.nn1 {
	font-size: 13px;
	line-height: 16px;
	height: 44px;
	width: 100%;
	margin-right: auto;
	margin-bottom: 3px;
	margin-left: auto;
	margin-top: 17px;
	color: #999;
}
