#main-content {
}

#main-content .banner-header {
	font-size: 22px;
}


#main-content .content-wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
}

#main-content .content-wrapper .news-item {
	width: 90%;
	height: 135px;
	background: #f0f8ff;
	display: flex;
	padding: 12px;
	justify-content: space-between;
	margin-bottom: 20px;
	align-items: center;
	padding-right: 40px;
}

#main-content .content-wrapper .news-item .index {
	width: 200px;
	min-width: 200px;
	font-size: 50px;
	text-align: center;
	margin-right: 20px;
}

#main-content .content-wrapper .news-item .info {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	height: 110px;
}

#main-content .content-wrapper .news-item .info .title {
	font-size: 16px;
	color:#000;
}

#main-content .content-wrapper .news-item .info .text {
	color: #666;
	font-size:14px;
}

#main-content .content-wrapper .news-item .info .text p {
	margin: 0;
}

#main-content .content-wrapper .news-item .foot {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	color: #666;
}

#main-content .content-wrapper .news-item .detail-btn {
	padding: 7px 0;
	background: #fff;
	width: 106px;
	text-align: center;
	cursor: pointer;
	color: #666;
}

#main-content .content-wrapper .news-item .detail-btn:hover {
	background-color: #046eab;
	color:#fff;
}


.layui-laypage .layui-laypage-curr .layui-laypage-em{
	background-color: #0082cd;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em{
	background-color: #0082cd;
}
.search-div{
	display: flex;
    flex-direction: column;
    align-items: center;
}

.search-div input{
    width: 260px;
    height: 34px;
}

.search-div button{
    width: 100px;
    height: 34px;
}

.search-div select{
    width: 130px;
    height: 34px;
}