.centerBlock {
  display: block;
  margin: 0 auto;
}
.textAlign {
  text-align: center;
}
.header {
  background: url(../images/header.png) center;
  height: 800px;
  min-width: 1200px;
}
.blueColor {
  color: #0f458e;
  font-size: 16px;
}
.header-desc {
  padding: 40px 0;
}
.header-desc p {
  line-height: 40px;
  letter-spacing: 2px;
  margin-bottom: 20px;
}
.header-desc b {
  font-weight: bold;
  font-size: 18px;
}
.header-desc img {
  vertical-align: bottom;
}
.header-desc span {
  padding: 0px 7px;
  font-size: 43px;
  color: #0f458e;
  border: 3px solid #aac3e5;
  border-radius: 9px;
  font-weight: bold;
  margin-right: 6px;
}
.header-desc .day {
  margin-left: 60px;
}
.header-desc .dat-text {
  border: 0;
  color: #aac3e5;
  margin-left: -10px;
}
.swiper-container,
.swiper-slide {
  min-width: 1200px;
  overflow-y: hidden;
}
.swiper-container .swiper-pagination-bullet,
.swiper-slide .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #0f458e;
}
.swiper-container-horizontal > .swiper-pagination {
  bottom: 20px!important;
}
.content {
  width: 1200px;
  margin: 0 auto;
}
.nav {
  margin: 60px 0;
}
.nav a {
  margin: 0 36px;
}
.nav:hover {
  cursor: pointer;
}
.img {
  width: 100%;
  display: block;
  margin: 20px 0;
}
.left {
  width: 770px;
  float: left;
}
.left .news li {
  float: left;
  position: relative;
  overflow: hidden;
  list-style: none;
}
.left .news li:first-child {
  margin-right: 42px;
}
.left .news li abbr {
  display: block;
  position: absolute;
  background: #9a834f;
  text-align: center;
  font-size: 16px;
  color: #fff;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  bottom: 0;
  left:0px;
  width: 100%;
  overflow: hidden;
}
.left .news li .title,
.left .news li span {
  width: 86%;
  display: inline-block;
  color: #9a834f;
  line-height: 40px;
  height: 40px;
  font-size: 16px;
  overflow: hidden;
}
.left .news li span {
  width: auto;
  float: right;
}
.left .floatNone {
  width: 880px!important;
  float: inherit;
}
.right {
  width: 380px;
  float: right;
}
.item {
  margin-bottom: 40px;
}
.item b {
  display: block;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.item p {
  color: #382804;
  line-height: 30px;
  font-size: 16px;
  margin-bottom: 20px;
}
.fix {
  position: fixed;
  bottom: 200px;
  right: 20px;
  z-index: 999;
  display: none;
}
.fix img {
  display: block;
}
.agenda-item {
  margin: 20px;
}
.m-time {
  float: left;
  width: 20%;
  position: relative;
}
.m-text {
  float: left;
  width: 80%;
  color: #555;
  border-bottom: 1px solid  #87a2c6;
}
.txt {
  display: inline-block;
  font-size: 16px;
  color: #382804;
  padding: 10px;
}
.m-time span {
  display: inline-block;
  font-size: 16px;
  background-color: #87a2c6;
  color: #fff;
  padding: 10px;
}
// @media screen and (max-width: 500px) {
//     .left {
//       padding-left: 20px;
//     };
//     .right {
//       padding-right: 20px;
//     }
// }