.img img {
  width: 100%;
  height: 100%;
}
.positioned{
  text-align: center;
}
.collect a {
  color: #8b8b8b;
}
.hygiene{
  min-height: 780px;
 
}
/* 时间字体 */
.time {
  font-size: 14px;
  color: #8b8b8b;
  line-height: 19px;
  font-weight: normal;
  margin-left: 10px;
  margin-top: 8px;
}

/* 报名按钮 */
.bmbutton {
  position: absolute;
  right: 0;
  top: -5px;
  width: 88px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background: #003984;
  border-radius: 4px;
  font-size: 16px;
  color: #ffffff;
}

/* 面包屑 */
.detailCrumbs {
  font-size: 14px;
  color: #8b8b8b;
  padding: 16px 30px 0px 0px;
  margin-left: 10px;
  
}

.detailCrumbs a {
  color: #8b8b8b;
}

/* 分页 */
.pageing {
  text-align: center;
  padding: 55px 0;
}

.pageing span {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  width: 40px;
  border-radius: 4px;
  color: #525256;
  border: 1px solid #eeeeee;
  box-sizing: border-box;
  font-size: 14px;
  background-color: #fff;
  cursor: pointer;
}

.pageing span.current {
  color: #fff;
  border: 1px solid #003984;
  background-color: #003984;
  box-sizing: border-box;
  font-size: 14px;
}

/* 热门推荐 */
.recommend {
  width: 240px;
}

.topBox {
  width: 100%;
  border-bottom: 3px solid #003984;
}

.hot_title {
  font-size: 17px;
  font-weight: bold;
  color: #010219;
  margin-bottom: 10px;
}

.hot_more {
  font-size: 14px;
  color: #525256;
}

.hot_more:hover {
  color: #a9803a;
}

.hot ul {
  margin-bottom: 25px;
}

.hot ul li {
  margin: 12px 0;
}

.hot ul li .img img {
  width: 86px;
  height: 56px;
}

.hot ul li p {
  width: 60%;
  margin-top: 6px;
  margin-left: 10px;
}

.mac .hot ul li p {
  margin-top: 6px;
}

.hot ul li p:nth-child(2) {
  color: #010219;
}

.inform ul li {
  margin: 18px 0;
}

.inform ul li p {
  max-width: 222px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fangk {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #003984;
  border-radius: 2px;
  margin-right: 10px;
  margin-top: 7px;
}

.img img {
  width: 100%;
  height: 100%;
}

/* 时间字体 */
.time {
  font-size: 14px;
  color: #8b8b8b;
  line-height: 19px;
  font-weight: normal;
  margin-left: 10px;
  margin-top: 8px;
}

/* 报名按钮 */
.bmbutton {
  position: absolute;
  right: 0;
  top: -5px;
  width: 88px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background: #003984;
  border-radius: 4px;
  font-size: 16px;
  color: #ffffff;
}

/* 分页 */
.pageing {
  text-align: center;
  padding: 58px 0;
  padding-bottom: 108px;
}

.pageing span {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  width: 55px;
  border-radius: 4px;
  color: #525256;
  border: 1px solid #eeeeee;
  box-sizing: border-box;
  font-size: 14px;
  background-color: #fff;
  cursor: pointer;
}

.pageing span.current {
  color: #fff;
  border: 1px solid #003984;
  background-color: #003984;
  box-sizing: border-box;
  font-size: 14px;
}



.search .input {
  width: 180px;
  height: 38px;
  border-radius: 4px 0 0 4px;
  border: 1px solid #003984;
  padding-left: 10px;
  box-sizing: border-box;
}

.search .btn {
  width: 66px;
  height: 38px;
  background: #003984;
  border-radius: 0px 4px 4px 0px;
  text-align: center;
  line-height: 38px;
  cursor: pointer;
}

/* 无内容 */
.no_inner {
  padding-top: 60px;
  text-align: center;
}

/* 标签 */
.bs_label .label_li {
  margin-right: 20px;
}

.bs_label .label_li span {
  font-size: 14px;
  color: #8b8b8b;
}

/* 分享插件样式修改 */
.social-share .social-share-icon {
  width: 17px;
  height: 17px;
  font-size: 17px;
  border-radius: 50%;
  line-height: 17px;
  border: none !important;
  vertical-align: top;
}

/* 收藏 */
.collect {
  font-size: 14px;
  color: #8b8b8b;
  padding-left: 20px;
  background: url(../image/collect.png) no-repeat left center;
  background-size: 16px 16px;
  line-height: 25px;
}

.collect.ysc {
  background: url(../image/ysc.png) no-repeat left center;
  background-size: 16px 16px;
}

.share {
  margin-left: 52px;
  font-size: 14px;
  color: #8b8b8b;
  line-height: 25px;
  vertical-align: middle;
}

/* 供需详情推荐内容标题 */

.interested {
  margin-top: 30px;
}

.interested .interested_title {
  border-top: 2px solid #003984;

  font-size: 20px;
  font-weight: bold;
  color: #010219;
  line-height: 56px;
}

.pdf {
  height: calc(100vh - 118px) !important;
}

.screen .screenBox {
  width: 196px;
  background: #ffffff;
  border: 1px solid #eeeeee;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.screen .screenBox .title {
  height: 40px;
  line-height: 40px;
  background: #d0b380;
  font-size: 16px;
  color: #ffffff;
  padding-left: 27px;
}

.screen .screenBox ul {
  margin-top: 5px;
}

.screen .screenBox li {
  padding-left: 27px;
  font-size: 13px;
  height: 28px;
  line-height: 28px;
  color: #010219;
  cursor: pointer;
}

.screen .screenBox li:hover {
  width: 146px;
  height: 28px;
  background: #ffffff;
  box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.31);
  border-radius: 0px 100px 100px 0px;
  color: #d0b380;
}

