body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100vw;
}
body > img {
  display: none;
}
body .content {
  width: 100vw;
  background-color: #ffffff;
  padding: 18px 0;
}
body .content .wrap {
  position: relative;
}
body .content .wrap .left .adv-row a {
  display: block;
}
body .content .wrap .left .adv-row a img {
  width: 750px;
}
body .content .wrap .new-list > a {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 40px;
  line-height: 40px;
  background-color: #0370e8;
  color: #ffffff;
  padding: 0 20px;
  margin-bottom: 12px;
}
body .content .wrap .new-list > a h5 {
  font-size: 15px;
}
body .content .wrap .new-list .head-new {
  position: relative !important;
  margin-top: 0 !important;
}
body .content .wrap .new-list .head-new img {
  width: 343px !important;
  height: 193px !important;
}
body .content .wrap .new-list .head-new h6 {
  position: absolute !important;
  left: 0 !important;
  bottom: 0 !important;
  width: 343px !important;
  height: 56px !important;
  padding-right: 20px !important;
  margin-bottom: 10px !important;
  color: #FFFFFF !important;
  font-size: 22px !important;
  line-height: 28px !important;
  z-index: 1 !important;
}
body .content .wrap .new-list .head-new .cover {
  position: absolute !important;
  left: 0 !important;
  bottom: -70px !important;
  width: 343px !important;
  height: 199px !important;
  background-image: url(../icons/cover.png) !important;
  background-repeat: no-repeat !important;
}
body .content .wrap .no_subscribe-column {
  display: none;
  position: absolute;
  top: -18px;
  right: 34px;
  z-index: 999;
  background-color: #0370e8;
}
body .content .wrap .no_subscribe-column li a {
  display: block;
  width: 100px;
  height: 43px;
  text-align: center;
  font-size: 20px;
  line-height: 43px;
  color: #FFFFFF;
}
body .content .wrap .no_subscribe-column li a:hover {
  background-color: #00BAEC;
}
body .top {
  padding-bottom: 0;
}
body .top .wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
body .top .wrap .left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #0370e8;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
}
body .top .wrap .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 154px;
}
body .top .wrap .right a {
  display: block;
  transition: transform 0.1s linear;
}
body .top .wrap .right a img {
  margin: 7px 2px 0 0;
  width: 26px;
}
body .top .wrap .right a span {
  color: #212121;
  line-height: 40px;
}
body .top .wrap .right a:hover {
  transform: scale(1.1);
}
body .main .wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  border-bottom: 1px solid #eeeeee;
}
body .main .wrap .left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
body .main .wrap .left .headline {
  width: 750px;
}
body .main .wrap .left .headline > a {
  background-color: #FFFFFF;
  color: #000000;
  padding: 0;
}
body .main .wrap .left .headline > a h5 {
  display: inline-block;
  line-height: 54px;
}
body .main .wrap .left .headline > a h5:nth-of-type(1) {
  font-size: 36px;
  color: #0370c8;
}
body .main .wrap .left .headline > a h5:nth-of-type(2) {
  font-size: 30px;
}
body .main .wrap .left .headline .banner {
  margin-bottom: 20px;
}
body .main .wrap .left .headline .banner #banner .swiper-wrapper .swiper-slide a {
  display: block;
  position: relative;
}
body .main .wrap .left .headline .banner #banner .swiper-wrapper .swiper-slide a img {
  width: 750px;
  height: 422px;
}
body .main .wrap .left .headline .banner #banner .swiper-wrapper .swiper-slide a .title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  padding: 28px 40px;
}
body .main .wrap .left .headline .banner #banner .swiper-wrapper .swiper-slide a .title h6 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 26px;
  line-height: 37px;
  color: #ffffff;
  font-weight: normal;
}
body .main .wrap .left .headline .banner #banner .swiper-pagination-bullets {
  text-align: left;
  padding-left: 40px;
}
body .main .wrap .left .headline .banner #banner .swiper-pagination-bullets .swiper-pagination-bullet {
  opacity: 1 !important;
}
body .main .wrap .left .headline .banner #banner .swiper-pagination-bullets .swiper-pagination-bullet-active {
  width: 16px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
