﻿/* CSS reset */

html, body, div, p, form, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; }
html, body { min-width:1180px; }
img { border: 0; }
ul, ol { list-style: none; }
table { border-collapse: collapse; border-spacing: 0; }
a { cursor: pointer; font-size: 18px; }
a:link, a:visited { color: #333; text-decoration: none; }
a:hover { color: #1FA60F; text-decoration: underline; }
a:active { color: #F30; }
p { padding: 5px 0; }
h1 { font: 24px/30px "Microsoft Yahei"; text-align: center; padding: 18px; display: block; overflow: hidden; text-indent: 0; zoom: 1; _width: 90%; }
textarea { overflow: auto; }
em { font-style: normal; }
/*--reset end--*/
.left { float: left; display: inline; }
.right { float: right; display: inline; }
body { background: #fff; font: 18px "Microsoft yahei", Tahoma, Verdana; color: #333; height: 100%; overflow-x: hidden; }
.containor { width: 1180px; margin: 15px auto; overflow: hidden; zoom: 1; }
.clear { clear: both; height: 0; overflow: hidden; }
/*
------------------------------------- 
Header 
-------------------------------------
*/ 

.header { display: block; width: 100%; height:468px; overflow: hidden; }

/*样式根据需要更改 最好带上父元素#slide,提高优先级 此处的next和prev为调用插件时设置的按钮属性nextClass/prevClass的值*/
#slide .prev{
    left: -50px;
}
#slide .next{
    right: -50px;
}
/*轮播导航图标样式，这里的ul.page的page为调用插件时设置的page属性的值,根据需要修改自己想要的样式效果*/
#slide ul.page{
    bottom: 40px;
}
/*此处page原理同上 ,轮播导航图标非当前图标样式,*/
#slide ul.page li{
    cursor: pointer;
    color: #fff;
    width: 15px;
    height: 15px;
    background: #fff;
    text-align: center;
    margin: 0 5px;
    border-radius: 100px;
}
/* 此处page原理同上 ,on为当前图片的图标样式*/
#slide ul.page li.on{
    background: #f60;
}
#slide .list li { list-style:none; background:none; padding:0; margin:0;}

.navBox { width:1180px; margin:0 auto; position: relative; z-index: 100;  }

.nav { width:100%; min-width:1180px; height:50px; background:rgba(9,142,92,0.8); margin:0 auto; }
#logo { position: absolute; width:1180px; height:120px; left:0; top:-350px; text-align: center; }
#logo img { margin:0 auto; }

.date { float: left; text-align: left; overflow: hidden; width:310px; padding:8px 0; height:34px; line-height: 34px; font-size: 16px; }

.bill {
  width: 1180px;
  height: 111px;
  border-radius: 2px;
  overflow: hidden;
  background: #fff;
  margin:0 0 20px 0;
}
.swiper_bill {
  width: 100%;
  height: 100%;
  position: relative;
}
.swiper_bill a {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
}
.swiper_bill a img {
  width: 100%;
  height: 100%;
}
.swiper-container-vertical>.swiper-pagination-bullets {right:30px;}


