@media (min-width:992px) {
	.head{
		background: url(../../img/about/banner.jpg?123553) center no-repeat ;
		background-size:cover;
	}

	.card-img-top {
		height: 240px;
	}

	.share-news-item {
		float: right;
		margin-top: -60px;
	}
	#myTab {
		width: 660px;
		float: left;
	}

	.search-inp select {
		background-color: transparent;
	}
}

.nav-search {
	padding-top: 16px;
}
.search-inp {
	float: left;
}
.search-inp input {
	height:32px;
    padding: 0px 10px;
    border: 1px solid #ccc;
    border-right:0px;
}

@media(max-width: 991px){
	.news-content img {
		width: 100%;
	}
	.mob_search {
		margin-top: -30px;
		padding:0px 15px;
		margin-bottom: 15px;
		border-bottom: 1px solid #eee;
	}
	.search-inp {
		margin-bottom: 15px;
		width: 100%;
	}
	.search-inp select {
		width: 45%;
	}
	.search-btn {
		height: 34px;
		border:1px solid #eee;
		margin-bottom: 10px;
	}
	.search-btn input {
		float: left;
		width: 270px;
		height: 32px;
		padding-left: 15px;
	}
	.search-btn button {
		float: right;
		border:0px;
    	background: transparent;
	}
}



.search-btn {
	float: left;
}
.search-btn button {
	height: 32px;
	padding: 0px 10px;
}