body .main .wrap .left .headline .banner #banner .swiper-button-next,
body .main .wrap .left .headline .banner #banner .swiper-button-prev {
  display: none;
  color: #bbbbbb;
}
body .main .wrap .left .headline .banner #banner .swiper-button-next:hover,
body .main .wrap .left .headline .banner #banner .swiper-button-prev:hover {
  color: #0370e8;
}
body .main .wrap .left .headline .banner #banner:hover .swiper-button-next,
body .main .wrap .left .headline .banner #banner:hover .swiper-button-prev {
  display: block;
}
body .main .wrap .left .headline .adv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  justify-content: center;
}
body .main .wrap .left .headline .adv a {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
body .main .wrap .left .headline .adv a img {
  width: 718px;
}
body .main .wrap .left .headline .small-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
body .main .wrap .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 375px;
  height: 625px;
  overflow: hidden;
}
body .main .wrap .right .adv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 16px;
  margin-bottom: 12px;
  background-color: #f5f5f5;
  justify-content: center;
}
body .main .wrap .right .adv a {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
body .main .wrap .right .adv a img {
  width: 343px;
}
body .main .wrap .right .comment {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}
body .main .wrap .right .comment .more-right-top {
  position: absolute;
  right: 0;
  top: 12px;
}
body .main .wrap .right .comment .more-right-top a {
  color: #0370e8;
}
body .main .wrap .right .comment .new-list-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 16px;
  background-color: #f5f5f5;
}
body .main .wrap .right .comment .new-list-content .image {
  display: block;
  margin-bottom: 16px;
  position: relative;
}
body .main .wrap .right .comment .new-list-content .image img {
  width: 344px;
  height: 194px;
}
body .main .wrap .right .comment .new-list-content .image h6 {
  position: absolute;
  bottom: 4px;
  left: 8px;
  right: 8px;
  font-size: 20px;
  line-height: 30px;
  font-weight: normal;
  color: #FFFFFF;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  z-index: 1;
}
body .main .wrap .right .comment .new-list-content .image .cover {
  position: absolute;
  left: 0;
  bottom: -70px;
  width: 344px;
  height: 199px;
  background-image: url(../icons/cover.png);
  background-repeat: no-repeat;
}
body .main .wrap .right .comment .new-list-content #comment-list {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
body .main .wrap .right .comment .new-list-content #comment-list .swiper-wrapper {
  height: 100%;
}
body .main .wrap .right .comment .new-list-content #comment-list .swiper-wrapper .swiper-slide {
  height: auto !important;
  line-height: 24px;
  margin-bottom: 30px;
}
body .main .wrap .right .comment .new-list-content #comment-list .swiper-wrapper .swiper-slide a {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
body .main .wrap .right .comment .new-list-content #comment-list .swiper-wrapper .swiper-slide a:hover {
  color: #0370e8;
}
body .main .wrap .right .comment .new-list-content .more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 16px;
}
body .main .wrap .right .comment .new-list-content .more a {
  color: #0370e8;
}
body .long-adv {
  padding-top: 0;
  padding-bottom: 0;
}
body .long-adv .wrap a img {
  width: 1139px;
}
body .video {
  padding: 0;
}
body .video .wrap .new-list {
  position: relative;
}
body .video .wrap .new-list .new-list-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
  border-bottom: 1px solid #eeeeee;
}
body .video .wrap .new-list .new-list-content a {
  display: block;
  position: relative;
  width: 353px;
  margin-right: 40px;
}
body .video .wrap .new-list .new-list-content a img {
  width: 353px;
  height: 199px;
}
body .video .wrap .new-list .new-list-content a .cover {
  position: absolute;
  left: 0;
  bottom: 8px;
  width: 353px;
  height: 199px;
  background-image: url(../icons/cover.png);
  background-repeat: no-repeat;
}
body .video .wrap .new-list .new-list-content a .play-button {
  position: absolute;
  left: 18px;
  bottom: 96px;
  width: 44px;
  height: 44px;
  background-image: url(../icons/play-button.png);
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 0.1s linear;
  transition: -webkit-transform 0.1s linear;
  -o-transition: -o-transform 0.1s linear;
  -moz-transition: transform 0.1s linear, -moz-transform 0.1s linear;
  transition: transform 0.1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear, -moz-transform 0.1s linear, -o-transform 0.1s linear;
}
body .video .wrap .new-list .new-list-content a h6 {
  font-size: 20px;
  line-height: 30px;
  font-weight: normal;
  color: #212121;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 18px;
}
body .video .wrap .new-list .new-list-content a:nth-last-of-type(1) {
  margin-right: 0;
}
body .video .wrap .new-list .new-list-content a:hover .play-button {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
body .video .wrap .new-list .new-list-content a:hover h6 {
  color: #0370e8;
}
body .video .wrap .new-list .more {
  position: absolute;
  right: 0;
  top: 0;
}
body .video .wrap .new-list .more a {
  text-align: center;
  color: #0370e8;
  line-height: 40px;
}
body .detail .wrap {
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
body .detail .wrap .left {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
body .detail .wrap .left .new-list:nth-of-type(1) {
  margin-top: 0;
}
body .detail .wrap .left .finance,
body .detail .wrap .left .daily-well,
body .detail .wrap .left .hongkong-macao,
body .detail .wrap .left .economics,
body .detail .wrap .left .real-estate,
body .detail .wrap .left .global,
body .detail .wrap .left .taiwan,
body .detail .wrap .left .bay-area {
  width: 750px;
  padding-bottom: 12px;
  margin-top: 12px;
  border-bottom: 1px solid #eeeeee;
  position: relative;
}
body .detail .wrap .left .finance .more-right-top,
body .detail .wrap .left .daily-well .more-right-top,
body .detail .wrap .left .hongkong-macao .more-right-top,
body .detail .wrap .left .economics .more-right-top,
body .detail .wrap .left .real-estate .more-right-top,
body .detail .wrap .left .global .more-right-top,
body .detail .wrap .left .taiwan .more-right-top,
body .detail .wrap .left .bay-area .more-right-top {
  position: absolute;
  right: 0;
  top: 12px;
}
body .detail .wrap .left .finance .more-right-top a,
body .detail .wrap .left .daily-well .more-right-top a,
body .detail .wrap .left .hongkong-macao .more-right-top a,
body .detail .wrap .left .economics .more-right-top a,
body .detail .wrap .left .real-estate .more-right-top a,
body .detail .wrap .left .global .more-right-top a,
body .detail .wrap .left .taiwan .more-right-top a,
body .detail .wrap .left .bay-area .more-right-top a {
  color: #0370e8;
}
body .detail .wrap .left .finance .new-list-content,
body .detail .wrap .left .daily-well .new-list-content,
body .detail .wrap .left .hongkong-macao .new-list-content,
body .detail .wrap .left .economics .new-list-content,
body .detail .wrap .left .real-estate .new-list-content,
body .detail .wrap .left .global .new-list-content,
body .detail .wrap .left .taiwan .new-list-content,
body .detail .wrap .left .bay-area .new-list-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
body .detail .wrap .left .finance .new-list-content a:not(.big),
body .detail .wrap .left .daily-well .new-list-content a:not(.big),
body .detail .wrap .left .hongkong-macao .new-list-content a:not(.big),
body .detail .wrap .left .economics .new-list-content a:not(.big),
body .detail .wrap .left .real-estate .new-list-content a:not(.big),
body .detail .wrap .left .global .new-list-content a:not(.big),
body .detail .wrap .left .taiwan .new-list-content a:not(.big),
body .detail .wrap .left .bay-area .new-list-content a:not(.big),
body .detail .wrap .left .finance .new-list-content a:not(.small),
body .detail .wrap .left .daily-well .new-list-content a:not(.small),
body .detail .wrap .left .hongkong-macao .new-list-content a:not(.small),
body .detail .wrap .left .economics .new-list-content a:not(.small),
body .detail .wrap .left .real-estate .new-list-content a:not(.small),
body .detail .wrap .left .global .new-list-content a:not(.small),
body .detail .wrap .left .taiwan .new-list-content a:not(.small),
body .detail .wrap .left .bay-area .new-list-content a:not(.small) {
  display: block;
  position: relative;
  width: 360px;
  height: 335px;
  background-color: #f5f5f5;
  margin-bottom: 24px;
}
body .detail .wrap .left .finance .new-list-content a:not(.big) .img-box,
body .detail .wrap .left .daily-well .new-list-content a:not(.big) .img-box,
body .detail .wrap .left .hongkong-macao .new-list-content a:not(.big) .img-box,
body .detail .wrap .left .economics .new-list-content a:not(.big) .img-box,
body .detail .wrap .left .real-estate .new-list-content a:not(.big) .img-box,
body .detail .wrap .left .global .new-list-content a:not(.big) .img-box,
body .detail .wrap .left .taiwan .new-list-content a:not(.big) .img-box,
body .detail .wrap .left .bay-area .new-list-content a:not(.big) .img-box,
body .detail .wrap .left .finance .new-list-content a:not(.small) .img-box,
body .detail .wrap .left .daily-well .new-list-content a:not(.small) .img-box,
body .detail .wrap .left .hongkong-macao .new-list-content a:not(.small) .img-box,
body .detail .wrap .left .economics .new-list-content a:not(.small) .img-box,
body .detail .wrap .left .real-estate .new-list-content a:not(.small) .img-box,
body .detail .wrap .left .global .new-list-content a:not(.small) .img-box,
body .detail .wrap .left .taiwan .new-list-content a:not(.small) .img-box,
body .detail .wrap .left .bay-area .new-list-content a:not(.small) .img-box {
  width: 360px;
  height: 202.5px;
  overflow: hidden;
}
body .detail .wrap .left .finance .new-list-content a:not(.big) .img-box img,
body .detail .wrap .left .daily-well .new-list-content a:not(.big) .img-box img,
body .detail .wrap .left .hongkong-macao .new-list-content a:not(.big) .img-box img,
body .detail .wrap .left .economics .new-list-content a:not(.big) .img-box img,
body .detail .wrap .left .real-estate .new-list-content a:not(.big) .img-box img,
body .detail .wrap .left .global .new-list-content a:not(.big) .img-box img,
body .detail .wrap .left .taiwan .new-list-content a:not(.big) .img-box img,
body .detail .wrap .left .bay-area .new-list-content a:not(.big) .img-box img,
body .detail .wrap .left .finance .new-list-content a:not(.small) .img-box img,
body .detail .wrap .left .daily-well .new-list-content a:not(.small) .img-box img,
body .detail .wrap .left .hongkong-macao .new-list-content a:not(.small) .img-box img,
body .detail .wrap .left .economics .new-list-content a:not(.small) .img-box img,
body .detail .wrap .left .real-estate .new-list-content a:not(.small) .img-box img,
body .detail .wrap .left .global .new-list-content a:not(.small) .img-box img,
body .detail .wrap .left .taiwan .new-list-content a:not(.small) .img-box img,
body .detail .wrap .left .bay-area .new-list-content a:not(.small) .img-box img {
  width: 360px;
  height: 202.5px;
  transition: -webkit-transform 0.1s linear;
  -o-transition: -o-transform 0.1s linear;
  -webkit-transition: -webkit-transform 0.1s linear;
  -moz-transition: transform 0.1s linear, -moz-transform 0.1s linear;
  transition: transform 0.1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear, -moz-transform 0.1s linear, -o-transform 0.1s linear;
}
body .detail .wrap .left .finance .new-list-content a:not(.big) h6,
body .detail .wrap .left .daily-well .new-list-content a:not(.big) h6,
body .detail .wrap .left .hongkong-macao .new-list-content a:not(.big) h6,
body .detail .wrap .left .economics .new-list-content a:not(.big) h6,
body .detail .wrap .left .real-estate .new-list-content a:not(.big) h6,
body .detail .wrap .left .global .new-list-content a:not(.big) h6,
body .detail .wrap .left .taiwan .new-list-content a:not(.big) h6,
body .detail .wrap .left .bay-area .new-list-content a:not(.big) h6,
body .detail .wrap .left .finance .new-list-content a:not(.small) h6,
body .detail .wrap .left .daily-well .new-list-content a:not(.small) h6,
body .detail .wrap .left .hongkong-macao .new-list-content a:not(.small) h6,
body .detail .wrap .left .economics .new-list-content a:not(.small) h6,
body .detail .wrap .left .real-estate .new-list-content a:not(.small) h6,
body .detail .wrap .left .global .new-list-content a:not(.small) h6,
body .detail .wrap .left .taiwan .new-list-content a:not(.small) h6,
body .detail .wrap .left .bay-area .new-list-content a:not(.small) h6 {
  font-size: 20px;
  line-height: 30px;
  font-weight: normal;
  color: #212121;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin: 18px 12px 0 12px;
}
body .detail .wrap .left .finance .new-list-content a:not(.big) u,
body .detail .wrap .left .daily-well .new-list-content a:not(.big) u,
body .detail .wrap .left .hongkong-macao .new-list-content a:not(.big) u,
body .detail .wrap .left .economics .new-list-content a:not(.big) u,
body .detail .wrap .left .real-estate .new-list-content a:not(.big) u,
body .detail .wrap .left .global .new-list-content a:not(.big) u,
body .detail .wrap .left .taiwan .new-list-content a:not(.big) u,
body .detail .wrap .left .bay-area .new-list-content a:not(.big) u,
body .detail .wrap .left .finance .new-list-content a:not(.small) u,
body .detail .wrap .left .daily-well .new-list-content a:not(.small) u,
body .detail .wrap .left .hongkong-macao .new-list-content a:not(.small) u,
body .detail .wrap .left .economics .new-list-content a:not(.small) u,
body .detail .wrap .left .real-estate .new-list-content a:not(.small) u,
body .detail .wrap .left .global .new-list-content a:not(.small) u,
body .detail .wrap .left .taiwan .new-list-content a:not(.small) u,
body .detail .wrap .left .bay-area .new-list-content a:not(.small) u {
  position: absolute;
  left: 12px;
  bottom: 13px;
  text-decoration: none;
  color: #53585c;
  font-size: 12px;
}
body .detail .wrap .left .finance .new-list-content a:not(.big) .share-button,
body .detail .wrap .left .daily-well .new-list-content a:not(.big) .share-button,
body .detail .wrap .left .hongkong-macao .new-list-content a:not(.big) .share-button,
body .detail .wrap .left .economics .new-list-content a:not(.big) .share-button,
body .detail .wrap .left .real-estate .new-list-content a:not(.big) .share-button,
body .detail .wrap .left .global .new-list-content a:not(.big) .share-button,
body .detail .wrap .left .taiwan .new-list-content a:not(.big) .share-button,
body .detail .wrap .left .bay-area .new-list-content a:not(.big) .share-button,
body .detail .wrap .left .finance .new-list-content a:not(.small) .share-button,
body .detail .wrap .left .daily-well .new-list-content a:not(.small) .share-button,
body .detail .wrap .left .hongkong-macao .new-list-content a:not(.small) .share-button,
body .detail .wrap .left .economics .new-list-content a:not(.small) .share-button,
body .detail .wrap .left .real-estate .new-list-content a:not(.small) .share-button,
body .detail .wrap .left .global .new-list-content a:not(.small) .share-button,
body .detail .wrap .left .taiwan .new-list-content a:not(.small) .share-button,
body .detail .wrap .left .bay-area .new-list-content a:not(.small) .share-button {
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 54px;
  height: 19px;
  background-color: #e7e7e7;
}
body .detail .wrap .left .finance .new-list-content a:not(.big) .share-button i,
body .detail .wrap .left .daily-well .new-list-content a:not(.big) .share-button i,
body .detail .wrap .left .hongkong-macao .new-list-content a:not(.big) .share-button i,
body .detail .wrap .left .economics .new-list-content a:not(.big) .share-button i,
body .detail .wrap .left .real-estate .new-list-content a:not(.big) .share-button i,
body .detail .wrap .left .global .new-list-content a:not(.big) .share-button i,
body .detail .wrap .left .taiwan .new-list-content a:not(.big) .share-button i,
body .detail .wrap .left .bay-area .new-list-content a:not(.big) .share-button i,
body .detail .wrap .left .finance .new-list-content a:not(.small) .share-button i,
body .detail .wrap .left .daily-well .new-list-content a:not(.small) .share-button i,
body .detail .wrap .left .hongkong-macao .new-list-content a:not(.small) .share-button i,
body .detail .wrap .left .economics .new-list-content a:not(.small) .share-button i,
body .detail .wrap .left .real-estate .new-list-content a:not(.small) .share-button i,
body .detail .wrap .left .global .new-list-content a:not(.small) .share-button i,
body .detail .wrap .left .taiwan .new-list-content a:not(.small) .share-button i,
body .detail .wrap .left .bay-area .new-list-content a:not(.small) .share-button i {
  font-size: 12px;
  color: #53585c;
  line-height: 19px;
  padding-left: 6px;
}
body .detail .wrap .left .finance .new-list-content a:not(.big) .share-button i::before,
body .detail .wrap .left .daily-well .new-list-content a:not(.big) .share-button i::before,
body .detail .wrap .left .hongkong-macao .new-list-content a:not(.big) .share-button i::before,
body .detail .wrap .left .economics .new-list-content a:not(.big) .share-button i::before,
body .detail .wrap .left .real-estate .new-list-content a:not(.big) .share-button i::before,
body .detail .wrap .left .global .new-list-content a:not(.big) .share-button i::before,
body .detail .wrap .left .taiwan .new-list-content a:not(.big) .share-button i::before,
body .detail .wrap .left .bay-area .new-list-content a:not(.big) .share-button i::before,
body .detail .wrap .left .finance .new-list-content a:not(.small) .share-button i::before,
body .detail .wrap .left .daily-well .new-list-content a:not(.small) .share-button i::before,
body .detail .wrap .left .hongkong-macao .new-list-content a:not(.small) .share-button i::before,
body .detail .wrap .left .economics .new-list-content a:not(.small) .share-button i::before,
body .detail .wrap .left .real-estate .new-list-content a:not(.small) .share-button i::before,
body .detail .wrap .left .global .new-list-content a:not(.small) .share-button i::before,
body .detail .wrap .left .taiwan .new-list-content a:not(.small) .share-button i::before,
body .detail .wrap .left .bay-area .new-list-content a:not(.small) .share-button i::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 4px;
  background-image: url(../icons/share.png);
  background-repeat: no-repeat;
}
body .detail .wrap .left .finance .new-list-content a:not(.big) .share-button:hover,
body .detail .wrap .left .daily-well .new-list-content a:not(.big) .share-button:hover,
body .detail .wrap .left .hongkong-macao .new-list-content a:not(.big) .share-button:hover,
body .detail .wrap .left .economics .new-list-content a:not(.big) .share-button:hover,
body .detail .wrap .left .real-estate .new-list-content a:not(.big) .share-button:hover,
body .detail .wrap .left .global .new-list-content a:not(.big) .share-button:hover,
body .detail .wrap .left .taiwan .new-list-content a:not(.big) .share-button:hover,
body .detail .wrap .left .bay-area .new-list-content a:not(.big) .share-button:hover,
body .detail .wrap .left .finance .new-list-content a:not(.small) .share-button:hover,
body .detail .wrap .left .daily-well .new-list-content a:not(.small) .share-button:hover,
body .detail .wrap .left .hongkong-macao .new-list-content a:not(.small) .share-button:hover,
body .detail .wrap .left .economics .new-list-content a:not(.small) .share-button:hover,
body .detail .wrap .left .real-estate .new-list-content a:not(.small) .share-button:hover,
body .detail .wrap .left .global .new-list-content a:not(.small) .share-button:hover,
body .detail .wrap .left .taiwan .new-list-content a:not(.small) .share-button:hover,
body .detail .wrap .left .bay-area .new-list-content a:not(.small) .share-button:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
body .detail .wrap .left .finance .new-list-content a:not(.big):nth-of-type(odd),
body .detail .wrap .left .daily-well .new-list-content a:not(.big):nth-of-type(odd),
body .detail .wrap .left .hongkong-macao .new-list-content a:not(.big):nth-of-type(odd),
body .detail .wrap .left .economics .new-list-content a:not(.big):nth-of-type(odd),
body .detail .wrap .left .real-estate .new-list-content a:not(.big):nth-of-type(odd),
body .detail .wrap .left .global .new-list-content a:not(.big):nth-of-type(odd),
body .detail .wrap .left .taiwan .new-list-content a:not(.big):nth-of-type(odd),
body .detail .wrap .left .bay-area .new-list-content a:not(.big):nth-of-type(odd),
body .detail .wrap .left .finance .new-list-content a:not(.small):nth-of-type(odd),
body .detail .wrap .left .daily-well .new-list-content a:not(.small):nth-of-type(odd),
body .detail .wrap .left .hongkong-macao .new-list-content a:not(.small):nth-of-type(odd),
body .detail .wrap .left .economics .new-list-content a:not(.small):nth-of-type(odd),
body .detail .wrap .left .real-estate .new-list-content a:not(.small):nth-of-type(odd),
body .detail .wrap .left .global .new-list-content a:not(.small):nth-of-type(odd),
body .detail .wrap .left .taiwan .new-list-content a:not(.small):nth-of-type(odd),
body .detail .wrap .left .bay-area .new-list-content a:not(.small):nth-of-type(odd) {
  margin-right: 30px;
}
body .detail .wrap .left .finance .new-list-content a:not(.big):nth-last-of-type(1),
body .detail .wrap .left .daily-well .new-list-content a:not(.big):nth-last-of-type(1),
body .detail .wrap .left .hongkong-macao .new-list-content a:not(.big):nth-last-of-type(1),
body .detail .wrap .left .economics .new-list-content a:not(.big):nth-last-of-type(1),
body .detail .wrap .left .real-estate .new-list-content a:not(.big):nth-last-of-type(1),
body .detail .wrap .left .global .new-list-content a:not(.big):nth-last-of-type(1),
body .detail .wrap .left .taiwan .new-list-content a:not(.big):nth-last-of-type(1),
body .detail .wrap .left .bay-area .new-list-content a:not(.big):nth-last-of-type(1),
body .detail .wrap .left .finance .new-list-content a:not(.small):nth-last-of-type(1),
body .detail .wrap .left .daily-well .new-list-content a:not(.small):nth-last-of-type(1),
body .detail .wrap .left .hongkong-macao .new-list-content a:not(.small):nth-last-of-type(1),
body .detail .wrap .left .economics .new-list-content a:not(.small):nth-last-of-type(1),
body .detail .wrap .left .real-estate .new-list-content a:not(.small):nth-last-of-type(1),
body .detail .wrap .left .global .new-list-content a:not(.small):nth-last-of-type(1),
body .detail .wrap .left .taiwan .new-list-content a:not(.small):nth-last-of-type(1),
body .detail .wrap .left .bay-area .new-list-content a:not(.small):nth-last-of-type(1),
body .detail .wrap .left .finance .new-list-content a:not(.big):nth-last-of-type(2),
body .detail .wrap .left .daily-well .new-list-content a:not(.big):nth-last-of-type(2),
body .detail .wrap .left .hongkong-macao .new-list-content a:not(.big):nth-last-of-type(2),
body .detail .wrap .left .economics .new-list-content a:not(.big):nth-last-of-type(2),
body .detail .wrap .left .real-estate .new-list-content a:not(.big):nth-last-of-type(2),
body .detail .wrap .left .global .new-list-content a:not(.big):nth-last-of-type(2),
body .detail .wrap .left .taiwan .new-list-content a:not(.big):nth-last-of-type(2),
body .detail .wrap .left .bay-area .new-list-content a:not(.big):nth-last-of-type(2),
body .detail .wrap .left .finance .new-list-content a:not(.small):nth-last-of-type(2),
body .detail .wrap .left .daily-well .new-list-content a:not(.small):nth-last-of-type(2),
body .detail .wrap .left .hongkong-macao .new-list-content a:not(.small):nth-last-of-type(2),
body .detail .wrap .left .economics .new-list-content a:not(.small):nth-last-of-type(2),
body .detail .wrap .left .real-estate .new-list-content a:not(.small):nth-last-of-type(2),
body .detail .wrap .left .global .new-list-content a:not(.small):nth-last-of-type(2),
body .detail .wrap .left .taiwan .new-list-content a:not(.small):nth-last-of-type(2),
body .detail .wrap .left .bay-area .new-list-content a:not(.small):nth-last-of-type(2) {
  margin-bottom: 0;
}
body .detail .wrap .left .finance .new-list-content a:not(.big):hover .img-box img,
body .detail .wrap .left .daily-well .new-list-content a:not(.big):hover .img-box img,
body .detail .wrap .left .hongkong-macao .new-list-content a:not(.big):hover .img-box img,
body .detail .wrap .left .economics .new-list-content a:not(.big):hover .img-box img,
body .detail .wrap .left .real-estate .new-list-content a:not(.big):hover .img-box img,
body .detail .wrap .left .global .new-list-content a:not(.big):hover .img-box img,
body .detail .wrap .left .taiwan .new-list-content a:not(.big):hover .img-box img,
body .detail .wrap .left .bay-area .new-list-content a:not(.big):hover .img-box img,
body .detail .wrap .left .finance .new-list-content a:not(.small):hover .img-box img,
body .detail .wrap .left .daily-well .new-list-content a:not(.small):hover .img-box img,
body .detail .wrap .left .hongkong-macao .new-list-content a:not(.small):hover .img-box img,
body .detail .wrap .left .economics .new-list-content a:not(.small):hover .img-box img,
body .detail .wrap .left .real-estate .new-list-content a:not(.small):hover .img-box img,
body .detail .wrap .left .global .new-list-content a:not(.small):hover .img-box img,
body .detail .wrap .left .taiwan .new-list-content a:not(.small):hover .img-box img,
body .detail .wrap .left .bay-area .new-list-content a:not(.small):hover .img-box img {
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -ms-transform: scale(1.04);
  -o-transform: scale(1.04);
  transform: scale(1.04);
}
body .detail .wrap .left .finance .new-list-content a:not(.big):hover h6,
body .detail .wrap .left .daily-well .new-list-content a:not(.big):hover h6,
body .detail .wrap .left .hongkong-macao .new-list-content a:not(.big):hover h6,
body .detail .wrap .left .economics .new-list-content a:not(.big):hover h6,
body .detail .wrap .left .real-estate .new-list-content a:not(.big):hover h6,
body .detail .wrap .left .global .new-list-content a:not(.big):hover h6,
body .detail .wrap .left .taiwan .new-list-content a:not(.big):hover h6,
body .detail .wrap .left .bay-area .new-list-content a:not(.big):hover h6,
body .detail .wrap .left .finance .new-list-content a:not(.small):hover h6,
body .detail .wrap .left .daily-well .new-list-content a:not(.small):hover h6,
body .detail .wrap .left .hongkong-macao .new-list-content a:not(.small):hover h6,
body .detail .wrap .left .economics .new-list-content a:not(.small):hover h6,
body .detail .wrap .left .real-estate .new-list-content a:not(.small):hover h6,
body .detail .wrap .left .global .new-list-content a:not(.small):hover h6,
body .detail .wrap .left .taiwan .new-list-content a:not(.small):hover h6,
body .detail .wrap .left .bay-area .new-list-content a:not(.small):hover h6 {
  color: #0370e8;
}
body .detail .wrap .left .finance .new-list-content a[class="big"],
body .detail .wrap .left .daily-well .new-list-content a[class="big"],
body .detail .wrap .left .hongkong-macao .new-list-content a[class="big"],
body .detail .wrap .left .economics .new-list-content a[class="big"],
body .detail .wrap .left .real-estate .new-list-content a[class="big"],
body .detail .wrap .left .global .new-list-content a[class="big"],
body .detail .wrap .left .taiwan .new-list-content a[class="big"],
body .detail .wrap .left .bay-area .new-list-content a[class="big"] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 750px;
  height: 202.5px;
  background-color: #f5f5f5;
  margin-bottom: 32px;
}
body .detail .wrap .left .finance .new-list-content a[class="big"] .img-box,
body .detail .wrap .left .daily-well .new-list-content a[class="big"] .img-box,
body .detail .wrap .left .hongkong-macao .new-list-content a[class="big"] .img-box,
body .detail .wrap .left .economics .new-list-content a[class="big"] .img-box,
body .detail .wrap .left .real-estate .new-list-content a[class="big"] .img-box,
body .detail .wrap .left .global .new-list-content a[class="big"] .img-box,
body .detail .wrap .left .taiwan .new-list-content a[class="big"] .img-box,
body .detail .wrap .left .bay-area .new-list-content a[class="big"] .img-box {
  width: 360px;
  height: 202.5px;
  overflow: hidden;
}
body .detail .wrap .left .finance .new-list-content a[class="big"] .img-box img,
body .detail .wrap .left .daily-well .new-list-content a[class="big"] .img-box img,
body .detail .wrap .left .hongkong-macao .new-list-content a[class="big"] .img-box img,
body .detail .wrap .left .economics .new-list-content a[class="big"] .img-box img,
body .detail .wrap .left .real-estate .new-list-content a[class="big"] .img-box img,
body .detail .wrap .left .global .new-list-content a[class="big"] .img-box img,
body .detail .wrap .left .taiwan .new-list-content a[class="big"] .img-box img,
body .detail .wrap .left .bay-area .new-list-content a[class="big"] .img-box img {
  width: 360px;
  height: 202.5px;
  transition: -webkit-transform 0.1s linear;
  -o-transition: -o-transform 0.1s linear;
  -webkit-transition: -webkit-transform 0.1s linear;
  -moz-transition: transform 0.1s linear, -moz-transform 0.1s linear;
  transition: transform 0.1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear, -moz-transform 0.1s linear, -o-transform 0.1s linear;
}
body .detail .wrap .left .finance .new-list-content a[class="big"] h6,
body .detail .wrap .left .daily-well .new-list-content a[class="big"] h6,
body .detail .wrap .left .hongkong-macao .new-list-content a[class="big"] h6,
body .detail .wrap .left .economics .new-list-content a[class="big"] h6,
body .detail .wrap .left .real-estate .new-list-content a[class="big"] h6,
body .detail .wrap .left .global .new-list-content a[class="big"] h6,
body .detail .wrap .left .taiwan .new-list-content a[class="big"] h6,
body .detail .wrap .left .bay-area .new-list-content a[class="big"] h6 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 22px;
  line-height: 31px;
  font-weight: normal;
  color: #212121;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin: 18px 18px 0 18px;
}
body .detail .wrap .left .finance .new-list-content a[class="big"] span,
body .detail .wrap .left .daily-well .new-list-content a[class="big"] span,
body .detail .wrap .left .hongkong-macao .new-list-content a[class="big"] span,
body .detail .wrap .left .economics .new-list-content a[class="big"] span,
body .detail .wrap .left .real-estate .new-list-content a[class="big"] span,
body .detail .wrap .left .global .new-list-content a[class="big"] span,
body .detail .wrap .left .taiwan .new-list-content a[class="big"] span,
body .detail .wrap .left .bay-area .new-list-content a[class="big"] span {
  display: block;
  width: 354px;
  height: 66px;
  position: absolute;
  left: 378px;
  top: 90px;
  text-decoration: none;
  color: #53585c;
  font-size: 16px;
  line-height: 22px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-indent: 2em;
}
body .detail .wrap .left .finance .new-list-content a[class="big"] u,
body .detail .wrap .left .daily-well .new-list-content a[class="big"] u,
body .detail .wrap .left .hongkong-macao .new-list-content a[class="big"] u,
body .detail .wrap .left .economics .new-list-content a[class="big"] u,
body .detail .wrap .left .real-estate .new-list-content a[class="big"] u,
body .detail .wrap .left .global .new-list-content a[class="big"] u,
body .detail .wrap .left .taiwan .new-list-content a[class="big"] u,
body .detail .wrap .left .bay-area .new-list-content a[class="big"] u {
  position: absolute;
  left: 378px;
  bottom: 13px;
  text-decoration: none;
  color: #53585c;
  font-size: 12px;
}
body .detail .wrap .left .finance .new-list-content a[class="big"] .share-button,
body .detail .wrap .left .daily-well .new-list-content a[class="big"] .share-button,
body .detail .wrap .left .hongkong-macao .new-list-content a[class="big"] .share-button,
body .detail .wrap .left .economics .new-list-content a[class="big"] .share-button,
body .detail .wrap .left .real-estate .new-list-content a[class="big"] .share-button,
body .detail .wrap .left .global .new-list-content a[class="big"] .share-button,
body .detail .wrap .left .taiwan .new-list-content a[class="big"] .share-button,
body .detail .wrap .left .bay-area .new-list-content a[class="big"] .share-button {
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 54px;
  height: 19px;
  background-color: #e7e7e7;
}
body .detail .wrap .left .finance .new-list-content a[class="big"] .share-button i,
body .detail .wrap .left .daily-well .new-list-content a[class="big"] .share-button i,
body .detail .wrap .left .hongkong-macao .new-list-content a[class="big"] .share-button i,
body .detail .wrap .left .economics .new-list-content a[class="big"] .share-button i,
body .detail .wrap .left .real-estate .new-list-content a[class="big"] .share-button i,
body .detail .wrap .left .global .new-list-content a[class="big"] .share-button i,
body .detail .wrap .left .taiwan .new-list-content a[class="big"] .share-button i,
body .detail .wrap .left .bay-area .new-list-content a[class="big"] .share-button i {
  font-size: 12px;
  color: #53585c;
  line-height: 19px;
  padding-left: 6px;
}
body .detail .wrap .left .finance .new-list-content a[class="big"] .share-button i::before,
body .detail .wrap .left .daily-well .new-list-content a[class="big"] .share-button i::before,
body .detail .wrap .left .hongkong-macao .new-list-content a[class="big"] .share-button i::before,
body .detail .wrap .left .economics .new-list-content a[class="big"] .share-button i::before,
body .detail .wrap .left .real-estate .new-list-content a[class="big"] .share-button i::before,
body .detail .wrap .left .global .new-list-content a[class="big"] .share-button i::before,
body .detail .wrap .left .taiwan .new-list-content a[class="big"] .share-button i::before,
body .detail .wrap .left .bay-area .new-list-content a[class="big"] .share-button i::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 4px;
  background-image: url(../icons/share.png);
  background-repeat: no-repeat;
}
body .detail .wrap .left .finance .new-list-content a[class="big"] .share-button:hover,
body .detail .wrap .left .daily-well .new-list-content a[class="big"] .share-button:hover,
body .detail .wrap .left .hongkong-macao .new-list-content a[class="big"] .share-button:hover,
body .detail .wrap .left .economics .new-list-content a[class="big"] .share-button:hover,
body .detail .wrap .left .real-estate .new-list-content a[class="big"] .share-button:hover,
body .detail .wrap .left .global .new-list-content a[class="big"] .share-button:hover,
body .detail .wrap .left .taiwan .new-list-content a[class="big"] .share-button:hover,
body .detail .wrap .left .bay-area .new-list-content a[class="big"] .share-button:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
body .detail .wrap .left .finance .new-list-content a[class="big"]:nth-of-type(odd),
body .detail .wrap .left .daily-well .new-list-content a[class="big"]:nth-of-type(odd),
body .detail .wrap .left .hongkong-macao .new-list-content a[class="big"]:nth-of-type(odd),
body .detail .wrap .left .economics .new-list-content a[class="big"]:nth-of-type(odd),
body .detail .wrap .left .real-estate .new-list-content a[class="big"]:nth-of-type(odd),
body .detail .wrap .left .global .new-list-content a[class="big"]:nth-of-type(odd),
body .detail .wrap .left .taiwan .new-list-content a[class="big"]:nth-of-type(odd),
body .detail .wrap .left .bay-area .new-list-content a[class="big"]:nth-of-type(odd) {
  margin-right: 30px;
}
body .detail .wrap .left .finance .new-list-content a[class="big"]:nth-last-of-type(1),
body .detail .wrap .left .daily-well .new-list-content a[class="big"]:nth-last-of-type(1),
body .detail .wrap .left .hongkong-macao .new-list-content a[class="big"]:nth-last-of-type(1),
body .detail .wrap .left .economics .new-list-content a[class="big"]:nth-last-of-type(1),
body .detail .wrap .left .real-estate .new-list-content a[class="big"]:nth-last-of-type(1),
body .detail .wrap .left .global .new-list-content a[class="big"]:nth-last-of-type(1),
body .detail .wrap .left .taiwan .new-list-content a[class="big"]:nth-last-of-type(1),
body .detail .wrap .left .bay-area .new-list-content a[class="big"]:nth-last-of-type(1),
body .detail .wrap .left .finance .new-list-content a[class="big"]:nth-last-of-type(2),
body .detail .wrap .left .daily-well .new-list-content a[class="big"]:nth-last-of-type(2),
body .detail .wrap .left .hongkong-macao .new-list-content a[class="big"]:nth-last-of-type(2),
body .detail .wrap .left .economics .new-list-content a[class="big"]:nth-last-of-type(2),
body .detail .wrap .left .real-estate .new-list-content a[class="big"]:nth-last-of-type(2),
body .detail .wrap .left .global .new-list-content a[class="big"]:nth-last-of-type(2),
body .detail .wrap .left .taiwan .new-list-content a[class="big"]:nth-last-of-type(2),
body .detail .wrap .left .bay-area .new-list-content a[class="big"]:nth-last-of-type(2) {
  margin-bottom: 0;
}
body .detail .wrap .left .finance .new-list-content a[class="big"]:hover .img-box img,
body .detail .wrap .left .daily-well .new-list-content a[class="big"]:hover .img-box img,
body .detail .wrap .left .hongkong-macao .new-list-content a[class="big"]:hover .img-box img,
body .detail .wrap .left .economics .new-list-content a[class="big"]:hover .img-box img,
body .detail .wrap .left .real-estate .new-list-content a[class="big"]:hover .img-box img,
body .detail .wrap .left .global .new-list-content a[class="big"]:hover .img-box img,
body .detail .wrap .left .taiwan .new-list-content a[class="big"]:hover .img-box img,
body .detail .wrap .left .bay-area .new-list-content a[class="big"]:hover .img-box img {
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -ms-transform: scale(1.04);
  -o-transform: scale(1.04);
  transform: scale(1.04);
}
body .detail .wrap .left .finance .new-list-content a[class="big"]:hover h6,
body .detail .wrap .left .daily-well .new-list-content a[class="big"]:hover h6,
body .detail .wrap .left .hongkong-macao .new-list-content a[class="big"]:hover h6,
body .detail .wrap .left .economics .new-list-content a[class="big"]:hover h6,
body .detail .wrap .left .real-estate .new-list-content a[class="big"]:hover h6,
body .detail .wrap .left .global .new-list-content a[class="big"]:hover h6,
body .detail .wrap .left .taiwan .new-list-content a[class="big"]:hover h6,
body .detail .wrap .left .bay-area .new-list-content a[class="big"]:hover h6 {
  color: #0370e8;
}
body .detail .wrap .left .finance .new-list-content a[class="small"],
body .detail .wrap .left .daily-well .new-list-content a[class="small"],
body .detail .wrap .left .hongkong-macao .new-list-content a[class="small"],
body .detail .wrap .left .economics .new-list-content a[class="small"],
body .detail .wrap .left .real-estate .new-list-content a[class="small"],
body .detail .wrap .left .global .new-list-content a[class="small"],
body .detail .wrap .left .taiwan .new-list-content a[class="small"],
body .detail .wrap .left .bay-area .new-list-content a[class="small"] {
  display: block;
  position: relative;
  width: 230px;
  height: 264px;
  background-color: #f5f5f5;
  margin-bottom: 0;
  margin-right: 30px;
}
body .detail .wrap .left .finance .new-list-content a[class="small"] .img-box,
body .detail .wrap .left .daily-well .new-list-content a[class="small"] .img-box,
body .detail .wrap .left .hongkong-macao .new-list-content a[class="small"] .img-box,
body .detail .wrap .left .economics .new-list-content a[class="small"] .img-box,
body .detail .wrap .left .real-estate .new-list-content a[class="small"] .img-box,
body .detail .wrap .left .global .new-list-content a[class="small"] .img-box,
body .detail .wrap .left .taiwan .new-list-content a[class="small"] .img-box,
body .detail .wrap .left .bay-area .new-list-content a[class="small"] .img-box {
  width: 230px;
  height: 130px;
  overflow: hidden;
}
body .detail .wrap .left .finance .new-list-content a[class="small"] .img-box img,
body .detail .wrap .left .daily-well .new-list-content a[class="small"] .img-box img,
body .detail .wrap .left .hongkong-macao .new-list-content a[class="small"] .img-box img,
body .detail .wrap .left .economics .new-list-content a[class="small"] .img-box img,
body .detail .wrap .left .real-estate .new-list-content a[class="small"] .img-box img,
body .detail .wrap .left .global .new-list-content a[class="small"] .img-box img,
body .detail .wrap .left .taiwan .new-list-content a[class="small"] .img-box img,
body .detail .wrap .left .bay-area .new-list-content a[class="small"] .img-box img {
  width: 230px;
  height: 130px;
  transition: -webkit-transform 0.1s linear;
  -o-transition: -o-transform 0.1s linear;
  -webkit-transition: -webkit-transform 0.1s linear;
  -moz-transition: transform 0.1s linear, -moz-transform 0.1s linear;
  transition: transform 0.1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear, -moz-transform 0.1s linear, -o-transform 0.1s linear;
}
body .detail .wrap .left .finance .new-list-content a[class="small"] h6,
body .detail .wrap .left .daily-well .new-list-content a[class="small"] h6,
body .detail .wrap .left .hongkong-macao .new-list-content a[class="small"] h6,
body .detail .wrap .left .economics .new-list-content a[class="small"] h6,
body .detail .wrap .left .real-estate .new-list-content a[class="small"] h6,
body .detail .wrap .left .global .new-list-content a[class="small"] h6,
body .detail .wrap .left .taiwan .new-list-content a[class="small"] h6,
body .detail .wrap .left .bay-area .new-list-content a[class="small"] h6 {
  font-size: 20px;
  line-height: 30px;
  font-weight: normal;
  color: #212121;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin: 18px 12px 0 12px;
}
body .detail .wrap .left .finance .new-list-content a[class="small"] u,
body .detail .wrap .left .daily-well .new-list-content a[class="small"] u,
body .detail .wrap .left .hongkong-macao .new-list-content a[class="small"] u,
body .detail .wrap .left .economics .new-list-content a[class="small"] u,
body .detail .wrap .left .real-estate .new-list-content a[class="small"] u,
body .detail .wrap .left .global .new-list-content a[class="small"] u,
body .detail .wrap .left .taiwan .new-list-content a[class="small"] u,
body .detail .wrap .left .bay-area .new-list-content a[class="small"] u {
  position: absolute;
  left: 12px;
  bottom: 13px;
  text-decoration: none;
  color: #53585c;
  font-size: 12px;
}
body .detail .wrap .left .finance .new-list-content a[class="small"] .share-button,
body .detail .wrap .left .daily-well .new-list-content a[class="small"] .share-button,
body .detail .wrap .left .hongkong-macao .new-list-content a[class="small"] .share-button,
body .detail .wrap .left .economics .new-list-content a[class="small"] .share-button,
body .detail .wrap .left .real-estate .new-list-content a[class="small"] .share-button,
body .detail .wrap .left .global .new-list-content a[class="small"] .share-button,
body .detail .wrap .left .taiwan .new-list-content a[class="small"] .share-button,
body .detail .wrap .left .bay-area .new-list-content a[class="small"] .share-button {
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 54px;
  height: 19px;
  background-color: #e7e7e7;
}
body .detail .wrap .left .finance .new-list-content a[class="small"] .share-button i,
body .detail .wrap .left .daily-well .new-list-content a[class="small"] .share-button i,
body .detail .wrap .left .hongkong-macao .new-list-content a[class="small"] .share-button i,
body .detail .wrap .left .economics .new-list-content a[class="small"] .share-button i,
body .detail .wrap .left .real-estate .new-list-content a[class="small"] .share-button i,
body .detail .wrap .left .global .new-list-content a[class="small"] .share-button i,
body .detail .wrap .left .taiwan .new-list-content a[class="small"] .share-button i,
body .detail .wrap .left .bay-area .new-list-content a[class="small"] .share-button i {
  font-size: 12px;
  color: #53585c;
  line-height: 19px;
  padding-left: 6px;
}
body .detail .wrap .left .finance .new-list-content a[class="small"] .share-button i::before,
body .detail .wrap .left .daily-well .new-list-content a[class="small"] .share-button i::before,
body .detail .wrap .left .hongkong-macao .new-list-content a[class="small"] .share-button i::before,
body .detail .wrap .left .economics .new-list-content a[class="small"] .share-button i::before,
body .detail .wrap .left .real-estate .new-list-content a[class="small"] .share-button i::before,
body .detail .wrap .left .global .new-list-content a[class="small"] .share-button i::before,
body .detail .wrap .left .taiwan .new-list-content a[class="small"] .share-button i::before,
body .detail .wrap .left .bay-area .new-list-content a[class="small"] .share-button i::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 4px;
  background-image: url(../icons/share.png);
  background-repeat: no-repeat;
}
body .detail .wrap .left .finance .new-list-content a[class="small"] .share-button:hover,
body .detail .wrap .left .daily-well .new-list-content a[class="small"] .share-button:hover,
body .detail .wrap .left .hongkong-macao .new-list-content a[class="small"] .share-button:hover,
body .detail .wrap .left .economics .new-list-content a[class="small"] .share-button:hover,
body .detail .wrap .left .real-estate .new-list-content a[class="small"] .share-button:hover,
body .detail .wrap .left .global .new-list-content a[class="small"] .share-button:hover,
body .detail .wrap .left .taiwan .new-list-content a[class="small"] .share-button:hover,
body .detail .wrap .left .bay-area .new-list-content a[class="small"] .share-button:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
body .detail .wrap .left .finance .new-list-content a[class="small"]:nth-last-of-type(1),
body .detail .wrap .left .daily-well .new-list-content a[class="small"]:nth-last-of-type(1),
body .detail .wrap .left .hongkong-macao .new-list-content a[class="small"]:nth-last-of-type(1),
body .detail .wrap .left .economics .new-list-content a[class="small"]:nth-last-of-type(1),
body .detail .wrap .left .real-estate .new-list-content a[class="small"]:nth-last-of-type(1),
body .detail .wrap .left .global .new-list-content a[class="small"]:nth-last-of-type(1),
body .detail .wrap .left .taiwan .new-list-content a[class="small"]:nth-last-of-type(1),
body .detail .wrap .left .bay-area .new-list-content a[class="small"]:nth-last-of-type(1) {
  margin-right: 0;
}
body .detail .wrap .left .finance .new-list-content a[class="small"]:hover .img-box img,
body .detail .wrap .left .daily-well .new-list-content a[class="small"]:hover .img-box img,
body .detail .wrap .left .hongkong-macao .new-list-content a[class="small"]:hover .img-box img,
body .detail .wrap .left .economics .new-list-content a[class="small"]:hover .img-box img,
body .detail .wrap .left .real-estate .new-list-content a[class="small"]:hover .img-box img,
body .detail .wrap .left .global .new-list-content a[class="small"]:hover .img-box img,
body .detail .wrap .left .taiwan .new-list-content a[class="small"]:hover .img-box img,
body .detail .wrap .left .bay-area .new-list-content a[class="small"]:hover .img-box img {
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -ms-transform: scale(1.04);
  -o-transform: scale(1.04);
  transform: scale(1.04);
}
body .detail .wrap .left .finance .new-list-content a[class="small"]:hover h6,
body .detail .wrap .left .daily-well .new-list-content a[class="small"]:hover h6,
body .detail .wrap .left .hongkong-macao .new-list-content a[class="small"]:hover h6,
body .detail .wrap .left .economics .new-list-content a[class="small"]:hover h6,
body .detail .wrap .left .real-estate .new-list-content a[class="small"]:hover h6,
body .detail .wrap .left .global .new-list-content a[class="small"]:hover h6,
body .detail .wrap .left .taiwan .new-list-content a[class="small"]:hover h6,
body .detail .wrap .left .bay-area .new-list-content a[class="small"]:hover h6 {
  color: #0370e8;
}
body .detail .wrap .left .finance .more,
body .detail .wrap .left .daily-well .more,
body .detail .wrap .left .hongkong-macao .more,
body .detail .wrap .left .economics .more,
body .detail .wrap .left .real-estate .more,
body .detail .wrap .left .global .more,
body .detail .wrap .left .taiwan .more,
body .detail .wrap .left .bay-area .more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 16px;
}
body .detail .wrap .left .finance .more a,
body .detail .wrap .left .daily-well .more a,
body .detail .wrap .left .hongkong-macao .more a,
body .detail .wrap .left .economics .more a,
body .detail .wrap .left .real-estate .more a,
body .detail .wrap .left .global .more a,
body .detail .wrap .left .taiwan .more a,
body .detail .wrap .left .bay-area .more a {
  color: #0370e8;
}
body .detail .wrap .left .hongkong-macao .new-list-content a:not(.big):nth-of-type(odd),
body .detail .wrap .left .economics .new-list-content a:not(.big):nth-of-type(odd),
body .detail .wrap .left .hongkong-macao .new-list-content a:not(.small):nth-of-type(odd),
body .detail .wrap .left .economics .new-list-content a:not(.small):nth-of-type(odd) {
  margin-right: 0;
}
body .detail .wrap .left .hongkong-macao .new-list-content a:not(.big):nth-of-type(even),
body .detail .wrap .left .economics .new-list-content a:not(.big):nth-of-type(even),
body .detail .wrap .left .hongkong-macao .new-list-content a:not(.small):nth-of-type(even),
body .detail .wrap .left .economics .new-list-content a:not(.small):nth-of-type(even) {
  margin-right: 30px;
}
body .detail .wrap .left .china {
  width: 750px;
  padding-bottom: 12px;
  margin-top: 12px;
  border-bottom: 1px solid #eeeeee;
  position: relative;
}
body .detail .wrap .left .china .more-right-top {
  position: absolute;
  right: 0;
  top: 12px;
}
body .detail .wrap .left .china .more-right-top a {
  color: #0370e8;
}
body .detail .wrap .left .china .new-list-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
body .detail .wrap .left .china .new-list-content a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 750px;
  height: 130px;
  background-color: #f5f5f5;
  margin-bottom: 24px;
}
body .detail .wrap .left .china .new-list-content a .img-box {
  width: 230px;
  height: 130px;
  overflow: hidden;
}
body .detail .wrap .left .china .new-list-content a .img-box img {
  width: 230px;
  height: 130px;
  transition: -webkit-transform 0.1s linear;
  -o-transition: -o-transform 0.1s linear;
  -webkit-transition: -webkit-transform 0.1s linear;
  -moz-transition: transform 0.1s linear, -moz-transform 0.1s linear;
  transition: transform 0.1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear, -moz-transform 0.1s linear, -o-transform 0.1s linear;
}
body .detail .wrap .left .china .new-list-content a h6 {
  height: 31px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 22px;
  line-height: 31px;
  font-weight: normal;
  color: #212121;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin: 11px 7px 0 17px;
}
body .detail .wrap .left .china .new-list-content a span {
  display: block;
  width: 486px;
  height: 44px;
  position: absolute;
  left: 247px;
  top: 53px;
  text-decoration: none;
  color: #53585c;
  font-size: 16px;
  line-height: 22px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-indent: 2em;
}
body .detail .wrap .left .china .new-list-content a u {
  position: absolute;
  left: 247px;
  bottom: 7px;
  text-decoration: none;
  color: #53585c;
  font-size: 12px;
}
body .detail .wrap .left .china .new-list-content a .share-button {
  position: absolute;
  right: 7px;
  bottom: 7px;
  width: 54px;
  height: 19px;
  background-color: #e7e7e7;
}
body .detail .wrap .left .china .new-list-content a .share-button i {
  font-size: 12px;
  color: #53585c;
  line-height: 19px;
  padding-left: 6px;
}
body .detail .wrap .left .china .new-list-content a .share-button i::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 4px;
  background-image: url(../icons/share.png);
  background-repeat: no-repeat;
}
body .detail .wrap .left .china .new-list-content a .share-button:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
body .detail .wrap .left .china .new-list-content a:nth-last-of-type(1) {
  margin-bottom: 0;
}
body .detail .wrap .left .china .new-list-content a:hover .img-box img {
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -ms-transform: scale(1.04);
  -o-transform: scale(1.04);
  transform: scale(1.04);
}
body .detail .wrap .left .china .new-list-content a:hover h6 {
  color: #0370e8;
}
body .detail .wrap .left .china .more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 16px;
}
body .detail .wrap .left .china .more a {
  color: #0370e8;
}
body .detail .wrap .left .real-estate,
body .detail .wrap .left .taiwan {
  border-bottom: none;
}
body .detail .wrap .left .real-estate {
  padding-bottom: 0;
}
body .detail .wrap .left .bay-area {
  border-bottom: none;
}
body .detail .wrap .left .bay-area .new-list-content .small:nth-of-type(3) {
  margin-right: 0 !important;
}
body .detail .wrap .left .adv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 750px;
  padding: 16px;
  margin: 0 0 20px 0;
  background-color: #f5f5f5;
  justify-content: center;
}
body .detail .wrap .left .adv a {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
body .detail .wrap .left .adv a img {
  width: 718px;
}
body .detail .wrap .left .video_new {
  width: 750px;
  padding-bottom: 12px;
  margin-top: 12px;
  border-bottom: 1px solid #eeeeee;
  position: relative;
}
body .detail .wrap .left .video_new .more-right-top {
  position: absolute;
  right: 0;
  top: 12px;
}
body .detail .wrap .left .video_new .more-right-top a {
  color: #0370e8;
}
body .detail .wrap .left .video_new .new-list-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
body .detail .wrap .left .video_new .new-list-content a {
  display: block;
  position: relative;
  width: 360px;
}
body .detail .wrap .left .video_new .new-list-content a img {
  width: 360px;
  height: 202.5px;
}
body .detail .wrap .left .video_new .new-list-content a .cover {
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 361px;
  height: 202.5px;
  background-image: url(../icons/cover.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
body .detail .wrap .left .video_new .new-list-content a .play-button {
  position: absolute;
  left: 18px;
  bottom: 84px;
  width: 44px;
  height: 44px;
  background-image: url(../icons/play-button.png);
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 0.1s linear;
  transition: -webkit-transform 0.1s linear;
  -o-transition: -o-transform 0.1s linear;
  -moz-transition: transform 0.1s linear, -moz-transform 0.1s linear;
  transition: transform 0.1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear, -moz-transform 0.1s linear, -o-transform 0.1s linear;
}
body .detail .wrap .left .video_new .new-list-content a h6 {
  font-size: 20px;
  line-height: 30px;
  font-weight: normal;
  color: #212121;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 6px;
}
body .detail .wrap .left .video_new .new-list-content a:nth-last-of-type(1) {
  margin-right: 0;
}
body .detail .wrap .left .video_new .new-list-content a:hover .play-button {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
body .detail .wrap .left .video_new .new-list-content a:hover h6 {
  color: #0370e8;
}
body .detail .wrap .right {
  width: 375px;
}
body .detail .wrap .right .date-chain .new-list-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 600px;
  background-color: #f5f5f5;
}
body .detail .wrap .right .date-chain .new-list-content .choose-date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 72px;
  padding: 16px 0;
}
body .detail .wrap .right .date-chain .new-list-content .choose-date input[type="date"] {
  padding: 10px;
  border: 1px solid #0370e8;
  color: #0370e8;
  width: 240px;
}
body .detail .wrap .right .date-chain .new-list-content .choose-date button {
  background-color: #0370e8;
  margin-left: 16px;
  color: #f5f5f5;
  padding: 0 20px;
  cursor: pointer;
}
body .detail .wrap .right .date-chain .new-list-content .new-list-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}
body .detail .wrap .right .date-chain .new-list-content .new-list-content #date-chain-list {
  width: 327px;
  height: 502px;
  margin-bottom: 26px;
}
body .detail .wrap .right .date-chain .new-list-content .new-list-content #date-chain-list .swiper-wrapper .swiper-slide {
  height: auto;
}
body .detail .wrap .right .date-chain .new-list-content .new-list-content #date-chain-list .swiper-wrapper .swiper-slide a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100px;
}
body .detail .wrap .right .date-chain .new-list-content .new-list-content #date-chain-list .swiper-wrapper .swiper-slide a u {
  text-decoration: none;
  margin-left: 40px;
  font-size: 20px;
  line-height: 28px;
  color: #212121;
}
body .detail .wrap .right .date-chain .new-list-content .new-list-content #date-chain-list .swiper-wrapper .swiper-slide a h6 {
  margin: 20px 0 0 30px;
  color: #222222;
  font-size: 16px;
  line-height: 22px;
  font-weight: normal;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
