.tcalInput {
  background: #fff url("../../images/meeting/cal.png") 100% 50% no-repeat;
  padding-right: 20px;
  cursor: pointer;
  outline: none;
}
.tcalActive {
  background-image: url("../../images/meeting/no_cal.png");
}
#tcal {
  position: absolute;
  visibility: hidden;
  z-index: 100;
  width: 210px;
  background-color: #fff;
  margin-top: 2px;
  padding: 0 2px 2px 2px;
  border: 1px solid #e4e8e9 ;
  -moz-box-shadow: 3px 3px 4px #c0c0c0;
  -webkit-box-shadow: 3px 3px 4px #c0c0c0;
  box-shadow: 3px 3px 4px #c0c0c0;
}
#tcalControls {
  border-collapse: collapse;
  border: 0;
  width: 100%;
}
#tcalControls td {
  border-collapse: collapse;
  border: 0;
  padding: 0;
  width: 16px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  cursor: pointer;
}
#tcalControls th {
  border-collapse: collapse;
  border: 0;
  padding: 0;
  line-height: 25px;
  font-size: 10px;
  text-align: center;
  font-family: Tahoma, Geneva, sans-serif;
  font-weight: bold;
  white-space: nowrap;
  color: #333;
}
#tcalPrevYear {
  background-image: url("image/prev_year.png");
}
#tcalPrevMonth {
  background-image: url("image/prev_mon.png");
}
#tcalNextMonth {
  background-image: url("image/next_mon.png");
}
#tcalNextYear {
  background-image: url("image/next_year.png");
}
#tcalGrid {
  border-collapse: collapse;
  border: 1px solid #e4e8e9;
  width: 100%;
}
#tcalGrid th {
  border: 1px solid #ffb3be;
  border-collapse: collapse;
  padding: 4px 0;
  text-align: center;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 10px;
  background-color: rgba(229,57,53,0.5);
  color: #fff;
}
#tcalGrid td {
  border: 0;
  border-collapse: collapse;
  padding: 4px 0;
  text-align: center;
  font-family: Tahoma, Geneva, sans-serif;
  width: 14%;
  font-size: 11px;
  cursor: pointer;
  color: #666;
}
#tcalGrid .tcalOtherMonth {
  color: #c0c0c0;
}
#tcalGrid .tcalWeekend {
  background: none;
}
#tcalGrid .tcalToday {
  border: 1px solid #e53935;
}
#tcalGrid .tcalSelected {
  background-color: #e53935;
  color: #fff;
}

.content-box {
	min-height: 650px;
	margin: 0 320px 0 120px;
	padding: 20px;
	background: #fff;
}
.content {
	font-size: 14px;
}
.list {
	min-height: 650px;
	margin: 0;
	padding: 0;
}
.list .row {
	position: relative;

}
.share {
	width: 100px;
	top: 185px;
    z-index: 20;
}
.share a {
    display: block;
	margin: 14px 0 0 0;
    font-size: 16px;
    cursor: pointer;
	color: #555;
	text-align: left;
	border: none;
}
.share a i.icon {
	font-size: 34px;
	vertical-align: middle;
}
.share a span {
    vertical-align: middle;
    padding-left: 12px;
    font-size: 16px;
}
.share a.share-count span {
    font: 20px/30px Georgia;
    color: #f85959;
    padding-left: 6px;
}
.icon-comments-anchor:before {
    content: "\e6ab";
	color: #f85959;
}
.icon-weibo:before {
    content: "\e658";
	color: #f85959;
}
.icon-qzone:before {
    content: "\e628";
	color: #ffbd1d;
}
.icon-wechat:before {
    content: "\e6c9";
	color: #52cd3e;
}
.icon-source:before {
    content: "\e6a3";
}
.icon-author:before {
    content: "\e6b8";
}
.icon-mark:before {
	content: "\e794";
}
.icon-repin:before {
    content: "\e610";
}
.icon-report:before {
    content: "\e617";
}

.ranking .rank-item {
	font-size: 13px;
	margin-top: 0;
	margin-bottom: 10px;
}
.ranking .ri-detail {
	float: unset !important;
}
.ranking .ri-detail p {
	display: inline-block;
}
.ranking .ri-title {
	width: 210px;
}
.ranking .rank-item:hover .ri-title{
	color:#f85959 !important;
}
.ranking .ri-point {
	float: right;
	display: unset !important;
}
.ranking .search-item {
	padding: 0;
}

