/**-------------------------**\
            default
\**--------------------------**/
.minWidth1190 {
  min-width: 1190px;
}
.width1190 {
  width: 1190px;
}
/**-------------------------**\
            $warp
\**-------------------------**/
html,
body {
  height: 100%;
  background-color: #f7f8fc;
}
.warp {
  width: 100%;
  font-family: '微软雅黑';
}
/**-------------------------**\
            $crumbs
\**-------------------------**/
.crumbs-box {
  width: 100%;
  background-color: #fff;
}
.crumbs {
  width: 1190px;
  height: 56px;
  line-height: 56px;
  margin: 0 auto;
}
.crumbs a {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 14px;
  letter-spacing: 0px;
  color: #6d6d6d;
}
.viewpint-title {
  margin-bottom: 28px;
  color: #333333;
  font-size: 28px;
}
.viewpint-title span {
  width: 7px;
  height: 24px;
  background: #0065FF;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
/**-------------------------**\
            $tagBox
\**-------------------------**/
.tagBox {
  width: 100%;
  background-color: #fff;
  font-size: 16px;
}
.tagBox-content {
  width: 1190px;
  margin: 0 auto;
}
.tagBox-content .tagBox-active {
  border-bottom: 3px solid #000;
  font-weight: bold;
}
.tagBox:after {
  content: '';
  clear: both;
  display: block;
}
.tagBox .tagBox-item {
  float: left;
}
.tagBox h5 {
  line-height: 44px;
  padding: 0 20px;
  border-bottom: 3px solid transparent;
}
.tagBox ul {
  width: 1100px;
}
.tagBox ul:after {
  content: '';
  clear: both;
  display: block;
}
.tagBox ul li {
  float: left;
  padding: 0 20px;
  line-height: 44px;
  height: 44px;
  cursor: pointer;
  border-bottom: 3px solid transparent;
}
/**-------------------------**\
            $content
\**-------------------------**/
.content {
  width: 1190px;
  margin: 0 auto;
  padding-bottom: 40px;
}
.content ul.content-list li {
  display: inline-block;
  padding: 20px 10px 20px 16px;
  width: 248px;
  height: 240px;
  color: #333333;
  font-size: 14px;
  font-weight: 500;
  background: #ffffff;
  border: 1px solid #e6e6e6;
  margin-right: 19px;
  margin-bottom: 20px;
  position: relative;
}
.content ul.content-list li .item-tag {
  position: absolute;
  left: 0;
  top: 0;
  height: 20px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 0px 0px 6px 0px;
  padding-left: 6px;
  padding-right: 6px;
  line-height: 20px;
  color: #ffffff;
  font-size: 12px;
}
.content ul.content-list li .item-top {
  text-align: center;
  border-bottom: 1px dashed #e6e6e6;
  padding-bottom: 12px;
}
.content ul.content-list li .item-top img {
  width: 82px;
  height: 82px;
  border-radius: 50%;
}
.content ul.content-list li .item-top p.name {
  margin-top: 10px;
  margin-bottom: 10px;
}
.content ul.content-list li .item-top .tip {
  font-size: 12px;
  color: #999999;
  line-height: 18px;
  height: 18px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.content ul.content-list li .item-title {
  margin-top: 12px;
  margin-bottom: 12px;
  height: 36px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.content ul.content-list li .item-bottom {
  color: #999999;
  font-size: 12px;
}
.content ul.content-list li .item-bottom p {
  display: inline-block;
  float: left;
}
.content ul.content-list li .item-bottom p span {
  display: inline-block;
}
.content ul.content-list li .item-bottom .look {
  float: right;
  font-size: 0;
}
.content ul.content-list li .item-bottom .look p {
  font-size: 12px;
  position: relative;
  padding-left: 16px;
}
.content ul.content-list li .item-bottom .look p img {
  height: 12px;
  width: 12px;
  vertical-align: text-bottom;
  margin-right: 6px;
  position: absolute;
  top: 3px;
  left: 0;
}
.content ul.content-list li .item-bottom .look .lick {
  margin-left: 12px;
}
.content ul.content-list li:nth-child(4n+4) {
  margin-right: 0;
}
.content-bottom {
  width: 1190px;
  height: 50px;
  margin: 0 auto;
}
.content-bottom ul {
  float: right;
}
.content-bottom ul li {
  background-color: #fff;
}
.content-bottom button {
  display: block;
  width: 134px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: #fff;
  border: 1px solid #ededed;
  margin: 35px auto 75px;
}
.no-result-box {
  width: 100%;
  background-color: #fff;
  padding: 20px 0;
}
.no-result {
  width: 1190px;
  height: 500px;
  margin: 0 auto 20px;
  background-color: #fff;
  position: relative;
  border: 1px solid #f4f4f4;
}
.no-result .no-result-content {
  width: 700px;
  height: 200px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -350px;
  margin-top: -100px;
  text-align: center;
}
.no-result .no-result-content p {
  line-height: 30px;
  font-size: 18px;
}
