.line {
  background: #E6E6E6;
}
.news {
  width: 1080px;
  margin: 0 auto;
  display: flex;
}
.news-main {
  width: 100%;
  padding: 0 60px 0 20px;
}
.news-main .title {
  text-align: center;
  font-size: 32px;
  font-weight: 500;
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.9);
}
.division {
  margin-top: 30px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 8px;
  display: flex;
  justify-content: space-between;
}
.division .time {
  display: flex;
}
.division .time i {
  font-size: 10px;
  margin: 0 4px 0 20px;
}
.division span {
  color: #B3B3B3;
  font-size: 13px;
  display: flex;
  align-items: center;
}
.news-main .new-content {
  padding-top: 20px;
  padding-bottom: 50px;
  border-bottom: 1px solid #ccc;
}
.relevant {
  margin-top: 16px;
}
.relevant .prev {
  float: left;
  display: flex;
  align-items: center;
}
.relevant .next {
  float: right;
  text-align: right;
  display: flex;
  align-items: center;
}
.relevant .prev .ico i {
  font-size: 52px;
  color: #999;
}
.relevant .next .ico i {
  font-size: 52px;
  color: #999;
}
.relevant .pte {
  font-size: 14px;
  color: #000;
}
.relevant-news {
  margin-top: 8px;
  display: flex;
}
.relevant-news img {
  width: 190px;
  height: 140px;
  float: left;
  border: 1px solid #efefef;
  border-radius: 6px;
}
.relevant-news .img-hover:hover + .title-hover > a {
  color: #000;
}
.relevant-news .title-hover:hover > a {
  color: #000;
}
.relevant-news p {
  float: left;
  align-self: center;
  width: 160px;
  font-size: 16px;
}
.relevant-news .title-hover a {
  -moz-transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  -ms-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}
.popularity {
  float: right;
}
.popularity-row {
  width: 280px;
  /*padding: 44px 16px 48px 16px;*/
  /*border: 1px solid #E6E6E6;*/
  border-radius: 6px;
  margin-bottom: 60px;
}
.popularity-product {
  background: #f5f6fa;
  padding: 32px 16px;
  border-radius: 20px;
}
.popularity-row .box-header {
  margin-bottom: 15px;
}
.popularity-row .title {
  font-size: 20px;
  color: #000;
}
.popularity-title-edition .list-item {
  margin-bottom: 32px;
}
.popularity-title-edition .list-item:last-child {
  margin-bottom: 0;
}
.popularity-title-edition .list a {
  color: #000;
  font-size: 14px;
}
.popularity-item-img {
  float: left;
}
.popularity-item-img img {
  width: 80px;
}
.popularity-product .popularity-item {
  margin-bottom: 32px;
}
.popularity-product .popularity-item:last-child {
  margin-bottom: 0;
}
.popularity-product .popularity-item .product {
  display: flex;
}
.popularity-product .popularity-item .product .new-name {
  align-self: center;
  margin-left: 8px;
}
.new-content p {
  display: flex;
  font-size: 14px;
}
.new-content .seo-anchor {
  color: #00a2ff;
}
.new-content .article-related .article-related-list {
  margin-top: 1px;
}
.new-content .article-related a {
  color: #00a2ff;
  font-size: 14px;
}
.new-content .product-related {
  width: 300px;
  display: inline-block;
}
.new-content .product-related img {
  width: 300px;
  height: 300px;
}
.new-content .product-related .product-desc {
  padding: 15px;
}
.new-content .product-related .product-title {
  font-size: 18px;
  font-weight: 500;
  width: 205px;
  display: block;
  color: #000;
}
.new-content .product-related .attribute {
  margin-top: 20px;
  margin-bottom: 20px;
}
.new-content .product-related .attribute-item {
  display: block;
}
.new-content .product-related .attribute-item .attribute-name {
  font-size: 14px;
  width: 50px;
  display: inline-block;
}
.new-content .product-related .attribute-item .iconfont {
  font-size: 14px;
  color: #E6E6E6;
}
.new-content .product-related .attribute-item .attribute-activate {
  background-image: -webkit-linear-gradient(180deg, #FF9C00, #FFC231);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border: none;
  color: #FF9C00 !important;
}
.new-content .product-related .product-price {
  float: left;
}
.new-content .product-related .product-price .unit {
  font-size: 16px;
}
.new-content .product-related .product-price .number {
  font-size: 32px;
}
.new-content .product-related .product-go-cart {
  width: 160px;
  height: 40px;
  background: #00594e;
  border-radius: 6px;
  color: #fff;
  line-height: 40px;
  display: inline-block;
  float: right;
  font-size: 16px;
}
.reading .item {
  width: 200px;
  position: relative;
  transition: all 0.5s;
  margin-bottom: 60px;
}
.reading .item:hover {
  transform: translateY(-20px);
}
.reading .item:hover .time-label i {
  animation: goRead 1s infinite;
}
.reading .item .time-label {
  font-size: 13px;
  font-weight: 700;
  font-style: italic;
  position: absolute;
  top: -22px;
  left: 12px;
  z-index: 1;
  display: flex;
  align-items: flex-start;
}
.reading .item .time-label .time-num {
  font-size: 46px;
  margin-right: 6px;
  line-height: 42px;
  color: #0080ff;
}
.reading .item .time-label i {
  color: #000;
  font-size: 13px;
  margin: 2px 0 0 4px;
  display: inline-block;
}
@keyframes goRead {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(6px);
  }
  60% {
    transform: translateX(3px);
  }
}
.reading .item .cover {
  width: 100%;
  border-radius: 0px 16px 16px 16px;
  overflow: hidden;
  position: relative;
}
.reading .item .cover .label-title {
  position: absolute;
  right: 12px;
  top: 12px;
  font-size: 12px;
  font-weight: 500;
  color: #FFF;
  background-color: #0080ff;
  padding: 4px 8px;
  font-style: normal;
  border-radius: 6px;
  z-index: 1;
}
.reading .item .cover .cover-img {
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.reading .item .cover .cover-img:before {
  content: "";
  position: absolute;
  top: 30px;
  left: 0;
  background: rgba(255, 255, 255, 0);
  height: 24px;
  width: 24px;
  border-top-left-radius: 15px;
  box-shadow: -5px -5px 0 2px #000;
}
.reading .item .cover .cover-img a {
  border-radius: 18px;
  overflow: hidden;
}
.reading .item .cover .cover-img a img {
  width: 100%;
  height: 100%;
}
.reading .item .cover .cover-img .cover-border {
  border-bottom-right-radius: 10px;
  height: 30px;
  width: 50px;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  transform: skew(-34deg);
  box-shadow: -10px -10px 0 0 #000;
}
.reading .item .cover .cover-img .cover-border:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  top: 0;
  right: -15px;
  background: rgba(255, 255, 255, 0);
  border-top-left-radius: 10px;
  box-shadow: -5px -5px 0 2px #000;
}
.reading .item .info {
  margin-top: 10px;
}
.reading .item .info .n-title {
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  font-weight: 700;
}
.breadcrumb {
  max-width: 1080px;
}
