body {
  min-width: 100%;
}

.title {
  font-size: 27px;
  color: #f79500;
  font-weight: bold;
  position: relative;
  text-align: left;
}

.title span {
  background: #fff;
  padding-left: 10px;
  padding-right: 10px;
  z-index: 2;
  position: relative;
}

.title i {
  background: url("https://french.news.cn/afrique/2022/mobile/images/line.png") 0 center repeat-x;
  background-size: auto 50%;
  width: 100%;
  display: block;
  height: 16px;
  position: absolute;
  left: 0;
  top: 8px;
  z-index: 1;
}

.banner img,
.session img,
.carousel img,
.appoitment img,
.photo img {
  width: 100%;
}

.banner {
  position: relative;
}

.session {
  margin: 5px auto;
}

.carousel {

  position: relative;
  margin-top: 10px;
}

.carousel .swiper-slide {
  background: #f1f1f1;
}

.carousel h2 {
  line-height: 20px;
  font-size: 14px;
  color: #313131;
  padding: 10px;
}

.txt-list {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.txt-list li {
  border-bottom: 1px solid #f7f7f7;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.txt-list h2 {
  font-size: 16px;
  line-height: 24px;
  color: #434343;
  font-weight: bold;
}

.txt-list p {
  font-size: 12px;
  color: #b2b2b2;
}

.agenda ul {
  padding-top: 15px;
}

.agenda li {
  margin-bottom: 35px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.agenda .agenda-date {
  width: 50%;
  height: auto;

  background-size: 50%;
  text-align: center;
  font-family: Arial;
  color: #313131;
  float: left;
  margin-right: 15px;
}


.agenda .agenda-date img {
  width: 100%;
  height: auto;

}

.agenda .agenda-date-day {
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
  margin-top: 10px;
}

.agenda .agenda-date-mon {
  font-size: 12px;
  font-weight: bold;
}

.agenda .agenda-title {
  font-size: 16px;
  width: 45%;
  float: right;
  line-height: 20px;
  font-weight: bold;
  color: #313131;
  padding-top: 5px;
}

.video-play {
  position: absolute;
  display: block;
  width: 11%;
  height: 37%;
  top: 66px;
  left: 22px;
  background: url(https://french.news.cn/afrique/2022/mobile/images/video_play_ico.png)no-repeat;
  background-size: 40px 40px;
}

.video ul {
  margin-top: 15px;
}

.video li {
  width: 40%;
  margin-bottom: 15px;
  float: left;
  background-color: #fff;
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.08);
  position: relative;
}

.video li:nth-of-type(odd) {
  margin-left: 8%;
  margin-right: 2%;
  clear: left;
}

.video li:nth-of-type(even) {
  margin-left: 2%;
  margin-right: 8%;
}

.video .pic {
  position: relative;
}

.video .pic:before {
  content: "";
  background: url("https://french.news.cn/afrique/2022/mobile/images/play.png") 0 0 no-repeat;
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0px;
}

.video img {
  width: 100%;
}

.video h2 {
  padding: 10px;
  line-height: 30px;
  font-size: 14px;
}

.press {
  margin-top: 30px;
}

.press .picTxt {
  width: 80%;
  margin: 15px auto;
  background: #f5f3ee;
}

.press .picTxt img {
  width: 100%;
}

.press .picTxt h2 {
  font-size: 14px;
  padding: 10px;
  line-height: 20px;
}

.press .txt {
  padding-left: 10px;
  padding-right: 10px;
}

.press .txt li {
  padding-bottom: 10px;
  position: relative;
  padding-left: 8%;
}

.press .txt li:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 8px;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #cc3333;
}

.press .txt li a {
  font-size: 17px;
  line-height: 26px;
  color: #434343;
  font-weight: bold;
}

.photo {
  margin-bottom: 15px;
  position: relative;
}

.photo .swiper-container {
  margin-top: 15px;
}

.photo .swiper-slide {
  background: #f1f1f1;
}

.photo .swiper-pagination {
  width: 50%;
  left: 25%;
}

.photo .swiper-pagination-bullet {
  background: #cc3333;
  opacity: 0.8;
  margin-left: 3%;
  margin-right: 3%;
}

.photo .swiper-pagination-bullet-active {
  opacity: 1;
}

.photo h2 {
  line-height: 20px;
  font-size: 14px;
  color: #fff;
  padding: 10px;
  position: absolute;
  width: 95%;
  left: 0;
  bottom: 0;
  background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
}

.photo h2 a {

  color: #fff;

}

.foot {
  background: #c9151e;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  margin-top: 30px;
  padding: 10px 0;
}

.nav-btn {
  height: 42px;
  width: 50px;
  position: absolute;
  top: 25px;
  right: 10px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.nav-btn.active {
  position: fixed;
  z-index: 20;
}

.nav-btn-bar {
  height: 1px;
  width: 23px;
  display: block;
  margin: 7px auto;
  position: relative;
  background-color: #fff;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.nav-btn-bar:nth-of-type(1) {
  -moz-animation: rotateR 1.5s cubic-bezier(0.5, 0.2, 0.2, 1);
  -webkit-animation: rotateR 1.5s cubic-bezier(0.5, 0.2, 0.2, 1);
  animation: rotateR 1.5s cubic-bezier(0.5, 0.2, 0.2, 1);
}

.nav-btn-bar:nth-of-type(2) {
  -moz-animation: fade 1.5s cubic-bezier(0.1, 0.8, 0.1, 1);
  -webkit-animation: fade 1.5s cubic-bezier(0.1, 0.8, 0.1, 1);
  animation: fade 1.5s cubic-bezier(0.1, 0.8, 0.1, 1);
}

.nav-btn-bar:nth-of-type(3) {
  -moz-animation: rotateL 1.5s cubic-bezier(0.5, 0.2, 0.2, 1);
  -webkit-animation: rotateL 1.5s cubic-bezier(0.5, 0.2, 0.2, 1);
  animation: rotateL 1.5s cubic-bezier(0.5, 0.2, 0.2, 1);
}

.nav-btn.active .nav-btn-bar:nth-of-type(1) {
  -moz-transform: translateY(10px) rotate(45deg);
  -ms-transform: translateY(10px) rotate(45deg);
  -webkit-transform: translateY(10px) rotate(45deg);
  transform: translateY(10px) rotate(45deg);
}

.nav-btn.active .nav-btn-bar:nth-of-type(2) {
  opacity: 0;
}

.nav-btn.active .nav-btn-bar:nth-of-type(3) {
  -moz-transform: translateY(-6px) rotate(-45deg);
  -ms-transform: translateY(-6px) rotate(-45deg);
  -webkit-transform: translateY(-6px) rotate(-45deg);
  transform: translateY(-6px) rotate(-45deg);
}

.nav {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 19;
  background: #c9151e;
  width: 100%;
  height: 100%;
  padding-top: 20%;
}

.nav a {
  display: block;
  color: #fff;
  font-size: 18px;
  line-height: 45px;
  padding: 0 10%;
}

.nav.active {
  display: block;
}

.calendar {
  width: 86%;
  margin: 45px auto;
  position: relative;
  border: 1px solid #c9151e;
  margin-bottom: 15px;
}

.calendar .title {
  text-align: center;
  position: absolute;
  top: -22px;
  width: 100%;
}

.calendar .title span {
  background: #fff;
  padding-left: 10px;
  padding-right: 10px;
}

.calendar .month {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  line-height: 30px;
  text-align: center;
  background: #c9151e;
  margin-top: 27px;
}

.calendar .week {
  margin-left: 4%;
  margin-right: 4%;
  border-bottom: 1px solid #c9151e;
}

.calendar .week li {
  width: 14%;
  float: left;
  font-size: 16px;
  line-height: 36px;
  text-align: center;
  font-weight: bold;
}

.calendar .day {
  margin-left: 4%;
  margin-right: 4%;
  font-family: Arial, Helvetica, sans-serif;
}

.calendar .day li {
  width: 14%;
  float: left;
  font-size: 16px;
  line-height: 36px;
  height: 36px;
  text-align: center;
}

.calendar .day li a {
  color: #c9151e;
  display: block;
}

.calendar .day li a:hover {
  color: #fff;
  background: #c9151e;
  border-radius: 50%;
}
/* 瀑布流 */
.part {
  width: 1000px;
  margin: 0 auto;
  -webkit-transition: width 0.8s;
  -moz-transition: width 0.8s;
  transition: width 0.8s;
}

.list-wz {
  margin-bottom: 30px;
}

.list-wz .title {
  margin: 20px auto;
}

.list-wz .list-cont {
  border-top: 1px solid #ccc;
}

.list-wz .item {
  border-bottom: 1px dotted #ccc;
  padding: 30px 0;
  position: relative;
  padding-left: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.list-wz .item:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #135091;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 10px;
  top: 51%;
  margin-top: -3px;
}

.list-wz .item .tit {
  font-size: 20px;
  line-height: 1.5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.list-wz .item .tit a {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #333;
}

.list-wz .item .tit .time {
  color: #b1b1b1;
  font-size: 14px;
  display: none;
}

.list-wz .item.item-pic {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.list-wz .item.item-pic .img {
  width: 260px;
  margin-right: 20px;
}

.list-wz .item.item-pic .img img {
  width: 100%;
}

.list-wz .item.item-pic .tit {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.list-more {
  margin: 50px auto;
  font-size: 24px;
  line-height: 2;
  height: 48px;
  width: 300px;
  text-align: center;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  background: #0083de;
  color: #fff;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .part {
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 10px 20px;
      width: 100%;
      background: #fff;
  }

  .list-wz {
      margin-top: 0px;
      margin-bottom: 10px;
  }

  .list-wz .title {
      font-size: 20px;
      line-height: 30px;
      margin: 10px auto;
  }

  .list-wz .item {
      padding: 15px 0;
      padding-left: 10px;
  }

  .list-wz .item:before {
      width: 4px;
      height: 4px;
      left: 0;
      top: 27px;
      margin-top: 0;
  }

  .list-wz .item .tit {
      font-size: 18px;
      display: block;
  }

  .list-wz .item .tit a,
  .list-wz .item .tit span {
      display: block;
  }

  .list-wz .item.item-pic .img {
      width: 110px;
      margin-right: 10px;
  }

  .list-wz .item.item-pic:before {
      top: 27px;
  }

  .list-more {
      margin: 20px auto 10px;
      font-size: 16px;
      line-height: 32px;
      height: 32px;
      -webkit-border-radius: 16px;
      -moz-border-radius: 16px;
      border-radius: 16px;
      width: 185px;
  }
}
/*# sourceMappingURL=maps/mobile.css.map */