/* 通用样式 */
* {
  margin: 0;
  padding: 0;
}

ul {
  padding: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #000000;
}
a:hover {
  color: #f00;
}

.clearfix {
  *zoom: 1;
}
.blank20 {
  clear: both;
  height: 20px;
}
.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

.left {
  float: left;
}

.right {
  float: right;
}

html,
body {
  width: 100%;
  font-family: "微软雅黑", "Microsoft YaHei UI", "Microsoft YaHei UI Light", "宋体", Helvetica-Black-SemiBold, Tahoma, Arial, sans-serif;
}

/* 主题样式 */
.main-body {
  position: relative;
  width: 100%;
  height: 100%;
  background: url(hybj.jpg) no-repeat #fff;
  /*background-color: #f5f5f5;*/
}

.container {
  width: 1200px;
  position: relative;
  margin: 0 auto;
}

.top-title {
  width: 100%;
  position: relative;
  text-align: center;
  font-size: 4em;
  color: #fff;
  font-weight: bold;
  padding-top: 2em;
}

/* 近期会议 */
.floor1 {
  width: 96%;
  margin: 2%;
  background: #f1f1f1;
  position: relative;
}

.content {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 10px 20px 0 20px;
}

.title {
  width: 100%;
  font-size: 16px;
}

.title a {
  display: block;
  width: 100%;
  padding-bottom: 5px;
  border-bottom: 1px solid #000000;
}

.regiona {
  position: relative;
  margin: 5px auto;
  line-height: 28px;
}

.meet-name {
  font-weight: bold;
  font-size: 18px;
  color: #000000;
  padding: 10px 20px 10px 20px;
  box-sizing: border-box;
}

.area {
  position: relative;
}

.ColumnList {
  position: relative;
  width: 100%;
}

/* 内容区域 */
.list__item {
  position: relative;
  display: block;
  width: 98%;
  padding: 5px 5px;
}

.list__item .list__item-tag {
  position: relative;
  top: -3px;
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #1a6cbd;
  border-radius: 50%;
  font-size: 0;
  margin-right: 5px;
}

.list__item .list__item-title {
  text-decoration: none;
  font-size: 16px;
  line-height: 28px;
}
.list__item .list__item-time {
  position: absolute;
  right: 0;
  color: #999999;
}

.floor2 {
  position: relative;
  width: 100%;
  margin-top: 30px;
}

.scheme {
  width: 49%;

  margin-right: 20px;

  border-radius: 5px;
  padding-bottom: 15px;
}

.xxbj {
  box-sizing: border-box;
  box-shadow: -3px 3px 3px #eee;
  background-color: #ffffff;
}
.media-report {
  position: relative;
  width: 49%;

  border-radius: 5px;
  padding-bottom: 15px;
}
.wxk {
  width: 100%;
}
.wzt {
  margin-top: 100px;
}
.btdt {
  width: 96%;
  padding: 2%;
}
.btdtl {
  height: 20px;
  border-bottom: 2px solid #245399;
  width: 35%;
}
.btdtz {
  width: 30%;
  font-size: 26px;
  line-height: 45px;
  color: #245399;
  text-align: center;
  font-weight: bold;
}
.btdtla {
  height: 20px;
  border-bottom: 2px solid #245399;
  width: 25%;
}
.btdtza {
  width: 50%;
  font-size: 26px;
  line-height: 45px;
  color: #245399;
  text-align: center;
  font-weight: bold;
}
.botter {
  width: 100%;
  height: 200px;
  margin-top: 50px;
  background-color: #000000;
}