#header {
  height: 152px;
  background-color: #0077d1;
  position: relative;
  overflow: hidden;
}
#header .date {
  width: 1000px;
  height: 40px;
  line-height: 40px;
  background-color: #bfddf3;
  border-bottom-right-radius: 30px;
  position: absolute;
  right: 50%;
  top: 0;
  margin-right: 230px;
}
#header .date p {
  float: right;
  margin-right: 65px;
  font-size: 14px;
}
#header .search {
  width: 1000px;
  height: 40px;
  background-color: #bfddf3;
  border-bottom-left-radius: 30px;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: 230px;
}
#header .search form {
  float: left;
  width: 335px;
  height: 30px;
  margin-left: 30px;
  border-radius: 12px;
  overflow: hidden;
  background-color: #ffffff;
  margin-top: 4px;
}
#header .search form .txt{
  width: 285px;
  height: 30px;
  line-height: 30px;
  float: left;
  margin-left: 15px;
  outline: none;
  background-color: #ffffff;
}
#header .search form .sub {
  float: right;
  width: 30px;
  height: 30px;
  outline: none;
  background: url(imagessearch_btn.png) left center no-repeat;
  cursor: pointer;
}
#header a.logo {
  display: block;
  width: 431px;
  height: 86px;
  background: url(imageslogo_top.png) no-repeat;
  position: absolute;
  left: 50%;
  top: 29px;
  margin-left: -215px;
}
#navbar {
  height: 52px;
  background-color: #016aba;
  position: relative;
  z-index: 20;
}
#navbar .container ul li {
  float: left;
  width: 142px;
  height: 52px;
  position: relative;
}
#navbar .container ul li > a {
  display: block;
  width: 100%;
  height: 100%;
}
#navbar .container ul li > a span.icon {
  float: left;
  width: 32px;
  height: 52px;
  margin:0 10px 0 18px;
}
#navbar .container ul li > a span.title {
  font-size: 18px;
  color: #ffffff;
  line-height: 52px;
}
#navbar .container ul li .erji {
  position: absolute;
  left: 0;
  top: 52px;
  background-color: #016aba;
  overflow: hidden;
  display: none;
}
#navbar .container ul li .erji a {
  display: block;
  width: 142px;
  height: 52px;
  text-align: center;
  line-height: 52px;
  color: #ffffff;
  font-size: 18px;
}
#navbar .container ul li .erji a:hover {
  background-color: #ffc600;
}
#navbar .container ul li:hover {
  background-color: #ffc600;
}
#footer {
  height: 148px;
  background-color: #0077d1;
}
#footer .container {
  height: 148px;
  background: url(imagesfooter_bg.png) right 106px no-repeat;
  width: 1049px;
}
#footer .container a.logo {
  float: left;
  width: 108px;
  height: 86px;
  background: url(imageslogo_bottom.png) no-repeat;
  margin-top: 31px;
}
#footer .container .text {
  float: left;
  margin-top: 30px;
  margin-left: 20px;
}
#footer .container .text p {
  font-size: 14px;
  color: #ffffff;
  line-height: 30px;
}
#footer .container .text p a {
  color: #ffffff;
}
#footer .container .text p a:hover {
  text-decoration: underline;
  color: #ffc600;
}
#footer .container .items {
  float: right;
  margin-top: 33px;
}
#footer .container .items a {
  float: right;
  margin-left: 17px;
}

#page{ width: 100%; height:32px; overflow: hidden; line-height: 24px; font-size: 14px; text-align: center; padding: 10px 0 0; margin-top: 20px;}
#page a { margin:2px; padding:5px 8px;background-color: #dadada; border-radius: 3px;}
#page span { margin:2px; padding:5px 8px;background-color: #1f74af;  color:#fff; border-radius: 3px;}
#page span.current { margin:2px; padding:5px 8px; font-weight:bold; color:#fff; background-color:#CFCFCF; }

.abtw{ height: auto; overflow: hidden; padding: 20px 0; }
.abtw h1{text-align: center; font-size: 20px;color: #222; margin-bottom:15px}
.abtw h3{text-align: center; padding-bottom: 20px; font-size: 14px;}
.show_nav{line-height:24px;border-top: 1px solid #E0E0E0; padding: 10px 0; margin-top: 20px;}
.show_nav a{color: #004499;  }
