body {
    overflow-x: hidden;
    min-width: 1200px;
}
body, div, address, blockquote, iframe, ul, ol, dl, dt, dd, li, dl, h1, h2, h3, h4, h5, h6, p, pre, table, caption, th, td, form, legend, fieldset, input, button, select, textarea {
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-style: normal;
    font-size: 100%;
    font-family: "微软雅黑","宋体", Arial, Helvetica, sans-serif;
    font-size: 16px;
}
*{
    box-sizing:border-box;
}
ol, ul, li {
    list-style: none;
}
a {
	text-decoration: none;
    cursor:pointer;
    color:#000;
}

a:hover {
	text-decoration: none;
     color:#0273CF;
}
img {
border:0;
}
.head_bg {
    width: 100%;
    min-width:1200px;
    height: 210px;
    background: url(/images/head_bg.png) no-repeat ;
    background-position:center;
    background-size: 100% 210px;
    margin: 0 auto;
}
.head_bgs {
    width: 1200px;
    height:100%;
    margin: 0 auto;
   
}
.logo {
    float: left;
    margin-left: 10px;
    margin-top: 50px;
}
.logo img{
    height: 130px;
}
.searchBox{
    height: 44px;
    margin-top: 20px;
    padding: 0 10px;
}
.searchform{
    position: relative;
    width: 400px;
    float: right;
}
.searchform input,button{
     border:none;
     outline:none;
}
.searchform input {
    width: 100%;
    height:42px;
    padding-left:13px;
    border:1px #b5b6b8 solid;
    border-radius:8px;
}
.searchform button {
    height: 32px;
    width: 32px;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 0;
    background: url(/images/search.png) no-repeat;
}
.tianqiBox{
    float:left;
    border:1px #b5b6b8 solid;
    border-radius:8px;
    /*width: 350px;*/
    height: 40px;
    line-height: 28px;
    padding: 5px 10px;
}
.timeBox{
    float:right;
    font-weight:bold;
}
.xzzfgsBox{
    float:left;
    height: 40px;
    line-height: 28px;
    padding: 5px 10px;
    margin-left: 60px;
    background-color: #D9EEF8;
    font-size: 22px;
    padding: 5px;
    letter-spacing: 3px;
    font-family: "黑体";
}
/*菜单开始*/
.nav_bg {
    width: 100%;
	    margin-top: 1px;
    /*background-color: #014EA6;*/
}

.nav {
    width: 1200px;
    margin: 0 auto;
}
.nav_ul{
    width:100%; 
}
.nav_ul>li {
    height: 47px;
    width:133px;
    text-align: center;
    line-height: 47px;
    font-size: 16px;
    float: left;
	position:relative;
	cursor:pointer;
    z-index: 1000;
    zoom: 1;
    border-right: 1px solid #FFF;
    background: url(/images/menu_bg.png) no-repeat;
    background-size: 100%;
}
.nav_ul>li>a {
    color: #FFF;
    /*border-right: solid 1px #fff;
    padding: 0 20px;*/
}
.nav_ul>li>a:hover {
    font-weight: bold
}

.nav_ul ul{
    width:200px;
    position:absolute;
	left:-35px;
	
	display:none;
    background: #e7e4e4;
    zoom:1;
    float: left;
}
.nav_ul ul li{
    text-align: center;
    height:29px;
    line-height: 29px;
    /*padding: 0 20px;*/
}
.nav_ul ul li a{
   display: block;
   color: #000;
}
 .nav_ul ul li a:hover{
   color:#fff;
   background-color:#014EA6;
}
/*列表内容*/
.centent_bg{
    width: 100%;
    background-color: #F2F2F2;
    border-bottom: 2px solid #f7f7f7;
    margin:0 auto;
}
.centent {
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 20px;
    overflow: hidden;
}
.ct_top{
    width: 100%;
    height:60px;
    line-height: 60px;
}
/*左侧*/
.ct_left{
    width: 200px;
    float:left;
    /*margin:0 10px;*/
}
.left_tile {
    width: 100%;
    height: 60px;
    color: #fff;
    background: url(/images/left_title_bg.jpg) repeat left;
    text-align: center;
    line-height: 60px;
    font-size: 22px;
    font-weight: 600;
}
.left_list{
     margin-top:15px;
   
}
.left_list_bottom{
    height:4px;
    background: #0273CF;
    margin-top:2px;
}
.left_list ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}
.left_list ul li{
    background-color: #FFFFFF;
    text-align:center;
    line-height:32px;
    margin:2px 0 0 0;
}
.left_list ul li a{
     display: block;
     color: rgb(0,0,0);
     font-size:17px;
}
.left_list ul li a:hover {
     background-color: #0273CF;
     color: #FFFFFF;
}
.left_list ul li a.hover {
     background-color: #0273CF;
     color: #FFFFFF;
}
/*右侧*/
.ct_right{
    width: 980px;
    min-height: 400px;
    margin-left:220px;
    background-color: #FFFFFF;
}    
.ct_right_nr{
    padding:15px 10px 10px 30px;
}
.right_title{
    height:30px;
    border-bottom: 1px dashed #EAEAEA;
}
.right_title span{
    font-size:22px;
    font-weight: 800;
    color:#014EA6;
    border-bottom: 2px solid #014EA6;
}
.right_title ul{
    float: right;
	height:30px;
}
.right_title ul>li {
    height: 30px;
    line-height: 30px;
    float: left;
    margin-left: 20px;
}
.right_title ul>li a {
    color:#014EA6;
}

