@charset "utf-8";
/* CSS Document */

/*news*/


.nynews h1 { text-align:center; color:#333; font-size:24px; margin-bottom: 30px; padding-bottom: 30px; border-bottom:1px solid #f5f5f5; }
.nynews .newsnr { font-size:14px; width:100%; overflow: hidden; }
.nynews .newsnr p { margin-bottom:10px; font-size:14px; color:#666; line-height: 32px; }

.news1 { width:100%; background: url(../images/fzline.jpg) repeat center;}
.newsbox { width:100%; height: 250px; overflow: hidden; position: relative;  }
.newsbox .newsimg { width:25%;  float: left;  }
.newsbox .newsimg img { width:100%; }

.fzbox .fzdian { width:26px; height:26px; background: url(../images/fzdian.png) no-repeat center center; z-index: 1; position: absolute; left: 326px; top:90px;}

.newsbox .newsfont { width:70%; min-height:200px; float: right; }
.newsbox .newsfont h2 { font-size:24px; color:#666;   margin-bottom: 15px; }
.newsbox .newsfont p { font-size:14px; color:#666; line-height: 32px; }



.newsnr { width:100%; overflow: hidden; }
.nynewstitle { width:100%; padding-bottom: 20px; border-bottom: 1px dashed #eee;  }
.nynewstitle h2 { font-size:28px; text-align: center; margin-bottom: 20px; color:#666; }
.nynewstitle p { font-size:14px; text-align: center; color:#999; }
.newsnybox { width:100%; font-size:16px;  overflow: hidden; margin: 30px 0px; }
.newsnybox p { line-height:28px; margin-bottom: 20px; }
.newsnybox p img { display:block; margin: 0 auto;}

.newsfoot { width:100%; padding-top: 30px; border-top:1px dashed #eee; }
.newsfoot p { color:#666; font-size:14px; margin-bottom: 10px; width:50%; float: left; }
.newsfoot p:nth-child(2) { text-align:right;}
.newsfoot p a { color:#333; font-size:14px; }


@media(max-width:768px) {
	
	.newsbox { height:auto; }
	.newsbox a { text-decoration:none;}
	.newsbox .newsimg { width:100%; float:none; }
	.newsbox .newsfont { width:100%; float:none; padding-top:15px; }
	.nynews .newsnr img { width:100%; }
	
	
	
	
	
}