.screenHover {
  width: 146px;
  height: 28px;
  background: #ffffff;
  box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.31);
  border-radius: 0px 100px 100px 0px;
  color: #d0b380 !important;
}

/* 分享按钮样式 */
.social-share .icon-wechat .wechat-qrcode {
  border: 1px solid #eee;
  position: absolute;
  z-index: 9;
  top: 31px;
  left: -92px;
  width: 200px;
  height: 192px;
  color: #666;
  font-size: 12px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 2px 10px #aaa;
  transition: all 200ms;
  -webkit-tansition: all 350ms;
  -moz-transition: all 350ms;
}

.social-share .icon-wechat .wechat-qrcode:after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -6px;
  bottom: auto;
  width: 0;
  top: -15px;

  height: 0;
  border-width: 8px 6px 6px 6px;
  border-style: solid;
  border-color: transparent transparent #f3f3f3 transparent;
}

/* 侵权声明 */
.tortStatement {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #8B8B8B;
  text-align: right;
  margin: 20px 0;
}


/* 登录弹窗相关 */
.loginMasked {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 99999970;
}

.logBox {
  width: 444px;
  height: 472px;
  background: rgba(255, 255, 255, .4);
  border-radius: 4px;
  position: absolute;
  top: 50%;
  margin-top: -236px;
  left: 50%;
  margin-left: -222px;
  box-sizing: border-box;
  padding: 10px 7px;
}

.logBox .logForm {
  width: 430px;
  height: 452px;
  background: #FFFFFF;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  overflow: hidden;
}

.logBox .logForm .close {
  margin-top: 17px;
  margin-right: 17px;
  height: 14px;
  position: relative;
}

.logBox .logForm .close button {
  width: 14px;
  height: 14px;
  position: absolute;
  right: 0;
  background: url(../image/close.png) no-repeat center;
  background-size: 14px auto;
  cursor: pointer;
  top: 0;
}

.logBox .logForm .logFormTab {
  margin-top: 16px;
  box-sizing: border-box;
  padding: 0 90px;
  position: relative;
  text-align: center;
}

.logBox .logForm .logFormTab div {
  font-size: 20px;
  font-family: MicrosoftYaHei;
  color: #010219;
  line-height: 26px;
  padding-bottom: 5px;
  border-bottom: 3px solid transparent;
  cursor: pointer;
}

.logBox .logForm .logFormTab div.current {
  color: #003984;
  border-bottom: 3px solid #003984;
}

.logBox .logForm .logFormTab span {
  display: inline-block;
  width: 1px;
  height: 21px;
  background-color: #CDCDCD;
  vertical-align: middle;
  margin-top: 3px;
}

.logBox .logForm .formBody {
  padding: 0 43px;
}

.logBox .logForm .formBody .inpBox {
  width: 345px;
  height: 40px;
  margin-top: 20px;
  position: relative;
}

