/* 公共代码 */
* {
  padding: 0;
  margin: 0;
}
/* 引用字体包 */
@font-face {
  font-family: 'Basier Square';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/BasierSquare-Regular-2.otf') format('otf'),
       url('../fonts/BasierCircle-Regular-3.otf') format('otf');

}

body {
  font-family: 'Basier Square', sans-serif!important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
article {
  width: 1110px;
  background: #ffffff;
}
/* bootstrap里input button更改样式  */
.btnborder:focus,
.btnborder:active:focus,
.btnborder:active:focus,
.btnborder:focus,
.btnborder:active:focus,
.btnborder:active:focus {
  outline: none !important;
  box-shadow: none !important;
  list-style: none !important;
  border-color: transparent;
  background-color: transparent;
  color: #ffffff;
  background: #1DCAAB;
}
.inpborder:focus {
  outline: none;
  border-color: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
input:focus {
  border: 1px solid transparent !important;
}
button:active {
  border-color: transparent;
}
/* 媒体查询模块 */

/* 小屏幕（平板，大于等于 768px） */
@media screen and (max-width: 767px) {
  /* 移动端导航栏样式 */
  .moveNav {
    font-size: 24px!important;
    color: #1dcaab!important;
  }
  .move-menu {
    color: #6bebc1;
    font-size: 25px;
  }
  .navbar {
    /* background-color: #3b5998; */
    overflow: hidden;
    height: 63px;
    position: fixed;
    top: 5px;
    left: 3px;
    color: #6bebc1;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10000;
  }
  .navbar a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    text-decoration: none;
    font-size: 17px;
    padding: 14px 16px;
  }
  .navbar ul {
    margin: 8px 0 0 0;
    list-style: none;
  }
  .navbar a:hover {
    background-color: #ddd;
    color: #000;
  }
  .side-nav {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 10000;
    top: 0;
    right: 0;
    background-color: #494949;
    overflow-x: hidden;
    /* padding-top: 60px; */
    transition: 0.5s;
  }
  .glyphicon:before {
    padding-right: 10px;
  }
  .side-nav a {
    padding: 15px 10px 15px 10px;
    text-decoration: none;
    font-size: 22px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    display: block;
    transition: 0.3s;
  }
  .side-nav a:hover {
    color: #1dcaab;
  }
  .side-nav .btn-close {
    position: absolute;
    top: 17px;
    right: 5px;
    font-size: 36px;
  }
  h2 {
    font-size: 24px !important;
  }
  .calendarDay .calendarBorder {
    margin-bottom: 5%;
    padding-right: 15px!important;
  }
  .calendarDay .note {
    margin:3% 0%;
  }
  .calendarDay .picktime p:after {
    width: 70%;
  }
    /* 日历左右箭头 */
    .calendar .prev-month{
      width: 26px;
      height: 26px;
      margin-right: 10px;
    }
    .calendar .next-month{
      width: 26px;
      height: 26px;
    }
    .calendarBorder {
      margin-bottom: 5%;
    }
    .calendarDay .rowBox .note .leftTime{
      /* margin-left: 5%!important; */
    }
    .latest {
      margin-top:30px!important;
    }
    .picktime .date {
      margin:30px 0px;
    }
    .picktime p:after {
      display: block;
      content: " ";
      height: 1px;
      width: 69%!important;
      border: 1px solid #D8D8D8;
      float: right
    }
  .login,
  .register {
    width: 90px !important;
  }
  .event .media {
    margin-bottom: 20px;
  }
  .event .media-left {
    padding-left: 10px;
  }
  .event .media-body {
    width: 100%;
    display: block !important;
  }
  .event .media-body .time {
    font-size: 14px !important;
  }
  .event .media-body .heading {
    font-size: 19px !important;
  }
  .event .media-body .media-content {
    overflow: hidden;
    text-overflow: ellipsis;

    display: -webkit-box;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 2;

    text-overflow: ellipsis;
  }

  .register {
    width: 70px !important;
  }
  .footer .footerBottom .footerInfo {
    padding-left: 5%;
  }
  /* footer */
  .footer .footerBottom .line {
    border-right:none!important;
  }
  .footer .footerBottom .signUp {
    padding-left: 10%!important;
  }
  .footer .footerBottom .signUp .inpborder {
    width: 71%!important;
  }
  .footer .footerBottom .signUp .footerButton {
    width: 71%!important;
  }
  .footer .footerBottom .navigate {
    padding-left: 10%!important;
  }
  .footer .footerBottom .connect {
    margin-top:10%;
  }
  .footer .footerBottom .contact {
    margin-top:-28%;
  }
}

/* 中等屏幕（桌面显示器，大于等于 992px） */
@media screen and (max-width: 991px) {
}

/* 大屏幕（大桌面显示器，大于等于 1200px） */
@media screen and (max-width: 1199px) {
}
@media screen and (max-width: 768px) {
  .container {
    width: 100%;
  }
  img {
    width: auto;
  }
}
/* 1.头部模块 */
.header {
  padding-top: 20px;
  box-sizing: border-box;
}
/* 查询模块 */
.header > .search img {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
.header > .search span {
  font-size: 12px;
  font-weight: 600;
  color: #333333;
  line-height: 20px;
}
.header > .search .ft {
  border-right: 1px solid #999999;
  padding-right: 10px;
}
.header > .search .en {
  padding-left: 10px;
}
/* 导航模块 */
.header > .nav .navbar-header .navbar-toggle {
  float: left;
}
.header > .nav .navbarm {
  list-style: none;
  border: none;
  background: none;
}
.box .middle,
.box .right {
  margin-top: 30px;
  box-sizing: border-box;
}
.header > .nav .navbarm:focus {
  background-color: #ffff;
}
.header > .nav .navBox .aboutsus {
  font-size: 14px;
  color: #8b9695;
  line-height: 20px;
}
.header > .nav .navBox .aboutsus1 {
  font-size: 14px;
  font-weight: bold;
  color: #333333;
  line-height: 20px;
}
.header > .nav .btn1 {
  text-align: right;
  white-space: nowrap;
}
.header > .nav .btn1 button {
  background: #e0f0ef;
  margin-left: 10px;
  border: none;
}
.header > .nav .btn1 .login {
  background: #e0f0ef;
  width: 90px;
  height: 48px;
  background: #e0f0ef;
  color: #ffff;
}

.header > .nav .btn1 .register {
  width: 108px;
  height: 48px;
  background: #1DCAAB;
  color: #ffff;
}
.header > .nav .btn1 a {
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}
.header > .nav .btn1 .login a {
  color: #023936;
  text-decoration: none;
}
.header > .nav .btn1 .register a {
  color: #ffffff;
  text-decoration: none;
}
.navbar ul>li {
  margin-right: 20px;
}
/*面包宵样式  */
.container .bread {
  margin-top:20px;
}
.container .bread .border {
  background: none;
  padding:0px!important;
}
.header > .nav .navBox .resourcesBorder {
  width: 10px;
  height: 4px;
  background: #1dcaab;
  position: absolute;
  top: 65px;
  left: 50px;
}
.nav ul > li {
  margin-right: 20px;
}
.container .bread .border .one {
  font-weight: 500;
  color: #8b9695;
}

.container .bread .border .two {
  font-weight: bold;
  color: #333333;
}

/*日历模块 */


.td-div{
  padding: 0px;
  width: 44px;
  height: 44px;
  line-height: 44px;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  cursor: pointer;
}
.currentMonth .td-div.active:after{
  position: absolute;
  left: 20px;
  bottom: 7px;
  content: "";
  width: 4px;
  height: 4px;
  background: #21BEC0;
  border-radius: 2px;
}
.currentDay .td-div.active:after{
  position: absolute;
  left: 20px;
  bottom: 7px;
  content: "";
  width: 4px;
  height: 4px;
  background: #FFFFFF;
  border-radius: 2px;
}

.currentDay .td-div{
  background: #1dcaab;
  border-radius: 50%;
  cursor: pointer;
  color: #fff;
}
#calendarTable td{
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  height: 61px;

  padding-top: 8px;
  padding-bottom: 9px;
}
.calendar-table tr {
  line-height: 53px;
  display: flex;
  border-bottom: 1px solid #E0F0EF;
}
.calendar-table tr:last-child{
  border: 0px;
}


@media screen and (max-width: 767px) {
  #calendar{
    height: 533px;
    padding-bottom: 0px;
    padding-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .event .media .mediaImg {
    /* width: 384px; */
    width: 100%;
    height: 256px;
    object-fit: cover;
    border-radius: 4px;
  }
  .event .media {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
  }
  .glyphicon:before {
    padding-right: 0px;
  }
}

@media (min-width: 992px) {
  #calendar{
    height: 533px;
    padding-bottom: 0px;
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .event .media .mediaImg {
    width: 384px;
    height: 256px;
    object-fit: cover;
    border-radius: 4px;
  }
}

.calendar {
  padding: 4%;
  border: 4px solid #f2f7fa;
  height: 473px;
}

.calendar .calendar-body-box {
  margin-top: 17px;
}
.calendar .calendar-title-box {
  position: relative;
  /*
  top: 16px;
  left: 20px; */
}

.calendar .calendar-title {
  font-size: 22px;
  font-weight: bold;
  color: #333333;
  line-height: 30px;
}

#calendarRight .noDataImg{
  width: 340px;
  height: 230px;
}

