body{
	background: #FAFAFA;
}
.main{
	width: 1200px;
	margin: 0 auto;
}
.top{
	background: #000000;
}
.banner{
	margin-top: 120px;
}
.banner img{
	width: 100%;
}
.dangtian{
	font-size: 18px;
	color: #333333;
	padding: 30px 0;
}
.dangtian span{
	margin: 0 15px;
}

.dangtian span.sp1{
	margin: 0;
	color: #F2530F;
}
.newscen{
	padding-bottom: 50px;
}
.newlistcen{
	width:1200px;
	height:200px;
	background:rgba(255,255,255,1);
	box-shadow:4px 0px 6px 0px rgba(221,221,221,0.25);
	border-radius:6px;
	margin-bottom: 20px;
	border-left: 4px solid #F35B1A;
}
.newslf{
	width: 200px;
	min-width: 200px;
	height: 150px;
	text-align: center;
	padding-top: 50px;
}
.newmid{
	width: 320px;
	height: 180px;
	margin-top: 10px;
    margin-right: 30px;
}
.newmid img{
	width: 320px;
	height: 180px;
}
.day{
	font-size: 60px;
	color: #F35B1A;
	font-weight: bold;
}
.date{
	font-size: 20px;
	color: #EB8053;
}
.newslf img{
	width: 355px;
	height: 200px;
}
.newsrg{
    width:600px;
	height: 160px;
	padding: 20px 30px 20px 0;
	position: relative;
}
.newsrg h4{
	font-size: 24px;
	color: #333333;
	font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block ruby;
    white-space: normal;
}
.yuedu{
	font-size: 16px;
	color: #999999;
	margin: 30px 0;
}
.newsdiv{
	font-size: 16px;
	color: #999999;
	line-height: 22px;
	margin-top: 15px;
}
.newicon{
	margin-top: 60px;
}
.newicon img{
	width: 20px;
	height: 20px;
	position: relative;
	top: -2px;
}


/*ÐÂÎÅtab*/
.newtab{
	width: 450px;
	height: 50px;
	margin: 50px auto;
	border-radius:6px;
	font-size: 18px;
	color: #999999;
	line-height: 50px;
}
.newtab span{
	width: 138px;
	height: 50px;
	text-align: center;
	display: inline-block;
	box-shadow: 0px 0px 2px;
  /* border: 1px solid #999999; */
  border-radius: 6px;
  margin: 0 6px;
}
.newtab span:hover {
	background-color: #F20C2B;
}
.newtab span:hover a {
		color: #FFFFFF!important;
		text-decoration: none;
}
.newtab span.active{
	background: #F2530F;
	color: #FFFFFF;
	border: 1px solid #F2530F;
	
}
.newtab span a{
   color:#333;
}
.newtab span.active a{
   color:#fff;
}
.font14{margin-right:6px;}