.Box {
  width: 1600px;
  margin: 0 auto;
}
.Box .box_cen {
  width: 1180px;
  margin: 0 auto;
  background: #fff;
  padding-top: 1px;
}
.Box .box_one {
  width: 100%;
  margin-top: -50px;
  background: url("../img/con-bg.png") no-repeat;
  background-color: #fff;
  background-position: bottom;
  padding-bottom: 60px;
  /*会议精神*/
}
.Box .box_one .conference {
  width: 100%;
  height: 73px;
  background: url("../img/con-tit-bg.png") no-repeat;
  background-position: left top;
  padding: 18px 40px;
}
.Box .box_one .conference .conference_title {
  width: 100%;
  margin-bottom: 27px;
}
.Box .box_one .conference .conference_title img {
  margin-bottom: 9px;
}
.Box .box_one .conference .conference_title span {
  font-size: 24px;
  color: #CF0D0C;
  font-weight: 700;
  padding-left: 8px;
}
.Box .box_one .list {
  width: 100%;
  padding: 0 62px;
  padding-top: 25px;
}
.Box .box_one .list ul {
  width: 100%;
}
.Box .box_one .list ul li {
  line-height: 56px;
  border-bottom: 1px dashed #e1e1e1;
  padding-left: 5px;
}
.Box .box_one .list ul li i {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #989898;
  margin-right: 10px;
  margin-bottom: 3px;
}
.Box .box_one .list ul li:hover i {
  background-color: #cc2604;
}
.Box .box_one .list ul li:hover a {
  color: #C02303;
}
.Box .box_one .list ul li a {
  font-size: 15px;
  color: #333333;
}
.Box .box_one .list ul li span {
  float: right;
  color: #333333;
}
.foter_box {
  width: 1180px;
  height: 139px;
  margin: 0 auto;
  margin-top: 10px;
  background: url("../img/bottom-bg.png") no-repeat;
  background-position: bottom;
  padding-top: 30px;
}
.foter_box span {
  display: block;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  color: #333333;
}
