.bid_container {
    background-color: #fff;
}
.fl{float: left;}
.fr{float: right;}
.banner {
	width: 100%;
	background: url("../img/banner_ky.jpg") no-repeat;
	background-size: 100% 100%;
	display: flex;
	display: flex;
	align-items: center;
	align-items: center;
}

.banner ul {
	text-align: center;
	margin: 0 auto;
}

.banner ul li:nth-child(1) {
	font-size: 40px;
	font-weight: bold;
	color: #FFFFFF;
}

.banner ul li:nth-child(2) {
	width: 73px;
	height: 4px;
	background: #FFFFFF;
	border: 1px solid #FFFFFF;
	margin: 0 auto;
	margin-top: 20px;
}

.newsdesc .t{
	font-size: 24px;
	font-weight: bold;
	color: #333333;
	text-align: center;
    margin-top: 40px;
}
.newsdesc .t-c{
	font-size: 14px;
	font-weight: 300;
	color: #666666;
	    text-align: center;
    margin: 20px 0;
}
.newsdesc  .t-h{
	height: 2px;
	background: #666666;
	opacity: 0.15;
	width: 83%;
    margin: 0 auto;
}
.newsdesc .news-desc-con{width: 83%; margin: 0 auto;margin-bottom: 60px;	}



