/* CSS Document */
/* CSS Document */
.publicTop{ background-image:url(../images/news_bg.jpg) }


/*新闻内容*/
.news{overflow:hidden; margin:24px 24px 0; }
.news .t{width:100%; text-align:center; line-height:32px; }
.news .t strong{font-size:24px; font-weight:normal; color:#333}
.news .p{ border-bottom:1px #EEE  solid; text-align:center; padding:12px 0; font-size:14px; color:#666;}
.news .s{ text-align:center;border-bottom:1px #EEE  solid; padding:6px 0;  }
.news img{ width:100%; margin:6px 0; max-width:800px}


.news .c{  line-height:200%; padding:12px 0}
.news .c p{ line-height:200%; font-size:14px; color:#666}
.news .c img{ margin-bottom:10px;color:#666; max-width:800px }


/*上一页 下一页*/
.productPage {margin:0 24px 24px; line-height: 64px; height: 64px; background:#FAFAFA; position:relative;text-align:center;}
.productPage a { display: block; float: left; font-size:14px; text-align: center;  overflow:hidden;  color:#000;}
.productPage a i {height:64px; display: inline-block; width: 17px;  background-repeat: no-repeat; background-position: center center; margin: 0 10px; vertical-align: top;}
.productPage a.prev { position:absolute; left:0; width:33%; border-right: 1px solid #EEE; overflow:hidden  }
.productPage a.list { width:100%  }
.productPage a.next {position:absolute; right:0; width:33%; border-left: 1px solid #EEE;}
.productPage a.prev i { background-image: url(../images/arrow3.png); }
.productPage a.list i { background-image: url(../images/icon12.png); }
.productPage a.next i { background-image: url(../images/arrow4.png); }


/*响应式*/
@media screen and (min-width:320px) and (max-width: 1079px) {


}

@media screen and (min-width:1080px) {





}

@media screen and (min-width:1200px) {
.news{ width:1100px; margin: 24px auto }
.productPage{ width:1100px;margin: 0 auto 24px auto}

}

@media screen and (min-width:1400px) {
.news{ width:1200px; margin: 24px auto }
.productPage{ width:1200px;margin: 0 auto 24px auto }

}


