
.lf{
  float: left;
}
.rt{
  float: right;
}
.top-lf{
  width: 34%;
}
.top-rt{
  width: 61%;
}
.maincontent{
  width: 1200px;
  margin: 0 auto;
}
.top1{
  padding: 50px 0;
  overflow: hidden;
  position: relative;
}
.top1 .maincontent{
  overflow: hidden;
}
.atlas-section .featured-large .slick-arrow{
  display: none !important;
}
.top1 .maincontent:before{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  filter: blur(10px);
}
.top2{
  background: #fff;
  overflow: hidden;
  margin-top: 20px;
}
.top3{
  background: transparent;
  padding: 50px 0;
}
.cols h2{
  width: 100%;
  display: block;
  line-height: 1.5;
  height: 3em;
  max-height: 3em;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-size: 16px;
  font-weight: normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.top-lf-top{
  font-family: 'Noto Serif TC', serif;
  font-size: 28px;
  display: block;
  line-height: 1.5;
  margin-bottom: 0.9em;
  padding-bottom: 0.9em;
  position: relative;
  max-height: 3.9em;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  position: relative;
  font-weight: bold;
}
h2,h3{
  font-weight: bold !important;
}
.top-lf-top:after {
  content: "";
  width: 80px;
  height: 5px;
  background-color: #fe1824;
  display: block;
  left: 0;
  bottom: 0;
  position: absolute;
}
.top-imgs li:nth-child(1){
  float: left;
}
.top-imgs li:nth-child(2){
  float: left;
  margin-left: 5%;
}
.top-imgs li:nth-child(3){
  float: right;
}
.top-imgs li{
  width: 30%;
}
.top-imgs li img{
  border: 4px solid transparent;
}
.top-sammery{
  margin: 10px 0 60px 0;
}
.hongkong .content-title{
  color: #ffffff;
  display: block;
  text-align: center;
  line-height: 1.15;
  font-size: 32px;
  font-weight: bold;
  padding-bottom: 0.8em;
  margin-bottom: 40px;
  position: relative;
  z-index: 10;
}
.top5 .hongkong .content-title{
  margin-top: 30px;
}
.top5{
  overflow: hidden;
}
.top5 .hk-sm-img{
  z-index: 45;
  position: relative;
}
.top7 .hongkong .content-title{
  margin-top: 50px;
}
.top7 .hk-lf{
  padding-right: 0;
  padding-left: 10px;
}
.top5 .hk-big-img img{
  width: 100%;
}
.top6,.top8{
  clear: both;
  height: 140px;
  background: #fff;
}
.inner{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.hk-lf{
  padding-right: 25px;
  position: relative;
  width: 75%;
}
.hk-rt {
  width: 23%;
  min-width: 23%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
}
.hk-lf img{
  width: 100%;
}
.hk-rt .story-item {
  width:100%;
  clear: both;
  overflow: hidden;
  position: relative;
}
.hk-rt .story-item>a {
  width: 100%;
  float: left;
}
.hk-rt .story-item-text {
  padding: 10px;
  width: 100%;
  vertical-align: top;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgb(0 31 59 / 50%);
  display: none;
  z-index: 99;
}
.hk-rt .story-item:hover .story-item-text{
  display: block;
}
.hk-rt .story-item-title {
  font-size: 12px;
  font-weight: Normal;
  line-height: 1.4em;
  color: #fff;
  max-height: 65px;
}
.hk-rt .story-item-title a{
  color: #fff;
}
.hk-rt .story-item-summary{
  font-weight: bold;
  font-size: 18px;
  text-align: justify;
  font-weight: Normal;
  line-height: 22px;
  color: #fff;
  max-height: 63px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
.top7 .hk-rt .story-item-summary{
  color: #fff;
}
.hk-lf .hk-sm-img li{
  width:48%;
}
.hk-lf .hk-sm-img li:nth-child(1){
  float: left;
}
.hk-lf .hk-sm-img li:nth-child(2){
  float: right;
}
.hk-big-img{
  position: relative;
  margin-bottom: 23px;
}
.hk-big-img .text{
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  color: #fff;
  z-index: 5;
  padding: 30px 20px;
  background: rgb(0 31 59 / 50%);
  z-index: 99;
}
.hk-big-img h2{
  font-size: 24px;
  text-align: justify;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
.hk-sm-img .text{
  width: 100%;
  background: #f6f6f6;
  padding: 10px;
}
.top5 .hk-sm-img .text{
  background: transparent;
  color: #fff;
}
.hk-sm-img h6{
  font-weight: normal;
  font-size: 12px;
}
.hk-sm-img h2{
  font-weight: bold;
  font-size: 18px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  line-height: 1.3;
  height: 45px;
}
.top5 .hk-sm-img h2{
  height: auto;
}
.hongkong .content-title:after {
  content: "";
  width: 80px;
  height: 5px;
  background-color: #fe1824;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  bottom: 0;
}
.top5 .hk-sm-img li{
  width: 32%;
}
.top5 .hk-sm-img li:nth-child(2){
  margin-left: 2%;
}
.top5 .hk-sm-img li:nth-child(3){
  float: right;
}
.top5 .hk-sm-img li .figure{
  position: relative;
}
.top5 .hk-sm-img .text{
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  padding: 10px;
  background: rgb(0 31 59 / 50%);
  z-index: 99;
}
.top5 .hk-sm-img li .figure:hover .text{
  display: block;
}
.top3 .hk-sm-img li .figure:hover .text{
  display: block;
}
.main-div {
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
  position: fixed;
  z-index: -1;
  top:0;
  left:0;
  right:0;
  bottom:0;
}
.cols .wrap {
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}
.itemul{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.itemul .item{
  width: 33.33%;
  margin-right: 20px;
}
.top2 .itemul .item .text{
  background: #f6f6f6;
  padding: 10px;
}
.itemul .item:last-child{
  margin-right: 0px;
}
.itemul h2{
  display: block;
  font-weight: bold;
  line-height: 1.3;
  margin-top: 0em;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  max-height: 3.6em;
  font-size: 18px;
  padding: 0;
  height: 45px;
}
.bigFigure,.figure, .top3, .top5, .top7{
  position: relative;
  overflow: hidden;
}
.top5, .top7{
  padding: 30px 0;
}
.footer-share-box{
  margin-top: 0;
}
.maincontent ul li a:hover{
  cursor: pointer;
}
<!--/* 即时页头部分 */-->
.top7 .hk-rt:last-child .story-item{
  margin-bottom: 0 ;
}

.fontSize22{
  font-size:18px;
}
.limit-img{
  overflow:hidden;
}
.fontSize20{
  font-size:18px;
}
.grayLine {
  height: 3px;
}
.fontSize16{
  font-size:14px;
}
.fontSize22 .summary{
  margin-top:20px;
}
.content-top.content-top-4,
.content-bottom,
.item-card{
  display:flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.content-top.content-top-4 .item{
  width:49%;
}
.figure img{
  width:100%;
}
.content-top.content-top-4 .item:nth-child(3),
.content-top.content-top-4 .item:nth-child(4){
  margin-top:30px;
}
.content-top .wrap{
  position:relative;
}
.content-top .wrap .figure img{
  position: absolute;
}
.content-top .wrap .figure a:after {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.content-top.content-top-1 .wrap .figure{
  width:67%;
}
.content-top.content-top-4 .wrap .figure{
  width:60%;
}
.content-top.content-top-1 .wrap .text{
  width:34.6%;
}
.content-top.content-top-4 .wrap .text{
  width:43%;
}
.content-top .wrap .text{
  position: absolute;
  background:url(https://wwp-static.wenweipo.com/img/immed/immed-zz.png) no-repeat center;
  right: 0;
  top: 12%;
  height: 76%;
  padding: 10px 30px;
  display: flex;
  align-items: center;
  line-height: 1.5em;
  background-size:100%;
}
.content-top.content-top-1 .wrap .text{
  background:url(https://wwp-static.wenweipo.com/img/immed/immed-zz-max.png) no-repeat center;
}
.content-top .wrap .text:before {
  display: block;
  position: absolute;
  left: 0;
  width: 20px;
  border: 10px solid transparent;
  border-left-color: white;
  top: calc(50% - 10px);
}
.content-top.content-top-4 .wrap .text h2{
  max-height:6em;
  overflow:hidden;
}
.content-top.content-top-1 .wrap .text h2{
  max-height:3em;
  overflow:hidden;
}
.content-top .wrap .text a,
.content-top .wrap .text a:link,
.item-card .text a,
.item-card .text a:link,
.item-card .text a{
  color:white;
  line-height:1.5em;
}
.item-card .text .summary,
.fontSize22 .summary{
  color:#B3C0C8;
  line-height:1.5em;
}
.point-parent{
  display: flex;
  align-items: center;
}
.content-bottom{
  margin-top:30px;
}
.content-bottom .item{
  width:49%;
}
.item-list .item h2{
  line-height:2em;
}
.item-list .redPoint{
  width:14px;
  height:14px;
  min-width:14px;
  min-height:14px;
  background: #003251;
  border-radius:0;
}
.item-card .text{
  padding:20px 15px;
  background:rgba(0,50,81,0.9);
}
.content-bottom-list-card .item-card .text h2{
  min-height:3em;
}
.content-bottom-list-card .item-list{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.content-bottom-list-card .item-list .item{
  width:100%;
}
.column-content-word .summary{
  margin-top:10px;
}
.item-card .figure:after{
  content:"";
  display:block;
  border: 10px solid transparent;
  border-left-color: rgba(0,50,81,0.9);
  border-bottom-color: rgba(0,50,81,0.9);
  position: absolute;
  bottom: 0;
}
body{
  background-color: #fff;
}
@media(max-width: 1366px) and (min-width: 979px){
  .maincontent {
    margin: 0 auto;
    padding: 0px;
  }
  #top3 .inner{
    padding: 0;
  }
}
@media(max-width: 1024px) and (min-width: 768px){
  .maincontent {
    padding: 0 20px;
  }
  .atlas-section .inner{
    padding: 0 20px;
  }
}
@media(max-width: 1024px) and (min-width: 650px){
  .top5 .hk-sm-img .text,.hk-rt .story-item-text{
    display: block;
  }
}
@media(max-width: 768px) and (min-width: 650px){
  .maincontent {
    width: 100%;
    padding: 0 20px;
  }
  .inner{
    padding: 0;
  }
}
@media(max-width: 1099px){
  .maincontent{
    width: 100%;
  }
}
@media(max-width: 650px){
  .hk-rt .story-item-text,.top5 .hk-sm-img .text{
    display: block;
  }
  .top5 .hk-sm-img li:nth-child(2) {
    margin-left: 0;
  }
  #top3{
    padding-top: 40px;
  }
  #top7{
    padding-bottom: 5px;
  }
  #top5{
    padding-top: 20px;
  }
  .top7 .hk-lf {
    padding-right: 0;
    padding-left: 0;
  }
  .atlas-section .featured-body {
    padding: 0 5px;
  }
  section,.top3,.top5, .top7 {
    padding: 0 5px;
  }
  main.column {
    margin-top: 0px;
  }
  .top6, .top8 {
    height: 80px;
  }
  .hk-sm-img .text {
    height: 67px;
  }
  main.column{
    padding: 0px;
  }
  .top2{
    padding-top: 0;
  }
  .maincontent {
    width: 100%;
  }
  .itemul {
    display: block;
  }
  .itemul .item {
    width: 100%;
    margin-right: 0px;
  }
  section{
    padding: 0 5px;
  }
  .inner{
    display: block;
  }
  .hk-lf{
    padding-right: 0px;
    width: 100%;
  }
  .hk-rt {
    display: block;
    width: 100%;
    min-width: 100%;
    clear: both;
    margin-top: 20px;
  }
  .hk-rt .story-item{
    margin-bottom: 20px;
  }
  .itemul h2{
    padding: 0px 0;
    height: 53px;
    margin-top: 0;
    font-size: 16px;
  }
  .hk-big-img .text,.hk-sm-img .text{
    padding: 10px;
  }
  .hk-big-img h2{
    font-size: 18px;
  }
  .top5 .hk-sm-img li {
    width: 100%;
    margin-bottom: 20px;
  }
  .hk-rt .story-item-summary{
    margin-top: 0;
  }
  .hk-sm-img h2{
    height: auto;
  }
  .top3 .hk-sm-img h2{
    height: 45px;
  }
  .content-top.content-top-4 .item,
  .content-bottom .item,
  .content-top.content-top-4 .wrap .figure,
  .content-top.content-top-4 .wrap .text,
  .content-top.content-top-1 .wrap .figure,
  .content-top.content-top-1 .wrap .text{
    width:100%;
  }
  .content-top.content-top-4 .item:nth-child(2),
  .content-top.content-top-4 .item:nth-child(3),
  .content-top.content-top-4 .item:nth-child(4),
  .content-bottom,
  .column-content-la .item-list,
  .item-card .item:nth-child(2){
    margin-top:20px;
  }
  .column-content-word .item-list{
    margin-bottom:20px;
  }
  .content-bottom-list-card .item-card .text h2{
    min-height:unset;
  }
  .content-top .wrap .text{
    position:unset;
  }
  .content-top .wrap .text{
    padding:10px 15px;
  }
  .fontSize22 .summary{
    margin-top:10px;
  }
  .item-card .figure:after{
    display:none;
  }
  .content-top .wrap .text,
  .content-top.content-top-1 .wrap .text{
    background:rgba(0,50,81,0.9);
  }
}
@media(max-width: 350px){
  .global-header-logo-date {
    align-items: center;
    width: calc(100% - 90px);
  }
}
.maincontent .text h2 a{
  display: inline-block;
  width:100%;
  height:100%;
}
.gaussian-blur a:hover {
  transform: scale(1.05, 1.05);
  transform-origin: center center;
}
.hk-big-img h2 a{
  color:#fff;
}
.hk-rt .story-item-text a{
  color:#fff;
}
#top5 .hk-sm-img li.lf{
  position: relative;
}
#top5 .hk-sm-img li.lf div.text{
  position: absolute;
}
#top5 .hk-sm-img li.lf div.text a{
  color:#fff;
}
#top5 .hk-sm-img li.lf:hover div.text{
  display:block;
}