@import url('base.css');
html{
    background: #fff url(../images/bg.gif) repeat-x;
}
body{
    font-size: 12px;
    color: #333;
}
a{
    color: #333;
    cursor: pointer;
}
a:hover{
    color: #477e1d;
}
.p{
    line-height: 1.8em;
    color: #666;
}
.bglink a,.bglink{
    color: #fff;
}
.bglink a:hover,.bglink:hover{
    color: #ff0;
}

.fz14{
    font-size: 14px;
}
.wrap{
    width: 1000px;
    margin: 0 auto;
}
.yahei{
    font-family: '微软雅黑';
}

/*头部样式*/
#header{
    background: url(../images/banner.png) no-repeat 260px -30px;
}
#logo{
    /*display: block;*/
    height: 105px;
    width: 650px;
    padding-top: 10px;
    /*background: url(../images/logo.png) no-repeat 0 10px;*/
    /*text-indent: -9999px;*/
}
#search-box{
    width: 240px;
    height: 36px;
    background: url(../images/search-box.png) no-repeat;
    margin-top: 70px;
}
#skw{
    height: 34px;
    line-height: 34px;
    padding-left: 45px;
    width: 125px;
    background: none;
    color: #666;
}
#sbtn{
    width: 55px;
    height: 34px;
    background: none;
    border: none;
    text-indent: -9999px;
    cursor: pointer;
}
#nav-box{
    background: url(../images/nav-li.gif) no-repeat right center;
}
.nav-item{
    background: url(../images/nav-li.gif) no-repeat 0 center;
    font-size: 14px;
    width: 83px;
    text-align: center;
    float: left;
    position: relative;
    z-index: 100;
}
.nav-item strong a{
    display: block;
    height: 46px;
    line-height: 45px;
    /*color: #155803;*/
    color: #fff;
    /*font-weight: normal;*/
}
.nav-item strong a:hover,.nav-item strong .curr{
    /*font-weight: bold;*/
    /*color: #000;*/
    color: #ff0;
    background: url(../images/nav-print.png) no-repeat center bottom;
}

.nav-item div{
   background-image: url(../images/navsub-both.png); 
   background-repeat: no-repeat;
}
.nav-sub{
    display: none;
    position: absolute;
    top: 43px;
    white-space:nowrap;
    padding-right: 18px;
    background-position: right 0;
}
.nav-sub p{
    background: url(../images/navsub-bg.png) repeat-x;
    height: 34px;
    font-size: 12px;
}
.nav-sub div{
   padding-left: 18px; 
    /*background-position: 0 0;*/
    height: 34px;
    line-height: 34px;
}
.nav-sub a{
    padding: 0 5px;
    color: #489118;
    font-weight: bold;
}

.nav-sub a:hover{
    color: #f60;
}


/*首页主体*/
#focus{
    height: 300px;
    overflow: hidden;
}

.ho-cont-width{
    width: 410px;
}
.ho-contbox .ho-cont-both{
    display: block;
    height: 20px;
    overflow: hidden;
    text-indent: -9999px;
    background-image: url(../images/contboth.gif);
    background-repeat: no-repeat;
}
.ho-contbox .ho-cont-bottom{
    background-position: 0 -20px;
}
.ho-cont{
    background: url(../images/contbg.gif) repeat-y;
    height: 190px;
}
#ho-newstitle{
    display: block;
    height: 40px;
    width: 100px;
    text-indent: -9999px;
    top: -40px;
    left: 0;
    background: url(../images/newstitle.gif) no-repeat 10px 0;
    padding-left: 10px;
}
#ho-newsmore{
   right: 10px; 
   top:-35px;
}
.dl-list dt,.dl-list dd{
    padding-top: 8px;
    padding-bottom: 4px;
    border-bottom: 1px dashed #ddd;
    float: left;
}
.dl-list dt{
    padding-left: 15px;
    background: url(../images/print1.gif) no-repeat 0px 15px;
}
.dl-list dd{
    width: 50px;
    color: #666;
    text-align: right;
}

.ho-cont .dl-list dt{
    width: 280px;
}
.ho-catmore{
    top: 8px;
    right: 9px;
    display: block;
    width: 20px;
    text-indent: -9999px;
    background: url(../images/catmore.png) no-repeat;
    height: 180px;
}
#ho-noticetitle{
    display: block;
    width: 35px;
    height: 190px;
    background: url(../images/notice-title.png) no-repeat;
    left: 10px;
    /*top: 20px;*/
    top: 0;

}
#ho-noticetitle a{
    display: block;
    width: 35px;
    height: 95px;
    text-indent: -9999px;
}

