/* 重置样式 */
body {
  margin: 0;
  padding: 0;
  background: url(/images/back.jpg) repeat-x;
  font-size: 12px;
}

/* 全局链接样式 */
a {
  color: #0F110E;
  text-decoration: none;
}
a:hover {
  color: #F49423;
}

/* 布局样式 */
.top {
  background: url(/images/topbg3.jpg) no-repeat center top;
  position: relative;
}
.nav_lay {
  background: #099300;
  height: 50px;
  line-height: 50px;
  margin-bottom: 10px;
}
.banner {
  width: 1280px;
  height: 440px;
  margin: 0 auto;
}

/* 通用容器 */
.common10,
.common20{
  width: 1280px;
  margin: 0 auto 20px;
}
.common30 {
  width: 1280px;
  margin: 0 auto 20px;
}
.common10 {
  height: 100px;
  overflow: hidden;
}
.common20 {
  height: 250px;
}
.common30 {
  height: 360px;
}


/* 新闻区块 */
.news,
.picturenews {
  float: left;
}
.picturenews {
  width: 1280px;
}
.leftnews {
  width: 620px;
  float: left;
}
.rightnews {
  width: 620px;
  float: right;
  margin-left: 26px;
}
.title {
  height: 40px;
  width: 100%;
  border-bottom: 1px solid #099300;
  margin-bottom: 10px;
}
.titlebg {
  background-color: #099300;
  width: 100px;
  height: 40px;
  padding-top: 5px;
  float: left;
}
.newsbg {
  background-color: #fff;
  height: 300px;
  vertical-align: top;
}
.pgbg {
  background-color: #fff;
  height: 250px;
  vertical-align: top;
}
/* 搜索框 */
.sousuo {
  float: right;
  padding-top: 50px;
  position: relative;
}
/* 新增搜索框样式 */
.search-container {
  position: absolute;
  right: calc(50% - 650px);
  bottom: 20px;
  z-index: 100;
}

/* 导航样式 */
.nav {
  color: #fff;
  font-weight: bold;
}
.nav a {
  display: inline-block;
  padding: 0 14px 0 15px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}

/* 边框样式 */
.border2 {
  border: 1px solid #099300;
}

.footer_wrap {
  background: #099300;
  height: 50px;
  line-height: 50px;
  margin-bottom: 10px;
}

/* 文字颜色 */
.baise,
.baise a {
  color: #fff;
}
.lvse,
.lvse a {
  color: #087502;
}

/* 字体样式 */
.f13,
.f14 {
  font-family: "Microsoft YaHei";
}
.f13 {
  font-size: 20px;
  color: #fff;
}
.f14 {
  font-size: 14px;
}

/* 列表样式 */
.nl {
  width: 98%;
  margin: 0;
  padding: 0;
}
.nl li {
  height: 24px;
  line-height: 24px;
  border-bottom: 1px dashed #099300;
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-align: left;
}
.nl li a {
  text-indent: 5px;
}
.nl li img,
.nl li a,
.nl li span {
  height: 24px;
  line-height: 24px;
}
.nl li img {
  width: 22px;
  height: 18px;
  border: 0;
}

/* 其他样式 */
.l_1 {
  border-bottom: 1px dashed #ccc;
}
.xuezi_tu {
  padding: 2px;
  border: 1px solid #ccc;
}
.shiyan_tu {
  border: 4px solid #ADE601;
}

/* 菜单样式 */
#menu {
  width: 980px;
  margin: 0 auto;
  padding: 0;
  z-index: 30;
}
#menu li {
  float: left;
  width: 102px;
  height: 30px;
  line-height: 30px;
  margin: 0;
  padding: 0;
  list-style: none;
}
#menu li a {
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
#menu li a:hover {
  background: #28A92B;
}
#menu li.ge {
  width: 3px;
  color: #fff;
  font-weight: bold;
}
#menu div {
  position: absolute;
  visibility: hidden;
  margin: 0;
  padding: 0;
  background: #BDEFBA;
  border: 1px solid #077401;
  opacity: 0.8;
}
#menu div a {
  position: relative;
  display: block;
  width: 120px;
  height: 30px;
  line-height: 30px;
  margin: 0;
  font-size: 14px;
  color: #060;
  background-color: #BDEFBA;
  border-bottom: 1px dashed #077401;
}
#menu div a:hover {
  background: #28A92B;
  color: #fff;
}

/* 文章样式 */
.f_title {
  font-size: 26px;
  line-height: 1.5;
  font-weight: bold;
}
.content {
  padding: 5px;
  line-height: 2;
}
