/**内页css*/
img {border:none;}
#bgimg{width:100%; height: 100%; z-index:-2; position:absolute; left:0px; top:0px; background:#f7f7f7; overflow:hidden;}
#bgimg img{ width:100%; height:auto; border:0px;}
.erweima{z-index:-1; position:absolute; width:83px; height:102px;top:20px; right:30px}
/*一级导航*/
.navi_col a{ display:block; width:80px; height:80px;float:left; margin-right:15px}
.navi_col a img { height:100%; width:auto; border:0;}
/*内页中间的内容*/
.pagemiddle {width:1000px;height:90%;margin-top:40px; text-align:center; table-layout:fixed;}
.jiange{ width:30px;}
/*二级导航*/
.erji_navi {width:170px;}
.erji_navi a {display:block; width:inherit; line-height:40px; margin-bottom:8px; text-align:center; vertical-align:middle; color:#FFF; text-decoration:none; font-size:14px; border-radius:5px; font-weight:bolder;}
.class1 { background-color:#000;}
.class2 { background-color:#F00; }
/*目录对应的介绍，防止div被图片撑开*/
.dir_desc img {width:inherit; height:auto;}
.neirong {width:100%; height:90%; overflow:auto; clear:both; word-break: break-all; word-wrap:break-word;}
.neirong * {word-break: break-all; word-wrap:break-word; }
.neirong img { max-width:100%; height:auto; max-height:auto; }
/*内页的返回/增加按钮*/
.search {line-height:30px; float:left;margin-bottom: 0px; vertical-align:middle;margin-top:10px;}
.cnnt_search{margin-top:10px;}
.bao_cont{padding-top:10px;}
.button {display:block;color:#444;background:#eee; width:70px; line-height:30px;border-radius:5px; margin-bottom:10px; text-align:center; font-weight:bolder; font-size:14px;}
.button:hover{ background-color:#F00;color:#fff;}
.add_button { float:left;  margin-right:15px;margin-top:10px;}
.back { float:right;}
/*右侧新闻列表*/
.newslist { border-bottom:1px solid #e1e1e1; margin-bottom:20px;}
.newslist a:hover{color:#F00}
/*右侧图片列表*/
.pic { height:200px; width:195px; float:left; text-align:center;}
.pic_img { height:160px; width:160px; display:block; border:1px solid #CCC; border-radius:10px;}
.pic_img img {height:150px; width:150px; margin:4px;}
.pic_title { display:block; width:160px; margin-top: 5px;}
.pic_img:hover { border-color:#ff9355;}
.pic_title:hover { color:#ff9355;}
/*右侧单篇新闻详情*/
.news_tb { width:90%;border:0; cellpadding:0; cellspacing:0; margin:0 auto; color:#999; font-family:微软雅黑; font-size:14px; text-align:center;}
.title {color:black; font-size:16px;border-bottom:1px solid #e1e1e1; height:40px; font-size:18px;}
.content{ padding-top:10px; text-align:left; color:#000;}
.content a { color:#F00 !important; text-decoration:underline;}

/*分页*/
.luotong_page {text-align:left; color:#666; font-size:14px; margin-top:20px; clear:both; }
.luotong_page a:hover {color:#ff9355;}