#calendarRight .noDataP{
  font-size: 14px;
  /* font-family: Montserrat-Medium, Montserrat; */
  font-weight: 500;
  color: #8B9695;
  text-align: center;
  margin-top: 18px;
}

#calendarRight  .noData{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
#calendarRight{
  height: 533px;
}
#bodyBox{
  height: 100%;
}

/**
 * 设置上个月的按钮图标
 */

.calendar .prev-month {
  position: absolute;
  top: 8%;
  right: 42px;
  color: #1dcaab;
  border: 1px solid #1dcaab;
  padding: 5px;
}

/**
 * 设置下个月的按钮图标
 */

.calendar .next-month {
  position: absolute;
  top: 8%;
  right: 0%;
  color: #1dcaab;
  border: 1px solid #1dcaab;
  padding: 5px;
}

/* 设置日历表格样式 */

.calendar-table {
  margin-top: 6%;
  width: 100%;
  border-collapse: collapse;
  text-align: center;
}

tbody tr th {
  height: 60px;
  background: #f2f7fa;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #146c80;
  flex: 1;
}

/* 表格行高 */

.calendar-table tr {
  line-height: 53px;
  /* border-bottom: 1px solid #E0F0EF; */
}

/* 当前天 颜色特殊显示 */

.currentDay {
  /* width: 50px; */
  /* height: 44px; */
  /* background: #1dcaab;
  border-radius: 4px;
  cursor: pointer; */
}