.bss_actLOpt_coverTrl,
.bss_actLOpt_coverTrp {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.bss_actLOpt_coverTrl {
  background: rgba(0,0,0,0.3);
}
.bss_actLOpt_box {
  display: table;
  background: #fff;
  width: 100%;
}
.bss_actLOpt_time,
.bss_actLOpt_city,
.bss_actLOpt_type,
.bss_actLOpt_more,
.bss_actLOpt_hotLabelP {
  position: relative;
  z-index: 10;
  display: table-cell;
  width: 25%;
}
.bss_actLOpt_time input,
.bss_actLOpt_city input,
.bss_actLOpt_type input,
.bss_actLOpt_more input,
.bss_actLOpt_hotLabelP input {
  width: 100%;
}
.bss_actLOpt_time .cover_arrowD,
.bss_actLOpt_city .cover_arrowD,
.bss_actLOpt_type .cover_arrowD,
.bss_actLOpt_more .cover_arrowD,
.bss_actLOpt_hotLabelP .cover_arrowD {
  display: inline-block;
  position: absolute;
  top: -1px;
  right: 1px;
  width: 20px;
  height: 41px;
  background: #fff;
  border-bottom: 1px solid #e4e8e9;
  border-top: 1px solid #e4e8e9;
  z-index: 12;
}
.bss_actLOpt_time .simulation_select,
.bss_actLOpt_city .simulation_select,
.bss_actLOpt_type .simulation_select,
.bss_actLOpt_more .simulation_select,
.bss_actLOpt_hotLabelP .simulation_select {
  display: none;
  position: absolute;
  top: 39px;
  left: 0;
  z-index: 11;
  width: 100%;
  height: auto;
  border: 1px solid #e4e8e9;
  background: #fff;
  padding: 20px 20px 0;
}
.bss_actLOpt_time .simulation_select a,
.bss_actLOpt_city .simulation_select a,
.bss_actLOpt_type .simulation_select a,
.bss_actLOpt_more .simulation_select a,
.bss_actLOpt_hotLabelP .simulation_select a {
  display: block;
  margin-bottom: 12px;
  color: #666;
  font-size: 14px;
  text-align: center;
}
.bss_actLOpt_time select,
.bss_actLOpt_city select,
.bss_actLOpt_type select,
.bss_actLOpt_more select,
.bss_actLOpt_hotLabelP select {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  border: none;
  border-right: 1px solid #e4e8e9;
  background: none;
  outline: none;
  text-indent: 999em;
  height: 40px;
  line-height: 40px;
}
.bss_actLOpt_time select option,
.bss_actLOpt_city select option,
.bss_actLOpt_type select option,
.bss_actLOpt_more select option,
.bss_actLOpt_hotLabelP select option {
  width: 100%;
  background: #fff;
  border: 1px solid #e4e8e9;
}
.bss_actLOpt_time .simulat_selTime,
.bss_actLOpt_city .simulat_selTime,
.bss_actLOpt_type .simulat_selTime,
.bss_actLOpt_more .simulat_selTime,
.bss_actLOpt_hotLabelP .simulat_selTime {
  padding: 15px 6px 34px;
}
.bss_actLOpt_time .bss_actLOpt_date,
.bss_actLOpt_city .bss_actLOpt_date,
.bss_actLOpt_type .bss_actLOpt_date,
.bss_actLOpt_more .bss_actLOpt_date,
.bss_actLOpt_hotLabelP .bss_actLOpt_date {
  width: 100%;
  overflow: hidden;
  display: none;
  position: absolute;
  border-left: 1px solid #e4e8e9;
  border-right: 1px solid #e4e8e9;
  bottom: -198px;
  left: 0;
  z-index: 12;
  padding-left: 6px;
  padding-right: 12px;
  background: #fff;
}
.bss_actLOpt_time .bss_actLOpt_date .form_datetimeW,
.bss_actLOpt_city .bss_actLOpt_date .form_datetimeW,
.bss_actLOpt_type .bss_actLOpt_date .form_datetimeW,
.bss_actLOpt_more .bss_actLOpt_date .form_datetimeW,
.bss_actLOpt_hotLabelP .bss_actLOpt_date .form_datetimeW {
  float: left;
  border: none;
  color: #e53935;
  padding: 0;
  height: 30px;
  box-shadow: none;
  border-radius: 0;
  line-height: 30px;
  width: 100%;
  text-align: center;
}
.bss_actLOpt_hotLabelP,
.bss_actLOpt_chargeP {
  display: none;
}
.actLOpt_time,
.actLOpt_city,
.actLOpt_type,
.actLOpt_more,
.actLOpt_hotLabelP,
.actLOpt_chargeP {
  padding: 0 15px;
  height: 40px;
  line-height: 40px;
  border-right: 1px solid #e4e8e9;
  border-bottom: 1px solid #e4e8e9;
  background: #fff;
  color: #666;
  font-size: 14px;
}
.actLOpt_time i,
.actLOpt_city i,
.actLOpt_type i,
.actLOpt_more i,
.actLOpt_hotLabelP i,
.actLOpt_chargeP i {
  font-size: 12px;
}
.actLOpt_time .arrowD,
.actLOpt_city .arrowD,
.actLOpt_type .arrowD,
.actLOpt_more .arrowD,
.actLOpt_hotLabelP .arrowD,
.actLOpt_chargeP .arrowD,
.actLOpt_time .arrowUp,
.actLOpt_city .arrowUp,
.actLOpt_type .arrowUp,
.actLOpt_more .arrowUp,
.actLOpt_hotLabelP .arrowUp,
.actLOpt_chargeP .arrowUp {
  margin-left: 10px;
  color: #272636;
}
.actLOpt_time .arrowUp,
.actLOpt_city .arrowUp,
.actLOpt_type .arrowUp,
.actLOpt_more .arrowUp,
.actLOpt_hotLabelP .arrowUp,
.actLOpt_chargeP .arrowUp {
  display: none;
}
.actLOpt_time .timeIcon,
.actLOpt_city .timeIcon,
.actLOpt_type .timeIcon,
.actLOpt_more .timeIcon,
.actLOpt_hotLabelP .timeIcon,
.actLOpt_chargeP .timeIcon,
.actLOpt_time .cityIcon,
.actLOpt_city .cityIcon,
.actLOpt_type .cityIcon,
.actLOpt_more .cityIcon,
.actLOpt_hotLabelP .cityIcon,
.actLOpt_chargeP .cityIcon,
.actLOpt_time .typeIcon,
.actLOpt_city .typeIcon,
.actLOpt_type .typeIcon,
.actLOpt_more .typeIcon,
.actLOpt_hotLabelP .typeIcon,
.actLOpt_chargeP .typeIcon,
.actLOpt_time .hotLabelPIcon,
.actLOpt_city .hotLabelPIcon,
.actLOpt_type .hotLabelPIcon,
.actLOpt_more .hotLabelPIcon,
.actLOpt_hotLabelP .hotLabelPIcon,
.actLOpt_chargeP .hotLabelPIcon {
  margin-right: 10px;
  color: #e53935;
}
.actLOpt_time .cityIcon,
.actLOpt_city .cityIcon,
.actLOpt_type .cityIcon,
.actLOpt_more .cityIcon,
.actLOpt_hotLabelP .cityIcon,
.actLOpt_chargeP .cityIcon,
.actLOpt_time .hotLabelPIcon,
.actLOpt_city .hotLabelPIcon,
.actLOpt_type .hotLabelPIcon,
.actLOpt_more .hotLabelPIcon,
.actLOpt_hotLabelP .hotLabelPIcon,
.actLOpt_chargeP .hotLabelPIcon {
  font-size: 14px;
}
.bss_actLOpt_hideBox {
  display: none;
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 12;
  width: 100%;
  background: #fff;
  padding: 36px 15px 6px;
}
.bss_actLOpt_hideBox .actLOpt_hideTit {
  padding-bottom: 8px;
  font-size: 14px;
  color: #666;
}
.bss_actLOpt_hideBox .actLOpt_hideCon {
  padding-left: 20px;
}
.bss_actLOpt_hideBox .actLOpt_hideCon a {
  display: inline-block;
  background: #e6e6e6;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 8px 32px;
  text-align: center;
  border-radius: 2px;
  font-size: 14px;
  color: #666;
}
.bss_actLOpt_hideBox .actLOpt_hideCon .LabelM_cur {
  background: #e53935;
  color: #fff;
}
.bss_actLOpt_result {
  padding: 20px 15px 0 97px;
  line-height: 0;
  margin-top: -8px;
}
.bss_actLOpt_result p {
  display: inline-block;
  margin: 8px 8px 0 0;
  border: 1px solid #e4e8e9;
  background: #fff;
  overflow: hidden;
  height: 24px;
  line-height: 24px;
}
.bss_actLOpt_result p span {
  display: inline-block;
  padding: 0 8px;
  color: #333;
  font-size: 14px;
}
.bss_actLOpt_result p a {
  float: right;
  width: 24px;
  height: 24px;
  line-height: 22px;
  text-align: center;
  color: #e53935;
}
.bss_actLOpt_result p a i {
  font-size: 13px;
}
.actLOpt_hotLabelP_con {
  display: none;
}
.bss_actLOpt_result:before {
  content: attr(searchResults);
  padding-left: 15px;
  position: absolute;
  top:  74px;
  left: 0px;
  color: #333;
}
.bss_actList_con {
  padding-top: 20px;
}

@media (max-width: 374px) {
  .actLOpt_time,
  .actLOpt_city,
  .actLOpt_type,
  .actLOpt_more,
  .actLOpt_hotLabelP,
  .actLOpt_chargeP {
    padding: 0 0 0 6px;
  }
}
@media (min-width: 375px) and (max-width: 768px) {
  .actLOpt_time,
  .actLOpt_city,
  .actLOpt_type,
  .actLOpt_more,
  .actLOpt_hotLabelP,
  .actLOpt_chargeP {
    padding: 0 0 0 15px;
  }
}

@media (max-width: 470px) {
  .tcalActive,
  .tcalInput{
    background-image:none;
  }
  .actLOpt_time .arrowD,
  .actLOpt_city .arrowD,
  .actLOpt_type .arrowD,
  .actLOpt_more .arrowD,
  .actLOpt_hotLabelP .arrowD,
  .actLOpt_chargeP .arrowD,
  .actLOpt_time .arrowUp,
  .actLOpt_city .arrowUp,
  .actLOpt_type .arrowUp,
  .actLOpt_more .arrowUp,
  .actLOpt_hotLabelP .arrowUp,
  .actLOpt_chargeP .arrowUp{
    margin-left: 3px;
    color: #272636;
  }
  .actLOpt_time .timeIcon,
  .actLOpt_city .timeIcon,
  .actLOpt_type .timeIcon,
  .actLOpt_more .timeIcon,
  .actLOpt_hotLabelP .timeIcon,
  .actLOpt_chargeP .timeIcon,
  .actLOpt_time .cityIcon,
  .actLOpt_city .cityIcon,
  .actLOpt_type .cityIcon,
  .actLOpt_more .cityIcon,
  .actLOpt_hotLabelP .cityIcon,
  .actLOpt_chargeP .cityIcon,
  .actLOpt_time .typeIcon,
  .actLOpt_city .typeIcon,
  .actLOpt_type .typeIcon,
  .actLOpt_more .typeIcon,
  .actLOpt_hotLabelP .typeIcon,
  .actLOpt_chargeP .typeIcon,
  .actLOpt_time .hotLabelPIcon,
  .actLOpt_city .hotLabelPIcon,
  .actLOpt_type .hotLabelPIcon,
  .actLOpt_more .hotLabelPIcon,
  .actLOpt_hotLabelP .hotLabelPIcon,
  .actLOpt_chargeP .hotLabelPIcon {
    margin-right: 5px;
  }
  .bss_actLOpt_time .cover_arrowD,
  .bss_actLOpt_city .cover_arrowD,
  .bss_actLOpt_type .cover_arrowD,
  .bss_actLOpt_more .cover_arrowD,
  .bss_actLOpt_hotLabelP .cover_arrowD {
    width: 12px;
    width: 18px\9\0; /*IE9*/
    width: 18px\0; /*IE8*/
    *width: 18px;  /*IE7,IE6*/
  +width: 18px; /*IE7*/
    _width: 18px; /*IE6*/
  }
  .bss_actLOpt_time .bss_actLOpt_date,
  .bss_actLOpt_city .bss_actLOpt_date,
  .bss_actLOpt_type .bss_actLOpt_date,
  .bss_actLOpt_more .bss_actLOpt_date,
  .bss_actLOpt_hotLabelP .bss_actLOpt_date {
    padding-left: 3px;
    padding-right: 3px;

  }
  .bss_actLOpt_time .bss_actLOpt_date .form_datetimeW,
  .bss_actLOpt_city .bss_actLOpt_date .form_datetimeW,
  .bss_actLOpt_type .bss_actLOpt_date .form_datetimeW,
  .bss_actLOpt_more .bss_actLOpt_date .form_datetimeW,
  .bss_actLOpt_hotLabelP .bss_actLOpt_date .form_datetimeW {
    font-size: 14px;
  }
  @-moz-document url-prefix() {
    .bss_actLOpt_time .cover_arrowD,
    .bss_actLOpt_city .cover_arrowD,
    .bss_actLOpt_type .cover_arrowD,
    .bss_actLOpt_more .cover_arrowD,
    .bss_actLOpt_hotLabelP .cover_arrowD {
      width: 12px;
    }
  }
}
@media (min-width: 769px) {
  .bss_actLOpt_time select,
  .bss_actLOpt_city select,
  .bss_actLOpt_type select,
  .bss_actLOpt_more select,
  .bss_actLOpt_hotLabelP select,
  .bss_actLOpt_time .cover_arrowD,
  .bss_actLOpt_city .cover_arrowD,
  .bss_actLOpt_type .cover_arrowD,
  .bss_actLOpt_more .cover_arrowD,
  .bss_actLOpt_hotLabelP .cover_arrowD {
    display: none;
  }
  .bss_actLOpt_time .simulation_select a,
  .bss_actLOpt_city .simulation_select a,
  .bss_actLOpt_type .simulation_select a,
  .bss_actLOpt_more .simulation_select a,
  .bss_actLOpt_hotLabelP .simulation_select a{
    text-align:left;
  }
  .bss_actLOpt_time .simulation_select a:hover,
  .bss_actLOpt_city .simulation_select a:hover,
  .bss_actLOpt_type .simulation_select a:hover,
  .bss_actLOpt_more .simulation_select a:hover,
  .bss_actLOpt_hotLabelP .simulation_select a{
    color:#e53935;  
  }
  .bss_actLOpt_time .simulat_selTime,
  .bss_actLOpt_city .simulat_selTime,
  .bss_actLOpt_type .simulat_selTime,
  .bss_actLOpt_more .simulat_selTime,
  .bss_actLOpt_hotLabelP .simulat_selTime {
    padding: 20px 20px 40px;
  }
  .bss_actLOpt_time .bss_actLOpt_date,
  .bss_actLOpt_city .bss_actLOpt_date,
  .bss_actLOpt_type .bss_actLOpt_date,
  .bss_actLOpt_more .bss_actLOpt_date,
  .bss_actLOpt_hotLabelP .bss_actLOpt_date {
    bottom: -204px;
    padding-left: 20px;
  }
  .bss_actLOpt_time .bss_actLOpt_date .add-remove,
  .bss_actLOpt_city .bss_actLOpt_date .add-remove,
  .bss_actLOpt_type .bss_actLOpt_date .add-remove,
  .bss_actLOpt_more .bss_actLOpt_date .add-remove,
  .bss_actLOpt_hotLabelP .bss_actLOpt_date .add-remove {
    display: inline-block;
  }
  .bss_actLOpt_time .bss_actLOpt_date .form_datetimeW,
  .bss_actLOpt_city .bss_actLOpt_date .form_datetimeW,
  .bss_actLOpt_type .bss_actLOpt_date .form_datetimeW,
  .bss_actLOpt_more .bss_actLOpt_date .form_datetimeW,
  .bss_actLOpt_hotLabelP .bss_actLOpt_date .form_datetimeW {
    font-size: 14px;
    text-align: left;
  }
  .actLOpt_chargeP {
    position: relative;
    z-index: 10;
  }
  .simulat_selCity {
    max-height: 300px;
    overflow-y: auto;
  }
  .actLOpt_time i,
  .actLOpt_city i,
  .actLOpt_type i,
  .actLOpt_more i,
  .actLOpt_hotLabelP i,
  .actLOpt_chargeP i {
    font-size: 14px;
  }
  .actLOpt_city .cityIcon,
  .actLOpt_hotLabelP .hotLabelPIcon{
    font-size: 16px;
  }
}
@media (min-width: 963px) {
  .actLOpt_time,
  .actLOpt_city,
  .actLOpt_type,
  .actLOpt_hotLabelP,
  .actLOpt_more,
  .actLOpt_chargeP {
    border-top: 1px solid #e4e8e9;
  }
  .bss_actLOpt_coverTrl {
    display: none;
  }
}
@media (min-width: 1050px) {
  .bss_actLOpt_time,
  .bss_actLOpt_city,
  .bss_actLOpt_type,
  .bss_actLOpt_hotLabelP {
    width: 17.719%;
  }
  .actLOpt_chargeP {
    text-align: right;
  }
  .actLOpt_chargeP label {
    display: inline-block;
    margin: 0;
    padding: 0;
    font-weight: normal;
    margin-left: 4.8%;
    line-height: 40px;
    cursor: pointer;
  }
  .actLOpt_chargeP label b {
    display: inline-block;
    width: 14px;
    height: 13px;
    line-height: 10px;
    border: 1px solid #e4e8e9;
    margin: 0;
    margin-right: 3px;
  }
  .actLOpt_chargeP label span {
    color: #333;
  }
  .actLOpt_chargeP label .radioCur b {
    background: url("image/hook.png") no-repeat center;
  }
  .bss_actLOpt_more,
  .bss_actLOpt_hideBox {
    display: none;
  }
  .bss_actLOpt_hotLabelP,
  .bss_actLOpt_chargeP {
    display: table-cell;
  }
  .actLOpt_hotLabelP_con {
    position: absolute;
    top: 39px;
    right: 0;
    z-index: 12;
    width: 47%;
    border: 1px solid #e4e8e9;
    padding: 22px 35px 18px 20px;
    background: #fff;
  }
  .actLOpt_hotLabelP_con .unlimited {
    display: inline-block;
    padding-left: 50px;
  }
  .actLOpt_hotLabelP_con .unlimited a {
    display: inline-block;
    padding: 0 8px;
    height: 20px;
    background: #e4e8e9;
    border: 1px solid #cfd4dc;
    line-height: 20px;
    font-size: 14px;
    color: #666;
  }
  .actLOpt_hotLabelP_con .unlimited:before {
    content: attr(label_attr);
    position: absolute;
    top: 22px;
    left: 20px;
    font-size: 14px;
    color: #666;
  }
  .actLOpt_hotLabelP_con .hotLabelP_carousel {
    padding-left: 40px;
  }
  .actLOpt_hotLabelP_con .hotLabelP_carousel .hotLabelP_carCon {
    padding: 15px 0 3px;
  }
  .actLOpt_hotLabelP_con .hotLabelP_carousel .hotLabelP_carList {
    overflow: hidden;
    display: none;
  }
  .actLOpt_hotLabelP_con .hotLabelP_carousel .hotLabelP_carList li {
    float: left;
    padding: 0 10px 8px;
  }
  .actLOpt_hotLabelP_con .hotLabelP_carousel .hotLabelP_carList li a {
    font-size: 14px;
    color: #666;
  }
  .actLOpt_hotLabelP_con .hotLabelP_carousel .hotLabelP_carList li a:hover {
    color: #e53935;
  }
  .actLOpt_hotLabelP_con .hotLabelP_carTit {
    height: 20px;
    line-height: 20px;
    text-align: center;
  }
  .actLOpt_hotLabelP_con .hotLabelP_carTit span {
    display: inline-block;
    width: 10px;
    height: 5px;
    background: #3e5062;
    margin-right: 10px;
    border-radius: 2px;
    cursor: pointer;
  }
  .actLOpt_hotLabelP_con .hotLabelP_carTit span:hover {
    background: #e53935;
  }
  .actLOpt_hotLabelP_con .hotLabelP_carTit .HLPCT_cur {
    background: #e53935;
  }
}
@media (min-width: 1140px) {
  .bss_actList_option {
    width: 1160px;
    margin: 0 auto;
  }
  .bss_actList_option .actLOpt_time {
    border-left: 1px solid #e4e8e9;
  }
  .actLOpt_hotLabelP_con {
    width: 538px;
  }
  .actLOpt_time,
  .actLOpt_city,
  .actLOpt_type,
  .actLOpt_more,
  .actLOpt_hotLabelP,
  .actLOpt_chargeP {
    padding: 0 20px;
  }
  .bss_actLOpt_result{
    padding:20px 15px 0 72px;
  }
  .bss_actLOpt_result:before {
    padding-left: 0;
  }
}
.bss_allAct_List {
  background: #fff;
  padding-bottom: 12px;
  margin-bottom: 20px;
  border: solid 1px #ccc;
}
.bss_allAct_List .bss_allAct_lImg {
  position: relative;
  display: block;
  line-height: 0;
}
.bss_allAct_List .bss_allAct_lImg img {
  width: 100%;
}
.bss_allAct_List .bss_allAct_lImg .charge {
  position: absolute;
  bottom: 7px;
  left: 14px;
  display: inline-block;
  width: 40px;
  height: 18px;
  background: rgba(229,57,53,0.5);
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #fff;
}
.bss_allAct_List .bss_allAct_lImg .actImg_cover {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,186,255,0.3);
}
.bss_allAct_List .bss_allAct_lTit {
  display: block;
  padding: 16px 12px 10px;
  font-size: 14px;
  color: #333;
  /*overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;*/
}
.bss_allAct_List:hover .bss_allAct_lTit {
  color: #f85959
}
.bss_allAct_List p {
  padding: 0 12px 0 28px;
  margin: 0;
  overflow: hidden;
  color: #828b9c;
  font-size: 12px;
  line-height: 25px;
  position: relative;
}
.bss_allAct_List p span {
  line-height: 20px;
}
.bss_allAct_List p i {
  position: absolute;
  left: 12px;
  top: 5px;
  font-size: 14px;
}
@media (min-width: 935px) {
  .bss_allAct_List .bss_allAct_lImg:hover .actImg_cover {
    display: block;
  }
  .bss_allAct_List .bss_allAct_lTit:hover {
    color: #f85959;
  }
}
.bss_actHot {
  position: relative;
  width: 100%;
  border-top: 1px solid rgba(228,232,233,0.8);
  background: #fff;
  padding: 10px 0 0;
}
.bss_comTit3 {
  position: absolute;
  top: 10px;
}
.actHot_crsM_arrowL,
.actHot_crsM_arrowR,
.actHot_crsPc_arrowL,
.actHot_crsPc_arrowR {
  cursor: pointer;
  position: absolute;
  top: -9px;
  display: inline-block;
  color: #383838;
  font-size: 28px;
}
.actHot_crsM_arrowL,
.actHot_crsPc_arrowL {
  right: 22px;
}
.actHot_crsM_arrowR,
.actHot_crsPc_arrowR {
  right: 0px;
}

