﻿/*@primary-color-light: #c92d42;*/
.clear-back {
  margin: 0;
  padding: 0;
}
.clear-ul {
  margin: 0;
  padding: 0;
}
.clear-ul > li {
  list-style: none;
}
.bg-img {
  background-position: top center;
  background-size: cover;
}
lesshat-selector {
  -lh-property: 0; } 
@-webkit-keyframes faded{ 0%{opacity:0.1;} 50%{opacity:0.6; -webkit-transform: translateY(2px)} 100%{opacity:1;}}
@-moz-keyframes faded{ 0%{opacity:0.1;} 50%{opacity:0.6; -moz-transform: translateY(2px)} 100%{opacity:1;}}
@-o-keyframes faded{ 0%{opacity:0.1;} 50%{opacity:0.6; -o-transform: translateY(2px)} 100%{opacity:1;}}
@keyframes faded{ 0%{opacity:0.1;} 50%{opacity:0.6;-webkit-transform: translateY(2px);-moz-transform: translateY(2px);-ms-transform: translateY(2px);transform: translateY(2px);} 100%{opacity:1;}}
[not-existing] {
  zoom: 1;
}
.position-center {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.talents {
  padding: 20px 0 50px;
  box-sizing: border-box;
}
.talent-partial ul {
  margin: 0;
  padding: 0;
  margin-left: -5px;
  margin-right: -5px;
  text-align: center;
  font-size: 0;
  height: 580px;
  margin-top: 30px;
}
.talent-partial ul > li {
  list-style: none;
}
.talent-partial ul:before,
.talent-partial ul:after {
  content: " ";
  display: table;
}
.talent-partial ul:after {
  clear: both;
}
.talent-partial ul li {
  box-sizing: border-box;
  width: 25%;
  font-size: 15px;
  float: left;
  transition: all 0.35s cubic-bezier(0, 0.45, 0.52, 0.98);
}
.talent-partial ul li:hover {
  transform: translate(0, -15px);
}
.talent-partial ul li .talent-content {
  width: 100%;
  height: 490px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  box-sizing: border-box;
  padding: 10px 14.5px 0 14.5px;
}
.talent-partial ul li .talent-content > a {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.talent-partial ul li .talent-content .img-box {
  height: 250px;
  overflow: hidden;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
}
.talent-partial ul li .talent-content .top-title {
  line-height: 25px;
  width: 100%;
  text-align: left;
  padding: 15px 12px 8px;
  box-sizing: border-box;
  height: 80px;
}
.talent-partial ul li .talent-content .top-title .top-title-content {
  padding-bottom: 8px;
  border-bottom: 0.5px solid #ccc;
  height: 50.5px;
}
.talent-partial ul li .talent-content .top-title .top-title-content .cruise-name {
  display: block;
  width: 100%;
  font-size: 18px;
  color: #0D1C34;
}
.talent-partial ul li .talent-content .top-title .top-title-content .title {
  width: 100%;
  display: block;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #0D1C34;
}
.talent-partial ul li .talent-content .text-box {
  box-sizing: border-box;
  text-align: left;
  position: relative;
  padding: 0 12px;
}
.talent-partial ul li .talent-content .text-box .text {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #666;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 72px;
}
.talent-partial ul li .talent-content .text-box .box-bottom button {
  width: 100%;
  padding: 22px 8px;
  box-sizing: border-box;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  color: #4d4d4d;
  text-align: right;
  font-size: 15px;
  transition: all 0.25s;
  font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, Arial, sans-serif;
}
.talent-partial ul li .talent-content .text-box .box-bottom button:hover {
  color: #ce1141;
}
.talent-partial ul li .aside {
  color: #666;
  text-align: left;
  padding: 0 30px;
  box-sizing: border-box;
}
.talent-partial ul li .aside span {
  vertical-align: middle;
}
.talent-partial ul li .aside .head-icon {
  background-position: top center;
  background-size: cover;
  display: inline-block;
  margin-right: 6px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  box-shadow: 0 0 1px 1px #b8af80;
}
.talent-partial ul li .aside .author {
  width: 140px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  height: 28px;
  line-height: 28px;
}
.talent-partial .talent-more-all {
  position: relative;
}
.talent-partial .talent-more-all .talent-more {
  width: 100%;
  height: 55px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.talent-partial .talent-more-all .more-hover {
  width: 100%;
  height: 55px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: none;
}
.talent-partial .talent-more-all .dian {
  width: 14%;
  height: 55px;
  position: absolute;
  top: 0;
  left: 43.5%;
}