/* 本月 文字颜色 */

.currentMonth {
  color: #333;
  /* cursor: pointer; */
}

/* 其他月颜色 */

.otherMonth {
  color: #ede;
}

/* end */
.calendarDay .note a {
  color:#333;
}
.calendarDay .note .leftTime {
  background: #146c80;
  width: 96px;
  height: 96px;
  border-radius: 4px;
  color: #fff;
  font-weight: bold;
  /* padding-right: 0px; */
  padding: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.calendarDay .note .rightTime {
  /* padding-top: 7px; */
}
.calendarDay .note .rightTime .textOverflow {
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;

  display: -webkit-box;

  -webkit-box-orient: vertical;

  /* -webkit-line-clamp: 2; */

  text-overflow: ellipsis;
  margin-bottom: 8px;
}
.calendarDay .note {
  background: #ffffff;
  padding: 24px 20px;
  border: 4px solid #f2f7fa;
  margin-bottom: 38px;
}
h2 {
  font-size: 48px;
  font-weight: bold;
  color: #333333;
}
.date {
  height: 30px;
  font-size: 16px;
  font-weight: 500;
  color: #333333;
}
.event-line {
  height: 1px;
  border: 1px solid #D8D8D8;
}
.rightrl {
  font-size: 24px;
  font-weight: 500;
  color: #333333;
  line-height: 20px;
  margin-bottom: 3%;
}
.glyphicon-chevron-down:before {
  content: "\e114";
  font-size: 12px;
}
.picktime {
  line-height: 23%;
  margin-bottom: 54px;
}
.picktime p:after {
  display: block;
  content: " ";
  height: 1px;
  width: 88%;
  border: 1px solid #D8D8D8;
  float: right;
}

.event {
  /* margin-bottom: 40px; */
}
.event .week {
  font-size: 14px;
  font-weight: 500;
  color: #D8D8D8;
  line-height: 20px;
}
.event .eventInner .media {
  margin-bottom: 30px;
}
.event .day {
  font-weight: bold;
  color: #333333;
  /* line-height: 20px; */
}


.event .media-body .media-time {
  height: 30px;
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  line-height: 30px;
}
.event .media-body .media-heading {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  line-height: 30px;
  margin: 20px 0;
}
.event .media-body .media-content {
  font-size: 14px;
  font-weight: 300;
  color: #333333;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;

  display: -webkit-box;

  -webkit-box-orient: vertical;

  -webkit-line-clamp: 2;

  text-overflow: ellipsis;
}

.media-body {
  padding-left: 2%;
}
.footerLine {
  margin: 3%;
}
.footerLine .line {
  color:#D8D8D8;
}
.rowM {
  font-size: 14px;
  font-weight: 500;
  color: #8b9695;
  padding:4% 3%;
  margin-top:-61px;
}
.rowM .leftInner{
  float: left;
  cursor: pointer;
}
.rowM .rightInner{
  float: right;
  cursor: pointer;
}
.rowM .active {
  font-weight: 500;
  color: #333333;
}
.rowM .left .glyphicon {
  font-weight: 700;
}
.glyphicon-menu-left::before,
.glyphicon-menu-right::before {
  margin-top: 2%;
  font-size: 12px;
}

/* 3.底部模块  */
.a {
  text-decoration: none;
  list-style: none;
}
a:hover {
  text-decoration: none;
}
ul> li {
  list-style: none;
}
.inpborder {
  border:none;
  outline: none;
}
input:focus {
  outline: transparent;
  border:none;
}
.footer {
  padding: 5% 0;
  margin-top:4%;
  background-color: #f2f7fa;
}
.footer .footerBottom .line2 {
  border-right: 1px solid #D8D8D8;
  height: 250px;
}
.footer .container .footerBottom .ipt {
  width:100% ;
}
.footer .container .footerBottom .footerButton {
  width: 100% !important;
  height: 48px;
  background: #1dcaab;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  margin-top:20px;
  outline: none;
  border: none;
  display: block;
  line-height: 48px;
  text-align: center;
}
.footer .container .footerBottom .signUp {
  padding-right: 49px;
}
.footer .container .footerBottom .signUp .footerTitle,
.footer .container .footerBottom .navigate .footerTitle,
.footer .container .footerBottom .connect .footerTitle,
.footer .container .footerBottom .contact .footerTitle{
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  line-height: 30px;
  margin-bottom: 20px;
}
.footer .container .footerBottom .signUp .inpborder {
  height: 48px;
}
.footer .container .footerBottom .navigate  {
  padding-left: 82px;
}
.footer .container .footerBottom .connect {
  padding-left: 40px;
}
.footer .container .footerBottom .contact {
  padding-left: 40px;
}
.footer .container .footerBottom .contact .point {
  color: #1dcaab;
  margin-top:15px;

}
.footer .container .footerBottom .navigate .footerUl li {
  font-size: 14px;
font-weight: 400;
line-height: 33px;

}
.footer .container .footerBottom .navigate .footerUl a {
  color: #7D8385;
}
.footer .container .footerBottom .connect p {
  font-size: 22px;
  font-weight: bold;
  color: #333333;
  line-height: 30px;
}
.footer .container .footerBottom .connect .icons {
  display: flex;
  justify-content: flex-start;
  padding-left: 15px;
  margin-top:25px;

}
.footer .container .footerBottom .connect .icons li {
  padding-right: 25px;
}
.footer .copyright {
  margin-top:50px;
  text-align: center;
  color:#999;
  font-size: 12px;
  /* margin-left: -35px; */

}

@media screen and (max-width: 767px){
  .rowBox .leftTime{
    float: left;
  }
  .rowBox .rightTime{
    float: left;
    width: 60.66666667%;
  }
  .rowM {
    margin-top: 0px;
  }
}
.eventInner:first-child{
  margin-top: -44px;
}

/* 大屏幕 */
@media (min-width: 992px) {
   .calendarDay .note .rightTime h4,  .calendarDay .note .rightTime .textOverflow{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }

   .calendarDay .note .rightTime h4{
    height: 30px;
    line-height: 30px;
    text-align: justify;
    margin: 0px;
  }
   .calendarDay .note .rightTime .textOverflow{
    height: 24px;
    line-height: 24px;
  }
   .calendarDay .note .rightTime span{
    height: 24px;
    line-height: 24px;
    color: #479CD3;
  }
   .calendarDay .note .rightTime .rightTimeBottom{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
   .calendarDay .note .rightTime .rightTimeBottom img{
    width: 30px;
    height: 14px;
  }
   .calendarDay .note .rightTime{
    padding-right: 0px;
    width: 384px;
    box-sizing: content-box;
    padding-left: 20px;
  }
}
/* 小屏幕 */
@media screen and (max-width: 767px){
  .mobile_nav{
    margin-top: 60px;
    text-align: center;
  }
  .mobile_nav li{
    margin-top: 20px;

  }
  .calendarDay .note .rightTime h4,  .calendarDay .note .rightTime .textOverflow{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
  .rightTimeBottom img{
    /* display: none; */
  }
  .partHead .right, .jobs .right{
    width: auto !important;
  }
  .news h2{
    font-size: 21px !important;
  }
  #bodyBox .note{
    margin-bottom: 0px;
  }
  .jobs .main .col-xs-6{
    width: auto;
  }
  .jobs .main .right{
    padding: 0px;
    float: right;
  }
  .joinUs .col-xs-12,.jobs .main .col-xs-12{
    padding-left: 0px;
    padding-right: 0px;
  }
  .media-heading, .media-content{
    /* display: -webkit-box; */
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
  .rightTimeBottom img{
    width: 20px;
    object-fit: contain;
  }
  .main > .calendarDay .note .rightTimeBottom{
    display: flex;
    justify-content: space-between;
  }
  .calendarDay .note .rightTime span{
    height: 24px;
    line-height: 24px;
    color: #479CD3;
  }
  .rightTimeBottom{
    display: flex;
    justify-content: space-between;
  }

}

.eventMedia{
  float: left;
}
.month{
  font-size: 16px;
}
