/* 
 * ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 *  main-index start
 * --------------------------------------------------------
*/

.main-index{
	margin: 15px auto 0;
}

.main-index .leftBox{
	float: right;
	width: 260px;
}

.main-index .rightBox{
	float: left;
	width: 925px;
}

.main-index .banner-box{
	overflow: hidden;
}

.main-index .banner-box a{
	display: block;
	border-radius: 3px;
	margin-bottom: 15px;
	overflow: hidden;
}

.main-index .banner-box a img{
	display: block;
	width: 100%;
	height: auto;
}

.main-index .main-box{
	padding: 0 10px;
	border-radius: 3px;
	margin-bottom: 15px;
	background-color: #fff;
	box-shadow: 2px 2px 6px #ececec;
}

.main-index .moreInfo-about{
	padding: 0 20px;
	border-radius: 3px;
	background-color: #fff;
	box-shadow: 2px 2px 6px #ececec;
}

.main-index .main-box .search-box{
	padding: 10px 0;
	background-color: #fff;
	overflow: hidden;
}

.main-index .main-box .search-box dl{
	overflow: hidden;
}

.main-index .main-box .search-box dl dt{
	float: left;
	width: calc(100% - 34px);
	height: 34px;
}

.main-index .main-box .search-box dl dd{
	position: relative;
	z-index: 10;
	float: right;
	width: 34px;
	height: 34px;
	background-color: #f70;
}

.main-index .main-box .search-box dl dd:before{
	content: '';
	position: absolute;
	top: 9px;
	left: 9px;
	z-index: -1;
	width: 10px;
	height: 10px;
	border: 2px solid #fff;
	border-radius: 50%;
}

.main-index .main-box .search-box dl dd:after{
	content: '';
	position: absolute;
	top: 19px;
    left: 22px;
    z-index: -2;
    width: 2px;
    height: 8px;
	background-color: #fff;
	transform: rotate(-45deg);
}

.main-index .main-box .search-box .text{
	float: left;
	padding: 7px 10px;
	width: calc(100% - 20px);
	height: 20px;
	font-size: 14px;
	color: #333;
	line-height: 20px;
	border: none;
	background-color: #f0f0f0;
}

.main-index .main-box .search-box .text::placeholder{
	color: #ccc;
}

.main-index .main-box .search-box .btn{
	float: left;
	width: 34px;
	height: 34px;
	padding: 0;
	border: none;
	background-color: transparent;
}


.main-index .main-box .main-title{
	position: relative;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #E8E8E8;
}

.main-index .main-box .main-title:before{
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 3px;
	height: 18px;
	border-radius: 3px;
	margin-top: -9px;
	background: #F08116;
}

.main-index .main-box .main-title span{
	float: left;
	margin-left: 14px;
	font-size: 16px;
	font-weight: bold;
}

.main-index .main-box .main-title a{
	float: right;
	font-size: 14px;
	color: #999999;
}


.main-index .main-box .main-list{
	padding: 5px 0 8px;
	overflow: hidden;
}

.main-index .main-box .main-list li{
	position: relative;
	padding-left: 15px;
	line-height: 30px;
	font-size: 15px;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}

.main-index .main-box .main-list li:before{
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -3px;
	width: 6px;
	height: 6px;
	background: #CCCCCC;
	border-radius: 100%;
}

.main-index .main-box .main-list li a{
	color: #333;
	text-decoration: none;
}

.main-index .main-box .main-list li a:hover{
	color: #f70;
	text-decoration: none;
}

.main-index .main-box .main-list li a.kxNewsCss0 {
    color: #333333;
}

.main-index .main-box .main-list li a.kxNewsCss1 {
    color: #c2130e;
}

/* 
 * --------------------------------------------------------
 *  main-index end
 * ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/


/* 
 * ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 *  moreInfo-index start
 * --------------------------------------------------------
*/

.moreInfo-index .moreInfo-list{
	padding: 5px 0 8px;
}

.moreInfo-index .moreInfo-list dl{
	position: relative;
	padding: 0 10px 0 20px;
	height: 34px;
	line-height: 34px;
	font-size: 15px;
}

.moreInfo-index .moreInfo-list dl:before{
	content: '';
	position: absolute;
	top: 50%;
	left: 4px;
	margin-top: -3px;
	width: 6px;
	height: 6px;
	background: #CCCCCC;
	border-radius: 50%;
}

.moreInfo-index .moreInfo-list dl dt{
	float: left;
	width: 600px;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}

.moreInfo-index .moreInfo-list dl dt a{
	color: #333333;
	text-decoration: none;
}

.moreInfo-index .moreInfo-list dl dt a:hover{
	color: #f70;
	text-decoration: none;
}

.moreInfo-index .moreInfo-list dl dd{
	float: right;
	width: 100px;
	color: #888;
	text-align: right;
}


.moreInfo-index .flip-over{
	padding: 20px 0;
	min-height: 30px;
	text-align: center;
	overflow: hidden;
}


.moreInfo-index .main-info{
	min-height: 566px;
}

.moreInfo-index .main-info h1{
	padding: 40px 50px 30px;
	font-size: 28px;
	color: #333;
	line-height: 130%;
	text-align:center;
}

.moreInfo-index .main-info .time{
	height: 44px;
	line-height: 44px;
	text-align: center;
	border-bottom: 1px solid #e8e8e8;
}

	.moreInfo-index .main-info .time span {
		position: relative;
		display: inline-block;
		vertical-align: top;
		padding: 0 20px;
		font-size: 14px;
		color: #666666;
	}

.moreInfo-index .main-info .time span b{
	font-weight: normal;
}

.moreInfo-index .main-info .time span a{
	color: #666666;
	text-decoration: none;
}

.moreInfo-index .main-info .time span a:hover{
	color: #f70;
	text-decoration: none;
}
	.moreInfo-index .main-info .time span i {
		float: left;
		width: 14px;
		height: 14px;
		margin: 15px 5px 0 0;
		background: url(/img/share_ico.png) no-repeat;
	}

	.moreInfo-index .main-info .time span div {
		display: none;
		position: absolute;
		top: 42px;
		left: 50%;
		z-index: 99;
		width: 90px;
		height: 120px;
		padding: 14px 14px 0;
		border: 1px solid #ddd;
		border-radius: 5px;
		margin-left: -60px;
		background-color: #fff;
	}

		.moreInfo-index .main-info .time span div:before {
			content: '';
			position: absolute;
			top: -2px;
			left: 50%;
			width: 9px;
			height: 9px;
			border-top: 1px solid #ccc;
			border-left: 1px solid #ccc;
			background-color: #fff;
			transform: rotate(45deg) translateX(-50%);
		}

		.moreInfo-index .main-info .time span div img {
			display: block;
			width: 90px;
			height: 90px;
		}

		.moreInfo-index .main-info .time span div font {
			display: block;
			height: 30px;
			font-size: 12px;
			color: #f50;
			line-height: 30px;
			text-align: center;
		}

	.moreInfo-index .main-info .time span:hover div {
		display: block;
	}
.moreInfo-index .main-info .about {
	padding: 20px 20px 40px;
	font-size: 15px;
	line-height: 30px;
	word-break: break-all;
}

.moreInfo-index .main-info .about a{
	color: #f50;
}

.moreInfo-index .main-info .about table{
	border-collapse:separate !important;
	border-spacing:1px !important;
	margin: 0 auto;
}

.moreInfo-index .main-info .about table td{
	padding: 5px 8px;
	line-height: 20px;
}

/* 
 * --------------------------------------------------------
 *  moreInfo-index end
 * ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/