.ul-list li{
   padding: 8px 0 4px 15px; 
   background: url(../images/print2.gif) no-repeat 0px 17px;
   border-bottom: 1px dashed #ddd;
}
#ho-notice{
    padding-left: 60px;
}
#ho-notice li{
    width: 310px;
}
#ho-notice .ul-list{
    height: 95px;
}


#quick-box{
    width: 172px;
}
#quick-box li{
    font-size: 20px;
    background: url(../images/quick-bg.png) no-repeat 0 5px;
}
#quick-box a{
    display: block;
    height: 55px;
    line-height: 62px;
    padding-left: 65px;
    background-image: url(../images/quick-ico.png);
    background-repeat: no-repeat;
    background-position: 12px 10px;
}
#quick-box a.qico2{
    background-position: 12px -55px;
}
#quick-box a.qico3{
    background-position: 12px -118px;
}
#quick-box a.qico4{
    background-position: 12px -185px;
}
#quick-box a span{
    color: #f60;
}
#quick-box a:hover span{
    color: #333;
}


/*底部样式*/
#links-box{
    height: 30px;
    line-height: 30px;
    background-color: #569b0d;
    border: 1px solid #3d7206;
}
#links-box strong{
    font-size: 14px;
    color: #fff;
}
#links-box strong span{
    color: #ff0;
}
#links-box a{
    padding: 0 5px;
    color: #aef563;
}
#links-box a:hover{
    color: #ff0;
}

#footer-box{
    text-align: center;
    line-height: 1.8em;
    background: url(../images/footer-bg.gif) repeat-x;
    border-top: 1px solid #a4c97c;
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}


/*子页样式*/
.in-adbox{
    height: 220px;
    overflow: hidden;
}
.in-adbox{
    width: 998px;
    border: 1px solid #fff;
}
#container{
    background-color: #FFF;
}
#in-left{
    width: 220px;
    /*background-color: #f2f2f2;*/
    min-height: 500px;
    height: auto;
    _height:500px;
    border-right: 1px solid #ddd;
}
#in-right{
    width: 750px;
}
#in-address{
   height: 48px; 
   padding-top: 12px;
   background: url(../images/in-address.gif) no-repeat;
   padding-left: 20px;
}
#in-address strong{
    background: url(../images/address-ico.png) no-repeat;
    padding-top: 3px;
    padding-left: 25px;
}

