﻿img {
  border: 0;
  vertical-align: middle;
  display: inline-block;
}

.pecial-detail-wrap {
  width: 1200px;
  margin: 42px auto;
}

/* 顶部样式 */
.icon-pecial-detail {  
  font-size: 20px;
  vertical-align: sub;
  color: #D5D5DE;
  margin-right: 5px;
}

.index-area {
  height: 35px;
  line-height: 35px;
  padding: 20px 0;
  font-size: 14px;
}
.index-area .index-item {
  display: inline-block;
  padding: 0 12px;
  font-size: 14px;
  font-weight: normal;
  vertical-align: top;
}
.index-area .index-item:first-child {
  padding-left: 0;
}
.index-area > span{
  display: inline-block;
  color: #9FA5BB;
  line-height: 35px;
  vertical-align: top;
}
.index-area .index-item.active,
.index-area .index-item.active a {
  color: #59607b;
}

.detail-title {
  width: 100%;
  display: flex;
  margin: 0 auto 50px;
  background: #fff;
  /* box-shadow: 0px 2px 4px rgba(0, 0, 0, .05); */
  -webkit-box-shadow: 0px 0px 4px #d4d3d3;
  box-shadow: 0px 0px 4px #d4d3d3;
}

.detail-title .left {
  width: 400px;
  height: 200px;
}

.detail-title .right {
  width: 800px;
  padding: 30px 0 0 30px;
}

/* 顶部介绍 */

.detail-title .text-title {
  height: 70%;
}

.detail-title .text-title h1 {
  font-size: 18px;
  color: #303445;
  margin-bottom: 15px;
}

.detail-title .text-title .headline {
  margin-top: 15px;
  color: #59607B;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  padding-right: 20px;
}

.data-detail.clear {
  display: flex;
}

.detail-title .time-art,
.detail-title .view-count {
  position: relative;
  color: #909090;
  font-size: 14px;
  margin-right: 50px;
}

/* 顶部分享 */

.share-sub.clear {
  box-sizing: border-box;
  display: flex;
  position: relative;
  height: 30%;
}

.share-sub p {
  color: #9fa5bb;
  padding-top: 13px;
  font-size: 12px;
}

.share-sub .program-num {
  position: absolute;
  top: 0;
  right: 0;
  width: 120px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: #3091F2 100%;
  color: #FFFFFF;
  font-size: 16px;
}

/* 主项目 */

#thelist {
  clear: both;
  position: relative;
  left: -10px;
  width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#thelist li {
  width: 282px;
  height: 150px;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 4px #d4d3d3;
  box-shadow: 0px 0px 4px #d4d3d3;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  position: relative;
  margin: 0 10px 40px;
  background: #fff;
}

#thelist li:nth-child(4n) {
  margin-right: 0;
}

#thelist li:hover {
  -webkit-box-shadow: 0px 2px 12px rgba(0,0,0,0.15);
  box-shadow: 0px 2px 12px rgba(0,0,0,0.15);
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  z-index: 6;
}

#thelist li a > img {
  padding: 20px 10px 20px 20px;
  width: 65px;
  height: 65px;
}

#thelist li .item-txt {
  padding-top: 20px;
  padding-right: 24px;
  display: inline-block;
  float: right;
  width: 158px;
}

#thelist li .item-name {
  padding-bottom: 6px;
  width: 130px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

#thelist li .item-description {
  display: -webkit-box;
  height: 40px;
  font-size: 14px;
  line-height: 20px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #59607B;
}

#thelist li .item-bottom {
  padding: 6px 20px 10px;
  font-size: 14px;
  color: #9FA5BB;
}

#thelist li .item-bottom .score-num {
  display: inline-block;
  vertical-align: bottom;
}

#thelist li .item-bottom .view-area {
  float: right;
}

#thelist li .item-bottom .icon-eye {
  font-size: 20px;
  vertical-align: sub;
  color: #D5D5DE;
}

.atar-show-index {
  background: url("../images/sstark2.png");
  width: 90px;
  height: 12px;
  position: relative;
  display: inline-block;
}
.atar-show-index .score-area {
  background: url("../images/sstars2.png");
  left: 0;
  height: 12px;
  width: 60px;
  display: block;
}

/* 项目底部 */

/* 评分 start */

#thelist .content-item .score-num {
  font-size: 14px;
  color: #808080;
}

/* 评分 end */

/* 分享 */
.share-sub .share-div {
  display: inline-block;
}
.share-sub .share-span {
  font-size: 24px;
}
.share-sub .share-a {
  display: inline-block;
  padding: 8px 3px;
  margin: 0 2px;
  width: 40px;
  text-align: center;
}
.share-sub .icon-zone {
  color: #ffca3b;
}
.share-sub .icon-qq {
  color: #48adf4;
}
.share-sub .icon-weibo {
  color: #f24242;
}
.share-sub .icon-weixin {
  color: #41be57;
}
.share-sub .icon-douban {
  color: #429b4e;
}
.share-sub .icon-copy {
  color: #fd7c26;
}
.share-sub .share-a:hover {
  background: #f8f8f8;
}