.bss_actHot_carouselM,
.bss_actHot_carouselPc {
  position: relative;
  padding-top: 20px;
}
.bss_actHot_carouselM ul,
.bss_actHot_carouselPc ul {
  overflow: hidden;
  padding: 10px 0;
}
.bss_actHot_carouselM ul li,
.bss_actHot_carouselPc ul li {
  display: none;
}
.bss_actHot_carouselM ul .actHot_crs_listShow,
.bss_actHot_carouselPc ul .actHot_crs_listShow {
  display: block;
}
.bss_actHot_carouselPc {
  display: none;
}
.bss_actHot_carouselPc ul {
  padding: 20px 0 22px;
}
.actHot_crs_list {
  overflow: hidden;
}
.actHot_crs_list .actHot_crs_l {
  width: 16.3157%;
  margin-right: 4.386%;
}
.actHot_crs_list .actHot_crs_l img {
  width: 100%;
}
.actHot_crs_list .actHot_crs_r {
  width: 79.298%;
  line-height: 0;
}
.actHot_crs_list .actHot_crs_r .actHot_crs_tit {
  display: inline-block;
  padding-bottom: 20px;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 15px;
  font-size: 14px;
  color: #333;
}
.actHot_crs_list .actHot_crs_r p span {
  color: #828b9c;
  margin-right: 32px;
  font-size: 12px;
}
.actHot_crs_list .actHot_crs_r p .actHot_crs_join {
  display: inline-block;
  width: 70px;
  height: 20px;
  border: 1px solid #ff5903;
  text-align: center;
  line-height: 18px;
  color: #ff5903;
  font-size: 14px;
}
@media (max-width: 525px) {
  .actHot_crs_list .actHot_crs_l {
    width: 20.3157%;
  }
  .actHot_crs_list .actHot_crs_r {
    width: 75.298%;
  }
  .actHot_crs_list .actHot_crs_r .actHot_crs_tit {
    padding-bottom: 5px;
  }
}
@media (min-width: 769px) {
  .bss_actHot {
    padding: 20px 0 20px;
  }
  .bss_actHot .bss_comTit3 {
    top: 20px;
  }
  .bss_actHot_carouselM {
    display: none;
  }
  .bss_actHot_carouselPc {
    display: block;
  }
  .bss_actHot_carouselPc li {
    overflow: hidden;
  }
  .bss_actHot_carouselPc .actHot_crs_list {
    width: 49%;
  }
}
.bss_prompt {
  text-align: center;
  margin-bottom: 20px;
  background: #fff;
  padding: 122px 0 160px;
  font-size: 14px;
  color: #333;
}
.bss_prompt .prompt_icon {
  display: block;
  height: 149px;
  background-image: url("image/prompt_icon.png");
  background-repeat: no-repeat;
}
.bss_prompt .prompt_icon1 {
  background-position: center 0;
}
.bss_prompt .prompt_icon2 {
  background-position: center -169px;
}
.bss_prompt .prompt_icon3 {
  background-position: center -338px;
}
.bss_prompt .prompt_icon4 {
  background-position: center -507px;
}
.bss_prompt .prompt_icon5 {
  background-position: center -676px;
}
.bss_prompt .prompt_icon6 {
  background-position: center -845px;
}
.bss_prompt .prompt_txt1 {
  padding-top: 55px;
}
.bss_prompt .prompt_txt2 {
  padding: 30px 0 18px;
}
.bss_prompt .prompt_txt2 a,
.bss_prompt .prompt_txt1 a {
  color: #849bd1;
  text-decoration: underline;
}
.bss_prompt ul {
  width: 100%;
  max-width: 742px;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
}
.bss_prompt ul li {
  width: 370px;
  float: left;
  padding: 0 35px 12px;
}
.bss_prompt ul li p {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  width: 300px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.bss_prompt ul li p a {
  color: #666;
}
.bss_prompt ul li p i {
  position: absolute;
  left: 0;
  top: 0;
  color: #e53935;
}
@media (max-width: 742px) {
  .bss_prompt ul li {
    width: 100%;
    float: none;
  }
}
@media (max-width: 410px) {
  .bss_prompt ul li p {
    width: 100%;
  }
}
.bss_actList_option,#actList_main.row {
  position: relative;
}
#actList_main.row {
  float: none;
  width: 100%;
  overflow: hidden;
  margin-left: -1%;
  margin-right: -1%;
}