/*
------------------------------------- 
search 
-------------------------------------
*/
.search { float: right; margin: 8px 0; overflow: hidden; width: 265px; height: 34px; }
.search input { border: none; width: 155px; height: 28px; border:1px solid #ccc; padding: 0 5px 0 10px; font: 16px/22px Arial, Helvetica, sans-serif; background: #fff; display: block; float: left; vertical-align: middle; }
.search .btnSearch { width: 78px; height: 30px; background: url(../Images/btn-search.png) 0 0 no-repeat; display: block; float: left; cursor: pointer; border: none; }
/* 下拉菜单 */
.sub_menu { width:1180px; margin:0 auto; height: 50px; color: #fff; overflow: hidden; padding: 0; padding-left:15px; }
.sub_menu li { display: block; float: left; list-style: none; margin: 0 10px; height: 50px; line-height: 50px; }
.sub_menu li span { display: block; width: 2px; height: 30px; float: left; background: url(../Images/nav_line_2.png) left center no-repeat; margin: 11px 0 0 0; }
.sub_menu li a { display: block; text-align: center; overflow: hidden; text-decoration: none; color: #fff; font: bold 20px/50px "Microsoft yahei"; white-space: nowrap; }
.sub_menu li a:hover { text-decoration: none; color: #FFFF72 !important; background: url(../Images/nav_1_currnet.png) 0 1px no-repeat; }
.input { border: none; height: 20px; padding: 0 2px; font: 12px/18px Arial, Helvetica, sans-serif; }
#headerPic { width:998px; height:280px; overflow: hidden; padding-top:2px; _padding-top:0; }
#headerPic img { width:998px; height:280px; }

.tzgg { width:1030px; height:30px; padding:10px 10px 10px 140px;margin:0 auto; background:#eee url(../Images/title-tzgg.png) no-repeat 20px center; }
#gg-slide{width:1180px;height:30px; overflow:hidden;}
#gg-slide ul li{ height:30px; line-height: 30px; }
#gg-slide ul li em { font-size:14px; color:#999; padding-left:20px; }
#mar3Nav { display: block; clear: both; padding-left:490px; }
#mar3Nav li { float: left; margin: 0 5px; width: 12px; height: 12px; background: #bbb;cursor: pointer;text-indent: -99999em; border-radius: 100px; }
#mar3Nav li.navOn { background: #8C0000; }

.focus{ position:relative; width:600px; height:400px; background-color: #000; float: left; margin-bottom:15px;}  
.focus img{width:600px; height:400px;} 
.focus .shadow .title{width: 260px; height: 65px;padding-left: 30px;padding-top: 10px;}
.focus .shadow .title a{ text-decoration:none; color:#fff; font-size:14px; font-weight:bolder; overflow:hidden; }
.focus .btn{ position:absolute; bottom:34px; left:510px; overflow:hidden; zoom:1;} 
.focus .btn a{position:relative; display:inline; width:13px; height:13px; border-radius:7px; margin:0 5px;color:#B0B0B0;font:12px/15px "\5B8B\4F53"; text-decoration:none; text-align:center; outline:0; float:left; background:#D9D9D9; }  
.focus .btn a:hover,.focus .btn a.current{  cursor:pointer;background:#fc114a;}  
.focus .fPic{ position:absolute; left:0px; top:0px; }  
.focus .D1fBt{ overflow:hidden; zoom:1;  height:16px; z-index:10;  }  
.focus .shadow{ width:100%; position:absolute; bottom:0; left:0px; z-index:10; height:60px; line-height: 40px; background:rgba(0,0,0,0.6);    
filter:progid:DXImageTransform.Microsoft.gradient( GradientType = 0,startColorstr = '#80000000',endColorstr = '#80000000')\9;  display:block;  text-align:center; }  
.focus .shadow a{ text-decoration:none; color:#fff; font-size:20px; overflow:hidden; margin-left:10px; font-family: "\5FAE\8F6F\96C5\9ED1"; }  
.focus .fcon{ position:relative; width:100%; float:left;  display:none; background:#000  }  
.focus .fcon img{ display:block; }  
.focus .fbg{    bottom: 5px;right: 240px;position: absolute;height: 21px;text-align: center;z-index: 200;}  
.focus .fbg div{margin:4px auto 0;overflow:hidden;zoom:1;height:14px}    
.focus .D1fBt a{position:relative; display:inline; width:12px; height:12px; border-radius:7px; margin:0 5px;color:#B0B0B0;font:12px/15px "\5B8B\4F53"; text-decoration:none; text-align:center; outline:0; float:left; background:#D9D9D9; }    
.focus .D1fBt .current,.focus .D1fBt a:hover{background:#fc114a;}    
.focus .D1fBt img{display:none}    
.focus .D1fBt i{display:none; font-style:normal; }    
.focus .prev,.focus .next{position:absolute;width:40px;height:74px;background:  url(../Images/focus_btn.png) no-repeat;}
.focus .prev{top: 50%;margin-top: -37px; left: 0;background-position:0 -74px; cursor:pointer; }  
.focus .next{top: 50%;margin-top: -37px; right: 0;  background-position:-40px -74px;  cursor:pointer;}  
.focus .prev:hover{  background-position:0 0; }  
.focus .next:hover{  background-position:-40px 0;} 

/*-------------*/

.zwgk01 { overflow: hidden; zoom:1; border-bottom:1px dashed #ccc; }
.zwgk01 a { display: block; width:179px; height:60px; line-height: 60px; float: left; text-decoration: none; margin:0 18px 18px 0; text-align: center; background:#DFFFBF; color:#307741; font-size: 20px; font-weight: bold; }
.zwgk01 a:last-child { margin-right:0; }
.zwgk01 a img { width:40px; height:40px; margin:0 10px -10px 0; }
.zwgk01 a:hover { background:#CAFF95; }

.zwgk02 { overflow: hidden; zoom:1; }
.zwgk02 a { display: block; width:278px; height:76px; line-height: 76px; float: left; text-decoration: none; margin:18px 18px 18px 0; text-align: center; background:#BFFFCF; color:#307741; font-size: 24px; font-weight: bold; }
.zwgk02 a:last-child { margin-right:0; }
.zwgk02 a img { width:55px; height:55px; margin:0 10px -20px 0; }
.zwgk02 a:hover { background:#CAFF95; }

.Tab2 { border-bottom:1px solid #ccc; overflow: hidden; zoom:1; margin-bottom:25px; }
.Tab2 li { position: relative; float: left; padding:2px 10px 12px 5px; margin-bottom:-1px; }
.Tab2 li a { font-size: 21px; font-weight:bold; }
.Tab2 li.change { border-bottom:2px solid #098E5C; }
.Tab2 li.change a { color:#098E5C;font-weight: 700; text-decoration: none; }

.three-col { width:1180px; margin:0 auto; padding:15px 0;}
/*轮播*/
.silder {width: 100%;height:200px; overflow: hidden;text-align: center;margin: 0 auto;position:relative;float:left;}
.silder .silder_list {height:200px; overflow:hidden;position: relative;}
.silder .silder_list a{position:absolute; top:0;left:0;}
.silder .silder_list a,.silder .silder_list img{display:inline-block;float:left;}
.silder .silder_page{height:42px;text-align:right; margin:0 auto;right:1px; overflow:hidden;position:absolute; bottom:1px;}
.silder .silder_page li{width:21px; border-radius: 100px; font-size:12px; float:left; height:21px;line-height:20px;margin:12px 10px 0 0; background:#fff;display:inline-block;text-align:center;color:#000;}
.silder .silder_page li.current{background:#f60;color:#fff;}
.silder_desc{color:#fff;background:url(../Images/tit_bg.png) repeat 0 0;float:left;line-height:42px;height:42px;width:100%;overflow:hidden;position:absolute;left:0;bottom:0;text-align:left;text-indent:10px;}
.silder .silder_page li:hover{cursor:pointer;}

#silder3 { margin:20px 0; }
#silder3 .silder_desc { display: none; }

#marquee { height:90px; width:1120px; overflow:hidden; float: left; }
#goLeft1,#goRight1{ cursor: pointer; width:29px; text-indent: -99999em; float: left; height:90px; background: url(../Images/arrow.png) no-repeat 0 center; }
#goRight1 { background-position: -30px center; }
.zt { padding:0 0 10px 0; overflow:hidden; zoom:1;}
.zt li{ float:left; width:373px; margin-bottom:15px; text-align: center; }
.zt li img{ width:350px; height:90px; display: block; background: #f5f5f5; margin:0 auto 10px auto; }

.box { overflow: hidden; margin-bottom:15px; width:575px; float: left; }
.box h3,.zt h3 { height:40px; border-bottom:1px solid #ccc; margin-bottom:15px; background: url(../Images/title-comm.png) no-repeat left bottom; }
.box h3 span,.zt h3 span { color:#098E5C; float: left; height:40px; padding:0 20px; font:bold 20px/36px "Microsoft yahei"; }

.box h4 { margin:-5px 0 0; text-align: center; }
.box h4 a { font-size:30px; color:#098E5C; text-decoration: none; }

.w377 { width:380px; margin-right:15px; }

.thumbList { border-bottom:1px dashed #ccc; overflow: hidden; zoom:1; padding:0 10px 10px 0; line-height: 1.8; }
.thumbList img { float:left; width:146px; height:106px; margin:0 10px 0 0; }
.thumbList p { padding:10px 0; font-size:14px; color:#999; }
/*
------------------------------------- 
list 
-------------------------------------
*/ 

.list li { list-style: none; text-align: left; overflow: hidden; height: 26px; line-height: 26px; 
	padding: 0 5px 0px 10px; margin:10px 0; background: url(../Images/flag01.png) no-repeat 0px 13px; overflow: hidden; }
.list li em { display: block; float: right; padding: 0 0 0 10px; color: #999; font: normal 14px/26px arial, Geneva, sans-serif; }
.list li a { color: #333; }
.list li a:hover { color: #093; text-decoration: none; }
.list li a em { color: #06F; }
.list li span {  font-size: 16px; padding-right:3px; padding-bottom:0; }
.font_red { color:#f60; }

.gkButton { overflow: hidden; zoom:1; width:610px;  }
.gkButton a { width:130px; height:160px; background-color: #29724E; border-radius: 5px; text-decoration: none;
	text-align: center; color:#fff; display: block; float: left; margin-right:16px; }
.gkButton a:hover { background-color: #00661A; }
.gkButton img { display: block; margin:40px auto 20px auto; }

.leader { padding:18px 50px; overflow: hidden; zoom:1; line-height: 1.6; }
.leader h4 { padding:5px 0; }
.leader h4 span { display: block; }
.leader img { width:200px; height:283px; float: left; margin:0 20px 20px 0;  }


/*
------------------------------------- 
banner 
-------------------------------------
*/
.banner { background: #fff; width: 1000px; height: 110px; padding: 0; margin: 10px 0; border: none; display: block; overflow: hidden; clear: both; margin-left: 7px; }
.banner img { width: 1000px; height: 110px; border: none; }

/*
------------------------------------- 
side 
-------------------------------------
*/ 
.side { width: 257px; display: block; overflow: hidden; float: left; margin-left: 2px; _margin-left: 1px; }
.side .box { display: block; clear: both; overflow: hidden; zoom: 1; margin: 0; clear: both; margin: 0 0 10px 0; _margin: 0 0 5px 0; overflow: hidden; zoom: 1; display: block; }
.side .box h3 { color: #0F6600; line-height: 30px; height: 32px; font-size: 14px; padding: 0 5px 0 30px; }
.side .box h3 a { display: block; float: right; width: 55px; height: 18px; text-align: center; line-height: 18px; color: #FFF; padding: 0; font-size: 12px; margin: 2px 0px 0 0; font-weight: normal; text-indent: 0; }
.side .shengtai { background: url(../Images/tai_side.png) 0 0 no-repeat; height: 440px; width: 257px; }
.side .shengtai h4 { height:30px; overflow: hidden; }
.side .shengtai h4 a { color:#fff; font:bold 14px/31px 宋体; padding-left:15px; }
.side .small_box { display: block; clear: both; overflow: hidden; width: 100%; /*background:#FC0; opacity:0.5;*/ padding: 5px 0 5px 10px;  height:62px; overflow: hidden;  }
.side .small_box img { float: left; width: 70px; height: 50px; background: #FFF; padding: 3px; border: 1px solid #ccc; }
.side .shengtai .list { float:left; width:160px; height: 65px; overflow: hidden; margin-top: -5px; }
.side .list li { list-style: none; /*margin: 0 13px;*/ text-align: left; overflow: hidden; height: 21px; line-height: 22px; padding: 0 5px 0px 12px; margin: 0 5px; background: url(../Images/flag01.png) no-repeat 3px 10px; display: block; clear: both; overflow: hidden; }
.side .list li a { font-size: 12px; }
.side p { padding: 10px; font: 14px/22px Verdana, Geneva, sans-serif; color: #444; }
.side p.info { padding: 10px 10px 20px 10px; border-bottom: 1px solid #ccc; margin-bottom: 10px; }
.side p.info, .side p.info a { font: 14px/24px Verdana, Geneva, sans-serif; color: #666; }
/*menu*/

.menu { width:260px;text-align: center; margin:0 auto; }
.menu a, .menu a:visited { height: 46px; display: block; margin:10px auto; padding-left: 50px; text-align: left; font: 16px/46px 'Microsoft yahei'; color: #333; overflow: hidden; background: url(../Images/menu.png) 0 0 no-repeat; }
.menu a:hover { background: url(../Images/menu.png) 0 -46px no-repeat; text-decoration: none; }
.menu a.current, .menu a.current:visited { background: url(../Images/menu.png) 0 -92px no-repeat; font-weight: bold; color: #fff; text-decoration: none; }
.menu a img { vertical-align: middle; }
/* general styles */

table, td { font: 16px/100% Arial, Helvetica, sans-serif; }
table { width: 95%; border-collapse: collapse; margin: 1em auto; }
th, td { text-align: center; padding: .7em; border: 1px solid #ddd; }
th { background: #098E5C; color: #FFF; text-align: center; }
td { background: #fff; text-align: left;  }
td .input { border:1px solid #ccc; padding:5px; font-size:16px; }
.btn { font-size:17px; padding:5px 20px; }
td a { font-size:16px; }
/* tablecloth styles */

tr.even td { background: #E5FFD9; }
tr.odd td { background: #EFFEE8; }
td.empty, tr.odd td.empty, tr.even td.empty { background: #fff; }
/* 滚动图片 */
.roll { clear: both;  }
.roll h3 { background: url(../Images/side_title.png) no-repeat 0 0; height: 35px; font: bold 14px/35px 微软雅黑, 宋体; margin: 0 0 5px 0; overflow: hidden; text-align: left; color: #fff; text-indent: 0.9em; }
.roll h3 span { color: #fff; width: 100px; float: left; text-align: left; }
.roll span, .rolllist, .rolllist ul, .rolllist ul li { float: left; display: inline; }
.roll span { width: 26px; height: 69px; padding: 0; overflow: hidden; margin-top: 60px; background: url(../Images/photo_btn_1.png) no-repeat; cursor: pointer; }
.roll .left { background-position: 0 0; margin-left: 5px; }
.roll .left:hover { background-position: 0 0; }
.roll .right { background-position: -26px 0; float: right; margin-right: 15px; }
/*.roll .right:hover { background-position:-17px 0; }*/

.rolllist { width: 1055px; overflow: hidden; margin: 0 0 5px 30px; zoom: 1; /*background:#09F;*/ }
.rolllist ul { width: 6050000px; }
.rolllist li { width: 250px; height: 200px;  overflow: hidden; margin: 12px 8px 0 8px; display: inline; overflow: hidden; text-align: center; line-height: 140%; }
.rolllist li img { display: block; padding: 5px; margin: 4px 0; border: 1px solid #ccc; width: 238px; height: 155px; background: #fff; }
.rolllist li a { font-size:15px; line-height: 2; }

.linkBox { overflow: hidden; zoom:1; width:1200px; }
.linkBox a { display: block; width: 185px; height:42px; line-height: 42px; background-color: #f5f5f5; 
	border:1px solid #ddd; overflow: hidden; float: left; text-decoration: none; text-align: none; 
	margin:0 11px 11px 0 ; font-size: 16px; text-align: center;
 }
 .linkBox a:hover { color: #fff; background-color: #0F5E36; }

 #menuBar { height:100%; }
/* 通知公告 */
#gg { margin: 0 auto; margin-top: 10px; }
#gg .list li { line-height: 1.6em; height: auto; padding: 5px 0 0 20px; background: url(../Images/item.png) 0 8px no-repeat; }
#gg .list li span { display: block; clear: both; width: 100%; background: url(../Images/time.png) 5px 11px no-repeat; padding: 0 0 0 10px; }
/*
------------------------------------- 
footer 
-------------------------------------
*/
.footer { background: #f5f5f5; border-top:5px solid #0F5E36; text-align: center; line-height: 1.8; padding:20px 0; font-size:16px; }
.footer a { font-size:16px; }
/*
------------------------------------- 
Form 
-------------------------------------
*/

.select { visibility: hidden; }
input, select, textarea { font-size: 12px; font-family: arial, 宋体; }
textarea { border: 1px solid #aaa; padding: 0 2px 2px 2px; overflow-y: auto; }
h3 img, h4 img { float: right; margin: 6px 5px 0 0; }
/*
------------------------------------- 
sub_containor 
-------------------------------------
*/
.sub_containor { width: 998px; border: 1px solid #76C987; margin: 0 auto; margin-bottom: 10px; overflow: hidden; zoom: 1; /*_margin-top: -5px;*/ background: #FFF url(../Images/sub.png) left repeat-y; margin-top: 0px; }
.side { width: 298px; padding-right: 1px; margin: 0; border-bottom: none; background: #f5f5f5; border:1px solid #ccc; }
.side .box { padding: 0 0 10px 0; margin-bottom: 15px; width:100%; }
.side .box h3 { background:#fff; height: 50px; ; font: bold 18px/50px "microsoft yahei"; color: #FFF; text-indent: 0px; padding: 0 0 0 15px; }
.side .box h3 a { display: block; width: 50px; float: right; margin: 0px 0 0 0; }
.side .box h3 span { padding-top:5px; }
.side .box h3 img { margin: 6px 8px 0 0; }
.side .box_title { display: block; clear: both; font: bold 20px/208px "microsoft yahei", "楷体"; background: url(../Images/top.jpg) top center no-repeat; height: 200px; text-align: center; color: #FFF; }
/*
------------------------------------- 
mid 
-------------------------------------
*/
.mid { padding: 0; float: left; overflow: hidden; width: 877px; background: #FFF; border:1px solid #ccc; border-left:0; }
.mid h3 { height: 40px; padding: 0 0 0 0px; background: #fff url(../Images/line.png) center center repeat-x; overflow: hidden; display: block; width: 96%; margin: 10px auto; }
.mid h3 span { padding: 0 10px; font: bold 22px/40px "Microsoft Yahei", "微软雅黑"; display: block; float: left; color: #098E5C; background: #FFF; }
.mid h3 a img { }
.mid h3 a { background: #FFF; height: 40px; width: 60px; float: right; margin: 3px 0px 0 0; }
.mid .list { padding: 0 20px; }
.mid .list li { height: auto; border-bottom: 1px dotted #ccc; padding: 5px 0 6px 18px; background: url(../Images/flag03.gif) no-repeat 0 13px; }
.mid .list li a { font: 18px/150% 'Microsoft yahei' 宋体; }
.mid .list li em { color: #ccc; }
/*
------------------------------------- 
position 
-------------------------------------
*/
#position { display: block; margin: 0 auto; overflow: hidden; height: 50px; font: 16px/50px Verdana, Geneva, sans-serif; 
    width: 877px; border:1px solid #ccc; border-left:0; border-bottom:0; float: left; background: #FFF url(../Images/common_top.jpg) top right no-repeat; text-indent: 20px; }
#position a, #position span { margin: 0 4px; color: #333; font: 16px/50px Verdana, Geneva, sans-serif; }
h2 { color: #002691; font: 25px/60px "microsoft yahei"; background: url(../Images/hline.png) center center repeat-x; }
h2 span { background: #FAFAFA;  /*display: block; overflow:hidden;*/ padding: 0 10px 0 0; margin: 0; }
.sub_containor h4 { text-align: right; font: bold 30px/40px "microsoft yahei"; color: #FFF; padding: 0 40px 0 60px; margin-bottom: 120px; }
#commBar { width: 210px; overflow: hidden; border-left: 1px solid #DADEDF; }
#commBar .recommend h3 { border-top: 0; text-align: left; }
.content_containor { border: 1px solid #CCC; overflow: hidden; zoom: 1; /*width:978px;*/ margin: 0 auto; margin-bottom: 10px; }
.content_containor #commBar { width: 240px; }
/*
------------------------------------- 
pic 
-------------------------------------
*/
.pic { padding: 0 25px; }
.pic li { width: 244px; height: 200px; float: left; margin: 8px 12px; display: inline; overflow: hidden; text-align: center; line-height: 160%; }
.pic img { display: block; padding: 2px; margin: 4px auto; border: 1px solid #ccc; 
    width: 238px; height: 152px; background: #fff; }
.pic li a { font-size:16px; }
.clear { clear: both; height: 0; line-height: 0; overflow: hidden; }


.page { padding: 30px 15px; text-align: center; }
.page img { cursor: pointer; }
.page a, .page a:visited, .page span { font-size:16px; padding: 3px 8px; margin: 0 3px 0 0; border: 1px solid #999; text-decoration: none; border-radius: 5px; }
.page a:hover, .page .current { background: #79BA74; border: 1px solid #79BA74; color: #fff; }
.page .current {  }
.page .disabled { border: 1px solid #ccc; color: #ccc; padding: 2px 5px; }
.buttonBox { text-align: center; padding: 10px 0; }
.textBox { height: 126px; padding: 8px 15px; overflow-y: auto; background: #fff; border-bottom: 1px solid #B4D1EF; margin: 0 0 10px 0; }
.content { border:1px solid #ddd; }
#content {margin: 15px 80px; text-align: left; font: 18px/180% 'Microsoft yahei',宋体; color: #333; 
text-align: justify; text-justify: inter-ideograph;}
#content h1 { text-align: center; font:bold 30px/1.5 'Microsoft yahei'; }
#content a { font-size: 14px; color: #f60; text-decoration: underline; }
#content p { padding: 5px 0; text-indent: 2em; }
#content em {font-style: italic;}
.position { border-bottom:1px dotted #ccc; padding:10px; font-size:15px; }
.position a { font-size:15px; }
.showpage { margin: 20px; }
.related { margin: 5px 40px; padding: 0 0 10px 0; }
#mid .related .list li { border-bottom: 0; }
.other { margin: 10px 80px; padding: 15px 0; border-top: 1px solid #ccc; font-size: 18px; text-align: left; }
.other a { font: 18px Tahoma; }
.infoBox { text-align: left; border-bottom:1px solid #ddd;padding: 10px 180px; margin: 0 0 15px 0; 
    font: 16px Tahoma; text-align: center; color: #999; overflow: hidden; zoom:1;}
.infoBox th { text-align: right; padding: 2px 5px; }
.recommend li { padding: 5px; line-height: 140%; text-align: center; margin: 10px auto; }
.recommend img { display: block; width: 250px; height: 160px; border: 2px solid #eee; margin: 4px auto; }
.recommend li a { font-size:16px; text-decoration: none; }
/* subpage box width */
.w700 { width: 716px; _width: 706px; }
.w728 { width: 696px; }
.w982 { width: 982px; }
.small, .big { cursor: pointer; padding: 0 5px; }
.small { font: bold 10px "Times New Roman"; color: #01458E; }
.big { font: bold 14px "Times New Roman"; }


/* floatingAd */
.floatingAd .ad{z-index:100;background:none;position:absolute;display:none;}
.floatingAd a{color:#000000; display:inline-block;text-decoration:none;}
.floatingAd a img{border:0;}
.floatingAd .close{display:none;}
.floatingAd .opacity{position:absolute; top:0; width:100%; height:25px; background-color:#000000; opacity:0.20; filter:alpha(opacity = 20);}
.opacity1{opacity:0.90; filter:alpha(opacity = 90);}
.floatingAd .text{position:absolute; top:0; width:100%; height:25px; color:#000000; line-height:25px; }
.floatingAd .text .button{position:relative;float:right;top:5px;right:5px;width:16px;height:16px;background:url("../Images/close.png") no-repeat;cursor:pointer;}
.floatingAd .text .title{position:relative;float:left;font-size:12px;margin-left:5px; width:170px;height:25px;overflow: hidden;}
