* {
  padding: 0;
  margin: 0;
  border: none;
}
fieldset,
img {
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
sup,
sub {
  font-size: 100%;
  vertical-align: baseline;
}
a {
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: none;
}
img {
  vertical-align: middle;
}
body {
  background-color: #fff;
}
li {
  list-style: none;
}
.hide {
  display: none;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.left {
  float: left;
}
.right {
  float: right;
}
.con {
  width: 1200px;
  margin: 0 auto;
}
.banners {
  width: 100%;
}
.banners img{
  width: 100%;
}
.mains {
  margin: 0 auto;
  background: #ffffff;
}

.mains .title {
  margin: 60px auto 20px;
  width: 1200px;
  height: 110px;
  position: relative;
}
.mains .title .more{
  position: absolute;
  right: 20px;
  color: #777777;
  top: 18px;
}
.mains .title .more:hover{
  color: #2096B3;
}
.mains .jjlzn .title {
  background: url("../images/title_jjszn.png") no-repeat center center;
}
.mains .jjlzn .newsPic {
  width: 604px;
  overflow: hidden;
  position: relative;
}
.mains .jjlzn .newsPic .swiper-newsPic {
  width: 604px;
  height: 390px;
}
.mains .jjlzn .newsPic .swiper-newsPic .pic {
  position: relative;
  width: 604px;
  height: 390px;
}
.mains .jjlzn .newsPic .swiper-newsPic .pic img {
  width: 100%;
  height: 100%;
  display: block;
}
.mains .jjlzn .newsPic .swiper-newsPic .pic p {
  background: rgba(0, 56, 68, 0.7);
  width: 100%;
  height: 38px;
  line-height: 38px;
  text-indent: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #ffffff;
  font-size: 18px;
  box-sizing: border-box;
  padding-right: 130px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.mains .jjlzn .newsPic .pagination {
  position: absolute;
  text-align: right;
  z-index: 2;
  bottom: 10px;
  right: 8px;
}
.mains .jjlzn .newsPic .pagination .swiper-pagination-switch {
  display: inline-block;
  background: rgba(255, 255, 255, 0.4);
  width: 9px;
  height: 9px;
  margin: 0 4px;
  border-radius: 5px;
  cursor: pointer;
}
.mains .jjlzn .newsPic .pagination .swiper-active-switch {
  background: #ffffff;
}
.mains .jjlzn .newsList {
  width: 576px;
}
.mains .jjlzn .newsList li {
  border-bottom: 1px dashed #E5E4E4;
  padding-bottom: 6px;
  margin-bottom: 13px;
  font-size: 18px;
  line-height: 30px;
}
.mains .jjlzn .newsList li:last-child{
  margin-bottom: 0;
}
.mains .jjlzn .newsList a {
  max-width: 78%;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.mains .jjlzn .newsList a:hover{
  color:#2096B3;
}
.mains .jjlzn .newsList span.time {
  float: right;
  color: #aaaaaa;
}

.mains .ldcx {
  margin-bottom: 60px;
}
.mains .ldcx .title {
  background: url("../images/title_ldcx.png") no-repeat center center;
}
.mains .ldcx .pic {
  margin-right: 24px;
  width: 384px;
  height: 222px;
  position: relative;
  padding: 5px;
  background: url("../images/ldcx.png") no-repeat center center;
  background-size: 100% 100%;
  margin-bottom: 24px;
}
.mains .ldcx .pic img {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0 auto;
}
.mains .ldcx .pic p {
    text-align: center;
    width: 97.5%;
    left: 5px;
    background: rgba(0, 56, 68, 0.7);
    height: 34px;
    line-height: 34px;
    text-indent: 10px;
    position: absolute;
    bottom: 6px;
    color: #ffffff;
    font-size: 18px;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
.mains .ldcx .pic:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 1300px) {
  html:not([theme-mode=dark]) .app-header{
    position:static;
    background: url(/macau2022/static/images/bg_header_w.ec8e931c.png) no-repeat 50% / 100% 100% #55B3BE;
  }
}
@media (max-width: 1200px) {
  .banners {
    background: url("../images/banner_szn_m.png") no-repeat top center;
    background-size: cover;
    height: 48vw;
  }
  .banners img{
    display: none;
  }
  .mains .con {
    width: 96vw;
  }
  .mains .mores{
    float: right;
    color: #777777;
    display: block;
    text-align: center;
    margin-top: .3rem;
    background: url("../images/more.png") no-repeat center left;
    background-size: 100% 100%;
    line-height: 2.4rem;
    width: 10vw;
  }
  .mains .mores:hover{
    color: #2096B3;
  }
  .mains .title {
    width: 100%;
    margin:7vw auto 4vw;
  }
  .mains .title .more{
    display: none;
  }
  .mains .jjlzn {
    margin-top: 0;
  }
  .mains .jjlzn .newsPic {
    float: none;
    margin: 0 auto;
    width: 100%;
  }
  .mains .jjlzn .newsPic .swiper-newsPic {
    width: 100%;
    height: 66vw;
  }
  .mains .jjlzn .newsPic .swiper-newsPic .pic {
    width: 100%;
    height: 66vw;
  }
  .mains .jjlzn .newsList {
    float: none;
    width: 100%;
    margin: 20px auto 0;
  }
  .mains .jjlzn .newsList li{
    font-size: 16px;
  }
  .mains .ldcx {
    margin-bottom: 2rem;
  }
  .mains .ldcx .pic {
    width: 43vw;
    margin: 2vw;
    height: 24vw;
  }
  .mains .ldcx .pic:nth-child(3n){
    margin-right: 2vw;
  }
}
@media (max-width: 900px) {
  .app-header{
    position: static;
  }
  .mains .mores{
    width: 26vw;
  }
  .mains .title {
    height: 10vw;
    margin: 1.5rem auto .7rem;
  }
  .mains .jjlzn .title {
    background-size: 160%;
  }
  .mains .jjlzn .newsList a {
  max-width: 70%;
}
  .mains .ldcx .title {
    background-size: 160%;
  }
  .mains .ldcx .pic p {
      width: 94.5%;
      bottom: 4px;
    }
}