@charset "utf-8";

.item_news_top{ float:left; width:1000px; height:85px; border-bottom:2px solid #e8e8e8; }
.item_news_top .diva{ float:left; width:1000px; height:45px; line-height:40px; font-size:20px; text-align:center; }
.item_news_top .divb{ float:left; width:1000px; height:25px; line-height:25px; font-size:12px; text-align:center; }

.item_news_list{ float:left; width:1000px; padding:30px 0px 20px 0px; }

.item_news_list .divt{ float:left; width:100%; font-size:14px; line-height:35px; padding:0px 0px 20px 0px; overflow:hidden; }
.item_news_list .divt *{ font-size:14px; line-height:35px; }

.item_news_list .divi{ float:left; width:100%; padding:0px 0px 30px 0px; text-align:center; overflow:hidden; }
.item_news_list .divi img{ border:0px; }

.item_news_bottom{ float:left; width:1000px; height:50px; line-height:50px; font-size:14px; text-align:right; border-top:1px solid #e8e8e8; }
.item_news_bottom span{ line-height:25px; padding:0px 15px 0px 15px; font-size:12px; }

.item_news_prev{ float:left; width:1000px; height:35px; line-height:30px; font-size:14px; }
.item_news_next{ float:left; width:1000px; height:35px; line-height:30px; font-size:14px; }

@media screen and (max-width:800px){
	.item_news_prev{ width:100%; height:auto; padding:0px 0px 10px 0px; }
	.item_news_next{ width:100%; height:auto; padding:0px 0px 10px 0px; }
}

.item_share{ float:left; width:838px; padding:12px 10px 10px 10px; border:1px dashed #666666; margin-top:10px; margin-bottom:10px; }

/* 宽屏样式 */
.item_neww_top{ float:left; width:1100px; height:85px; border-bottom:1px solid #e8e8e8; }
.item_neww_top .diva{ float:left; width:1100px; height:45px; line-height:40px; font-size:20px; }
.item_neww_top .divb{ float:left; width:1100px; height:25px; line-height:25px; font-size:12px; }
.item_neww_list{ float:left; width:800px; padding:30px 0px 20px 0px; }
.item_neww_list .divt{ float:left; width:100%; font-size:14px; line-height:35px; padding:0px 0px 20px 0px; text-align:justify; }
.item_neww_list .divt *{ font-size:14px; line-height:35px; text-align:justify; }
.item_neww_list .divi{ float:left; width:100%; padding:0px 0px 30px 0px; text-align:left; }
.item_neww_list .divi img{ border:0px; box-shadow:0px 0px 0px rgba(200, 200, 200, 0.8); }
.item_neww_bottom{ float:left; width:1100px; height:50px; line-height:50px; font-size:14px; text-align:right; border-top:1px solid #e8e8e8; }
.item_neww_bottom span{ line-height:25px; padding:0px 15px 0px 15px; font-size:12px; }

@media screen and (max-width:800px){
	.item_neww_top{ width:100%; height:auto; }
	.item_neww_top .diva{ width:100%; height:auto; line-height:35px; }
	.item_neww_top .divb{ width:100%; height:auto; padding:0px 0px 10px 0px; }
	.item_neww_list{ width:100%; }
	.item_neww_list .divt{ line-height:30px; }
	.item_neww_list .divt td{ text-align:justify; line-height:30px; }
	.item_neww_list .divt td img{ width:100%; height:auto; }
	.item_neww_list .divi{ padding:0px 0px 10px 0px; }
	.item_neww_list .divi img{ width:100%; height:auto; }
	.item_neww_bottom{ width:100%; height:auto; }
}