@import "init.css";
@import "header-footer.css";
@import "banner.css";
.news-list-panel{
	margin-bottom: 40px;
}
.news-container{
	padding-bottom: 130px;
}
.news-list-panel .list-item{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	position: relative;
	padding: 50px 0;
	border-bottom: 1px solid #e4e4e4;
}
.news-list-panel .list-item .img{
	margin-right: 40px;
}
.news-list-panel .list-item .img img{
	width: 250px;
	height: 160px;
	object-fit: cover;
}
.news-list-panel .list-item .info-panel{
	height: 160px;
	position: relative;
	max-width:910px
}
.news-list-panel .list-item .tips{
	font-size: 16px;
	color: #262626;
	line-height: 26px;
	margin-bottom: 5px;
}
.news-list-panel .list-item .date{
	color: #999999;
	font-size: 12px;
	line-height: 26px;
	margin-bottom: 12px;
}
.news-list-panel .list-item .memo{
	color: #727272;
	font-size: 14px;
	line-height: 26px;
}
.news-list-panel .list-item .btn-more{
	display:inline-block;
	width: 102px;
	height: 34px;
	line-height: 34px;
	box-sizing: border-box;
	border: 1px solid #b4b4b4;
	border-radius: 18px;
	font-size: 12px;
	color: #727272;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 0px;
}
.news-list-panel .list-item:hover .tips a{
	color: #e0ad54;
}
.news-list-panel .list-item:hover .btn-more{
	color: #FFFFFF;
	background: #e0ad54;
	border: 1px solid #e0ad54;
}

.download-list-ul{clear:both; overflow:hidden}
	.download-list-ul li {
		height: 70px;
		position: relative;
		border-bottom: 1px solid #e4e4e4;
		margin-bottom:10px
	}
	.download-list-ul li h2 {
		font-size: 16px;
		color: #262626;
		padding-top:10px;
		padding-bottom:10px
	}
	.download-list-ul li p {
		font-size: 12px;
		color: #999999
	}
		.download-list-ul li h2:hover {
			color: #e0ad54
		}
	.download-list-ul li .dimg{ position:absolute; right:10px; top:10px; width:32px; height:32px}

.search-panel {
	width: 410px;
	height: 44px;
	border: solid 1px #e0ad54;
	border-radius: 22px;
	margin: 0 auto;
	background: #FFF;
	overflow: hidden;
	position: relative;
	margin-bottom:20px;
}

	.search-panel .search-type {
		height: 44px;
		border: none;
		line-height: 44px;
		font-size: 16px;
		margin-left: 20px;
	}

	.search-panel .keyword {
		height: 44px;
		line-height: 44px;
		border: none;
		width: 270px;
	}

	.search-panel .btn-search {
		width: 36px;
		height: 36px;
		border-radius: 18px;
		border: none;
		background: #e2ab51 url(../default/search-btn.png) center center no-repeat;
		position: absolute;
		right: 5px;
		top: 4px;
		cursor: pointer;
	}

.evaluation-list-ul {
	clear: both;
	overflow: hidden
}
	.evaluation-list-ul li{margin-bottom:20px; overflow:hidden}
.clientpic {
	float: left;
	margin-right: 20px;
	width: 260px;
	height: 160px;
	text-align: center;
	display: flex;
	justify-content: center;
	flex-direction: column-reverse;
	align-items:center
}
		.clientpic img{width:146px; height:57px}
.r-content {
	float: left;
	width: 920px;
	height: 160px;
	display: flex;
	align-content: center;
	flex-direction: column-reverse;
	justify-content: center;
}
.r-content .c-name{font-size:20px}
	.r-content .c-content{}
	.r-content .c-content strong{ font-weight:bold
	}
