/* =========================== color =========================== */
/* =========================== media =========================== */
.text-overflow {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}
.text-overflow-inline {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}
li {
  list-style-type: none;
}
ul {
  padding: 0;
  margin: 0;
}
.activeBody {
  position: relative;
}
.scrollspy-example {
  position: relative;
  height: 400px;
  margin-top: 10px;
  overflow: auto;
}
.activeList-tab {
  padding: 0;
}
.activeList-tab li {
  float: left;
}
.activeList-tab li a {
  display: block;
  color: #616161;
  padding: 10px 15px;
}
.activeList-tab li a:hover {
  color: #0065d6;
}
.activeList-tab li.active a {
  background: #0065d6;
  color: #fff;
}
.activeList-item .activeList-img {
  position: relative;
  float: left;
  margin-right: 20px;
  display: block;
  width: 180px;
  height: 120px;
}
@media (max-width: 991px) {
  .activeList-item .activeList-img {
    width: 100%;
    height: auto;
  }
}
.activeList-item .activeList-img .img-responsive {
  width: 100%;
}
.activeList-item .activeList-img .mask {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  padding: 0 10px;
  font-size: 12px;
  line-height: 24px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}
.activeList-item .activeList-img .tag {
  position: absolute;
  top: 0;
  left: 10px;
}
.activeList-item .activeList-img .tag .tag-active {
  display: inline-block;
  width: 40px;
  height: 50px;
  background: url("../img/tag_active.png") no-repeat;
}
.activeList-item .activeList-body {
  float: left;
  width: 72%;
}
@media (max-width: 1199px) {
  .activeList-item .activeList-body {
    width: 66%;
  }
}
@media (max-width: 991px) {
  .activeList-item .activeList-body {
    margin-top: 10px;
  }
}
.activeList-item .title {
  font-size: 16px;
  color: #313131;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  max-width: 450px;
}
.activeList-item p {
  color: #616161;
}
.activeList-item .metas {
  font-size: 12px;
  color: #919191;
}
.activeList-item .activeList-list {
  position: relative;
  padding: 20px 0;
  display: block;
  border-bottom: 1px dashed #e6e6e6;
}
.activeList-item .activeList-list:last-child {
  border: none;
  padding-bottom: 0;
}
.activeList-item .activeList-list:first-child {
  padding-top: 0;
}
.activeList-item .activeList-list .es-qrcode-right {
  float: right;
  margin-top: -30px;
}
.activeList-item .activeList-list .qrcode-popover {
  left: auto;
  right: 0;
  transform-origin: 100% 0;
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -o-transform-origin: 100% 0;
}
.activeList-hot li {
  margin: 5px 0;
}
.activeList-hot a {
  width: 80%;
  color: #616161;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}
.activeList-hot a:hover {
  color: #0065d6;
}
.activeList-hot span {
  font-size: 12px;
  color: #b2b2b2;
  line-height: 24px;
}
@media (max-width: 1199px) {
  .my-activeList-list .activeList-body {
    width: 100%;
  }
}
.es-navbar-detail li {
  display: block;
  width: 50px;
  height: 50px;
  background: #ccc;
  text-align: center;
  padding: 5px 0;
  margin-left: 0!important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.es-navbar-detail li:hover {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #0065d6;
}
.es-navbar-detail li a {
  color: #fff;
  display: block;
  padding: 0;
}
.es-navbar-detail li a:hover {
  background: #0065d6;
}
.es-navbar-detail li.active {
  background: #0065d6;
}
.es-navbar-detail.affix {
  width: 70px;
  top: 10px;
}
.es-navbar-sider {
  float: left;
  width: 6.141%;
  position: relative;
  min-height: 1px;
}
.es-navbar-content {
  float: left;
  width: 93.859%;
}
@media (max-width: 991px) {
  .es-navbar-content {
    width: 100%;
  }
}
.activity-breadcrumb {
  background: transparent;
  margin-top: -10px;
  padding: 0;
}
.active-results-discuss .topic-list .topic-item .metas,
.active-results-discuss .topic-list .media-data span {
  font-size: 12px;
}
.active-details-content img {
  max-width: 100%;
  height: auto;
}
.es-active-preview-main img {
  margin: 0 auto;
}
.es-active-preview-main .operation {
  font-size: 12px;
  color: #919191;
  padding: 15px 0 0;
  margin-bottom: 50px;
}
.es-active-preview-main .operation a {
  color: #919191;
}
.es-active-preview-main .operation i {
  font-size: 14px;
}
.es-active-preview-main .operation a.active {
  color: #0065d6;
}
.active-panel-heading {
  font-size: 14px!important;
  position: relative;
}
.active-panel-heading .turn-page {
  position: absolute;
  left: 50%;
  margin-left: -48px;
}
.active-panel-heading .turn-page a {
  color: #616161;
}
.active-panel-comments {
  font-size: 12px;
}
.active-panel-comments .title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}
.active-panel-comments .media {
  border-bottom: 1px dashed #e6e6e6;
  padding-bottom: 15px;
}
.active-panel-comments .media:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.active-results-list .active-results-item {
  border-radius: 4px;
  margin-bottom: 20px;
}

.active-results-list .active-results-item .thumb {
  height: 146px;
  width: auto;
  background-position: center;
  background-repeat: no-repeat;
}
.active-results-list .active-results-item .img-responsive {
  width: 100%;
  height: 146px;
  overflow: hidden;
}
.active-results-list .active-info {
  padding: 10px;
  border-right: 1px solid #e4ecf3;
  border-left: 1px solid #e4ecf3;
  border-bottom: 1px solid #e4ecf3;
  color: #313131;
}
.active-results-list .active-info a {
  color: #313131;
}
.active-results-list .active-info a:hover {
  color: #0065d6;
}
.active-results-list .active-info i {
  color: #c5c5c5;
}
.active-results-list .active-info .title {
  width: 50%;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}
.active-results-list .active-img {
  position: relative;
  border: 1px solid #e4ecf3;
  border-bottom: none;
}
.active-results-list .active-img .mask {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
}
.active-results-list .active-img .mask i {
  font-size: 42px;
  text-align: center;
  color: #fff;
  opacity: 0.7;
  filter: alpha(opacity=70);
  position: absolute;
  left: 50%;
  margin-left: -29px;
  top: 50%;
  margin-top: -30px;
}
.active-sign-bottom {
  position: absolute;
  bottom: 50px;
  text-align: center;
  left: 50%;
  margin-left: -96px;
}
.es-active-common-main .title {
  font-size: 16px;
  line-height: 28px;
  color: #313131;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}
.es-active-common-main .metas {
  font-size: 12px;
  color: #919191;
}
.es-active-common-main .metas a {
  color: #919191;
}
.es-active-common-main .metas a:hover {
  color: #0065d6;
}
.es-active-common-main .metas a.delect:hover {
  color: #e83d2c;
}
.es-active-common-main .content {
  color: #313131;
  padding: 25px 0;
}
.es-active-common-main .content img {
  text-align: center;
}
.es-active-common-topic li {
  line-height: 24px;
}
.es-active-common-topic a {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  width: 65%;
  color: #616161;
}
.es-active-common-topic span {
  color: #919191;
  font-size: 12px;
}
.es-activedetail .active-header {
  padding: 20px;
  position: relative;
}
.es-activedetail .active-header .active-img {
  width: 240px;
  height: 160px;
  overflow: hidden;
  float: left;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .es-activedetail .active-header .active-img {
    width: 100%;
    height: auto;
  }
}
.es-activedetail .active-header .active-info {
  float: left;
  width: 640px;
}
@media (max-width: 991px) {
  .es-activedetail .active-header .active-info {
    width: 330px;
  }
}
@media (max-width: 767px) {
  .es-activedetail .active-header .active-info {
    width: 100%;
  }
}
.es-activedetail .active-header .active-info .title a {
  font-size: 16px;
}
.es-activedetail .active-header .active-info .metas {
  color: #919191;
  font-size: 12px;
}
.es-activedetail .active-header .img-responsive {
  width: 100%;
}
.es-activedetail .active-header .active-operation {
  float: right;
  width: 192px;
}
@media (max-width: 991px) {
  .es-activedetail .active-header .active-operation {
    width: 63px;
  }
}
@media (max-width: 767px) {
  .es-activedetail .active-header .active-operation {
    width: 100%;
  }
}
.es-activedetail .active-header .active-operation .metas {
  text-align: center;
  position: absolute;
  bottom: 20px;
  right: 20px;
}
@media (max-width: 767px) {
  .es-activedetail .active-header .active-operation .metas {
    position: static;
    bottom: auto;
    right: auto;
  }
}