.actList_item {
  float: left;
  width: 23%;
  padding-left: 1%;
  padding-right: 1%;
  position: relative;
}
@media (min-width: 769px)and (max-width :1139px) {
  #actList_main.row {
    width:112%;
    margin-left: -15px;
    margin-right: -15px;
  }
  .actList_item.col-sm-3 {
    width: 23%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1140px) {

  #actList_main.row  {
    left: 50%;
    width: 1184px;
    margin-left: -591px;
    margin-left:-582px\9\0;/*IE9*/
    margin-left:-582px\0;/*IE8*/
    *margin-left:-582px;/*IE7,IE6*/
  +margin-left:-582px;/*IE7*/
    _margin-left:-582px;/*IE6*/
  }
  .actList_item.col-sm-3 {
    width: 272px;
    width: 285px\9\0;/*IE9*/
    width: 285px\0;/*IE8*/
    *width: 285px;/*IE7,IE6*/
  +width: 285px;/*IE7*/
    _width: 285px;/*IE6*/
    padding-left: 12px;
    padding-right: 12px;
    position: relative;
  }
  @-moz-document url-prefix(){
    .actList_item.col-sm-3{width: 270px;}
    #actList_main.row{margin-left:-584px;}
  }
}
@media (max-width :640px){
  #actList_main.row  {
    margin-left: -10px;
    margin-right: -10px;
  }
  .actList_item.col-sm-3 {
    width: 46%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 374px) {
  #actList_main.row  {
    width: 115%;
  }
}
@media (min-width: 375px) and (max-width: 413px) {
  #actList_main.row  {
    width: 114%;
  }
}
@media (min-width: 414px) and (max-width: 644px) {
  #actList_main.row  {
    width: 113%;
  }
}
@media (min-width: 640px) and (max-width: 768px) {
  #actList_main.row  {
    width: 113%;
    margin-left: -15px;
    margin-right: -15px;
  }
  .actList_item.col-sm-3 {
    width: 46%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.bss_whitebg{
  margin-top:12px;
}

.bui-box{
	display:block;
	zoom:1
}
.bui-box:after,.bui-box:before{
	content:"";
	display:table
}
.bui-box:after{
	visibility:hidden;
	font-size:0;
	display:block;
	content:"";
	clear:both
}

.title-box{
	display:block;
	font-size:16px;
	line-height:1.3;
	margin-bottom:4px;
	font-weight:500;
	max-height:52px;
	display:-webkit-box;
	-webkit-line-clamp:2;
	overflow:hidden;
	text-overflow:ellipsis
}
.img-wrap{
	position:relative;
	cursor:pointer;
	width:100%;
	text-align:center;
	background:#e8e8e8;
	overflow:hidden;
	transform-style:preserve-3d
}
.img-wrap,.img-wrap:before{
	display:inline-block;
	height:100%
}
.img-wrap:before{
	content:"";
	width:0;
	font-size:0;
	visibility:hidden;
	vertical-align:middle
}
.img-wrap>img{
	display:inline-block;
	max-width:100%;
	height:auto;
	vertical-align:middle;
	transition:all .5s ease-out .1s
}
.img-wrap .lazy-load-img[lazy=loading]{
	width:40px;
	height:100%;
	margin:auto
}
.img-wrap:hover img{
	transform:matrix(1.04,0,0,1.04,0,0);
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden
}
.single-mode {
	position:relative;
	padding:0 0 10px 0;
	margin:0 0 10px 0;
	border-bottom:1px solid #e8e8e8
}
.single-mode-lbox {
	width:146px;
	height:102px;
	margin-right:16px
}
.single-mode-rbox {
	height:100%;
	overflow:hidden
}
.single-mode-rbox:before {
	content:"";
	width:0;
	font-size:0;
	height:0;
	visibility:hidden;
	display:block;
	vertical-align:middle
}
.single-mode-rbox-inner{
	display:inline-block;
	width:100%;
	vertical-align:middle
}
.tag-style-hot{
	border-color:#ed4040!important;
	color:#ed4040!important
}
.tag-style-video{
	border-color:#ff7920!important;
	color:#ff7920!important
}
.tag-style-image{
	border-color:#ffae02!important;
	color:#ffae02!important
}
.tag-style-society{
	border-color:#41baad!important;
	color:#41baad!important
}
.tag-style-car{
	border-color:#539db8!important;
	color:#539db8!important
}
.tag-style-sport{
	border-color:#55c167!important;
	color:#55c167!important
}
.tag-style-finance{
	border-color:#b5743a!important;
	color:#b5743a!important
}
.tag-style-technology{
	border-color:#60a3f5!important;
	color:#60a3f5!important
}
.tag-style-entertainment{
	border-color:#b46aff!important;
	color:#b46aff!important
}
.tag-style-other{
	border-color:#87a5b5!important;
	color:#87a5b5!important
}
.avatar-style-0{
	background-color:#ff9090!important
}
.avatar-style-1{
	background-color:#90ccff!important
}
.avatar-style-2{
	background-color:#bfa1d0!important
}
.avatar-style-3{
	background-color:#80c184!important
}
.avatar-style-4{
	background-color:#e7ad90!important
}
.avatar-style-5{
	background-color:#ccc!important
}
.tags-bar{
	font-size:12px;
	color:#999;
	margin-top:10px
}
.footer-bar{
	font-size:12px;
	color:#999;
	margin-top:10px
}
.footer-bar-left{
	font-size:0;
	line-height:20px
}
.footer-bar-action,.footer-bar-left{
	display:inline-block;
	vertical-align:middle
}
.footer-bar-action{
	font-size:14px;
	line-height:1
}
.footer-bar-action.source{
	color:#777;
	font-size:14px
}
.footer-bar-action.source:hover{
	color:#406599
}
.footer-bar-action.media-avatar{
	color:#fff;
	margin-right:2px;
	width:18px;
	height:18px;
	line-height:18px;
	text-align:center;
	font-size:12px;
	border-radius:50%;
	background-color:#eee;
	overflow:hidden
}
.footer-bar-action.media-avatar>img{
	width:100%;
	height:100%
}
.footer-bar-action.media-avatar>img[lazy=loading]{
	width:10px;
	height:100%;
	margin:auto
}
.footer-bar-action.tag{
	font-size:12px;
	color:#eee;
	margin-right:10px;
	padding:1px 2px;
	border:1px solid #eee
}
.footer-bar-action.hot{
	font-size:14px;
	color:#ed4040;
	margin-left:8px
}
.footer-bar-action.recommend{
	font-size:12px;
	color:#2a90d7;
	border:1px solid #2a90d7;
	padding:1px 2px;
	margin-left:8px
}
.footer-bar-action.ad{
	font-size:14px;
	color:#2a90d7;
	margin-left:8px
}