.in-cont{
    background: url(../images/contbg.gif) repeat-y;
}
.in-cont li{
    width: 170px;
}
.in-cats{
    padding-left: 20px;
}
.in-cats a{
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    padding-left: 25px;
    background: url(../images/in-cats.png) no-repeat 0 5px;
}
.in-cats a.in-cats-long{
    padding-left: 15px;
}
.in-cats-topic a{
    padding-left: 15px;
}
.in-cats a:hover,.in-cats .curr{
    background: url(../images/in-cats-hover.png) no-repeat 0 5px;
    color: #fff;
    font-weight: bold;
}
.in-cat-title{
    font-weight: bold;
    font-size: 20px;
    padding-left: 85px;
    height: 40px;
    line-height: 40px;
    background: url(../images/cat-title-ico.png) 15px 0px no-repeat;
    color: #477E1D;
}
.in-cat-ico1{
    background: url(../images/cico1.png) 15px 0px no-repeat;
}
.in-cat-ico2{
    background: url(../images/cico2.png) 15px 0px no-repeat;
}
.in-cat-title a{
    color: #477E1D;
}
.in-cat-title a:hover{
    color: #f60;
}
#in-content{
    line-height: 1.8em;
    font-size: 14px;
}
#in-content td,#in-content th,#in-content table{
    border: 1px solid #ccc;
}
.sub-box{
    padding-bottom: 15px;
}
.sub-box .fn-fll img{
   width: 160px; 
   padding: 10px;
   border: 1px solid #ddd;
}
.sub-box .fn-fll:hover img{
   border: 1px dashed #aaa;
   background-color: #eee;
}
.sub-desc{
    width: 550px;
}
.sub-box h1{
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.sub-box h1 a{
    font-weight: bold;
    color: #f60;
   font-size: 16px; 
}
.sub-box h1 span{
    /*font-size: 14px;*/
    padding-left: 10px;
    /*color: #666;*/
}


/*模态框样式*/
.basic-modal-content {display:none;}

/* Overlay */
#simplemodal-overlay {background-color:#000;}

/* Container */
#simplemodal-container {height:450px; width:800px; color:#333; background-color:#fff; border:4px solid #BFDBAA; padding:12px;}
#simplemodal-container .simplemodal-data {padding:8px;}
#simplemodal-container a.modalCloseImg {background:url(../images/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-16px; cursor:pointer;}
.basic-modal-content h1{
    font-size: 20px;
    font-weight: bold;
    color: #f60;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
}
.basic-modal-content h1 span{
    font-size: 14px;
    font-weight: normal;
    color: #000;
    padding-left: 10px;
}
.basic-modal-content img{
    padding-right: 10px;
}

.cpage a,.cpage span {
    background-color: #FFF;
    color: #f60;
    border-style: solid;
    border-width: 1px;
    font-size: 12px;
    margin: 5px 2px;
    padding:2px 5px;
    font-weight: bold;
    line-height: 30px;
    border-color: #A2D84D;
}
.cpage span{
	color: #fff;
    border-color: #7DBE0B;
    background-color: #A2D84D;
}


.listpage {
    clear: both;
    font-size: 12px;
    height: 50px;
    line-height: 30px;
	padding-top: 10px;
	text-align:center;
}
.listpage a {
    background-color: #FFFFFF;
    border-color: #DAEBCE;
    border-style: solid;
    border-width: 1px;
    color: #666666;
    display: block;
    float: left;
    font-size: 12px;
    height: 26px;
    line-height: 26px;
    margin: 5px 2px;
    padding-left: 10px;
    padding-right: 10px;
}
.listpage span {
    border-color: #7DBE0B;
    background-color: #A2D84D;
    border-style: solid;
    border-width: 1px;
    color: #fff;
    font-weight: bold;
    display: block;
    float: left;
    font-size: 12px;
    height: 26px;
    line-height: 26px;
    margin: 5px 2px;
    padding-left: 10px;
    padding-right: 10px;
}

.list-sub-title{
    padding-left: 18px;
    background: url(../images/ico2.gif) no-repeat 0 6px;
    border-bottom: 1px solid #BEDBA9;
    padding-bottom: 8px;
}
.list-sub-title span{
    color: #666;
    font-weight: normal;
    float: right;
}

.down-box{
    padding-top: 10px;
   padding-left: 10px; 
   border: 1px solid #ddd;
}
#in-content .down-box img{
    border: none;
    padding: 0;
    padding-bottom: 10px;
}
.down-box a{
    color: #5482BC;
    text-decoration: underline;
    font-size: 14px;
    display: block;
    height: 40px;
    line-height: 40px;
    padding-left: 50px;
    border-bottom: 1px dashed #ddd;
    margin-bottom: 10px;
    background: url(../images/down-ico.gif) no-repeat 0 3px;
}
.down-box a:hover{
    color: #000;
}

.in-cont-meta{
    padding-top: 8px;
    padding-bottom: 8px;
    color: #569B0D;
    background-color: #EDF5E7;
}
.in-cont-meta span{
    color: #555;
}
.in-cont-meta a{
    color: #888;
    text-decoration: underline;
}
.in-cont-meta a:hover{
    color: #f60;
}

.in-cont-title{
    padding-bottom: 5px;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    line-height: 1.8em;
}
.in-cont-subtitle{
    font-family: '楷体';
}
.in-cont-tags strong{
    color: #C31100;
    font-family: arial;
}
.in-cont-tags a{
    padding: 0px 5px;
    color: #666;
}

.in-cont-tags a:hover{
    color: #000;
}
.prev-next{
    color: #f60
}

.list-table{
    width: 100%;
}
.list-table thead tr{
    color: #489118;
    background: url(../images/gray1.gif) repeat-x;
}

