﻿* {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
li {
  list-style: none;
}
body {
  background: rgb(237, 235, 223);
}
.news_wrap {
  width: 1040px;
  height: 444px;
  margin: 0 auto;
}
.news_top {
  width: 1040px;
  height: 27px;
  margin: 20px auto 0;
}
.circular {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: -2px;
  background: rgb(10, 83, 155);
}
.summary {
  display: inline-block;
}
.summary > span {
  font-size: 18px;
  margin-left: 5px;
  color: rgb(10, 83, 155);
  font-weight: bold;
}
.more {
  float: right;
}
.more > a {
  display: inline-block;
  width: 80px;
  height: 27px;
  font-size: 14px;
  line-height: 27px;
  text-align: center;
  color: #fff;
  letter-spacing: 2px;
  border-radius: 3px;
  background-color: #156bc0;
}
.hr {
  margin: 15px 0;
  border-bottom: 3px solid rgb(10, 83, 155);
}
.sowingMap_frame {
  width: 1020px;
  height: 330px;
  overflow: hidden;
  background: #fff;
}
.news_box {
  width: 1020px;
  padding: 10px;
  height: 330px;
  overflow: hidden;
  background: #fff;
}
#culture_roll {
  width: 1020px;
  height: 330px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
#culture_roll ul {
  position: absolute;
}
#culture_roll li {
  float: left;
  list-style: none;
}
.inform {
  width: 475px;
  padding: 10px;
  float: right;
  margin-right: 10px;
}
.news_left {
  width: 455px;
  padding: 10px;
  background: #fff;
}
.news_left > ul > li {
  width: 450px;
  height: 20px;
  padding-bottom: 10px;
  margin-bottom: 5px;
  border-bottom: 1px dotted gray;
  overflow: hidden;
  font-size: 12px;
  line-height: 20px;
}
.list_left {
  float: left;
}
.list_right {
  float: right;
}
.news_pic {
  width: 455px;
  height: 324px;
  padding: 10px;
  background: #fff;
}
.math_pic {
  margin-top: 15px;
  text-align: center;
}
.math_box {
  width: 350px;
  margin: 25px 0 0 50px;
  display: inline-block;
}
.left {
  float: left;
}
.right {
  float: right;
}
.sowingMap_wrap {
  width: 100%;
  height: 350px;
  position: relative;
}
.sowingMap_box {
  width: 100%;
  height: 350px;
}
.sowingMap_box > li {
  position: absolute;
  width: 100%;
  height: 350px;
}
.sowingMap_box > li > img {
  width: 100%;
  height: 100%;
}
.sowingMap_num {
  position: absolute;
  bottom: 7%;
  text-align: center;
  width: 100%;
}
.sowingMap_num li {
  width: 20px;
  height: 20px;
  background: #666;
  color: #fff;
  text-align: center;
  line-height: 20px;
  border-radius: 50%;
  display: inline-block;
  font-size: 16px;
  margin: 0 3px;
  cursor: pointer;
}
.sowingMap_num li.active {
  background-color: #a00;
}