.clearfix::after {
  display: block;
  content: "";
  clear: both;
}

body {
  background-color: transparent;
  background-image: url(../../assets//images/bg2.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: scroll;
  color: rgb(51, 51, 51);
  font-size: 12px;
  font-family: 宋体, Arial, Helvetica, sans-serif;
}

.container {
  width: 1004px;
  margin: 0 auto;
}

.header {
  width: 100%;
  height: 213px;
  position: relative;
}

/* 导航栏 */
.nav {
  font-size: 14px;
  font-family: 微软雅黑;
  margin-top: 10px;
  padding-left: 10px;
  position: absolute;
  bottom: 15px;
  left: 0;
}

.nav a {
  text-decoration: none;
  color: #fff;
  margin-right: 12px;
}

.nav a:hover {
  color: yellow;
}

/* 主体 */
.main {
  padding: 40px 0 100px 20px;
}

.left {
  float: left;
  width: 770px;
  min-height: 630px;
}

.column {
  float: left;
  width: 362px;
  margin-bottom: 30px;
}

.column:nth-child(2n) {
  margin-left: 30px;
}

.title {
  height: 30px;
  line-height: 30px;
  font-family: 微软雅黑;
  font-size: 16px;
  color: #a30100;
  position: relative;
  text-indent: 10px;
}

ul {
  height: 250px;
  padding: 10px;
}

ul li {
  position: relative;
  height: 25px;
  line-height: 25px;
  padding-left: 12px;
  background: url(../../assets/images/icon.png) no-repeat left center;
}

ul li a {
  display: inline-block;
  width: 80%;
  text-decoration: none;
  font-size: 12px;
  color: #313534;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

ul li a:hover {
  color: #cc0000;
}

/* 时间 */
.datetime {
  position: absolute;
  right: 0;
  color: #999;
  font-size: 12px;
}

.more {
  float: right;
  font-size: 12px;
  color: #666;
  text-decoration: none;
}

.right {
  float: left;
  width: 214px;
}

/* 中学教研 */
.zxjy-title {
  display: block;
  height: 107px;
  background: url(../../assets/images/zxjy.png) no-repeat -15px 0;
}

.zxxk,
.xxxk,
.yjxk {
  font-family: 微软雅黑;
  font-size: 14px;
  width: 230px;
  line-height: 26px;
  height: 140px;
}

.zxxk a,
.xxxk a,
.yjxk a {
  text-decoration: none;
  padding-left: 15px;
  color: #000;
}

.zxxk a:hover,
.xxxk a:hover,
.yjxk a:hover {
  color: red;
}

/* 小学教研 */
.xxjy-title {
  display: block;
  height: 107px;
  background: url(../../assets/images/xxjy.png) no-repeat -15px 0;
}

/* 幼教教研 */
.yjjy-title {
  display: block;
  height: 107px;
  background: url(../../assets/images/yjjy.png) no-repeat -15px 0;
}

.yjxk {
  height: 0;
}
/* 底部信息 */
.footer {
  font-family: 微软雅黑;
}

.info {
  width: 1003px;
  padding-top: 20px;
  background-color: #1d0005;
}

.info .column1,
.info .column3 {
  font-size: 16px;
  margin-left: 10px;
  height: 37px;
  line-height: 37px;
  color: #fff;
  float: left;
  font-weight: bold;
}

.info .column2,
.info .column4 {
  float: left;
}

.info .column2 p,
.info .column4 p {
  font-size: 12px;
  line-height: 20px;
  color: #fff;
}

.wzba {
  width: 1003px;
  padding-top: 5px;
  background-color: #1d0005;
}

.wzba p {
  color: #fff;
  font-size: 12px;
  text-align: center;
}

.wzba a {
  color: #fff;
  text-decoration: none;
}

.wzba a:hover {
  text-decoration: underline;
}

.wzba-verbose {
  width: 328px;
  height: 80px;
  line-height: 80px;
  margin: 0 auto;
}

.wzba-verbose .icon-blue {
  float: left;
}

.wzba-verbose a {
  display: block;
  float: left;
  cursor: pointer;
}

.wzba-verbose a:hover {
  text-decoration: none;
}

.wzba-verbose a img {
  vertical-align: middle;
}

.wzba-verbose a span {
  vertical-align: middle;
  height: 20px;
  line-height: 20px;
  color: #939393;
  font-size: 12px;
}