@charset "gb2312";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
/*CSS Tools: Reset CSS*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, table {
   margin: 0;
   padding: 0;
   border: 0;
   /*font-size: 100%;*/
   font: inherit;
   /*vertical-align: baseline;*/
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
   display: block;
}
body {
   line-height: 1;
}
ol, ul {
   list-style: none;
}
blockquote, q {
   quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
   content: '';
   content: none;
}
a,p,span,h1,h2,h3,h4,h5{
   text-decoration: none;
   font-family: "微软雅黑",Microsoft YaHei;
   font-size: 14px;
   color: #000000;
}
iframe{
  display: block;
}
/*END CSS Tools: Reset CSS*/

/*-----------------------------------------------------*/
/*首页*/
/*Content*/
.content
{
    width: 100%;
    overflow: hidden;
}
/*main*/
.main
{
    width: 990px;
    overflow: hidden;
    margin: 0 auto;
    border:1px solid #999;
    border-top: none;
    padding: 0 5px;
    padding-top: 10px;
}
.govcontent01,
.govLeft01Cod,
.govLeftCod,
.govLeft02Cod,
.govcontent03,
.govcontent04,
.govztlmPicBox{
  width: 100%;
  overflow: hidden;
  float: left;
}
.govcontent01,
.govLeftCod,
.govRightCod{
  height: 485px;
}
.govcontent01{
  margin-bottom: 10px;
}
.govLeftCod{
  width: 763px;
}
.govLeft01Cod{
  width: 763px;
  height: 285px;
  background: url(imagescontent00.jpg);
  float: left;
}
.govRightCod{
  width: 215px;
  overflow: hidden;
  float: right;
}
.lunbotu{
  width: 303px;
  height: 285px;
  float: left;
  border:1px solid #b0c6d8;
}
.govtzggBox{
  width: 450px;
  height: 285px;
  float: right;
  border:1px solid #b0c6d8;
  position: relative;
}
.govLeft02Cod{
  width: 761px;
  height: 190px;
  margin-top: 6px;
  border:1px solid #b0c6d8;
  border-top: 1px solid #3d71cd;
  position: relative;
  float: left;
}
.govLeft02CodLine{
  width: 761px;
  height: 2px;
  background-color: #b0c6d8;
  display: block;
  float: left;
}
.govLeft02CodBg{
  width: 761px;
  height: 116px;
  background: url(imagescontent10.jpg);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
/*No03*/
.demo2
{
    width: 95%;
    overflow: hidden;
    margin: 0 auto;
}
.demoTitle{
    width: 100%;
    height: 40px;
    position: relative;
}
/* tabbtn */
.tabbtn2
{
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    position: relative;
}
.tabbtn2 li
{
    position: relative;
    float: left;
}
/*Tab-Nav*/
.tabbtn2 li a
{
    font-size: 14px;
    line-height: 20px;
    display: block;
    float: left;
    cursor: pointer;
    margin: 0 10px;
    margin-top: 10px;
    padding: 2px 10px 2px 14px;
    border:1px solid #c4daee;
    border-radius: 3px;
}
/*Tab当前状态*/
.tabbtn2 li.current2 a
{
    border:1px solid #ffd5a0;
    background: url(imagesdot00.jpg) no-repeat;
    background-position: 5px 10px;
}
/* tabcon */
.tabcon2
{
    position: relative;
    overflow: hidden;
}
.tabcon2 .subbox2
{
    position: absolute;
    top: 0;
    left: 0;
}
/*END No03*/
/*== Gov TitleBox ==*/
.govTitleBox
{
    float: left;
    overflow: hidden;

    width: 100%;
    height:27px;

    border-bottom: 1px solid #b0c6d8;
    background: url(imagestitlebg01.jpg);
    position: relative;
}
.govTitleText
{
    font-size: 12px;
    font-weight: bold;

    position: absolute;
    top: 8px;
    left: 10px;
    color: #3f6385;
    padding-left: 10px;
}
.govTitleMore
{
    position: absolute;
    top: 8px;
    right: 8px;
    font-size: 12px;
}
.govTitleDot{
  width: 11px;
  height: 7px;
  background: url(imagesdot01.jpg);
  display: block;
  position: absolute;
  top: 10px;
  left: 5px;
}
/*== ENDGov TitleBox ==*/
/*== Gov list ==*/
.govListBox
{
    float: left;
    overflow: hidden;

    width: 100%;
    height: 228px;
}
.govListBox li
{
    position: relative;

    padding-top: 13px;
    padding-left: 22px;
}
.govListDot
{
    position: absolute;
    top: 18px;
    +top: 21px;
    left: 8px;

    display: block;

    width: 4px;
    height: 4px;

    background-color: #000;
}
.govListTime
{
    position: absolute;
    top: 13px;
    +top: 17px;
    right: 10px;
}
.govListText:hover{ text-decoration: underline; }
/*== ENDGov list ==*/
.govListBox1 li{
  position: relative;

  padding-top: 10px;
  padding-left: 26px;
}
.govListDot1{
  top: 16px;
  +top: 19px;
  left: 12px;
}
.govMoreBBox{
  width: 256px;
  height: 28px;
  background: url(imagesmorebg1.jpg);
  position: absolute;
  bottom: 0;
  right: 0;
}
.govMoreBox{
  display: block;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.govMoreBox0{
  bottom: 7px;
  right: 10px;
}
.govTitleBox2{
  width: 761px;
  height: 28px;
  background: url(imagestitlebg02.jpg);
  border:none;
}
.govTitleDot2{
  width: 5px;
  height: 9px;
  background: url(imagesdot02.png);
  top: 10px;
  left: 14px;
}
.govTitleText2{
  padding-left: 20px;
  font-size: 14px;
  color: #000000;
}
.govliteBox{
  width: 211px;
  overflow: hidden;
  border:1px solid #b0c6d8;
  float: left;
  margin-bottom: 10px;
}
.govTitleBox3{
  width: 213px;
  height: 29px;
  background: url(imagestitlebg03.jpg);
  margin-bottom: 5px;
}
.govTitleText3{
  color: #fff;
  padding-left: 20px;
  line-height: 18px;
}
.govliteBox img{
  display: block;
  margin: 0 auto;
  margin-bottom: 5px;
}
.govlitemBox{
  width: 215px;
  height: 134px;
  background: url(imagescontent02.jpg);
  float: left;
  position: relative;
}
.govTitleText4{
  position: absolute;
  top: 8px;
  left: 15px;
  color: #fff;
  padding-left: 0px;
  font-size: 14px;
}
.govListBox2{
  padding-top: 25px;
  position: relative;
}
.govListBox2 li{
  padding-top: 14px;
  padding-left: 30px;
  position: relative;
}
.govListBox3{
  padding-top: 34px;
  position: relative;
}
.govListBox3 li{
  padding-top: 12px;
  padding-left: 30px;
  position: relative;
}
.govListDot2{
  width: 4px;
  height: 7px;
  left: 16px;
  background: url(imagesdot03.png);
}
.govListBox3 .govListDot{
  left: 18px;
  top: 17px;
  +top: 20px;
}
.govListBox2 .govListText{
  color: #0083c7;
}
.govcontent02{
  width: 982px;
  overflow: hidden;
  float: left;
  border:2px solid #aacced;
  display: block;
  padding: 2px;
  margin-bottom: 10px;
}
.govcontent03ListBox{
  width: 489px;
  height: 231px;
  background: url(imagescontent03.jpg);
  position: relative;
  float: left;
  margin-bottom: 10px;
}
.govcontent03ListBoxText{
  position: absolute;
  left: 30px;
  top: 11px;
  font-size: 14px;
  font-weight: bold;
}
.govMoreBox1{
  bottom: 15px;
  right: 15px;
}
.govcontent03ListBox2{
  background: url(imagescontent04.jpg);
}
.govcontent03ListBox3{
  background: url(imagescontent05.jpg);
}
.govcontent03ListBox4{
  background: url(imagescontent06.jpg);
}
.govddddd{
  width: 763px;
  height: 481px;
  background: url(imagescontent07.jpg);
  float: left;
}
.govztlmBox{
  width: 215px;
  height: 480px;
  background: url(imagescontent08.jpg);
  float: right;
  position: relative;
}
.govztlmBoxText{
  position: absolute;
  top: 10px;
  left: 26px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
.govMoreBox2{
  top: 8px;
  right: 15px;
}
.govztlmPicBox{
  padding-top: 40px;
  padding-left: 6px;
}
.govztlmPicBox img{
  margin-bottom: 3px;
}
.govcontent05{
  width: 983px;
  height: 104px;
  background: url(imagescontent09.jpg);
  float: left;
  margin: 10px 0 10px 3px;
}
/*END 首页*/
/*-----------------------------------------------------*/

/*-----------------------------------------------------*/
/*2-政务公开*/
.gfl{
  float: left;
}
.gfr{
  float: right;
}
/*No03*/
.demo3
{
  width: 490px;
  height: 220px;
  /*background-color: skyblue;*/
  position: relative;
}
.demoTitle2{
    width: 100%;
    height: 30px;
    position: relative;
    border-bottom: 2px solid #539ce6;
    margin-bottom: 10px;
}
.demoTitle2 h2{
  width: 110px;
  height: 30px;
  line-height: 32px;
  background: url(imagestitlebg05.png);
  text-align: center;
  float: left;
  margin-right: 10px;
  font-size: 14px;
  color: #fff;
}
/* tabbtn */
.tabbtn3
{
    position: absolute;
    top: 0;
    right: 0;
    height: 30px;
    position: relative;
}
.tabbtn3 li
{
    position: relative;
    float: left;
}
/*Tab-Nav*/
.tabbtn3 li a
{
    font-size: 14px;
    line-height: 20px;
    display: block;
    float: left;
    cursor: pointer;
    margin: 0 20px;
    padding-top: 5px;
    color: #388fc4;
}
/*Tab当前状态*/
.tabbtn3 li.current2 a
{
  font-weight: bold;
}
/* tabcon */
.tabcon2
{
    position: relative;
    overflow: hidden;
}
.tabcon2 .subbox2
{
    position: absolute;
    top: 0;
    left: 0;
}
.cutfh2{
  width: 1px;
  height: 12px;
  background-color: #388fc4;
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
}
.demoMoreBox{
  width: 96px;
  height: 29px;
  background: url(imagesmoreBg.jpg);
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  line-height: 29px;
}
.demoMoreBox .demoMore{
  padding-left: 30px;
}
/*END No03*/
/*END 2-政务公开*/
/*-----------------------------------------------------*/