﻿/*全局变量*/
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0;}/*清除浮动*/
* html .clearfix { zoom: 1;} /* IE6 */
*:first-child+html .clearfix { zoom: 1;} /* IE7 */
ul li{ list-style:none;}
ul{ padding:0;}
a{ text-decoration:none; color:#333333;}
a {color: darkblue;}
a:visited {	color: darkblue;}

.wrap{margin:0 auto;width:1000px;}
.banner{background: url(../images/logo.jpg) no-repeat scroll 5% center rgba(0, 0, 0, 0);height: 109px;width: 100%;}
.main{width:95%;}
body { margin-top:-18px !important;padding:0px !important;background:url(../images/body-bg.jpg) repeat-x!important;font-size: 12px;}

/*导航栏样式*/
.navigation{ height:38px; line-height:38px; font-family:"微软雅黑"; width:1000px; margin:0 auto; font-size:14px;}/*导航栏，导航栏的背景*/
.navigation a ,.navigation a:link ,.navigation a:visited{ color:#222222;}
.navigation .tag2 a{ color:#005f9b; display:block;}
.navigation .tag1{ background:url(../images/nav_li_bg.jpg) no-repeat right center; padding:0 18px; display:block; float:left; font-weight:bold;}/*导航栏上的li*/
.navigation .tag1 ul{ display:none;}/*隐藏二级导航*/
.navigation #nav_last_li{ background:none;}/*最后一个li*/
.navigation #nav_selected a{ color:#005f9b;}/*被选中的li*/
.navigation .tag2{ background:url(../images/nav_li_bg.jpg) no-repeat right center; position:relative; padding:0 18px; display:block; float:left; font-weight:bold;}
.navigation .tag2 ul{ position:absolute; top:37px; left:0px; z-index:100;}
.navigation .tag2 ul li{ clear:left; float:left; background:#666666; width:94px; text-align:center; line-height:24px;}
.navigation .tag2 ul li:hover{ background:#999999;}
.navigation .tag2 ul li a{ font-weight:normal; color:#fff; display:block;}/*导航栏END*/
/*导航栏结束*/

/*搜索样式*/
.main_top{padding: 20px 0;color:#666666;}
.main_top a{color:#666666;}
.main_top .searchertext{text-align:center;width:100px;}
.main_top .dep{margin-left:400px;}
.main_top #go{background-image:url(../images/query.jpg);cursor:pointer;background-size:cover;}


/*分页样式*/
.main_content{border:1px solid #dedede;padding:10px;overflow:hidden;}
.main_content .c1{text-align:center;}
.main_content .c1 img{width:900px;margin:12px;}
.main_content .c2{width:900px;margin:0 auto;}
.main_content .c2 ul li{line-height:25px;background-image:url(../images/list_icon.jpg);background-repeat:no-repeat;border-bottom:1px dashed #dedede;background-position:left 50%;padding-left:12px;}
.main_content .c2 ul li:hover{border-bottom:1px dashed #6196b4;}
.main_content .c2 ul li .link{color:#333333;}
.main_content .c2 ul li .date{float:right;}
.main_content .c3{text-align:right;width:900px;margin:0 auto;}
.main_content .c3 .pn{width:40px;text-align:center;}
.main_content .c3 #go2{cursor:pointer;background-image:url(../images/hborder.jpg);background-repeat:repeat-x;background-position:left -27px;height:25px;width:25px;}

/*页脚样式*/
.footer{ background:url(../images/footer_bg.jpg) repeat-x; width:1000px; margin:20px auto 0; line-height:22px; padding:5px 0 20px; color:#656565; text-align:center;}