.right_list{
    margin-top:20px;
}
.right_list ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}
.right_list ul li{
    height:60px;
    line-height:60px;
    padding-left: 10px;
    border-bottom: 1px dashed #e9e9e9;
}
.right_list ul li a{
     color: rgb(0,0,0);
}
.right_list ul li a:hover {
     color: #0273CF;
}
.right_list ul li span{
     float:right;
     color:rgb(147, 147, 147);
     font-size: 14px;
}
.ct_page{text-align:center;font-size:13px;margin:20px;color: #000;}

.right_view{
    margin: 20px auto;
    padding: 10px;
    line-height: 27px;
    font-weight: normal;
    font-size: 16px
}
.right_view p {
    line-height: 27px;
    font-weight: normal;
    font-size: 16px;
    margin-top: 1em;
    margin-bottom: 1em;
    text-indent: 2em;
}
/*底部*/
.bottom_bg{
  width: 100%;
   height: 230px;
   background-color: #004992;
}
.bottom {
    width: 1200px;
    height: 230px;
    margin: 0 auto;
}
.all_1{width: 980px;margin: 0 auto;line-height: 28px;text-align: center;font-size: 16px;color: #fff;padding-top: 20px;}
.footLink{
    text-align:center;
    color: #FFF;
}
.footLink a{
    color: #FFF;
    font-size: 14px;
    margin: 0 10px;
}
/*详情页面*/
.main {
    width: 100%;
    background-color: #FFF;
    min-height: 400px;
}
.main_title {
    width:90%;
    margin: 0 auto;
    padding: 20px 0;
    text-align:center;
    font-size:28px;
}
.main_top{
    width:90%;
    line-height:45px;
    margin: 0 auto;
    background-color: #F2F2F2;
    padding:0 20px;
    color:rgb(147, 147, 147);
    font-size:14px;
    overflow: hidden;
}
.top_itme{
    float:left;
}
.top_itme span{
    float:left;
    display:block;
    margin-right:30px;
}
.fontzoom span{
    margin-left:20px;
}
.fontzoom a{
     color:rgb(147, 147, 147);
}
.fontzoom a:hover{
     color:#0273CF;
}
.fontzoom a .ico{
     width: 15px;
}
.fenxiang{
    float: right;
    margin-top: 5px;
    margin-left: 20px;
    height: 44px;
}

.bds_more{
    color: #333;
    float: left;
}
.bds_weixin{
    background-position: 0 -1612px;
}
.bds_qzone{
     background-position: 0 -52px;
}
.bds_tsina{
   background-position: 0 -104px;
}
.bds_tqq{
   background-position: 0 -260px;
}
.main_ct {
    width:90%;
    margin: 20px auto;
    padding:10px;
    line-height: 27px;
    font-weight: normal;
    font-size: 16px;
    color: rgb(0, 0, 0);
overflow: hidden;
}
.main_ct p{
    line-height: 27px;
    font-weight: normal;
    font-size: 16px;
    color: rgb(0, 0, 0);
    margin-top: 1em;
    margin-bottom: 1em;
}

/*相关新闻*/
.main_bottom {
    width:95%;
    margin: 0 auto;
}
.main_bottom_tl{
    height:48px;
    line-height:48px;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    padding: 0 10px;
}
.main_bottom_tl i{
    background:url(/images/xgxwtitle.png) no-repeat;
    float: left;
    display: block;
    width: 17px;
    height: 18px;
    line-height: 18px;
    margin-top: 15px;
}
.main_bottom_tl span{
    margin-left:5px;
}
.main_bottom_ul {
        padding: 20px 10px;
}
.main_bottom_ul ul {
    padding: 0px;
    margin: 0px;
    font-size:14px;
}
.main_bottom_ul ul li{
    height: auto;
    margin: 2px 0;
}


/*信箱*/
.xinxiang{
    height:420px;
    border: 1px solid rgb(147, 147, 147);
    background-color:#F2F2F2;
}   
.xinxiang_row{
    margin: 20px;
 }
.xinxiang_row label{
    vertical-align: top;
}

/*首页内容*/

.news{
    margin:30px 0;
    overflow: hidden;
    zoom:1;
}
.newspic{
    width: 600px;
    float: left;
}
.newspic ul{
    height: 400px;
}
.f16{
    font-size:16px;
    line-height:35px;
}
.black02{
    color:#454343;
}
.black04 {
    color: #b5b6b8;
}
.f12 {
    font-size: 12px;
}
.f14 {
    font-size: 14px;
}
.f18 {
    font-size: 18px;
}
.f22 {
    font-size: 22px;
}
.b {
    font-weight: bold;
}
.more {
    /*width: 100px;*/
    float: right;
    margin-top: 10px;
}
.spacediv{
    height:20px
}

/* 新闻切换1 */
.newslist{ 
    width: 520px;
    float: left;
    margin-left: 36px;

}
.newslist .hd{ height:37px; background:#fff; padding:0px;  position:relative;border-bottom:3px solid #b5b6b8;  z-index:500; }
.newslist .hd ul{ float:left;  position:absolute; left:0px; top:1px; height:36px;   }
.newslist .hd ul li{ float:left;margin-right: 20px; cursor:pointer; text-align:center; color:#2e2f31; font-weight:bold;font-size:22px;}
.newslist .hd ul li.active{ height:36px;  background:#fff; border-bottom:3px solid #004992; font-weight:bold;}

.newslist .bd {width:100%;margin-top: 10px;}
.newslist .bd ul{  zoom:1;line-height: 45px;}
.newslist .bd li{ margin-left: 5px;font-family:"微软雅黑";white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.newslist .bd li span.date {
    float: right;
    color: rgb(147, 147, 147);
    font-size: 16px;
}
.newslist .bd li a{ color:#454343;font-size:18px;}
.newslist .bd li a:hover{ color:#0273CF; }
/* .newslist .bd span{ font-size: 18px;font-weight: bold;} */

.div1200{
    margin-bottom: 20px;
    overflow: hidden;
    zoom:1;
}
/*政务公开*/
.zwgk_title{
    float:left;
}
.zwgk_r{
    width: 1140px;
    float: right;
}
.zwgk_r ul {
    overflow: hidden;
    margin-bottom: 8px;
}
.zwgk_r ul li{
    float: left;
    margin-left: 10px;
}

/*红图*/
.hongtu{
    /*width:100%;
    height:82px*/
}
.hongtu ul li{
    margin-left:10px;
}
.hongtu ul li img{
    width:290px;
}
/*共用模块列表*/
.columnlist{
    width: 360px;
    float:left;
}
.list_tl{ width:100%; height:37px; background:#fff; padding:0px;  position:relative;  border-bottom:3px solid #b5b6b8; margin-bottom: 20px;}
.list_tl ul {}
.list_tl ul li{ float:left; height:37px;text-align:center; font-size:22px; }
.list_tl ul li.active{font-weight:bold;border-bottom: 3px solid #004992;}
.list_bd{
    margin-top:20px;
}
.list_bd ul{
    zoom:1;
    line-height: 39px;
    margin: 0 10px;
    display:none;
}
.list_bd ul.active {
    display:block;
}
.list_bd ul li{
    font-family: "微软雅黑";
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.list_bd ul li span.date {
    float: right;
    color: rgb(147, 147, 147);
    font-size: 16px;
}
.list_bd ul li span{
   color:#a9a8a8;
}
.list_bd ul li a {
    color: #454343;
}
.list_bd ul li a:hover{
    color: #0273CF;
}

.more {
    /*width: 100px;*/
    float: right;
    margin-top: 10px;
    margin-right:10px;
}

.list_bd ul li.li_pic{
 position:relative;
 margin-left:0;
}
.list_bd ul li.li_pic img{
    width:340px;
    height:200px;
    display: block;
}
.list_bd ul li.li_pic div{
   width: 100%;
   height:30px;
   line-height:30px;
   position:absolute;
   bottom:0;
   background:url(/images/blakbg.png);
   text-align: center;
   color: #fff;
   font-size:14px;
}

/*公共服务*/
 .ggfw ul li{
     float:left;
     width: 120px;
     text-align:center;
 }
  .ggfw ul li img{
     display:block;
     width:50px;
     height:50px;
     margin:0 auto;
 }
  .ggfw ul li span{
     color:#004DA5;
     font-weight: bold;
 }
  /*政务公开*/
  .zwgk ul li{
     float:left;
     width: 120px;
     text-align:center;
     margin-right: 10px;
     margin-bottom: 20px;
 }
.zwgk ul li img{
     display:block;
     width:40px;
     height:40px;
     float: left;
 }
  .zwgk ul li span{
      color:#004DA5;
      font-weight: bold;
 }
 .next, .prev{ width:100px!important;}

/* 专题滚动 */
 .szf_zhuanti_new{
width: 1160px;
height: 107px;
border: solid 1px #015293;

}
.szf_zhuantizhuanlan_br{
font-size: 18px;
color: #fff;
font-family: "微软雅黑";
    float: left;
    width: 38px;
    background: #015293;
    height: 100%;
    padding-left: 10px;
    padding-top: 5px;
}
.szf_zhuantizhuanlan_br a{
font-size: 18px;
color: #fff;
font-family: "微软雅黑";
}
.zhuanti_img{height:75px;}

#szfgoL img{float:left;margin-top:16px;}
#szfgoR img{float:left;margin-top:16px;}
#szfmarquee1l {width:1040px;height:73px;overflow: hidden; float:left;margin-top:16px;}
    #szfmarquee1l ul li {float:left;padding:0 8px;}
    #szfmarquee1l ul li img {display:block;width:246px;height:73px;}
    
    #szfmarquee1l ul li img {display:block;}

 /* 网站地图 */
 .siteMap { overflow: hidden; *zoom: 1; padding: 15px 10px; }
.siteMap .li1 { margin-bottom: 10px; }
.siteMap .li1 .h1 { height: 40px; line-height: 40px; border: 1px dotted #999; background-color: #fff;}
.siteMap .li1 .h1 .a1 { font-size: 16px; line-height: 40px; font-family: "Microsoft Yahei"; _font-weight: bold; padding-left: 10px; color: #0066cc; }
.siteMap .li1 .ul1 { padding: 10px 20px; }
.siteMap .li1 .ul1 .li2 { display: inline-block; *display: inline; zoom: 1; padding-right: 20px; vertical-align: top; }
.siteMap .li1 .ul1 .hasUl2 { display: block; padding: 10px 0;}
.siteMap .li1 .ul1 .li2 .a2 { color: #333; font-size: 14px; line-height: 32px;}
.siteMap .li1 .ul1 .li2 .a2:hover { color: #0066cc; }
.siteMap .li1 .ul1 .li2 .ul2 { }
.siteMap .li1 .ul1 .li2 .ul2 .li3 { line-height: 18px; display: inline-block; *display: inline; zoom: 1; }
.siteMap .li1 .ul1 .li2 .ul2 .li3 .a3 { color: #999999; padding-right: 10px; margin-right: 10px; border-right: 1px solid #dddddd; }
.siteMap .li1 .ul1 .li2 .ul2 .last3 .a3 { border-right: none; }
@media screen and (max-width: 640px) {
    body{
        min-width:100% !important;
    }
    .head_bg{
        display:none;
    }
    .nav_bg{
        display:none;
    }
    .bottom_bg{
        display:none;
    }
    .main_bottom{
         display:none;
    }
    .fontzoom{
display:none;
    }
    .centent{
        width:100%;
    }
    .ct_top{
      margin-left: 10px;
    }
    .main_ct img{
         
                max-width: 100%;
                max-height: 100%;
                height:100% !important;
    }
    .right_view img {
        max-width: 100%;
                max-height: 100%;
                height:100% !important;
    }
}