/*
 * @Author: MEDCON 
 * @Date: 2021-04-15 11:31:26 
 * @Last Modified by:   MEDCON美迪康会务通学术会议服务平台 
 * @Last Modified time: 2021-04-15 11:31:26 
 */
/*全局样式*/
.title-box {
  text-align: center;
}
.title-box .title {
  font-weight: bold;
  color: #1f52cb;
  font-size: 22px;
  margin-top: 30px;
}
.title-box .title-more {
  margin-top: 20px;
  font-size: 12px;
  display: inline-block;
  color: #b5b5b5;
  position: relative;
}
.title-box .title-more:hover {
  color: #333;
}
.title-box .title-more:before,
.title-box .title-more:after {
  content: '';
  border-bottom: 3px solid #1f52cb;
  position: absolute;
  width: 100px;
  top: 5px;
  right: 50px;
}
.title-box .title-more:before {
  left: 50px;
}
/*全局样式*/
/*banner图*/
.banner {
  width: 100%;
  height: 469px;
  position: relative;
  background-repeat: no-repeat;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
  background-position: center center;
}
.banner .banner-content {
  height: 125px;
  background-color: rgba(19, 24, 44, 0.7);
  position: absolute;
  bottom: 0;
  width: 100%;
}
.banner .banner-content .bc-item {
  width: 33.33%;
  float: left;
  text-align: center;
}
.banner .banner-content .bc-item .bc-number {
  font-size: 42px;
  color: #2dcfea;
  font-style: italic;
  margin-top: 30px;
}
.banner .banner-content .bc-item .bc-text {
  color: #fff;
  font-size: 16px;
  margin-top: 10px;
}
/*轮播模块*/
.floor1 {
  margin-top: 30px;
}
.swiper {
  /* 本例子css */
  width: 49%;
  height: 325px;
  overflow: hidden;
  position: relative;
  /* 下面是前/后按钮代码，如果不需要删除即可 */
}
.swiper .hd {
  height: 15px;
  overflow: hidden;
  position: absolute;
  right: 5px;
  bottom: 5px;
  z-index: 1;
  width: 100%;
  text-align: center;
}
.swiper .hd ul {
  overflow: hidden;
  zoom: 1;
  display: inline-block;
}
.swiper .hd ul li {
  float: left;
  text-indent: 9999px;
  margin-right: 5px;
  width: 20px;
  height: 5px;
  background: #fff;
  cursor: pointer;
}
.swiper .hd ul li.on {
  background: #1f52cb;
  color: #fff;
}
.swiper .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}
.swiper .bd li {
  zoom: 1;
  vertical-align: middle;
}
.swiper .bd img {
  width: 100%;
  height: 325px;
  display: block;
}
.swiper .prev,
.swiper .next {
  position: absolute;
  left: 3%;
  top: 50%;
  margin-top: -25px;
  display: block;
  width: 32px;
  height: 40px;
  background: url(../image/slider-arrow.png) -110px 5px no-repeat;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.swiper .next {
  left: auto;
  right: 3%;
  background-position: 8px 5px;
}
.swiper .prev:hover,
.swiper .next:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}
.swiper .prevStop {
  display: none;
}
.swiper .nextStop {
  display: none;
}
/*轮播模块*/
/*最新会议*/
.new-meeting {
  width: 49%;
  height: 325px;
}
.new-meeting .new-meeting-header {
  border-bottom: 1px solid #eee;
  line-height: 55px;
  height: 55px;
}
.new-meeting .new-meeting-header .nm-more {
  color: #aaa;
}
.new-meeting .new-meeting-header .nm-more:hover {
  color: #333;
}
.new-meeting .new-meeting-header .nm-title {
  font-weight: bold;
  font-size: 22px;
  color: #1f52cb;
  position: relative;
}
.new-meeting .new-meeting-header .nm-title:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  border-bottom: 3px solid #1f52cb;
  width: 100%;
}
.new-meeting .txtMarquee-top {
  width: 100%;
  height: 250px;
  margin-top: 19px;
  overflow: hidden;
  position: relative;
}
.new-meeting .txtMarquee-top .hd {
  overflow: hidden;
  height: 30px;
  background: #f4f4f4;
}
.new-meeting .txtMarquee-top .infoList li {
  height: 24px;
  line-height: 24px;
  margin-top: 18px;
}
.new-meeting .txtMarquee-top .infoList li a {
  color: #000;
  padding-left: 15px;
  position: relative;
}
.new-meeting .txtMarquee-top .infoList li a:before {
  content: '';
  width: 5px;
  height: 5px;
  position: absolute;
  top: 9px;
  left: 2px;
  background-color: #000;
}
.new-meeting .txtMarquee-top .infoList li:hover a {
  color: #1f52cb;
}
.new-meeting .date {
  margin-left: 30px;
}
.new-meeting .date,
.new-meeting .dress,
.new-meeting .txt-line {
  float: right;
  color: #999;
}
.new-meeting .txt-line {
  padding: 0 5px;
  position: relative;
  top: -1px;
}
.new-meeting .dress {
  color: #e0872c;
  font-weight: bold;
}
/*最新会议*/
/*合作商户*/
.friend-box {
  overflow: hidden;
  margin-top: 30px;
  background-color: #f8f9fb;
}
.friend-box .picMarquee-left {
  margin-top: 30px;
  padding-bottom: 20px;
  overflow: hidden;
  position: relative;
}
.friend-box .picMarquee-left .bd {
  padding: 10px 0;
}
.friend-box .picMarquee-left .bd ul {
  overflow: hidden;
  zoom: 1;
}
.friend-box .picMarquee-left .bd ul li {
  width: 15%;
  float: left;
  _display: inline;
  overflow: hidden;
  text-align: center;
  margin-right: 24px;
}
.friend-box .picMarquee-left .bd ul li .pic {
  text-align: center;
  background-color: #fff;
  padding: 5px 10px;
}
.friend-box .picMarquee-left .bd ul li .pic img {
  width: auto;
  max-width: 100%;
  height: 60px;
  display: inline-block;
  padding: 2px;
}
.friend-box .picMarquee-left .bd ul li .pic a:hover img {
  border-color: #999;
}
.friend-box .picMarquee-left .bd ul li .title {
  line-height: 24px;
  font-size: 14px;
  margin-top: 10px;
}
.friend-box .prev,
.friend-box .next {
  position: absolute;
  left: -4px;
  font-size: 36px;
  top: 33px;
  display: block;
  width: 32px;
  height: 40px;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.friend-box .next {
  left: auto;
  right: -1px;
  background-position: 8px 5px;
}
.friend-box .prev:hover,
.friend-box .next:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}
/*合作商户*/
/*咨询列表*/
.news-wrapper {
  padding-bottom: 30px;
}
.news-wrapper .news-list {
  margin-top: 10px;
}
.news-wrapper .news-item {
  width: 47%;
  text-align: left;
  line-height: 20px;
  margin-top: 15px;
}
.news-wrapper .news-item:hover h2,
.news-wrapper .news-item:hover p {
  color: #0a66ea;
}
.news-wrapper .news-item h2 {
  font-size: 16px;
  color: #000;
  display: inline-block;
  width: calc(100% - 110px);
}
.news-wrapper .news-item-date {
  color: #999;
  font-size: 14px;
  display: inline-block;
  width: 105px;
  text-align: right;
}
.news-wrapper .news-item:nth-child(even) {
  float: right;
}
/*咨询列表*/
/*推荐会议*/
.rm-list {
  padding-bottom: 30px;
}
.rm-list li {
  margin-top: 30px;
  cursor: pointer;
  float: left;
  width: 23%;
  overflow: hidden;
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 2.66%;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.rm-list li:nth-child(4n) {
  margin-right: 0;
}
.rm-list li:hover {
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
  transform: scale(1.02);
  -webkit-box-shadow: 0 0 30px #ddd;
  -moz-box-shadow: 0 0 30px #ddd;
  box-shadow: 0 0 30px #ddd;
}
.rm-list li .rm-content {
  padding: 15px;
  text-align: left;
  position: relative;
}
.rm-list li .rm-content:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0px;
  background-color: #c30f1d;
  z-index: -1;
}
.rm-list li .rm-content .video-title {
  font-weight: bold;
  font-size: 16px;
  color: #1e1e1e;
  margin-bottom: 15px;
  line-height: 1.2;
}
.rm-list li .rm-content .rm-text {
  font-size: 0.75rem;
  color: #6c6c6c;
  margin-top: 1rem;
}
.rm-list li .rm-bottom {
  color: #aaa;
  font-size: 13px;
  margin-bottom: 5px;
}
.rm-list li .rm-bottom .iconfont {
  position: relative;
  top: 1px;
}
.rm-list li .rm-bottom .message-number {
  margin-right: 10px;
}
.rm-list li .rm-item-img {
  width: 100%;
  height: 10.5rem;
  background-color: #f1f1f1;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
}
.rm-list li .rm-item-img .play-icon {
  display: block;
  width: 45px;
  height: 45px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 20px;
  color: #fff;
  text-align: center;
  line-height: 45px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -22.5px;
  margin-left: -22.5px;
}
.rm-list li .temp-fjj:before {
  content: 'sIDDBPHcZUn75XeBQepNPuzSR2VMsK3XiQ4tFJsuun0wqtx8aC3cS8KfF7FE1Iy_xyDslZb2NrQCA9LL6qMbxXQ_d_d';
  display: none;
  width: 100%;
  height: 5px;
}
.recommend-meeting {
  overflow: hidden;
  background-color: #f8f9fb;
}
.recommend-meeting li {
  background-color: #fff;
}
.recommend-meeting li:hover .video-title {
  color: #1f52cb;
}
/*推荐会议*/
/*视频列表*/
.video-box {
  background-color: #FFF;
  padding-bottom: 30px;
}
.video-box .liveStatus {
  color: #fb6c70;
  line-height: 22px;
}
.video-box .liveStatus span {
  font-weight: 700;
}
.video-box .liveStatus .clock {
  font-weight: normal;
  margin-left: -5px;
  font-size: 12px;
}
.video-box .liveStatus .clock span {
  font-weight: normal;
}
.video-box .header-subject {
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
  line-height: 24px;
  height: 24px;
}
.video-box .header-subject .subject {
  color: #1f52cb;
  font-weight: bold;
}
.video-box .header-subject .status1 {
  color: #35bb00;
  font-weight: bold;
}
.video-box .header-subject .status1 .iconfont {
  margin-right: 3px;
}
.video-box .header-subject .status1 b {
  position: relative;
  top: 1px;
  display: inline-block;
  width: 3px;
  height: 14px;
  background-color: #35bb00;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-right: 2px;
}
.video-box .header-subject .status1 b:nth-child(1),
.video-box .header-subject .status1 b:nth-child(4) {
  -webkit-animation: play_bottom 0.5s ease-out infinite alternate;
  -o-animation: play_bottom 0.5s ease-out infinite alternate;
  animation: play_bottom 0.5s ease-out infinite alternate;
}
.video-box .header-subject .status1 b:nth-child(2) {
  height: 12px;
  -webkit-animation: play_top 0.5s ease-in infinite alternate;
  -o-animation: play_top 0.5s ease-in infinite alternate;
  animation: play_top 0.5s ease-in infinite alternate;
}
.video-box .header-subject .status1 b:nth-child(3) {
  height: 8px;
  -webkit-animation: play_top 0.5s ease-in infinite alternate;
  -o-animation: play_top 0.5s ease-in infinite alternate;
  animation: play_top 0.5s ease-in infinite alternate;
}
.video-box .header-subject .status2 {
  border-radius: 2px;
  color: #41c388;
  border: 1px solid #41c388;
  line-height: 14px;
  padding: 4px 6px;
  font-size: 13px !important;
}
.video-box .header-subject .status2:hover {
  background-color: #18c393;
  color: #fff;
}
.video-box .header-subject .status3 {
  color: #999999;
  font-weight: bold;
  margin-top: -2px;
}
.video-box .header-subject .status3 .iconfont {
  font-size: 18px;
  margin-right: 3px;
  position: relative;
  top: 1px;
}
.video-box .header-subject .status3:hover {
  color: #01a0e8;
}
/*视频列表*/
/*移动端样式*/
@media screen and (max-width: 768px) {
  /*banner图*/
  .banner {
    height: 220px;
    -webkit-background-size: 100% 150px;
    background-size: auto 150px;
    background-position: center top;
  }
  .banner .banner-content {
    height: 70px;
  }
  .banner .banner-content .bc-item .bc-number {
    font-size: 24px;
    margin-top: 12px;
  }
  .banner .banner-content .bc-item .bc-text {
    font-size: 14px;
    margin-top: 5px;
  }
  /*咨询列表*/
  .news-wrapper {
    width: 90%;
    margin: 0 auto;
  }
  .news-wrapper .news-list {
    margin-top: 10px;
  }
  .news-wrapper .news-item {
    width: 100%;
  }
  /*咨询列表*/
  /*轮播模块*/
  .floor1 {
    margin-top: 0;
  }
  .swiper {
    /* 本例子css */
    width: 100%;
    height: 100%;
  }
  .swiper .bd img {
    width: 100%;
    height: 100%;
  }
  /*轮播模块*/
  /*最新会议*/
  .new-meeting {
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: auto;
  }
  .new-meeting .new-meeting-header .nm-title {
    font-size: 18px!important;
  }
  .new-meeting .new-meeting-header .nm-more {
    font-size: 14px;
  }
  .new-meeting .txtMarquee-top {
    height: 360px;
  }
  .new-meeting .txtMarquee-top .infoList li {
    height: 30px;
    padding-top: 25px;
    padding-bottom: 5px;
    position: relative;
    margin-top: 0;
    border-bottom: 1px solid #f1f1f1;
  }
  .new-meeting .txtMarquee-top .infoList li a {
    position: absolute;
    top: 5px;
    left: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    width: 100%;
  }
  .new-meeting .txtMarquee-top .infoList li .date {
    float: left;
    margin-left: 15px;
  }
  .new-meeting .txtMarquee-top .infoList li .txt-line {
    display: none;
  }
  .new-meeting .txtMarquee-top .infoList li span {
    float: right;
  }
  /*最新会议*/
  /*合作商户*/
  .friend-box .picMarquee-left .bd {
    padding: 10px 30px;
    text-align: center;
  }
  .friend-box .picMarquee-left .bd .tempWrap {
    display: inline-block;
  }
  .friend-box .picMarquee-left .bd ul li {
    width: 47%;
    margin: 0 12px 0 5px;
  }
  /*合作商户*/
  /*推荐会议*/
  .recommend-meeting .rm-list li,
  .video-box .rm-list li {
    width: 90%;
    margin: 1rem 5%;
  }
  .recommend-meeting .rm-list li .rm-item-img,
  .video-box .rm-list li .rm-item-img {
    height: 12rem;
  }
  /*推荐会议*/
}
@-webkit-keyframes play_top {
  100% {
    height: 15px;
  }
}
@keyframes play_top {
  100% {
    height: 15px;
  }
}
.play_top {
  -webkit-animation-name: play_top;
  animation-name: play_top;
}
@-webkit-keyframes play_bottom {
  100% {
    height: 1px;
  }
}
@keyframes play_bottom {
  100% {
    height: 1px;
  }
}
.play_bottom {
  -webkit-animation-name: play_bottom;
  animation-name: play_bottom;
}
/*# sourceMappingURL=index.css.map */