@charset "utf-8";
.idx_hover:hover{
	color: #ff0000;
}
.head{
	width: 150px;
	background: #fff;
	position: fixed;
	left: 50%;
	margin-left: -620px;
	z-index: 9;
}
.mdbox .wrap{
	padding-left: 170px;
}
.logo{
	width: 100%;
	display: flex;
	height: 120px;
	background: #32a5e7;
	justify-content: center;
	align-items: center;
}
.logo img{
	max-width: 70%;
	display: block;
	margin: 0 auto;
}
.nav{
	border-bottom: 1px solid #eee;
}
.nav span{
	position: relative;
	display: block;
}
.nav span .nava{
	display: block;
	line-height: 45px;
	padding: 0 20px;
	font-size: 15px;
}
.nav span:hover .nava{
	background: #f5f5f5;
	color: #32A5E7;
}
.navhide{
	position: absolute;
	left: 100%;
	bottom: 0;
	padding-left: 10px;
	opacity: 0;
	visibility: hidden;
	margin-left: -15px;
	transition: .25s;
	z-index: 999;
}
.nav span:hover .navhide{
	opacity: 1;
	visibility: inherit;
	margin-left: 0;
}
.navhide i{
	display: block;
	width: 12px;
	height: 12px;
	background: #fff;
	position: absolute;
	left: 5px;
	bottom: 10px;
	transform:rotate(45deg);
	box-shadow: 0 0 10px rgba(0,0,0,.1);
	z-index: 90;
}
.navhidebox{
	width: 250px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
	position: relative;
	z-index: 99;
	padding: 5px 0;
}
.navhidebox a{
	float: left;
	width: 50%;
	line-height: 35px;
	height: 35px;
	padding: 0 10px;
	overflow: hidden;
	display: block;
	text-align: center;
}
.navhidebox a:hover{
	color: #32A5E7;
}
.hdba{
	text-align: center;
	display: block;
	line-height: 60px;
	font-size: 16px;
}
.hdba i{
	margin-right: 10px;
	color: #32A5E7;
}
.mdl{
	width: 73%;
}
.mdr{
	width: 25%;
}
.bntxt{
	width: 100%;
	padding: 25px;
	position: absolute;
	left: 0;
	bottom: 0;
	color: #fff;
	transition: .25s;
	padding-right: 15%;
}
.bntxt h3{
	font-size: 16px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.bntxt p{
	font-size: 14px;
	margin-top: 10px;
	line-height: 22px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.bnimg:hover .bntxt{
	bottom: 20px;
}
.md_title{
	height: 46px;
	line-height: 45px;
	font-size: 15px;
	color: #555;
	border-bottom: 1px solid #eee;
}
.md_title h3{
	font-weight: normal;
	display: inline-block;
	height: 46px;
	border-bottom: 2px solid #32A5E7;
}
.md2a{
	width: 100%;
	display: block;
	padding: 15px 0;
	border-bottom: 1px solid #eee;
}
.md2a_title{
	font-size: 15px;
	margin-bottom: 10px;
	line-height: 25px;
	height: 25px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.md2ab .img{
	width: 130px;
	height: 80px;
	margin-right: 15px;
	overflow: hidden;
}
.md2ab .txt{
	flex: 0;
	flex-grow: 1;
}
.md2ab .txt p{
	font-size: 14px;
	color: #999;
	line-height: 24px;
}
.md2ab .txt p.active{
	margin-top: 5px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.md2a:hover{
	color: #32A5E7;
}
.morea a{
	display: inline-block;
	padding: 10px 40px;
	background: #f0f0f0;
	color: #999;
}
.mdr{
	padding: 15px;
}
.search .ipt1{
	width: 75%;
	border: 1px solid #32A5E7;
	height: 36px;
	padding: 0 10px;
	border-radius: 4px 0 0 4px;
	float: left;
}
.search .ipt2{
	float: right;
	background: #32A5E7;
	color: #fff;
	height: 36px;
	width: 25%;
	cursor: pointer;
	border-radius: 0 4px 4px 0;
	transition: .25s;
}
.search .ipt2:hover{
	opacity: .9;
}
.ttw{
	border: 1px solid #32A5E7;
}
.ttw span{
	display: inline-block;
	line-height: 26px;
	padding: 0 15px;
	background: #32A5E7;
	color: #fff;
	margin-bottom: 5px;
}
.ttwb{
	padding: 0 15px 5px 15px;
}
.tta{
	display: flex;
	padding: 8px 0;
	border-bottom: 1px dashed #eee;
	color: #666;
	line-height: 22px;
	font-size: 13px;
}
.tta:last-child{
	border-bottom: 0;
}
.tta p{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	flex: 0;
	flex-grow: 1;
	transition: .25s;
}
.tta i{
	display: inline-block;
	line-height: 22px;
	width: 15px;
	margin-right: 5px;
	color: #32A5E7;
}
.tta:hover p{
	color: #32A5E7;
	text-decoration: underline;
}
.lsr2w a{
	display: block;
	font-size: 12px;
	color: #425269;
	line-height: 24px;
	padding: 5px 0;
	border-bottom: 1px dotted #eee;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.lsr2w a:hover{
	color: #32A5E7;
}
.lsr2w a i{
	color: #32A5E7;
	margin-right: 10px;
}
.rlink a{
	font-size: 12px;
	display: inline-block;
	padding: 5px 10px;
	background: #f0f0f0;
	color: #888;
	margin-top: 10px;
	margin-right: 4px;
}
.rlink a:hover{
	background: #32A5E7;
	color: #fff;
}
.foot{
	background: #32A5E7;
	color: #f0f0f0;
	line-height: 26px;
	padding: 15px 0;
}
.foot a{
	color: #fff;
	text-decoration: underline;
}







@media only screen and (min-width:768px) and (max-width:1239px) {
	.head{
		left: 0px;
		margin-left: 0;
	}
}
@media only screen and (max-width:950px) {
	.mdbox .wrap{
		padding: 0;
	}
	.mdl,.mdr{
		width: 100%;
		padding: 10px;
	}
	.swiper-container-bn .bnimg{
		height: 200px;
	}
	.bntxt p{
		display: none;
	}
	.bntxt h3{
		-webkit-line-clamp: 2;
		font-size: 14px;
		line-height: 22px;
	}
	.bntxt{
		padding: 15px;
		padding-right: 70px;
	}
	.md_title{
		height: 40px;
		line-height: 39px;
		font-size: 14px;
	}
	.md_title h3{
		height: 40px;
	}
	.md2a_title{
		font-size: 14px;
		height: 20px;
		line-height: 20px;
		margin-bottom: 5px;
	}
	.md2ab .img{
		width: 90px;
		height: 60px;
	}
	.md2ab .txt p{
		font-size: 12px;
		line-height: 20px;
	}
	.md2ab .txt p.active{
		margin: 0;
	}
	.search{
		padding: 0;
	}
	.search .ipt1{
		width: 80%;
	}
	.search .ipt2{
		width: 20%;
	}
	.foot{
		font-size: 12px;
		line-height: 22px;
		padding: 10px 0;
	}
}