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 .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: 20px;
}
body .content .wrap .new-list > a h5 {
  font-size: 15px;
}
body .content .wrap .topic-banner {
  width: 1139px;
  margin-bottom: 20px;
}
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;
  position: relative;
}
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 .top .wrap .no_subscribe-column {
  display: none;
  position: absolute;
  top: -18px;
  right: 34px;
  z-index: 999;
  background-color: #0370e8;
}
body .top .wrap .no_subscribe-column li a {
  display: block;
  width: 100px;
  height: 43px;
  text-align: center;
  font-size: 20px;
  line-height: 43px;
  color: #FFFFFF;
}
body .top .wrap .no_subscribe-column li a:hover {
  background-color: #00BAEC;
}
body .main .wrap {
  position: relative;
}
body .main .wrap .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 .main .wrap .new-list-content a {
  display: block;
  position: relative;
  width: 360px;
  height: 335px;
  background-color: #f5f5f5;
  margin-bottom: 29.5px;
  margin-right: 29.5px;
}
body .main .wrap .new-list-content a .img-box {
  width: 360px;
  height: 202.5px;
  overflow: hidden;
}
body .main .wrap .new-list-content a .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 .main .wrap .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: 18px 12px 0 12px;
}
body .main .wrap .new-list-content a u {
  position: absolute;
  left: 12px;
  bottom: 13px;
  text-decoration: none;
  color: #53585c;
  font-size: 12px;
}
body .main .wrap .new-list-content a .share-button {
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 54px;
  height: 19px;
  background-color: #e7e7e7;
}
body .main .wrap .new-list-content a .share-button i {
  font-size: 12px;
  color: #53585c;
  line-height: 19px;
  padding-left: 6px;
}
body .main .wrap .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 .main .wrap .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 .main .wrap .new-list-content a:nth-of-type(3n + 3) {
  margin-right: 0;
}
body .main .wrap .new-list-content a:nth-last-of-type(1),
body .main .wrap .new-list-content a:nth-last-of-type(2),
body .main .wrap .new-list-content a:nth-last-of-type(3) {
  margin-bottom: 0;
}
body .main .wrap .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 .main .wrap .new-list-content a:hover h6 {
  color: #0370e8;
}
body .main .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 .main .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 .main .wrap > .button-list .button-box .button {
  height: 48px;
  background-position: 5px 10px;
  background-repeat: no-repeat;
}
body .main .wrap > .button-list .button-box span {
  font-size: 12px;
  color: #53585c;
  margin-top: 6px;
  text-align: center;
}
body .main .wrap > .button-list .to-download .button {
  background-image: url(../icons/toDownload.png);
}
body .main .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 .main .wrap > .button-list .to-top {
  background-color: #0370e8;
  height: 48px;
}
body .main .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 .main .wrap .page-selecter {
  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: 68px 0 20px 0;
}
body .main .wrap .page-selecter button {
  cursor: pointer;
  background-color: #f7f6f3;
  color: #212121;
  font-size: 15px;
  border: 1px solid #dcdad2;
  padding: 8px 12px;
  margin-right: 16px;
}
body .main .wrap .page-selecter button:nth-last-of-type(1) {
  margin-right: 0;
}
body .main .wrap .page-selecter button:hover {
  color: #0370e8;
  border-color: #0370e8;
}
body .main .wrap .page-selecter .selected {
  background-color: #0370e8;
  color: #ffffff;
}
body .main .wrap .page-selecter .selected:hover {
  color: #ffffff !important;
  border-color: #dcdad2 !important;
}
body .main .wrap .topic-list {
  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 .main .wrap .topic-list a {
  display: block;
  position: relative;
  width: 269.75px;
  height: 140px;
  margin-right: 20px;
}
body .main .wrap .topic-list a .img-box {
  width: 269.75px;
  background-color: #f5f5f5;
  overflow: hidden;
  padding: 10px;
}
body .main .wrap .topic-list a .img-box img {
  width: 249.75px;
  height: 82px;
  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 .main .wrap .topic-list a h6 {
  font-size: 14px;
  line-height: 18px;
  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;
  text-align: center;
  margin: 10px 0;
}
body .main .wrap .topic-list a:nth-of-type(4n + 4) {
  margin-right: 0;
}
body .main .wrap .topic-list a:hover h6 {
  color: #0370e8;
}
body .main .wrap .row-view {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
body .main .wrap .row-view a {
  display: block;
  height: 202.5px;
  position: relative;
  background-color: #f5f5f5;
  margin-bottom: 29.5px;
}
body .main .wrap .row-view a .img-box {
  width: 360px;
  height: 202.5px;
  overflow: hidden;
}
body .main .wrap .row-view a .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 .main .wrap .row-view a .img-box img:hover {
  -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 .main .wrap .row-view a h6 {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 749px;
  height: 30px;
  font-size: 26px;
  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: 1;
}
body .main .wrap .row-view a span {
  position: absolute;
  right: 15px;
  top: 65px;
  width: 749px;
  height: 84px;
  font-size: 18px;
  line-height: 28px;
  color: #53585c;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-indent: 1em;
}
body .main .wrap .row-view a u {
  position: absolute;
  left: 375px;
  bottom: 15px;
  text-decoration: none;
  color: #53585c;
  font-size: 14px;
}
body .main .wrap .row-view a .share-button {
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 54px;
  height: 19px;
  background-color: #e7e7e7;
}
body .main .wrap .row-view a .share-button i {
  font-size: 12px;
  color: #53585c;
  line-height: 19px;
  padding-left: 6px;
}
body .main .wrap .row-view 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 .main .wrap .row-view 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 .main .wrap .row-view a:nth-last-of-type(1) {
  margin-bottom: 18px;
}
body .main .wrap .row-view a:hover h6 {
  color: #0370e8;
}
body .main .wrap .row-view .load-more {
  display: flex;
  justify-content: center;
}
body .main .wrap .row-view .load-more span {
  text-align: center;
  color: #0370e8;
  cursor: pointer;
}
body .main .wrap .change-view {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
}
body .main .wrap .change-view picture img {
  width: 24px;
  margin-top: 8px;
  cursor: pointer;
}
body .main .wrap .change-view picture:nth-of-type(1),
body .main .wrap .change-view picture:nth-of-type(3) {
  margin-right: 10px;
}
body .main .wrap .change-view picture:nth-of-type(3),
body .main .wrap .change-view picture:nth-of-type(4) {
  display: none;
}
body .rank .wrap {
  flex-direction: row;
}
body .rank .wrap .left,
body .rank .wrap .right {
  flex: 1;
}
body .rank .wrap .left .new-list .new-list-content,
body .rank .wrap .right .new-list .new-list-content {
  display: flex;
  flex-direction: column;
}
body .rank .wrap .left .new-list .new-list-content .item,
body .rank .wrap .right .new-list .new-list-content .item {
  display: flex;
  margin-bottom: 18px;
}
body .rank .wrap .left .new-list .new-list-content .item a,
body .rank .wrap .right .new-list .new-list-content .item a {
  display: flex;
  flex: 1;
  height: 40px;
  background-color: #FFFFFF;
}
body .rank .wrap .left .new-list .new-list-content .item a span,
body .rank .wrap .right .new-list .new-list-content .item a span {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #212121;
  background-color: #F5F5F5;
  font-size: 20px;
  text-align: center;
  margin-right: 18px;
}
body .rank .wrap .left .new-list .new-list-content .item a .no1,
body .rank .wrap .right .new-list .new-list-content .item a .no1 {
  color: #fe2d46;
}
body .rank .wrap .left .new-list .new-list-content .item a .no2,
body .rank .wrap .right .new-list .new-list-content .item a .no2 {
  color: #ff6600;
}
body .rank .wrap .left .new-list .new-list-content .item a .no3,
body .rank .wrap .right .new-list .new-list-content .item a .no3 {
  color: #faa90e;
}
body .rank .wrap .left .new-list .new-list-content .item a h6,
body .rank .wrap .right .new-list .new-list-content .item a h6 {
  width: 500px;
  flex: 1;
  line-height: 40px;
  color: #212121;
  font-weight: normal;
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin: 0 11.5px 0 0;
  padding: 0;
}
body .rank .wrap .left .new-list .new-list-content .item a:hover h6,
body .rank .wrap .right .new-list .new-list-content .item a:hover h6 {
  color: #0370e8;
}
