.detail-cover {
  position: relative;
  margin: 0 auto;
  height: 300px;
}
.detail-cover .swiper-container {
  height: 300px;
  width: 100%;
}
.detail-cover .swiper-slide {
  overflow: hidden;
}
.detail-cover .swiper-slide img {
  height: 300px;
  width: 100%;
  vertical-align: middle;
}
.detail-cover .main-pagination {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 20px;
  text-align: center;
}
.detail-cover .main-pagination span {
  display: inline-block;
  width: 30px;
  height: 6px;
  background: #ccc;
  margin-right: 20px;
  cursor: pointer;
}
.detail-cover .main-pagination span:last-child {
  margin-right: 0;
}
.detail-cover .main-pagination span:hover {
  background: #ff6100;
}
.detail-cover .main-pagination .swiper-active-switch {
  background: #ff6100;
}
.main {
  margin: 20px auto 0;
  width: 1200px;
  min-height: 700px;
  *zoom: 1;
}
.main:before,
.main:after {
  content: "";
  display: table;
}
.main:after {
  clear: both;
}
.main .m-title {
  font-size: 28px;
  margin-bottom: 30px;
}
.main h3 {
  font-size: 24px;
  margin-bottom: 27px;
}
.detail-box {
  float: left;
  width: 750px;
  padding: 30px 100px 0;
}
.detail-box.works-box {
  width: 936px;
  background: #fff;
}
.detail-box .top-info-bar {
  margin-bottom: 50px;
}
.detail-box .top-info-bar span {
  margin-right: 110px;
  font-size: 16px;
  color: #999;
}
.detail-box .top-info-bar span i {
  margin-right: 6px;
  vertical-align: middle;
}
.detail-box .detail-content {
  padding-bottom: 100px;
}
.detail-box .detail-content img {
  max-width: 100% !important;
}
.detail-box .nav-box {
  position: relative;
  padding: 0 60px;
  *zoom: 1;
}
.detail-box .nav-box:before,
.detail-box .nav-box:after {
  content: "";
  display: table;
}
.detail-box .nav-box:after {
  clear: both;
}
.detail-box .nav-box > .btn {
  font-size: 25px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.detail-box .nav-box > .btn:hover {
  color: #ff6100;
}
.detail-box .nav-box a.prev {
  left: 0;
}
.detail-box .nav-box a.next {
  right: 0;
}
.detail-box .nav-box h3 {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 16px;
}
.detail-box .nav-box .article {
  width: 280px;
}
.detail-box .nav-box .article p {
  font-size: 18px;
  line-height: 27px;
  height: 54px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*2为指定行数*/
  -webkit-box-orient: vertical;
  color: #666;
}
.detail-box .nav-box .prev-article {
  float: left;
}
.detail-box .nav-box .next-article {
  float: right;
  text-align: right;
}
.detail-box .share-con {
  margin-top: 97px;
  margin-bottom: 60px;
}
.detail-box .share-con table {
  border-collapse: collapse;
  width: 375px;
}
.detail-box .share-con td {
  height: 40px;
  border: 1px solid #ddd;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}
.detail-box .share-con td:hover {
  color: #ff6100;
}
.detail-box .share-con td i {
  font-size: 22px;
}
.detail-box .similar-con {
  margin: 0 -100px;
  background: #f9f9f9;
  padding-top: 50px;
}
.detail-box .article-list {
  *zoom: 1;
}
.detail-box .article-list:before,
.detail-box .article-list:after {
  content: "";
  display: table;
}
.detail-box .article-list:after {
  clear: both;
}
.detail-box .article-list img {
  vertical-align: middle;
}
.detail-box .article-list li {
  float: left;
  width: 296px;
  margin-right: 24px;
}
.detail-box .article-list li:nth-child(3n) {
  margin-right: 0;
}
.detail-box .article-list li .cover {
  height: 222px;
}
.detail-box .article-list li .cover img {
  width: 100%;
  height: 100%;
}
.detail-box .article-list li .detail {
  padding: 20px 0;
}
.detail-box .article-list li .detail .title {
  font-size: 20px;
  line-height: 30px;
  height: 60px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*2为指定行数*/
  -webkit-box-orient: vertical;
}
.aside-r {
  width: 400px;
  float: right;
}
.aside-r .detail-cover img {
  width: 100%;
  height: 300px;
}
.aside-r .aside-sub-box {
  margin-top: 48px;
}
.aside-r .aside-sub-box .media-list li {
  margin-bottom: 20px;
}
.aside-r .aside-sub-box .media-list li .media-l {
  display: table-cell;
  vertical-align: top;
  padding-right: 20px;
}
.aside-r .aside-sub-box .media-list li .media-body {
  display: table-cell;
  vertical-align: top;
  width: 100%;
}
.aside-r .aside-sub-box .media-list li:last-child .media-body {
  border-bottom: none;
}
.aside-r .aside-sub-box .media-list li img {
  width: 120px;
  height: 90px;
  vertical-align: middle;
}
.aside-r .aside-sub-box .media-list li .media-body {
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
  width: 100%;
}
.aside-r .aside-sub-box .media-list li .title {
  font-size: 18px;
  font-weight: bold;
  line-height: 27px;
  height: 54px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*2为指定行数*/
  -webkit-box-orient: vertical;
}
.aside-r .aside-sub-box .media-list li .update {
  margin-top: 15px;
  text-align: right;
  color: #999;
}
.aside-r > .btn {
  display: inline-block;
  text-align: center;
  width: 100%;
  height: 90px;
  line-height: 90px;
  color: #fff;
  background: #ff6100;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  font-size: 24px;
  margin-bottom: 50px;
}
.aside-r > .btn.disabled {
  background: #999;
}
.aside-r > .btn.disabled {
  background-color: rgba(0, 153, 153, 0.5);
}
.font_family {
  vertical-align: middle;
}
.works-aside {
  float: right;
  width: 240px;
  text-align: center;
}
.works-aside .info-box {
  background: #fff;
  padding: 24px 20px;
}
.works-aside .info-box .profile {
  display: block;
  width: 120px;
  height: 120px;
  margin: 0 auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.works-aside .info-box p {
  margin-bottom: 6px;
}
.works-aside .info-box .city,
.works-aside .info-box .tags {
  color: #999;
}
.works-aside .info-box .name {
  font-size: 20px;
  margin-top: 18px;
  font-weight: bold;
}
.works-aside .info-box .links {
  margin-top: 20px;
}
.works-aside .info-box .links .icon-facebook {
  color: #3C5A99;
  font-size: 30px;
}
/*# sourceMappingURL=detail.css.map */