.list-table th,.list-table td{
    height: 35px;
    line-height: 35px;
    border: 1px solid #ddd;
    border-collapse:collapse;
}
.list-table thead th,.list-table thead td{
    height: 30px;
    line-height: 30px;
}
.list-table th{
    width: 90px;
    text-align: center;
}
.list-table .list-table-longth{
    width: 180px;
}
.list-table tbody th{
    color: #333;
}
.list-table td{
    padding-left: 10px;
}
.list-table span a{
    color: #f60;
}
.basic-link{
    color: #477E1D;
}
.basic-link:hover{
    color: #f60;
    text-decoration: underline;
}
.basic-modal-content .list-table  tr th{
    color: #489118;
}
.head-sub .fn-fll{
    width: 100px;
    border: 1px solid #e3e3e3;
    text-align: center;
    padding: 5px;
}
.head-sub .fn-fll:hover{
    border: 1px dashed #3a88e1;
}
.head-sub .fn-fll img{
    width: 90px; 
}
.head-sub .fn-flr{
	width: 600px;
}
.head-sub h3 a{
    color: #f60;
}
.head-sub h3 a:hover{
    color: #333;
}
.head-sub p{
	color: #666;
}
.in-dllist dt,.in-dllist dd{
    padding: 15px 0px 6px 0px;
    float: left;
    border-bottom: 1px dashed #ccc;
}
.in-dllist dt{
    padding-left: 20px;
    width: 625px;
    background: url(../images/ico2.gif) no-repeat 0px 20px;
}
.in-dllist dd{
    width: 88px;
    text-align: left;
    color: #666;
}

.cat-title{
    background: url(../images/gray1.gif) repeat-x;
    border: 1px solid #ddd;
    border-bottom: 1px solid #C9E1B7;
    border-left: none;
    height: 28px;
    line-height: 28px;
    overflow: hidden;
}
.cat-title h3{
    /*background: url(../images/catbg.png) no-repeat;*/
    /*width: 110px;*/
    background: #5eaf18;
    padding:0 10px;
    border-radius: 0 5px 0 0;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}
.cat-title h4{
    font-weight: bold;
    font-size: 14px;
    border-left: 1px solid #ddd;
    padding-left: 10px;
}
.more1{
    display: block;
    padding-left: 10px;
    width: 50px;
    color: #569B0D;
    /*padding-top: 3px;*/
}
.border{
    border: 1px solid #ddd;
}
/*图片列表*/
.list-picbox{
	width: 200px;	
	height: 185px;
	overflow: hidden;
	padding: 8px;
	border: 1px solid #ddd;
	background-color: #f2f2f2;
	text-align: center;
}
.list-pic-img{
	display: block;
	background-color: #FFF;
	text-align: center;
	padding: 8px;
	border: 1px solid #ddd;
}
.list-pic-img img{
	width: 180px;	
	height: 135px;
}
.list-pic-img:hover{
	background-color: #e6f3f8;
	border: 1px dashed #7DBF0F;
}
.list-pic-title{
	font-size: 14px;	
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #ddd;
	background-color: #eee;
	border-top: none;
}
.list-pic-title:hover{
	background-color: #fff;
	color: #f60;	
}

.in-side-pic{
    display: block;
    width: 80px;
    height: 80px;
    overflow: hidden;
    float: left;
    text-align: center;
    padding: 2px;
    border: 1px solid #e3e3e3;
    margin-top: 5px;
    margin-right: 10px;
    _margin-right:7px;
}
.in-side-pic img{
    width: 78px;
    height: 57px;
}
.in-side-pic strong{
    display: block;
    font-weight: normal;
    padding-top: 5px;
    font-size: 12px;
}
.in-side-pic:hover{
    border: 1px dashed #ccc;
}


/*2014-03-24*/
.leader-table{
   width: 100%; 
   font-size: 14px;
}
.leader-table th,.leader-table td{
    height: 30px;
    line-height: 30px;
    border: 1px solid #ddd;
    padding: 5px 15px;
}
.leader-table th{
    text-align: right;
    /*width: 160px;*/
    color: #666;
    background-color: #EDF5E8;
}
.leader-table a{
    padding: 0 5px;
}
.listname-tip{
    background: url(../images/tip.gif) no-repeat center top;
    min-height:100px;
    height: auto;
    _height:100px;
    text-indent: 2em;
    
    padding: 10px 50px;
    line-height: 1.8em;
    color: #666;
    font-size: 16px;
    font-family: '楷体';
}
.listname-box{
    padding-left: 45px;
}
.listname-box a{
    float: left;
    display: block;
    width: 120px;
    font-size: 14px;
    padding-left: 15px;
    padding-top: 10px;
    background: url(../images/print1.gif) no-repeat 0 18px;
}
.in-page-title{
    background: url(../images/cico1.png) no-repeat  ;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
    padding-left: 65px;
    color: #333;
}