body .detail .wrap .right .date-chain .new-list-content .new-list-content #date-chain-list .swiper-wrapper .swiper-slide a::before {
  position: absolute;
  left: 12px;
  top: 10px;
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #0672e9;
  z-index: 1;
}
body .detail .wrap .right .date-chain .new-list-content .new-list-content #date-chain-list .swiper-wrapper .swiper-slide a:hover u {
  color: #0672e9;
}
body .detail .wrap .right .date-chain .new-list-content .new-list-content #date-chain-list .swiper-wrapper .swiper-slide a:hover h6 {
  color: #0672e9;
}
body .detail .wrap .right .date-chain .new-list-content .new-list-content .line {
  position: absolute;
  left: 39px;
  top: 10px;
  width: 1px;
  height: 492px;
  background-color: #0370e8;
}
body .detail .wrap .right .rank {
  margin: 18px 0;
}
body .detail .wrap .right .rank .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
body .detail .wrap .right .rank .top button {
  height: 40px;
  padding: 0 18px;
  background-color: #ffffff;
  border-bottom: 4px solid #0370e8;
  color: #0370e8;
  margin-bottom: 20px;
  cursor: pointer;
}
body .detail .wrap .right .rank .top .selected {
  border: 4px solid #0370e8;
  background-color: #0370e8;
  color: #ffffff;
}
body .detail .wrap .right .rank .top .more {
  position: absolute;
  right: 0;
  top: 8px;
}
body .detail .wrap .right .rank .top .more a {
  color: #0370e8;
}
body .detail .wrap .right .rank .new-list-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 614px;
  background-color: #f5f5f5;
  padding: 16px;
  padding-bottom: 16px;
}
body .detail .wrap .right .rank .new-list-content .rank-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
body .detail .wrap .right .rank .new-list-content .rank-list .top1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
body .detail .wrap .right .rank .new-list-content .rank-list .top1 a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
body .detail .wrap .right .rank .new-list-content .rank-list .top1 a img {
  width: 343px;
  height: 193px;
}
body .detail .wrap .right .rank .new-list-content .rank-list .top1 a .msg {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: 24px;
}
body .detail .wrap .right .rank .new-list-content .rank-list .top1 a .msg h6 {
  position: absolute;
  left: 0;
  top: 0;
  width: 263px;
  color: #222222;
  font-size: 18px;
  line-height: 25px;
  font-weight: normal;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
body .detail .wrap .right .rank .new-list-content .rank-list .top1 a .msg span {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  width: 48px;
  height: 48px;
  background-color: #0370e8;
  text-align: center;
  line-height: 48px;
  color: #ffffff;
  font-size: 32px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
body .detail .wrap .right .rank .new-list-content .rank-list .top1 a .msg:hover h6 {
  color: #0370e8;
}
body .detail .wrap .right .rank .new-list-content .rank-list .top2,
body .detail .wrap .right .rank .new-list-content .rank-list .top3,
body .detail .wrap .right .rank .new-list-content .rank-list .top4,
body .detail .wrap .right .rank .new-list-content .rank-list .top5 {
  height: 75px;
}
body .detail .wrap .right .rank .new-list-content .rank-list .top2 a,
body .detail .wrap .right .rank .new-list-content .rank-list .top3 a,
body .detail .wrap .right .rank .new-list-content .rank-list .top4 a,
body .detail .wrap .right .rank .new-list-content .rank-list .top5 a {
  display: block;
  height: 44px;
  position: relative;
}
body .detail .wrap .right .rank .new-list-content .rank-list .top2 a span,
body .detail .wrap .right .rank .new-list-content .rank-list .top3 a span,
body .detail .wrap .right .rank .new-list-content .rank-list .top4 a span,
body .detail .wrap .right .rank .new-list-content .rank-list .top5 a span {
  position: absolute;
  left: 0;
  top: 2px;
  display: inline-block;
  width: 36px;
  height: 36px;
  background-color: #0370e8;
  text-align: center;
  line-height: 36px;
  color: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
body .detail .wrap .right .rank .new-list-content .rank-list .top2 a h6,
body .detail .wrap .right .rank .new-list-content .rank-list .top3 a h6,
body .detail .wrap .right .rank .new-list-content .rank-list .top4 a h6,
body .detail .wrap .right .rank .new-list-content .rank-list .top5 a h6 {
  position: absolute;
  right: 0;
  top: 0;
  width: 291px;
  color: #222222;
  font-size: 16px;
  line-height: 22px;
  font-weight: normal;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
body .detail .wrap .right .rank .new-list-content .rank-list .top2 a:hover h6,
body .detail .wrap .right .rank .new-list-content .rank-list .top3 a:hover h6,
body .detail .wrap .right .rank .new-list-content .rank-list .top4 a:hover h6,
body .detail .wrap .right .rank .new-list-content .rank-list .top5 a:hover h6 {
  color: #0370e8;
}
body .detail .wrap .right .rank .new-list-content .week-rank {
  display: none;
}
body .detail .wrap .right .epidemic {
  position: relative;
}
body .detail .wrap .right .epidemic .new-list-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 652px;
  background-color: #f5f5f5;
  padding: 16px;
}
body .detail .wrap .right .epidemic .new-list-content a {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
body .detail .wrap .right .epidemic .new-list-content a .img-box {
  width: 343px;
  height: 193px;
  overflow: hidden;
}
body .detail .wrap .right .epidemic .new-list-content a .img-box img {
  width: 343px;
  height: 193px;
  transition: -webkit-transform 0.1s linear;
  -o-transition: -o-transform 0.1s linear;
  -webkit-transition: -webkit-transform 0.1s linear;
  -moz-transition: transform 0.1s linear, -moz-transform 0.1s linear;
  transition: transform 0.1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear, -moz-transform 0.1s linear, -o-transform 0.1s linear;
}
body .detail .wrap .right .epidemic .new-list-content a h6 {
  font-size: 20px;
  line-height: 30px;
  font-weight: normal;
  color: #212121;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 10px;
}
body .detail .wrap .right .epidemic .new-list-content a u {
  position: absolute;
  left: 0;
  bottom: 13px;
  text-decoration: none;
  color: #53585c;
  font-size: 12px;
}
body .detail .wrap .right .epidemic .new-list-content a .share-button {
  position: absolute;
  right: 0;
  bottom: 15px;
  width: 54px;
  height: 19px;
  background-color: #e7e7e7;
}
body .detail .wrap .right .epidemic .new-list-content a .share-button i {
  font-size: 12px;
  color: #53585c;
  line-height: 19px;
  padding-left: 6px;
}
body .detail .wrap .right .epidemic .new-list-content a .share-button i::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 4px;
  background-image: url(../icons/share.png);
  background-repeat: no-repeat;
}
body .detail .wrap .right .epidemic .new-list-content a .share-button:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
body .detail .wrap .right .epidemic .new-list-content a:hover .img-box img {
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -ms-transform: scale(1.04);
  -o-transform: scale(1.04);
  transform: scale(1.04);
}
body .detail .wrap .right .epidemic .new-list-content a:hover h6 {
  color: #0370e8;
}
body .detail .wrap .right .epidemic .more {
  position: absolute;
  right: 0;
  top: 8px;
}
body .detail .wrap .right .epidemic .more a {
  color: #0370e8;
}
body .detail .wrap .right .pdf {
  margin: 18px 0;
}
body .detail .wrap .right .pdf .new-list-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 559px;
  background-color: #f5f5f5;
  padding: 16px;
}
body .detail .wrap .right .pdf .new-list-content .iframe-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #ffffff;
}
body .detail .wrap .right .pdf .new-list-content .iframe-box iframe {
  margin: 0 auto;
}
body .detail .wrap .right .stock {
  margin: 18px 0;
  position: relative;
}
body .detail .wrap .right .stock .more-right-top {
  position: absolute;
  right: 0;
  top: 12px;
}
body .detail .wrap .right .stock .more-right-top a {
  color: #0370e8;
}
body .detail .wrap .right .stock .new-list-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 754px;
  background-color: #f5f5f5;
  padding: 16px;
}
body .detail .wrap .right .association {
  position: relative;
  margin: 18px 0;
}
body .detail .wrap .right .association .new-list-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #f5f5f5;
  padding: 16px;
}
body .detail .wrap .right .association .new-list-content a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  margin: 10.75px 0;
}
body .detail .wrap .right .association .new-list-content a img {
  width: 120px;
  height: 68px;
}
body .detail .wrap .right .association .new-list-content a h6 {
  width: 208px;
  height: 42px;
  font-size: 16px;
  line-height: 21px;
  font-weight: normal;
  color: #212121;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-left: 15px;
}
body .detail .wrap .right .association .new-list-content a u {
  position: absolute;
  text-decoration: none;
  bottom: 7px;
  left: 135px;
  font-size: 12px;
  line-height: 22px;
}
body .detail .wrap .right .association .new-list-content a:hover h6 {
  color: #0370e8;
}
body .detail .wrap .right .association .new-list-content a:hover u {
  color: #0370e8;
}
body .detail .wrap .right .association .more {
  position: absolute;
  right: 0;
  top: 8px;
}
body .detail .wrap .right .association .more a {
  color: #0370e8;
}
body .detail .wrap .right .topic {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 1542px;
  position: relative;
}
body .detail .wrap .right .topic .more-right-top {
  position: absolute;
  right: 0;
  top: 12px;
}
body .detail .wrap .right .topic .more-right-top a {
  color: #0370e8;
}
body .detail .wrap .right .topic .new-list-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #f5f5f5;
  padding: 16px;
  height: 1542px !important;
}
body .detail .wrap .right .topic .new-list-content #topic-list .swiper-wrapper {
  height: auto;
}
body .detail .wrap .right .topic .new-list-content #topic-list .swiper-wrapper .swiper-slide a {
  display: block;
}
body .detail .wrap .right .topic .new-list-content #topic-list .swiper-wrapper .swiper-slide a img {
  width: 343px;
}
body .detail .wrap .right .topic .new-list-content #topic-list .swiper-wrapper .swiper-slide:nth-last-of-type(1) a {
  margin-bottom: 0;
}
body .detail .wrap .right .topic .new-list-content a {
  margin-bottom: 16px;
}
body .detail .wrap .right .topic .new-list-content a img {
  width: 343px;
}
body .detail .wrap .right .topic .more {
  margin-top: 12px;
  text-align: center;
}
body .detail .wrap .right .topic .more a {
  color: #0370e8;
}
body .detail .wrap .right .south-guangdong {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}
body .detail .wrap .right .south-guangdong .more-right-top {
  position: absolute;
  right: 0;
  top: 12px;
}
body .detail .wrap .right .south-guangdong .more-right-top a {
  color: #0370e8;
}
body .detail .wrap .right .south-guangdong .new-list-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #f5f5f5;
  padding: 16px;
}
body .detail .wrap .right .south-guangdong .new-list-content a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  margin: 7px 0;
}
body .detail .wrap .right .south-guangdong .new-list-content a img {
  width: 120px;
  height: 68px;
}
body .detail .wrap .right .south-guangdong .new-list-content a h6 {
  width: 208px;
  height: 42px;
  font-size: 16px;
  line-height: 21px;
  font-weight: normal;
  color: #212121;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-left: 15px;
}
body .detail .wrap .right .south-guangdong .new-list-content a u {
  position: absolute;
  text-decoration: none;
  bottom: 7px;
  left: 135px;
  font-size: 12px;
  line-height: 22px;
}
body .detail .wrap .right .south-guangdong .new-list-content a:hover h6 {
  color: #0370e8;
}
body .detail .wrap .right .south-guangdong .new-list-content a:hover u {
  color: #0370e8;
}
body .detail .wrap .line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1139px;
  height: 1px;
  background-color: #eeeeee;
}
body .detail:nth-last-of-type(1) .wrap .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  flex-direction: column;
}
body .detail:nth-last-of-type(1) .wrap > .button-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: fixed;
  right: 50%;
  -webkit-transform: translateX(638px);
  -moz-transform: translateX(638px);
  -ms-transform: translateX(638px);
  -o-transform: translateX(638px);
  transform: translateX(638px);
  bottom: 12px;
  width: 48px;
  height: 122px;
}
body .detail:nth-last-of-type(1) .wrap > .button-list .button-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.1s linear;
  transition: -webkit-transform 0.1s linear;
  -o-transition: -o-transform 0.1s linear;
  -moz-transition: transform 0.1s linear, -moz-transform 0.1s linear;
  transition: transform 0.1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear, -moz-transform 0.1s linear, -o-transform 0.1s linear;
}
body .detail:nth-last-of-type(1) .wrap > .button-list .button-box .button {
  height: 48px;
  background-position: 5px 10px;
  background-repeat: no-repeat;
}
body .detail:nth-last-of-type(1) .wrap > .button-list .button-box span {
  font-size: 12px;
  color: #53585c;
  margin-top: 6px;
  text-align: center;
}
body .detail:nth-last-of-type(1) .wrap > .button-list .to-download .button {
  background-image: url(../icons/toDownload.png);
}
body .detail:nth-last-of-type(1) .wrap > .button-list .to-download:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
body .detail:nth-last-of-type(1) .wrap > .button-list .to-top {
  background-color: #0370e8;
  height: 48px;
}
body .detail:nth-last-of-type(1) .wrap > .button-list .to-top .to-top-icon {
  width: 20px;
  height: 20px;
  border-top: 1px solid #c3c8d6;
  border-right: 1px solid #c3c8d6;
  -webkit-transform: rotate(-45deg) translateY(20px);
  -moz-transform: rotate(-45deg) translateY(20px);
  -ms-transform: rotate(-45deg) translateY(20px);
  -o-transform: rotate(-45deg) translateY(20px);
  transform: rotate(-45deg) translateY(20px);
  margin-right: 30px;
  margin-top: 6px;
}
body .alblum-box {
  background-color: #f5f5f5;
  height: 799px;
  padding-bottom: 40px;
}
body .alblum-box .wrap .alblum {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}
body .alblum-box .wrap .alblum .more-right-top {
  position: absolute;
  right: 0;
  top: 12px;
}
body .alblum-box .wrap .alblum .more-right-top a {
  color: #0370e8;
}
body .alblum-box .wrap .alblum .new-list-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
body .alblum-box .wrap .alblum .new-list-content a {
  display: inline-block;
  width: 353px;
  height: 199px;
  overflow: hidden;
  margin-right: 40px;
  position: relative;
}
body .alblum-box .wrap .alblum .new-list-content a img {
  width: 353px;
  height: 199px;
  -webkit-transition: -webkit-transform 0.1s linear;
  transition: -webkit-transform 0.1s linear;
  -o-transition: -o-transform 0.1s linear;
  -moz-transition: transform 0.1s linear, -moz-transform 0.1s linear;
  transition: transform 0.1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear, -moz-transform 0.1s linear, -o-transform 0.1s linear;
}
body .alblum-box .wrap .alblum .new-list-content a h6 {
  position: absolute;
  left: 18px;
  bottom: 18px;
  font-size: 22px;
  line-height: 22px;
  font-weight: normal;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #ffffff;
  margin-right: 18px;
}
body .alblum-box .wrap .alblum .new-list-content a:nth-of-type(1) {
  width: 747px;
  height: 438px;
  margin-bottom: 40px;
}
body .alblum-box .wrap .alblum .new-list-content a:nth-of-type(1) img {
  width: 747px;
  height: 438px;
}
body .alblum-box .wrap .alblum .new-list-content a:nth-of-type(1) h6 {
  left: 18px;
  bottom: 18px;
  font-size: 34px;
  line-height: 37px;
}
body .alblum-box .wrap .alblum .new-list-content a:nth-of-type(2) {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 0;
}
body .alblum-box .wrap .alblum .new-list-content a:nth-of-type(3) {
  position: absolute;
  top: 239px;
  right: 0;
  margin-right: 0;
}
body .alblum-box .wrap .alblum .new-list-content a:nth-of-type(6) {
  margin-right: 0;
}
body .alblum-box .wrap .alblum .new-list-content a:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
body .supplement {
  padding: 0;
}
body .supplement .wrap {
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
body .supplement .wrap .new-list {
  position: relative;
}
body .supplement .wrap .new-list .more-right-top {
  position: absolute;
  right: 0;
  top: 12px;
}
body .supplement .wrap .new-list .more-right-top a {
  color: #0370e8;
}
body .supplement .wrap .new-list .new-list-content {
  height: 250px;
}
body .supplement .wrap .new-list .new-list-content #supplement {
  width: 100%;
}
body .supplement .wrap .new-list .new-list-content #supplement .swiper-wrapper .swiper-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
}
body .supplement .wrap .new-list .new-list-content #supplement .swiper-wrapper .swiper-slide a {
  display: block;
  position: relative;
}
body .supplement .wrap .new-list .new-list-content #supplement .swiper-wrapper .swiper-slide a img {
  width: -webkit-calc(1139px / 3 - 60px);
  width: -moz-calc(1139px / 3 - 60px);
  width: calc(1139px / 3 - 60px);
  height: 180px;
}
body .supplement .wrap .new-list .new-list-content #supplement .swiper-wrapper .swiper-slide a h6 {
  position: absolute;
  display: block;
  width: 300px;
  height: 22px;
  left: 50%;
  bottom: 10px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 16px;
  color: #f5f5f5;
  line-height: 22px;
  font-weight: normal;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  z-index: 1;
}
body .supplement .wrap .new-list .new-list-content #supplement .swiper-wrapper .swiper-slide a .cover {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 320px;
  height: 128px;
  background-image: url(../icons/cover.png);
  background-repeat: round;
}
body .supplement .wrap .new-list .new-list-content #supplement .swiper-wrapper .swiper-slide-active {
  -webkit-box-pack: left;
  -webkit-justify-content: left;
  -moz-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}
body .supplement .wrap .new-list .new-list-content #supplement .swiper-wrapper .swiper-slide-next {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 0;
  width: 445px;
  height: 250px;
}
body .supplement .wrap .new-list .new-list-content #supplement .swiper-wrapper .swiper-slide-next a img {
  width: 445px;
  height: 250px;
}
body .supplement .wrap .new-list .new-list-content #supplement .swiper-wrapper .swiper-slide-next a h6 {
  width: 425px;
  height: 28px;
  font-size: 22px;
  line-height: 28px;
}
body .supplement .wrap .new-list .new-list-content #supplement .swiper-wrapper .swiper-slide-next a .cover {
  width: 445px;
}
body .supplement .wrap .new-list .new-list-content #supplement .swiper-wrapper .swiper-slide-next + .swiper-slide {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
