@charset "UTF-8";
/**!
* 常务会议首页
* date:2022-01-26
* author: lengyy;
*/
.banner {
  background: url("/Template/dynamic/meeting/css/../images/banner2.png") no-repeat center top;
}

.banner-title {
  padding: 80px 0;
  text-align: center;
}

.guide-title {
  position: relative;
  height: 48px;
  line-height: 48px;
  background: url("/Template/dynamic/meeting/css/../images/guide-title.png") no-repeat center;
  color: #fff;
  font-weight: bold;
  font-size: 28px;
  text-align: center;
}

.guide-content {
  margin-top: -23px;
  padding: 60px 50px 40px 83px;
  background: #fff6f6 no-repeat 38px 49px;
  border-radius: 8px;
  color: #5e646c;
  line-height: 29px;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(231, 191, 178, 0.42);
          box-shadow: 0px 0px 40px 0px rgba(231, 191, 178, 0.42);
}

.rule {
  margin-top: 72px;
}

.rule-content {
  position: relative;
  padding: 14px;
  margin-top: 40px;
  background: url("/Template/dynamic/meeting/css/../images/rule-border.png") repeat;
  border-radius: 8px;
  line-height: 24px;
  color: #5e646c;
}

.rule-content::before, .rule-content::after {
  content: '';
  position: absolute;
  width: 33px;
  height: 31px;
}

.rule-content::before {
  top: 0;
  left: 0;
  border-left: 4px solid #fac254;
  border-top: 4px solid #fac254;
}

.rule-content::after {
  bottom: 0;
  right: 0;
  border-right: 4px solid #fac254;
  border-bottom: 4px solid #fac254;
}

.rule-content .content-wrap {
  padding: 40px 42px;
  background: #fff;
  border-radius: 8px;
}

.mod-title {
  height: 53px;
  line-height: 53px;
  background: url("/Template/dynamic/meeting/css/../images/mod-title.png") no-repeat center;
  color: #fff;
  font-weight: bold;
  font-size: 28px;
  text-align: center;
}

.main {
  margin-top: 60px;
  padding-top: 55px;
  background: url("/Template/dynamic/meeting/css/../images/main-bg.jpg") repeat center top;
}

.time-line {
  margin-top: 20px;
  line-height: 50px;
  border-bottom: 1px solid rgba(35, 42, 51, 0.2);
}

.time-line .swiper-prev {
  float: left;
  width: 20px;
  height: 50px;
  background: url("/Template/dynamic/meeting/css/../images/swiper-prev.png") no-repeat left center;
  outline: 0;
}

.time-line .swiper-prev.swiper-button-disabled {
  background-image: url("/Template/dynamic/meeting/css/../images/swiper-prev-disabled.png");
}

.time-line .swiper-next {
  float: left;
  width: 20px;
  height: 50px;
  background: url("/Template/dynamic/meeting/css/../images/swiper-next.png") no-repeat right center;
  outline: 0;
}

.time-line .swiper-next.swiper-button-disabled {
  background-image: url("/Template/dynamic/meeting/css/../images/swiper-next-disabled.png");
}

.time-line .swiper-container {
  height: 56px;
  margin-bottom: -6px;
  float: left;
  width: calc(100% - 40px);
}

.time-line .swiper-slide {
  width: auto;
}

.time-line .swiper-slide .year-select {
  display: block;
  padding: 0 30px;
  font-family: 'DIN';
  font-size: 18px;
  font-weight: 600;
  color: #000;
}

.time-line .swiper-slide .year-select.active {
  position: relative;
  color: #ef4837;
}

.time-line .swiper-slide .year-select.active::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -6px;
  margin-left: -6px;
  width: 13px;
  height: 13px;
  background-color: #ef4837;
  border-radius: 50%;
}

.meeting-wrap {
  margin-top: 50px;
}

.meeting-item {
  position: relative;
  margin-bottom: 32px;
}

.meeting-item a {
  display: block;
}

.meeting-item a::after {
  content: '';
  display: block;
  clear: both;
}

.meeting-item a:hover .meeting-content {
  border-color: #ef4837;
}

.meeting-item a:hover .meeting-content .meeting-title {
  color: #ef4837;
  background-image: url("/Template/dynamic/meeting/css/../images/itemhover-title.png");
}

.meeting-item:last-child .meeting-content::after {
  content: unset;
}

.meeting-date {
  float: left;
  width: 155px;
  height: 40px;
  line-height: 40px;
  background: url("/Template/dynamic/meeting/css/../images/item-date.png");
  color: #fff;
  font-size: 18px;
  font-family: 'DIN', 'Microsoft YaHei';
  text-align: center;
  letter-spacing: 1px;
}

.meeting-content {
  float: right;
  width: calc(100% - 221px);
  background: #fff;
  border: 1px solid #dacfcf;
  border-radius: 10px;
  padding: 15px 20px 20px;
  cursor: pointer;
}

.meeting-content::before {
  content: '';
  position: absolute;
  left: 179px;
  top: 5px;
  width: 18px;
  height: 18px;
  background: url("/Template/dynamic/meeting/css/../images/item-dot.png");
}

.meeting-content::after {
  content: '';
  position: absolute;
  left: 188px;
  top: 25px;
  bottom: -34px;
  border-left: 1px solid #ef4837;
}

.meeting-title {
  padding-left: 17px;
  background: url("/Template/dynamic/meeting/css/../images/item-title.png") no-repeat left 17px;
  font-weight: bold;
  font-size: 18px;
  color: #000;
  line-height: 40px;
}

.meeting-brief {
  line-height: 24px;
  color: #232a33;
}

.meeting-item>a{
  color: #232a33;
}
@media (max-width: 767px) {
  .meeting-item {
    padding-left: 30px;
  }
  .meeting-date {
    display: block;
    float: none;
    margin-bottom: 20px;
  }
  .meeting-content {
    float: none;
    width: 100%;
  }
  .meeting-content::before {
    left: 0;
  }
  .meeting-content::after {
    left: 9px;
  }
}
.content-wrap>p>a{
  color: #5e646c;
}
