/* 
 * ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 *  main-info start
 * --------------------------------------------------------
*/
.main-info{
	margin: auto;
	width: 100%;
	min-height: 200px;
	overflow: hidden;
	box-sizing: border-box;
}

.main-info h1{
	margin: 0;
	padding: 30px 0 20px;
	font-size:25px;
	color: #444444;
	line-height:140%;
	text-align:center;
}

.main-info .time{
	margin: auto;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}

.main-info .time span{
	display: inline-block;
	padding: 0 15px;
	font-size: 14px;
	color: #666666;
}

.main-info .about {
	margin: auto;
	padding: 20px 25px 50px;
	width: 100%;
	font-size: 15px;
	line-height: 30px;
	word-break: break-all;
	box-sizing: border-box;
}

/* 
 * --------------------------------------------------------
 *  info-main end
 * ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/





/* 
 * ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 *  info-title start
 * --------------------------------------------------------
*/
.main-title{
	position: relative;
	margin: auto;
	padding: 10px 15px;
	width: 100%;
	height: 47px;
	line-height: 26px;
	border-bottom: 1px solid #E8E8E8;
	box-sizing: border-box;
}

.main-title:before{
	content: '';
	position: absolute;
	top: 10px;
	left: 0;
	width: 5px;
	height: 26px;
	background: #F08116;
}

.main-title span{
	float: left;
	font-size: 18px;
}

.main-title a{
	float: right;
	font-size: 14px;
	color: #999999;
}
.main-title .searchBar{
	float: right;
	margin-right: 4px;
	width: 270px;
	height: 26px;
}

.main-title .searchBar .text{
	float: left;
	padding: 3px 10px;
	width: 200px;
	height: 20px;
	background: #EFEFEF;
	border: 0;
	border-radius: 2px 0 0 2px;
	line-height: 20px;
	font-size: 12px;
	
}

.main-title .searchBar .btn{
	float: left;
	width: 50px;
	height: 26px;
	border: 0;
	background: #FE9900;
	color: #FFFFFF;
	font-size: 14px;
	border-radius: 0 2px 2px 0;
}

/* 
 * --------------------------------------------------------
 *  info-main end
 * ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/








