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 .top {
  padding-bottom: 0;
  position: absolute;
  top: 140px;
}
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;
  max-width: 750px;
}
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;
  transform: translate(-546px, -123px);
}
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 {
  -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 .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;
  margin-top: 46px;
}
body .main .wrap .left .headline-today {
  width: 750px;
}
body .main .wrap .left .headline-today > a {
  background-color: #FFFFFF;
  color: #000000;
  padding: 0;
  margin-bottom: 19px;
}
body .main .wrap .left .headline-today > a h5 {
  display: inline-block;
  line-height: 54px;
}
body .main .wrap .left .headline-today > a h5:nth-of-type(1) {
  font-size: 36px;
  color: #0370c8;
}
body .main .wrap .left .headline-today > a h5:nth-of-type(2) {
  font-size: 30px;
}
body .main .wrap .left .headline-today .banner {
  margin-bottom: 20px;
}
body .main .wrap .left .headline-today .banner #banner .swiper-wrapper .swiper-slide a {
  display: block;
  position: relative;
}
body .main .wrap .left .headline-today .banner #banner .swiper-wrapper .swiper-slide a img {
  width: 750px;
  height: 422px;
}
body .main .wrap .left .headline-today .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-today .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-today .banner #banner .swiper-pagination-bullets {
  text-align: left;
  padding-left: 40px;
}
body .main .wrap .left .headline-today .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-today .banner #banner .swiper-button-next,
body .main .wrap .left .headline-today .banner #banner .swiper-button-prev {
  display: none;
  color: #bbbbbb;
}
body .main .wrap .left .headline-today .banner #banner .swiper-button-next:hover,
body .main .wrap .left .headline-today .banner #banner .swiper-button-prev:hover {
  color: #0370e8;
}
body .main .wrap .left .headline-today .banner #banner:hover .swiper-button-next,
body .main .wrap .left .headline-today .banner #banner:hover .swiper-button-prev {
  display: block;
}
body .main .wrap .left .new-list:not(.headline-today) {
  width: 750px;
  padding-bottom: 12px;
  margin-top: 20px;
  border-bottom: 1px solid #eeeeee;
}
body .main .wrap .left .new-list:not(.headline-today) .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 .main .wrap .left .new-list:not(.headline-today) .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: 32px;
}
body .main .wrap .left .new-list:not(.headline-today) .new-list-content a .img-box {
  width: 230px;
  height: 130px;
  overflow: hidden;
}
body .main .wrap .left .new-list:not(.headline-today) .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 .main .wrap .left .new-list:not(.headline-today) .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 .main .wrap .left .new-list:not(.headline-today) .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 .main .wrap .left .new-list:not(.headline-today) .new-list-content a u {
  position: absolute;
  left: 247px;
  bottom: 7px;
  text-decoration: none;
  color: #53585c;
  font-size: 12px;
}
body .main .wrap .left .new-list:not(.headline-today) .new-list-content a .share-button {
  position: absolute;
  right: 7px;
  bottom: 7px;
  width: 54px;
  height: 19px;
  background-color: #e7e7e7;
}
body .main .wrap .left .new-list:not(.headline-today) .new-list-content a .share-button i {
  font-size: 12px;
  color: #53585c;
  line-height: 19px;
  padding-left: 6px;
}
body .main .wrap .left .new-list:not(.headline-today) .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 .left .new-list:not(.headline-today) .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 .left .new-list:not(.headline-today) .new-list-content a:nth-last-of-type(1) {
  margin-bottom: 0;
}
body .main .wrap .left .new-list:not(.headline-today) .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 .left .new-list:not(.headline-today) .new-list-content a:hover h6 {
  color: #0370e8;
}
body .main .wrap .left .new-list:not(.headline-today) .new-list-content .today-no-img span {
  width: 730px !important;
  left: 10px !important;
}
body .main .wrap .left .new-list:not(.headline-today) .new-list-content .today-no-img u {
  left: 10px !important;
}
body .main .wrap .left .new-list:not(.headline-today) .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 .left .new-list:not(.headline-today) .more a {
  color: #0370e8;
}
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;
  overflow: hidden;
}
body .main .wrap .right .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 .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 .pdf {
  margin-bottom: 18px;
}
body .main .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 .main .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 .main .wrap .right .pdf .new-list-content .iframe-box iframe {
  margin: 0 auto;
}
body .main .wrap .right .others .new-list-content {
  display: flex;
  flex-wrap: wrap;
  background-color: #f5f5f5;
  padding: 16px;
}
body .main .wrap .right .others .new-list-content a {
  width: 171.5px;
  padding: 8px 0;
  text-align: center;
  background-color: #FFFFFF;
}
body .main .wrap .right .others .new-list-content a:hover {
  color: #0370e8;
}
body .main .wrap .right .others .new-list-content a:nth-of-type(1),
body .main .wrap .right .others .new-list-content a:nth-of-type(2) {
  padding-top: 24px;
}
body .main .wrap .right .others .new-list-content a:nth-last-of-type(1),
body .main .wrap .right .others .new-list-content a:nth-last-of-type(2) {
  padding-bottom: 24px;
}
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 .detail .wrap {
  position: relative;
}
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;
}
body .detail:nth-last-of-type(1) .wrap > .button-list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: fixed;
  right: 50%;
  transform: translateX(638px);
  bottom: 12px;
  width: 48px;
  height: 122px;
}
body .detail:nth-last-of-type(1) .wrap > .button-list .button-box {
  display: flex;
  flex-direction: column;
  cursor: pointer;
  transition: 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 {
  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;
  transform: rotate(-45deg) translateY(20px);
  margin-right: 30px;
  margin-top: 6px;
}
