
/*单页效果*/
.ny-cont{
	padding:0px 0px;
	margin:0 auto;
	width: 1200px;
	font-size: 15px;
	color: #333;
	line-height: 190%;
	letter-spacing: 0px;
}
.ny-cont-h1{
	display: block;
	width: 100%;
	height: 50px;
	font-size: 20px;
	color: #333;
	font-weight: bold;
	text-align: center;
}
.ny-cont p, .ny-cont p a{
	margin-top:15px;
	font-size: 15px;
	color: #333;
	line-height: 190%;
}
.ny-cont a{
 	font-size: 15px;
	color: #333;
	line-height: 190%;
 }

.ny-con-top{
	width: 100%;
	height: 30px;
	text-align: center;
	font-size: 14px;
	color: #333;
	line-height: 30px;
}

/*内页新闻1*/
.ny-news01{
  width:1200px;
  height: auto;
  margin-top:30px;
}
.ny-news01 li{
	padding:25px 0px;
  width: 100%;
  border-bottom:1px dashed #dedddd;
  overflow: hidden;
}
.ny-news01 li .tu1{
	float: left;
	width: 200px;
	height: 125px;
	overflow: hidden;
}
.ny-news01 li .tu1 img{
	width: 200px;
	height: 125px;
	overflow: hidden;
	 transition: all 0.5s ease-out;
  -webkit-transform: scale(1, 1); 
     -moz-transform: scale(1, 1); 
  -webkit-transition: all 0.5s ease-out; 
     -moz-transition: all 0.5s ease-out; 
}
.ny-news01 li:hover .tu1 img{
	 transition: all 0.5s ease-out;
  -webkit-transform: scale(1.1, 1.1); 
     -moz-transform: scale(1.1, 1.1); 
  -webkit-transition: all 0.5s ease-out; 
     -moz-transition: all 0.5s ease-out;
}
.ny-news01 li .l01{
  float: right;
  margin-left:15px;
  width: 92px;
  height: 120px;
  border-right: 1px solid #efefef;
  border-left: 1px solid #efefef;
}
.ny-news01 li .l01 .n-day{
  width: 100%;
  height: 75px;
  font-size: 45px;
  padding-top:7px;
  color: #555;
  text-align: center;
  line-height: 75px;
  font-family: "Impact";
  letter-spacing: 0px;
  transition: all 0.4s ease-in-out;
}
.ny-news01 li:hover .l01 .n-day{
	color: #2918af;
}
.ny-news01 li .l01 .n-month{
  width: 100%;
  font-size: 15px;
  color: #555;
  text-align: center;
  letter-spacing: 0px;
}
.ny-news01 li .r01{
  float: left;
  margin-left:31px;
  width: 852px;
  height: auto;
}
.ny-news01 li .r01 a h2{
  display: block;
  width: 100%;
  height: 30px;
  font-size: 16px;
  color: #555;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}
.ny-news01 li:hover .r01 a h2{
	color:#2918af;
}
.ny-news01 li .r01 p{
  display: block;
  width: 100%;
  font-size: 14px;
  color: #555;
  letter-spacing: 0px;
  line-height: 200%;
  overflow: hidden;
}

.ny-news01 li .r01 p a{
  font-size: 14px;
  color: #555;
    line-height: 200%;


}

.ny-news01 li .r01 p a:hover{
  font-size: 14px;
  color: #555;
    line-height: 200%;


}



.main{
	width:1200px;
	margin:0 auto;
	padding-bottom:30px;
	padding-top:5px ;
}


.show-title{
	text-align:center;
	padding-bottom:25px;
}
.show-title h2{
	font-size:30px;
	font-weight:normal;
	color:#333;
	margin-bottom:10px;
	padding-top:40px
	}
	
.show-title span{
	display:inline-block;
	font-size:13px;
	color:#777;
	margin:0 8px;
}
.show-title span i{
	display:inline-block;
	width:26px;
	height:28px;
	vertical-align: baseline;	
}
.show-title span .time{
	background:url(/images/icon-sprites.png) -96px -37px no-repeat;
}


.show-title span .shijian{
	background:url(/images/icon-sprites.png) -152px -38px no-repeat;
}


.show-title span .eye{
	background:url(/images/icon-sprites.png) -132px -38px no-repeat;
}




.news {width:100%;}
.news *{font-size:1.1em;color:#666;}
.news div{float:left;border-left:1px solid #eee;}
.news li{background:#fdfdfd;border-bottom:1px solid #eee;padding:10px;position:relative;}
.news li:hover{background:#f7f7f7 url(images/8xs/bg5.gif);}
.news li a{display:block;width:70%;position:relative;left:10px;top:0;}
.news li span{display:block;position:absolute;right:10px;top:10px;}
.news li ol{clear: both;float:none;display:none;padding:10px;height:80px;overflow:hidden;color:#888;font-size:1em;}
.news li ol img{height:90%;border-radius: 5px;}
.news li ol:hover{overflow:auto;}
.news li:hover ol{display:block;color:#000;}
.news li:hover a{color:red;}
/*===========================手机站样式=============================*/
.menu_menu_bg {width: 100%;margin: 0 auto;background: #485460;}
.ph_menu {min-width:320px;}
.ph_menu li{ margin:3px 0px; font-weight:bold;display:block; float:left; height:30px; line-height:30px; width:24.5%; text-align:center; border-right: 1px solid #2a445e;}
.ph_menu li a{display:block; float:left; width:100%; color:#ffffff; font-size:16px; font-weight:normal;}
.ph_menu li a:hover{ color:#ffffff;}