@charset "utf-8";
#header .menu ul li.news span.line{
	display: block;
}
#header .menu ul li.news a span.cn{
	color: #df4a7a;
}


#main{
	min-height: 500px;
	background: url(../img/texture_bg.png) center bottom;
}
#main .banner{
	overflow: hidden;
	position: relative;
	height: 260px;
	background: url(../img/news_banner.jpg) no-repeat center top -125px fixed;
}
#main .banner .breadcrumbLink{
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 1200px;
	height: 40px;
	opacity: 0.8;
	line-height: 40px;
	margin-left: -600px;
	color: #fff;
	letter-spacing: 2px;
}
#main .banner .breadcrumbLink a{
	color: #fff;
}
/*#main .banner .breadcrumbLink a:hover{
	color: #df4a7a;
}*/
#main .title{
	position: absolute;
	width: 600px;
	left: 50%;
	margin-left: -300px;
	height: 260px;
	top: 50%;
	margin-top: -130px;
}
#main .title h1{
	text-align: center;
	font-size: 32px;
	position: relative;
	top: 115px;
	z-index: 1;
}
#main .title h5{
	text-align: center;
	font-size: 66px;
	position: relative;
	top: 60px;
	letter-spacing:20px;
	color: #fff;
}
#main .title h4{
	text-align: center;
	font-size: 72px;
	position: relative;
	top: 100px;
	letter-spacing:10px;
	color: #fff;
}

#main .content{
	width: 1200px;
	margin:0 auto;
	overflow: hidden;
	padding: 30px 0 50px;
}

#main .newsCon{
	width: 820px;
	float: left;
	padding: 40px;
	background: #fff;
}
#main .newsCon .newsTitle{

}
#main .newsCon .newsTitle h4{
	font-size: 16px;
	color: #8d8d8d;
	
	margin-bottom: 25px;
}
#main .newsCon .newsTitle h1{
	font-size: 26px;
	
	margin-bottom: 8px;
}
#main .newsCon .newsTitle .newsDeta{
	color: #8d8d8d;
	font-size: 14px;
	letter-spacing: 2px;
}
#main .newsCon .newsContent{
	border-top: 1px dashed #eee;
	margin-top: 10px;
	padding-top: 20px;
	font-size: 16px;
	line-height: 1.8em;
	text-align: justify;
	color: #555;
	letter-spacing: 1px;
	
}
#main .newsCon .newsContent img{
	max-width: 91%;
	margin: 12px auto 5px;
	display: block;
}
#main .newsCon .newsContent p{
	margin-bottom: 10px;
}
#main .hotNews{
	background: #fff;
	float: right;
	width: 360px;
	padding: 30px 25px;
}
#main .hotNews h2{
}
#main .hotNews h2 .dot{
	width: 6px;
	display: inline-block;
	height: 6px;
	border-radius: 100%;
	background: #df4a7a;
	position: relative;
	left: 3px;
	top: 2px;
}
#main .hotNews ul{
	padding-top: 10px;
}
#main .hotNews ul li{
	display: block;
	padding: 10px 0;
	line-height: 1.3em;
}
#main .hotNews ul li a{
	display: block;
	color: #666;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;		
}
#main .hotNews ul li a:hover{
	color: #e15b86;
}
#main .hotNews ul li span.date{
	display: block;
	font-size: 12px;
	color: #aaa;
	padding: 6px 0 3px;
}
#main .hotNews ul li span.line{
	display: block;
	width: 12px;
	height: 2px;
	background-color: #333;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;		
}
#main .hotNews ul li a:hover span.line{
	background-color: #df4a7a;
}
@media screen and (max-width: 768px) {
	#main .banner{
		overflow: hidden;
		position: relative;
		height: 100px;
		background: none;
	}
	#main{
		min-height: 500px;
		background: url(../img/texture_bg.png) center bottom;
	}
	#main .title{position: relative; margin-bottom: 0px; height: auto; overflow: hidden; top: 0; margin-top: 0;}
	#main .title h1{text-align: center;font-size: 20px;position: relative;margin-top: 40px;z-index: 1; top: 0;}
	#main .title h5{text-align: center;font-size: 28px;position: relative;top: -38px;letter-spacing:8px;color: #eacbd8;text-transform: uppercase;}
	#main .title h4{text-align: center;font-size: 32px;position: relative;top: -30px;letter-spacing:5px;color: #eacbd8;text-transform: uppercase;}

	#main .content{
		width: 100%;
		margin:0 auto;
		margin-top: 0px;
		overflow: hidden;
		padding: 0px 12px;
		padding-bottom: 10px;
	}

	#main .newsCon{
		width: 100%;
		float: none;
		padding: 12px;
		background: #fff;
	}
	#main .newsCon .newsTitle{

	}
	#main .newsCon .newsTitle h4{
		font-size: 14px;
		color: #8d8d8d;
		
		margin-bottom: 25px;
	}
	#main .newsCon .newsTitle h1{
		font-size: 22px;
		
		margin-bottom: 8px;
	}
	#main .newsCon .newsTitle .newsDeta{
		color: #8d8d8d;
		font-size: 12px;
		letter-spacing: 2px;
	}
	#main .newsCon .newsContent{
		border-top: 1px dashed #eee;
		margin-top: 10px;
		padding-top: 20px;
		font-size: 16px;
		line-height: 1.8em;
		text-align: justify;
		color: #555;
		letter-spacing: 1px;
		
	}
	#main .newsCon .newsContent img{
		max-width: 100%;
		margin: 12px auto 5px;
		display: block;
	}
	#main .newsCon .newsContent p{
		margin-bottom: 10px;
	}
	#main .hotNews{
		background: none;
		float: none;
		width: 100%;
		padding: 30px 5px;
	}
	#main .hotNews h2 .dot{
		width: 6px;
		display: inline-block;
		height: 6px;
		border-radius: 100%;
		background: #df4a7a;
		position: relative;
		left: 3px;
		top: 2px;
	}
	#main .hotNews ul{
		padding-top: 10px;
	}
	#main .hotNews ul li{
		display: block;
		padding: 10px 0;
		line-height: 1.3em;
	}
	#main .hotNews ul li a{
		display: block;
		color: #666;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;		
	}
	#main .hotNews ul li a:hover{
		color: #e15b86;
	}
	#main .hotNews ul li span.date{
		display: block;
		font-size: 12px;
		color: #aaa;
		padding: 6px 0 3px;
	}
	#main .hotNews ul li span.line{
		display: block;
		width: 12px;
		height: 2px;
		background-color: #333;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;		
	}
	#main .hotNews ul li a:hover span.line{
		background-color: #df4a7a;
	}
}