@charset "utf-8";
/* CSS Document */
.header-shadow {
	border-bottom: 1px solid #DDDDDD;
	box-shadow: none;
}

.main {
	background: white;
}

.main-content {
	padding-top: 56px;
	box-sizing: border-box;
}

.main-content.main-content2 {
	max-width: 900px;
	margin: 0 auto;
}

.main-content .main-title {
	margin-bottom: 30px;
	font-size: 24px;
	line-height: 24px;
	color: #1c84f8;
	text-align: center;
	font-weight: bold;
}

.search-warp {
	position: relative;
	max-width: 660px;
	margin: 0 auto;
	margin-bottom: 50px;
}

.search {
	display: flex;
	position: relative;
	height: 46px;
}

.search .clear-icon {
	display: none;
	position: absolute;
	top: 50%;
	right: 130px;
	font-size: 20px;
	color: #C8C8C8;
	transform: translateY(-50%);
	cursor: pointer;
}

.search-input {
	flex: 1;
	padding-left: 10px;
	border: 1px solid #DDDDDD;
	border-right: 0;
	font-size: 14px;
	box-sizing: border-box;
	color: #999;
	outline: none;
	-webkit-transition: .3s;
	border-radius:6px 0px 0px 6px;
}

.search-input:focus {
	border-color: #1c84f8;
}

.search-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 120px;
	height: 100%;
	background-color: #1c84f8;
	color: #ffffff;
	font-size: 16px;
	border-radius:0px 6px 6px 0px;
}

.search-btn .icon {
	display: inline-block;
	width: 15px;
	height: 17px;
	margin-right: 10px;
}

.search .search-hot {
	z-index: 1;
	display: none;
	position: absolute;
	width: 100%;
	height: 216px;
	top: 46px;
	left: 0;
	box-sizing: border-box;
}

.search-hot .hot-list {
	display: block;
	max-height: 211px;
	margin-right: 119px;
	overflow-x: hidden;
	overflow-y: auto;
	box-shadow: 0px 2px 30px 0px rgba(204, 204, 204, 0.4);
	border: 1px solid #DDDDDD;
	border-top: 0;
	box-sizing: border-box;
	background: white;
}

.hot-list .hot-list-item {
	display: block;
	height: 30px;
	padding-left: 14px;
	font-size: 14px;
	line-height: 30px;
	color: #333333;
}

.hot-list .hot-list-item:hover {
	background-color: #F9F9F9;
}

.search-warp .search-tips-warp {
	display: flex;
}

.search-tips-warp .search-tips {
	font-size: 14px;
	line-height: 40px;
}

.search-tips-warp .search-tips.flex1 {
	flex: 1;
}

.search-warp.search-warp2 {
	max-width: 100%;
}

.search-warp.search-warp2 .search-tips {
	display: inline-block;
	padding-left: 20px;
	line-height: 46px;
	white-space: nowrap;
}

.main-content .main-banner {
	display: block;
	width: 100%;
	max-height: 90px;
	margin-bottom: 20px;
}

.main-content .main-banner.main-banner2 {
	max-height: 110px;
}

.news .news-hot {
	height: 40px;
	font-size: 14px;
	line-height: 40px;
	padding-left: 20px;
	border: 1px solid #EEE;
	border-top-width: 2px;
	color: #333333;
}

.news .news-content {
	padding: 20px 30px;
	overflow: hidden;
	border: 1px solid #EEE;
	border-top-width: 0;
}

.news-list li {
	float: left;
	width: 47%;
}

.news-list .news-list-item {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	line-height: 36px;
	color: #333333;
}

.result-tips {
	padding: 0 20px;
	height: 46px;
	line-height: 46px;
	background-color: #EBEDF0;
	font-size: 16px;
}

.result-tips .result-tips-txt {
	display: inline-block;
	color: #333333;
}

.result-tips .result-tips-txt:nth-child(2) {
	font-size: 12px;
	color: #999999;
}

.text-black-333 {
	color: #333;
}

.result-list .result-item {
	display: block;
	padding: 20px 0;
	color: #333333;
	font-size: 16px;
	border-bottom: 1px solid #EBEDF0;
}

.result-item .result-item-title {
	margin-bottom: 10px;
}

.result-item .result-item-tips {
	font-size: 14px;
	color: #999999;
}

.result-item .result-item-tips .more {
	color: #333333;
	margin-left: 10px;
	text-decoration:underline
}

.s_bqian{border-radius: 50%; width:20px; line-height:20px; text-align:center; margin-right:8px; background-color:#1c85f8; color:#FFF;}

.search-warp2 div{ float:left;}
.sbtn-left{width:60%;}
.sbtn-right{width:40%;}
.pull-right{float: right!important;}



.word{
	display: inline-block;
	white-space: nowrap; 
	width: 100%; 
	overflow: hidden;
	text-overflow:ellipsis;
	font-weight:500;
}
.header a{font-weight:500;}
.menu-right	a{color:#000;}
.container{width:1200px;}