.logBox .logForm .formBody .inpBox input {

  width: 345px;
  height: 40px;
  border-radius: 4px;
  border: 1px solid #EEEEEE;
  line-height: 40px;
  box-sizing: border-box;
  padding: 0 20px;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #010219;

}
.logBox .logForm .formBody .inpBox.code input {
  width: 241px;
}

.logBox .logForm .formBody .inpBox.code .fr {
  width: 94px;
  height: 40px;
  border-radius: 4px;
  border: 1px solid #EEEEEE;
  line-height: 40px;
  overflow: hidden;
}

.logBox .logForm .formBody .inpBox.code .fr img {
  width: 94px;
  height: 40px;
  display: block;
}

.logBox .logForm .formBody .inpBox.code .phoneCodeBtn {
  text-align: center;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #8B8B8B;
  line-height: 40px;
  cursor: pointer;
}

.logBox .logForm .formBody .inpBox button {
  width: 345px;
  height: 40px;
  background: #003984;
  border-radius: 4px;
  text-align: center;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #FFFFFF;
  line-height: 40px;
  cursor: pointer;
}

.logBox .logForm .formBody .alinks a {
  margin-top: 14px;
  font-size: 12px;
  font-family: MicrosoftYaHei;
  color: #8B8B8B;
  line-height: 16px;
}

@keyframes totop {
  from {
    top: 10px;
  }

  to {
    top: -7px
  }
}

.logBox .logForm .formBody .inpBox label.error {
  color: #F40B26;
  position: absolute;
  background-color: #FFF;
  padding: 0 4px;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  z-index: 7777;
  top: -7px;
  left: 20px;
  animation: totop .3s;
}

.logBox .logForm .formBody .inpBox input.error {
  border-color: #F40B26;
}

.logBox .logForm .formBody .inpBox.focus input {
  border-color: #D0B380;
}

.logBox .logForm .formBody .inpBox.focus::after {
  content: attr(placeholder);
  color: #D0B380;
  position: absolute;
  background-color: #FFF;
  padding: 0 4px;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  z-index: 7777;
  visibility: visible;
  top: -7px;
  left: 20px;
  display: block;
  height: 14px;
  animation: totop .3s;
  line-height: 14px;
}
.logBox .logForm .formBody .inpBox.success::after {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transition: all .3s;
  transition: all .3s;
  pointer-events: none;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  background:#6DD400;
  border-radius: 50%;
  content: "";
  display: block;
  z-index: 7777;
  visibility: visible;
}
.logBox .logForm .formBody .inpBox.errorBox::after {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transition: all .3s;
  transition: all .3s;
  pointer-events: none;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  background:#F40B26;
  border-radius: 50%;
  content: "";
  display: block;
  z-index: 7777;
  visibility: visible;
}
.logBox .logForm .formBody .inpBox.errorBox.code::after,.logBox .logForm .formBody .inpBox.success.code::after {
  right: 115px;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
  font-size: 14px;
  z-index: 3;
  color: #fff !important;
  cursor: default;
  background-color: #FB363B !important;
  border-color: #FB363B !important;
}
.pagination>li>a, .pagination>li>span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #0c0b0b !important;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.bottom-base {
  /* margin-top: 50px; */
  font-family: MicrosoftYaHei;
  font-size: 12px;
  color: #27292B;
  /* background-color: #F4F8F9; */
  line-height: 20px;
}
.listpage{
  text-align: center;
}
.ewm-img img {
  margin-top: 32px;
  width: 68px;
  height: 68px;
}

.ewm-img img {
  margin-left: 0px;
}

.bottomback {
  margin-top: 20px;
}

.bottom-img {
  margin-top: 20px;
}

@media only screen and (max-width:768px) {
  .bottom-base {
    margin-top: 0px;
    line-height: 16px;
    font-family: MicrosoftYaHei;
    font-size: 12px;
    color: #27292B;
    background-color: #F4F8F9;
  }

  .bottomback {
      margin: 20px;
  }

  .ewm-img img {
      margin-top: 6px;
      width: 68px;
      height: 68px;
  }

  .bottom-img {
    margin-top: -4px;
  }

  .ewm-img {
      margin-top: 16px !important;
  }

  .ewm-img img {
      margin-left: 60px !important;
  }
}