
/* 列表页 */
.sub_menu { height:40px; margin-bottom:10px; }
.sub_menu table { height:40px; }
.sub_menu a { display:block; height:35px; line-height:35px; text-align:center; color:#898989; overflow:hidden; border-bottom:5px solid #3d3e40; background:#3d3e40; -webkit-transition:all 0.3s ease-out; -moz-transition:all 0.3s ease-out; -ms-transition:all 0.3s ease-out; transition:all 0.3s ease-out; }
.sub_menu .sub_menu_on { background-color:#323436; }
.sub_menu .sub_menu_on a, .sub_menu a:hover { border-bottom:5px solid #025B95; color:#FFF; background:#323436; position:relative; }

.sub_menu_line { position:relative; }
.sub_menu_line_left, .sub_menu_line_right { position:absolute; top:0; width:1px; height:100%; background:url('../images/g_block.png'); background-size:1px 1px; }
.sub_menu_line_left { left:0; }
.sub_menu_line_right { right:0; }


#list li.pic_box{height:auto; border-bottom:1px solid #eee; }
#list li.pic_box .news_pic{margin-bottom:10px; text-align:center;}
#list li.pic_box .news_pic img{width:95%; }
.news_list{clear:both; height:175px; display:block; width:100%; border-bottom:1px solid #eee; padding:10px 0px;}
.news_list dt{line-height:180%; height:36px; overflow:hidden; font-size:18px; color:#010101; padding:0 15px;}
.news_list .wap{ height:36px; font-size:18px; color:#010101; padding:0 15px;}
.news_list dd{margin-top:10px; padding:0 15px;}
.news_list dd .pic{float:right; width:106px; height:106px;}
.news_list dd .pic img{ width:100px; height:100px; border:1px solid #ccc; padding:3px;}

#list li.info_box{height:auto; border-bottom:1px solid #eee; }
.news_list_v2 { width:94%; margin:0 auto; padding:10px 0px;}
.news_list_v2 table { width:100%; margin:0 auto;}
.news_list_v2 table td.pic_v2 { width:60px; padding-right:10px;}
.news_list_v2 table td.pic_v2 img{ width:60px; height:60px; }
.news_list_v2 table td.name_v2 { font-size:16px; padding-bottom:5px;}
.news_list_v2 table td.time_v2 { width:130px; color:#666;}
.news_list_v2 table td.share_v2 { float:right; color:#666;}


.news_list dd .news_left{float:left; width:55%; color:#7A7C79; }
.news_list dd p{ }
.news_list dd p.news_intro{font-size:20px; height:85px; line-height:150%; font-size:14px;}
.news_list dd p.news_info{color:#666;}
.news_list dd p.zhibo { width:120px; margin:0 auto; height:18px; line-height:18px; font-size:12px; font-weight:bold; color:#F00; border:1px solid #F00; text-align:center; border-radius:10px;}




/* 详情页 */


/* news_detail */
.detail_w{margin-left:15px; margin-right:15px;}
.news_detail_ad{}
.news_detail_ad img{width:100%;}
.news_detail_title{padding:0 12px; margin-top:15px; margin-bottom:15px;/*  border-left:5px solid #015C95; */}
.news_detail_title dt{color:#333; margin-bottom:8px; font-size:22px; line-height:35px; }
.news_detail_title dd{color:#555; font-size:14px; line-height:180%;}

.news_detail_box{overflow:hidden; margin-top:18px; line-height:31px; font-size:18px; color:#3A3A3A; padding-bottom:0px; text-align:justify; }
.news_detail_box img{width:100%; text-indent:0; margin-bottom:15px;}
/*
.news_detail_box p,.news_detail_box div{ text-indent:36px;}
*/
.news_detail_box p img,.news_detail_box div img,.news_detail_box iframe{text-indent:0;}
.news_detail_box iframe{margin-bottom:15px;}

.go_action { padding:0 12px; margin-top:15px; margin-bottom:15px;}
.go_action  a { color:#0000FF; text-decoration:underline;}


.news_about{clear:both; margin-top:12px; margin-bottom:30px; }
.news_about .news_about_title{line-height:28px; font-size:18px; color:#fff; text-indent:10px; border-left:5px solid #015C95;  background:#ACACAC;}

.foot_btn{height:50px; clear:both; background:url(../images/foot_btn_bg.jpg) repeat-x; overflow:hidden;}
.foot_btn li{float:left; width:33%; line-height:45px; font-size:16px; color:#4A4A4A; text-align:center; }
.foot_btn li a{ color:#4A4A4A; line-height:45px; display:inline-block; font-size:16px; }
.foot_btn li.left{border-right:1px solid #A1A1A1;}
.foot_btn li.left a { background:url(../images/foot_btn_left.png) left center no-repeat; padding-left:32px; }
.foot_btn li.center{ border-right:1px solid #A1A1A1;}
.foot_btn li.center a{background:url(../images/foot_btn_center.png) left center no-repeat; padding-left:32px;}
.foot_btn li.right a{ background:url(../images/ico_show_grid.png) left center no-repeat; background-size:24px 24px; padding-left:32px;}
.foot_btn li:hover{background:url(../images/foot_btn_bg_on.jpg) repeat-x;}




/* 文章详情页  评论样式 */
table.arc_comment { border:0px; border-collapse:collapse; width:100%; margin:0 auto; margin-top:5px;}
table.arc_comment td { border:0px; padding:5px 0px;}
table.arc_comment td.touxiang img { border-radius:5px;}
table.arc_comment td.realname { color:#999; font-size:14px; text-align:left;}
table.arc_comment td.message { color:#333; font-size:14px; text-align:left;}
li.arc_comment_down { text-align:center; padding-top:15px;}
li.arc_comment_down a { font-size:14px; color:#0A74F2;}


